]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Update formats of UserGuide.lyx for upcoming edit
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 501
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/fr/
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC are numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for colored tables
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
72 \definecolor{lightgrey}{gray}{0.8}
73
74 % check for package colortbl
75 % used for colored table cells
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % used to have extra space in table cells
83 \@ifundefined{extrarowheight}
84  {\usepackage{array}}{}
85 \setlength{\extrarowheight}{2pt}
86
87 % used for customized tables
88 % ---
89 \newcolumntype{M}[1]
90  {>{\centering\hspace{0pt}}m{#1}}
91
92 \newcolumntype{S}[2]
93  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
94
95 \newcolumntype{K}[1]
96  {>{\columncolor{#1}\hspace{0pt}}c}
97
98 \newcolumntype{V}{!{\vrule width 1.5pt}}
99
100 \newcolumntype{W}{!{\color{green}\vline}}
101 % ---
102
103 % insert additional vertical space of
104 % 1.5 mm between footnotes
105 \let\myFoot\footnote
106 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
107
108 % number algorithm floats within chapters
109 \numberwithin{algorithm}{chapter}
110
111
112 % ------------------------------------
113 % used to check for needed LaTeX packages
114 \usepackage{ifthen}
115
116 % check for package arydshln
117 % used for tables with dashed lines
118 \newboolean{arydshln}
119 \IfFileExists{arydshln.sty}
120  {\usepackage{arydshln}
121   \setboolean{arydshln}{true}}
122  {\setboolean{arydshln}{false}}
123
124 % check for package marginnote
125 % used for margin notes
126 \newboolean{marginnote}
127 \IfFileExists{marginnote.sty}
128  {\usepackage{marginnote}
129   \let\marginpar\marginnote
130   \setboolean{marginnote}{true}}
131  {\setboolean{marginnote}{false}}
132
133 % check for package sidecap
134 % used for captions on the side
135 \newboolean{sidecap}
136 \IfFileExists{sidecap.sty}
137  {\usepackage{sidecap}
138   \setboolean{sidecap}{true}}
139  {\setboolean{sidecap}{false}}
140
141 % check for picinpar
142 % used for surrounded fixed objects
143 \newboolean{picinpar}
144 \IfFileExists{picinpar.sty}
145  {\usepackage{picinpar}
146   \setboolean{picinpar}{true}}
147  {\setboolean{picinpar}{false}}
148
149 % check for lettrine
150 \newboolean{lettrine}
151 \IfFileExists{lettrine.sty}
152  {\usepackage{lettrine}
153   \setboolean{lettrine}{true}}
154  {\setboolean{lettrine}{false}}
155
156 % check for diagbox
157 \newboolean{diagbox}
158 \IfFileExists{diagbox.sty}
159  {\usepackage{diagbox}
160   \setboolean{diagbox}{true}}
161  {\setboolean{diagbox}{false}}
162
163 % use normal list environments also in French documents
164 \@ifpackageloaded{babel}{%
165 \frenchbsetup{StandardLayout}
166 }{}
167 \end_preamble
168 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
169 \use_default_options false
170 \begin_modules
171 initials
172 graphicboxes
173 \end_modules
174 \maintain_unincluded_children false
175 \language french
176 \language_package default
177 \inputencoding auto
178 \fontencoding global
179 \font_roman "default" "default"
180 \font_sans "default" "default"
181 \font_typewriter "default" "default"
182 \font_math "auto" "auto"
183 \font_default_family default
184 \use_non_tex_fonts false
185 \font_sc false
186 \font_osf false
187 \font_sf_scale 100 100
188 \font_tt_scale 100 100
189 \graphics default
190 \default_output_format default
191 \output_sync 0
192 \bibtex_command default
193 \index_command default
194 \paperfontsize 12
195 \spacing single
196 \use_hyperref true
197 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
198 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
199 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
200 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
201 \pdf_bookmarks true
202 \pdf_bookmarksnumbered true
203 \pdf_bookmarksopen true
204 \pdf_bookmarksopenlevel 1
205 \pdf_breaklinks false
206 \pdf_pdfborder false
207 \pdf_colorlinks true
208 \pdf_backref false
209 \pdf_pdfusetitle false
210 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
211 \papersize default
212 \use_geometry false
213 \use_package amsmath 2
214 \use_package amssymb 2
215 \use_package cancel 0
216 \use_package esint 0
217 \use_package mathdots 1
218 \use_package mathtools 0
219 \use_package mhchem 1
220 \use_package stackrel 0
221 \use_package stmaryrd 0
222 \use_package undertilde 0
223 \cite_engine basic
224 \cite_engine_type default
225 \biblio_style plain
226 \use_bibtopic false
227 \use_indices false
228 \paperorientation portrait
229 \suppress_date false
230 \justification true
231 \use_refstyle 0
232 \notefontcolor #0000ff
233 \index Index
234 \shortcut idx
235 \color #008000
236 \end_index
237 \secnumdepth 3
238 \tocdepth 3
239 \paragraph_separation skip
240 \defskip medskip
241 \quotes_language french
242 \papercolumns 1
243 \papersides 2
244 \paperpagestyle default
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
256  les boîtes et les objets externes de \SpecialChar LyX
257
258 \end_layout
259
260 \begin_layout Author
261 par l'Équipe \SpecialChar LyX
262
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
269  de la documentation de \SpecialChar LyX
270
271 \begin_inset CommandInset href
272 LatexCommand href
273 name "lyx-docs@lists.lyx.org"
274 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
275 type "mailto:"
276
277 \end_inset
278
279
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Plain Layout
289 auteur original : Uwe Stöhr
290 \end_layout
291
292 \begin_layout Plain Layout
293 Traduction française : Siegfried Meunier-Guttin-Cluzel
294 \end_layout
295
296 \begin_layout Plain Layout
297 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
298 n/Navigation, 31/10/2012, JPChrétien
299 \end_layout
300
301 \begin_layout Plain Layout
302 version initiale 2.1.x avril 2014, mise à jour J.P.
303  Chrétien
304 \end_layout
305
306 \begin_layout Plain Layout
307 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
308 \end_layout
309
310 \end_inset
311
312
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \begin_inset Newline newline
318 \end_inset
319
320
321 \family sans
322 Version 2.2.x
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset CommandInset toc
327 LatexCommand tableofcontents
328
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Standard
335 \begin_inset Note Note
336 status open
337
338 \begin_layout Plain Layout
339 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
340  
341 \series bold
342 arydshln
343 \series default
344
345 \series bold
346 colortbl
347 \series default
348
349 \series bold
350 diagbox, lettrine, marginnote, picinpar
351 \series default
352 , et 
353 \series bold
354 sidecap
355 \series default
356  doivent être installés.
357  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
358  les sections qui nécessitent les paquetages en question n'apparaîtront
359  pas sur la sortie.
360 \end_layout
361
362 \begin_layout Plain Layout
363 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
364 \begin_inset Newline newline
365 \end_inset
366
367
368 \series bold
369 http://wiki.lyx.org/\SpecialChar LyX
370 /DocumentationDevelopment#EmbeddedObjects
371 \end_layout
372
373 \end_inset
374
375
376 \end_layout
377
378 \begin_layout Chapter
379 Figures
380 \begin_inset Index idx
381 status collapsed
382
383 \begin_layout Plain Layout
384 Figures
385 \end_layout
386
387 \end_inset
388
389
390 \begin_inset Index idx
391 status collapsed
392
393 \begin_layout Plain Layout
394 Graphiques|see
395 \begin_inset ERT
396 status collapsed
397
398 \begin_layout Plain Layout
399
400 {
401 \end_layout
402
403 \end_inset
404
405 Figures
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411 }
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Section
425 La fenêtre de dialogue graphique
426 \begin_inset Index idx
427 status collapsed
428
429 \begin_layout Plain Layout
430 Figures ! Fenêtre de dialogue Graphique
431 \end_layout
432
433 \end_inset
434
435
436 \begin_inset CommandInset label
437 LatexCommand label
438 name "sec:Graphics-Dialog"
439
440 \end_inset
441
442
443 \end_layout
444
445 \begin_layout Standard
446 Pour placer une figure dans votre document, cliquez sur le bouton 
447 \begin_inset Info
448 type  "icon"
449 arg   "dialog-show-new-inset graphics"
450 \end_inset
451
452  dans la barre d'outils, ou faites 
453 \family sans
454 Insertion\SpecialChar menuseparator
455 Graphique
456 \family default
457 .
458  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
459  à charger.
460  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
461  dans le texte.
462 \end_layout
463
464 \begin_layout Standard
465 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
466  sur une image
467 \begin_inset Note Note
468 status collapsed
469
470 \begin_layout Plain Layout
471 Ça marche aussi avec le bouton gauche ! (NdT)
472 \end_layout
473
474 \end_inset
475
476 .
477  Cette fenêtre de dialogue possède trois onglets:
478 \end_layout
479
480 \begin_layout Description
481 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
482  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
483  Les unités de longueurs utilisées sont décrites dans l'annexe
484 \begin_inset space ~
485 \end_inset
486
487
488 \begin_inset CommandInset ref
489 LatexCommand ref
490 reference "cha:Unités-de-longueur"
491
492 \end_inset
493
494 .
495 \begin_inset Newline newline
496 \end_inset
497
498
499 \begin_inset Index idx
500 status collapsed
501
502 \begin_layout Plain Layout
503 Figures ! Pivotées
504 \end_layout
505
506 \end_inset
507
508 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
509  d'une montre, en donnant l'angle de rotation et la position du pivot.
510  L'image apparaîtra pivotée dans \SpecialChar LyX
511 .
512 \begin_inset Newline newline
513 \end_inset
514
515
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Figures ! Redimensionnées
521 \end_layout
522
523 \end_inset
524
525 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
526  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
527  sa largeur.
528  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
529  déterminée automatiquement.
530  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
531  éventuellement une distorsion.
532  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
533  
534 \family sans
535 Conserver
536 \begin_inset space ~
537 \end_inset
538
539 les
540 \begin_inset space ~
541 \end_inset
542
543 proportions
544 \family default
545 .
546  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
547  pas les valeurs fixées.
548  
549 \begin_inset Newline newline
550 \end_inset
551
552 Les images peuvent être modifiée en utilisant le programme de votre choix
553  en faisant un clic droit dessus et en choisissant 
554 \family sans
555 Éditer le fichier ailleurs
556 \family default
557  dans le menu contextuel qui apparaît.
558  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
559  
560 \family sans
561 Formats
562 \begin_inset space ~
563 \end_inset
564
565 de
566 \begin_inset space ~
567 \end_inset
568
569 fichiers
570 \family default
571  dans la fenêtre de dialogue de 
572 \family sans
573 Préférences
574 \family default
575  de \SpecialChar LyX
576 .
577 \end_layout
578
579 \begin_layout Description
580 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
581  la sortie finale est de modifier les coordonnées de la zone de l'image
582  qui est affichée.
583  Cette zone peut être calculée automatiquement à partir des données présentes
584  dans le fichier en appuyant sur le bouton 
585 \family sans
586 Valeurs
587 \begin_inset space ~
588 \end_inset
589
590 du
591 \begin_inset space ~
592 \end_inset
593
594 Fichier
595 \family default
596 .
597  Avec l'option 
598 \family sans
599 Couper
600 \begin_inset space ~
601 \end_inset
602
603 à
604 \begin_inset space ~
605 \end_inset
606
607 la
608 \begin_inset space ~
609 \end_inset
610
611 boîte
612 \begin_inset space ~
613 \end_inset
614
615 de
616 \begin_inset space ~
617 \end_inset
618
619 délimitation, 
620 \family default
621 seule la portion de l'image qui est dans la zone définie sera imprimée.
622  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
623  donc vous pouvez ignorer l'onglet 
624 \family sans
625 Rogner
626 \family default
627 .
628 \end_layout
629
630 \begin_layout Description
631
632 \family sans
633 Options
634 \begin_inset space ~
635 \end_inset
636
637 \SpecialChar LaTeX
638
639 \begin_inset space ~
640 \end_inset
641
642 et
643 \begin_inset space ~
644 \end_inset
645
646 \SpecialChar LyX
647
648 \family default
649  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
650  et les
651  experts ès-\SpecialChar LaTeX
652  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
653
654 \begin_inset Newline newline
655 \end_inset
656
657 L'option 
658 \family sans
659 Mode brouillon
660 \family default
661  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
662  avec la taille de l'image.
663 \begin_inset Newline newline
664 \end_inset
665
666 Dans la section 
667 \family sans
668 Groupe
669 \begin_inset space ~
670 \end_inset
671
672 de
673 \begin_inset space ~
674 \end_inset
675
676 graphiques
677 \family default
678  vous pouvez définir ou de choisir un groupe de paramètres d'image
679 \begin_inset Index idx
680 status collapsed
681
682 \begin_layout Plain Layout
683 Figures ! Groupes de paramétrisation
684 \end_layout
685
686 \end_inset
687
688 .
689  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
690  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
691  les autres soient automatiquement modifiées de la même manière.
692  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
693  avoir à modifier leur taille manuellement une par une.
694  On peut rattacher une image à un groupe existant en utilisant le menu contextue
695 l de l'image et en cochant le nom du groupe dans la liste
696 \begin_inset Foot
697 status collapsed
698
699 \begin_layout Plain Layout
700 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
701 \end_layout
702
703 \end_inset
704
705 .
706 \end_layout
707
708 \begin_layout Standard
709 \begin_inset VSpace bigskip
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 Voici un exemple d'image au format EPS
717 \begin_inset Foot
718 status collapsed
719
720 \begin_layout Plain Layout
721 Les format d'images sont décrits dans la section
722 \begin_inset space ~
723 \end_inset
724
725
726 \begin_inset CommandInset ref
727 LatexCommand ref
728 reference "sec:Image-Formats"
729
730 \end_inset
731
732 .
733 \end_layout
734
735 \end_inset
736
737  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
738 nt:
739 \begin_inset Separator parbreak
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Standard
746 \align center
747 \begin_inset Graphics
748         filename ../clipart/mobius.eps
749         scale 70
750         scaleBeforeRotation
751         rotateOrigin center
752
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Standard
759 Et voici la même image mais en mode brouillon:
760 \begin_inset Separator parbreak
761 \end_inset
762
763
764 \end_layout
765
766 \begin_layout Standard
767 \align center
768 \begin_inset Graphics
769         filename ../clipart/mobius.eps
770         scale 70
771         draft
772         scaleBeforeRotation
773         rotateOrigin center
774
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Section
781 Figures flottantes
782 \begin_inset CommandInset label
783 LatexCommand label
784 name "sec:Figure-Floats"
785
786 \end_inset
787
788
789 \begin_inset Index idx
790 status collapsed
791
792 \begin_layout Plain Layout
793 Flottants ! Figures
794 \end_layout
795
796 \end_inset
797
798
799 \begin_inset Index idx
800 status collapsed
801
802 \begin_layout Plain Layout
803 Figures ! Flottants
804 \end_layout
805
806 \end_inset
807
808
809 \end_layout
810
811 \begin_layout Standard
812 Pour des explications d'ordre général concernant les flottants, jetez un
813  coup d'œil à la section
814 \begin_inset space ~
815 \end_inset
816
817
818 \begin_inset CommandInset ref
819 LatexCommand ref
820 reference "sec:Flottants-Introduction"
821
822 \end_inset
823
824 .
825 \end_layout
826
827 \begin_layout Standard
828 Le bouton 
829 \begin_inset Info
830 type  "icon"
831 arg   "float-insert figure"
832 \end_inset
833
834  de la barre d'outils et le menu 
835 \family sans
836 Insertion\SpecialChar menuseparator
837 Flottant\SpecialChar menuseparator
838 Figure
839 \family default
840  insèrent un flottant avec l'étiquette 
841 \begin_inset Quotes fld
842 \end_inset
843
844
845 \series bold
846 Figure
847 \begin_inset space ~
848 \end_inset
849
850 #:
851 \series default
852
853 \begin_inset Quotes frd
854 \end_inset
855
856  (# est le numéro réel de l'image).
857  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "fig:kill-plat"
865
866 \end_inset
867
868  ou en dessous de la légende comme pour la Figure
869 \begin_inset space ~
870 \end_inset
871
872
873 \begin_inset CommandInset ref
874 LatexCommand ref
875 reference "fig:escher"
876
877 \end_inset
878
879 .
880  Vous trouverez plus d'information sur le positionnement des légendes dans
881  la section
882 \begin_inset space ~
883 \end_inset
884
885
886 \begin_inset CommandInset ref
887 LatexCommand ref
888 reference "sec:Placement-légende"
889
890 \end_inset
891
892 .
893 \end_layout
894
895 \begin_layout Standard
896 \begin_inset Float figure
897 wide false
898 sideways false
899 status open
900
901 \begin_layout Plain Layout
902 \align center
903 \begin_inset Graphics
904         filename ../clipart/platypus.eps
905         width 50col%
906         scaleBeforeRotation
907         rotateOrigin center
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Plain Layout
915 \begin_inset Caption Standard
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:kill-plat"
921
922 \end_inset
923
924 Un ornithorynque sévèrement déformé dans un flottant de figure.
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Float figure
939 wide false
940 sideways false
941 status open
942
943 \begin_layout Plain Layout
944 \begin_inset Caption Standard
945
946 \begin_layout Plain Layout
947 \begin_inset CommandInset label
948 LatexCommand label
949 name "fig:escher"
950
951 \end_inset
952
953 M.C.
954  Escher sous LSD.
955 \end_layout
956
957 \end_inset
958
959
960 \end_layout
961
962 \begin_layout Plain Layout
963 \align center
964 \begin_inset Graphics
965         filename ../clipart/escher-lsd.eps
966         scale 80
967         scaleBeforeRotation
968         rotateOrigin center
969
970 \end_inset
971
972
973 \end_layout
974
975 \end_inset
976
977
978 \end_layout
979
980 \begin_layout Standard
981 \begin_inset Index idx
982 status collapsed
983
984 \begin_layout Plain Layout
985 References@Références ! à des Figures
986 \end_layout
987
988 \end_inset
989
990 Les figure
991 \begin_inset space ~
992 \end_inset
993
994
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "fig:kill-plat"
998
999 \end_inset
1000
1001  et 
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "fig:escher"
1005
1006 \end_inset
1007
1008  sont des exemples de figures référencées.
1009  Dans le texte, on fait référence à une figure en faisant référence à sa
1010  légende.
1011  On insère donc une étiquette dans la légende en utilisant le menu 
1012 \family sans
1013 Insertion
1014 \family default
1015 \SpecialChar menuseparator
1016
1017 \family sans
1018 Étiquette
1019 \family default
1020  ou le bouton 
1021 \begin_inset Info
1022 type  "icon"
1023 arg   "label-insert"
1024 \end_inset
1025
1026  de la barre d'outils.
1027  On peut alors faire référence à cette étiquette en utilisant le menu 
1028 \family sans
1029 Insertion\SpecialChar menuseparator
1030 Référence
1031 \begin_inset space ~
1032 \end_inset
1033
1034 croisée
1035 \family default
1036  ou le bouton 
1037 \begin_inset Info
1038 type  "icon"
1039 arg   "dialog-show-new-inset ref"
1040 \end_inset
1041
1042  de la barre d'outils.
1043  Il est important d'utiliser des références pour les flottants de figures
1044  plutôt que des locutions vagues du genre 
1045 \begin_inset Quotes fld
1046 \end_inset
1047
1048 la figure ci-dessous
1049 \begin_inset Quotes frd
1050 \end_inset
1051
1052 , puisque \SpecialChar LaTeX
1053  va repositionner la figure dans le document final.
1054  Votre figure risque de ne plus être ci-dessous du tout !
1055 \begin_inset Newline newline
1056 \end_inset
1057
1058 Le référencement est expliqué plus en détail dans la section
1059 \begin_inset space ~
1060 \end_inset
1061
1062
1063 \begin_inset CommandInset ref
1064 LatexCommand ref
1065 reference "sec:Referencer-les-Flottants"
1066
1067 \end_inset
1068
1069 .
1070 \end_layout
1071
1072 \begin_layout Standard
1073 En principe on met une seule figure dans un flottant, mais parfois vous
1074  pouvez vouloir deux figures avec chacune sa sous-légende.
1075  C'est possible en insérant des flottants d'image dans des flottants d'image
1076  existants.
1077  Notez que seule la légende principale des flottants est reprise dans la
1078  liste des figures.
1079  La figure
1080 \begin_inset space ~
1081 \end_inset
1082
1083
1084 \begin_inset CommandInset ref
1085 LatexCommand ref
1086 reference "fig:Deux-images-déformées"
1087
1088 \end_inset
1089
1090  est un exemple de flottant de figure avec deux images mises l'une à côté
1091  de l'autre.
1092  Vous pouvez aussi mettre les images les unes sous les autres.
1093  Les figures
1094 \begin_inset space ~
1095 \end_inset
1096
1097
1098 \begin_inset CommandInset ref
1099 LatexCommand ref
1100 reference "fig:Structure-indéfinissable"
1101
1102 \end_inset
1103
1104  et 
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "fig:Un-ornithorynque"
1108
1109 \end_inset
1110
1111  sont des sous-figures.
1112 \end_layout
1113
1114 \begin_layout Standard
1115 \begin_inset Float figure
1116 wide false
1117 sideways false
1118 status open
1119
1120 \begin_layout Plain Layout
1121 \begin_inset space \hfill{}
1122 \end_inset
1123
1124
1125 \begin_inset Float figure
1126 wide false
1127 sideways false
1128 status open
1129
1130 \begin_layout Plain Layout
1131 \begin_inset Caption Standard
1132
1133 \begin_layout Plain Layout
1134 \begin_inset CommandInset label
1135 LatexCommand label
1136 name "fig:Structure-indéfinissable"
1137
1138 \end_inset
1139
1140 Structure indéfinissable
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \begin_layout Plain Layout
1149 \begin_inset Graphics
1150         filename ../clipart/escher-lsd.eps
1151         width 45col%
1152         scaleBeforeRotation
1153         groupId Déformés
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \begin_inset space \hfill{}
1164 \end_inset
1165
1166
1167 \begin_inset Float figure
1168 wide false
1169 sideways false
1170 status open
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption Standard
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "fig:Un-ornithorynque"
1179
1180 \end_inset
1181
1182 Un ornithorynque
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Plain Layout
1191 \begin_inset Graphics
1192         filename ../clipart/platypus.eps
1193         width 45col%
1194         scaleBeforeRotation
1195         groupId Déformés
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \begin_inset space \hfill{}
1206 \end_inset
1207
1208
1209 \end_layout
1210
1211 \begin_layout Plain Layout
1212 \begin_inset Caption Standard
1213
1214 \begin_layout Plain Layout
1215 \begin_inset CommandInset label
1216 LatexCommand label
1217 name "fig:Deux-images-déformées"
1218
1219 \end_inset
1220
1221 Deux images déformées.
1222  Les deux images font partie du groupe de paramétrisation 
1223 \begin_inset Quotes fld
1224 \end_inset
1225
1226 déformés
1227 \begin_inset Quotes frd
1228 \end_inset
1229
1230 .
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \end_inset
1239
1240
1241 \end_layout
1242
1243 \begin_layout Section
1244 Les formats d'images
1245 \begin_inset CommandInset label
1246 LatexCommand label
1247 name "sec:Image-Formats"
1248
1249 \end_inset
1250
1251
1252 \begin_inset Index idx
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 Formats d' images
1257 \end_layout
1258
1259 \end_inset
1260
1261
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 Figures ! Formats d'images
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \end_layout
1273
1274 \begin_layout Standard
1275 Vous pouvez insérer des images dans n'importe quel format connu.
1276  Mais, comme nous l'avons expliqué dans l'annexe
1277 \begin_inset space ~
1278 \end_inset
1279
1280
1281 \begin_inset CommandInset ref
1282 LatexCommand ref
1283 reference "cha:Formats-fichiers-graphiques"
1284
1285 \end_inset
1286
1287 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1288  de formats d'images.
1289  Pour s'en sortir \SpecialChar LyX
1290  utilise le programme 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  en arrière plan pour convertir les formats que vous utilisez dans un des
1295  formats acceptés par le format de sortie.
1296  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1297 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1298 \begin_inset space ~
1299 \end_inset
1300
1301
1302 \begin_inset CommandInset ref
1303 LatexCommand ref
1304 reference "cha:Formats-fichiers-graphiques"
1305
1306 \end_inset
1307
1308 .
1309 \end_layout
1310
1311 \begin_layout Standard
1312 Comme pour les polices de caractères, il y a deux grands types de formats
1313  d'images:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Les
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images
1322 \begin_inset space ~
1323 \end_inset
1324
1325 Matricielles
1326 \begin_inset space ~
1327 \end_inset
1328
1329 (ou
1330 \begin_inset space ~
1331 \end_inset
1332
1333 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1334  enregistrés sous un format compressé.
1335  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1336  petits carrés quand on utilise des agrandissements trop importants (aspect
1337  
1338 \begin_inset Quotes fld
1339 \end_inset
1340
1341 pixellisé
1342 \begin_inset Quotes frd
1343 \end_inset
1344
1345 ).
1346  Les formats matriciels les plus connus sont le GIF (
1347 \begin_inset Quotes fld
1348 \end_inset
1349
1350 Graphics Interchange Format
1351 \begin_inset Quotes frd
1352 \end_inset
1353
1354 , avec comme suffixe de fichier 
1355 \begin_inset Quotes fld
1356 \end_inset
1357
1358
1359 \family typewriter
1360 .gif
1361 \family default
1362
1363 \begin_inset Quotes frd
1364 \end_inset
1365
1366 )
1367 \begin_inset Index idx
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 GIF|see
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 {
1378 \end_layout
1379
1380 \end_inset
1381
1382 Format d'image
1383 \begin_inset ERT
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387
1388 }
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397
1398 , le PNG (
1399 \begin_inset Quotes fld
1400 \end_inset
1401
1402 Portable Network Graphics
1403 \begin_inset Quotes frd
1404 \end_inset
1405
1406 , suffixe 
1407 \begin_inset Quotes fld
1408 \end_inset
1409
1410
1411 \family typewriter
1412 .png
1413 \family default
1414
1415 \begin_inset Quotes frd
1416 \end_inset
1417
1418 )
1419 \begin_inset Index idx
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423 PNG|see
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 {
1430 \end_layout
1431
1432 \end_inset
1433
1434 Formats d'image
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 }
1441 \end_layout
1442
1443 \end_inset
1444
1445
1446 \end_layout
1447
1448 \end_inset
1449
1450  et le JPG (
1451 \begin_inset Quotes fld
1452 \end_inset
1453
1454 Joint Photographic Expert Group
1455 \begin_inset Quotes frd
1456 \end_inset
1457
1458 , suffixe 
1459 \begin_inset Quotes fld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .jpg
1465 \family default
1466
1467 \begin_inset Quotes frd
1468 \end_inset
1469
1470  ou 
1471 \begin_inset Quotes fld
1472 \end_inset
1473
1474
1475 \family typewriter
1476 .jpeg
1477 \family default
1478
1479 \begin_inset Quotes frd
1480 \end_inset
1481
1482 )
1483 \begin_inset Index idx
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 JPG|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formats d'image
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514 .
1515 \end_layout
1516
1517 \begin_layout Description
1518 Les
1519 \begin_inset space ~
1520 \end_inset
1521
1522 images
1523 \begin_inset space ~
1524 \end_inset
1525
1526 Vectorielles
1527 \begin_inset space ~
1528 \end_inset
1529
1530 (ou
1531 \begin_inset space ~
1532 \end_inset
1533
1534 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1535  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1536 nnée comme on le veut sans perte de précision.
1537  La possibilité de redimensionner les images est très utilisé pour les présentat
1538 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1539 nnement.
1540  Le redimensionnement permet aussi de présenter des documents en ligne où
1541  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1542  étudier les détails.
1543 \begin_inset Newline newline
1544 \end_inset
1545
1546 Les principaux formats vectoriels sont le SVG (
1547 \begin_inset Quotes fld
1548 \end_inset
1549
1550 Scalable Vector Graphics
1551 \begin_inset Quotes frd
1552 \end_inset
1553
1554 , suffixe 
1555 \begin_inset Quotes fld
1556 \end_inset
1557
1558
1559 \family typewriter
1560 .svg
1561 \family default
1562
1563 \begin_inset Quotes frd
1564 \end_inset
1565
1566 )
1567 \begin_inset Index idx
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571 SVG|see
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 {
1578 \end_layout
1579
1580 \end_inset
1581
1582 Format d'image
1583 \begin_inset ERT
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587
1588 }
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \end_inset
1597
1598 , l'EPS ( 
1599 \begin_inset Quotes fld
1600 \end_inset
1601
1602 encapsulated PostScript
1603 \begin_inset Quotes frd
1604 \end_inset
1605
1606 , suffixe 
1607 \begin_inset Quotes fld
1608 \end_inset
1609
1610
1611 \family typewriter
1612 .eps
1613 \family default
1614
1615 \begin_inset Quotes frd
1616 \end_inset
1617
1618 )
1619 \begin_inset Index idx
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 EPS|see
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 {
1630 \end_layout
1631
1632 \end_inset
1633
1634 Format d'image
1635 \begin_inset ERT
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639
1640 }
1641 \end_layout
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649
1650 , le PDF (
1651 \begin_inset Quotes fld
1652 \end_inset
1653
1654 Portable Document Format
1655 \begin_inset Quotes frd
1656 \end_inset
1657
1658 , suffixe 
1659 \begin_inset Quotes fld
1660 \end_inset
1661
1662
1663 \family typewriter
1664 .pdf
1665 \family default
1666
1667 \begin_inset Quotes frd
1668 \end_inset
1669
1670 )
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 PDF|see
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681 {
1682 \end_layout
1683
1684 \end_inset
1685
1686 Format d'image
1687 \begin_inset ERT
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691
1692 }
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \end_inset
1701
1702  et le WMF (
1703 \begin_inset Quotes fld
1704 \end_inset
1705
1706 Windows Metafile
1707 \begin_inset Quotes frd
1708 \end_inset
1709
1710 , suffixe 
1711 \begin_inset Quotes fld
1712 \end_inset
1713
1714
1715 \family typewriter
1716 .wfm
1717 \family default
1718
1719 \begin_inset Quotes frd
1720 \end_inset
1721
1722  ou 
1723 \begin_inset Quotes fld
1724 \end_inset
1725
1726
1727 \family typewriter
1728 .emf
1729 \family default
1730
1731 \begin_inset Quotes frd
1732 \end_inset
1733
1734 )
1735 \begin_inset Index idx
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 WMF|see
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 {
1746 \end_layout
1747
1748 \end_inset
1749
1750 Formats d'images
1751 \begin_inset ERT
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755
1756 }
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \end_inset
1765
1766 .
1767  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1768  en EPS, mais le résultat ne sera pas redimensionnable.
1769  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1770 \begin_inset Foot
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 Dans le cas du PDF l'image initiale est aussi compressée.
1775 \end_layout
1776
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Les fichiers PDF générés par 
1784 \family typewriter
1785 Adobe Photoshop
1786 \family default
1787 , par exemple, sont des images matricielles.
1788 \end_layout
1789
1790 \begin_layout Standard
1791 En principe il est quasiment impossible de convertir une image matricielle
1792  en graphique vectoriel, seul le contraire est possible.
1793  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1794  dans respectivement un fichier de sortie PDF ou PostScript.
1795  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1796  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1797  WMF/SVG
1798 \begin_inset Formula $\to$
1799 \end_inset
1800
1801 PDF/EPS convenables.
1802 \end_layout
1803
1804 \begin_layout Chapter
1805 Tableaux
1806 \begin_inset Index idx
1807 status collapsed
1808
1809 \begin_layout Plain Layout
1810 Tableau
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \begin_layout Section
1819 Introduction
1820 \begin_inset Index idx
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824 Tableau ! Introduction
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Standard
1833 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1834  
1835 \begin_inset Info
1836 type  "icon"
1837 arg   "tabular-insert"
1838 \end_inset
1839
1840  soit 
1841 \family sans
1842 Insertion\SpecialChar menuseparator
1843 Tableau
1844 \family default
1845 .
1846  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1847  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1848  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1849  sur un bouton de la souris pour valider votre choix.
1850  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1851  vous demandant le nombre de lignes et de colonnes.
1852 \begin_inset Newline newline
1853 \end_inset
1854
1855 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1856  une à droite de la colonne la plus à droite et une en bas de la rangée
1857  du bas, qui forment une boîte autour du tableau.
1858  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1859  apparaît séparée du reste du tableau.
1860  Voici un exemple :
1861 \begin_inset Separator parbreak
1862 \end_inset
1863
1864
1865 \end_layout
1866
1867 \begin_layout Standard
1868 \align center
1869 \begin_inset Tabular
1870 <lyxtabular version="3" rows="4" columns="4">
1871 <features tabularvalignment="middle">
1872 <column alignment="center" valignment="top">
1873 <column alignment="center" valignment="top">
1874 <column alignment="center" valignment="top">
1875 <column alignment="center" valignment="top">
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 1
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 2
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908 3
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919 A
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 </row>
1952 <row>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 B
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 <row>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995 C
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Plain Layout
2004
2005 \end_layout
2006
2007 \end_inset
2008 </cell>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \end_layout
2015
2016 \end_inset
2017 </cell>
2018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2019 \begin_inset Text
2020
2021 \begin_layout Plain Layout
2022
2023 \end_layout
2024
2025 \end_inset
2026 </cell>
2027 </row>
2028 </lyxtabular>
2029
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \begin_layout Section
2036 La fenêtre 
2037 \family sans
2038 tableau
2039 \family default
2040
2041 \begin_inset Index idx
2042 status collapsed
2043
2044 \begin_layout Plain Layout
2045 Tableau ! Fenêtre de dialogue
2046 \end_layout
2047
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2055  de la souris, qui ouvre le menu contextuel.
2056  A l'aide du choix de menu 
2057 \family sans
2058 Plus...
2059
2060 \family default
2061  vous pouvez modifier les réglages concernant la cellule, la colonne et
2062  la ligne dans laquelle le curseur se trouve.
2063  Le menu contextuel 
2064 \family sans
2065 Plus...\SpecialChar menuseparator
2066 Paramètres...
2067
2068 \family default
2069  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2070  sont possibles.
2071  La plupart des options peuvent s'appliquer à des sélections.
2072  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2073  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2074  votre sélection.
2075  Notez qu'il y a une différence entre sélectionner le 
2076 \emph on
2077 contenu 
2078 \emph default
2079 d'une cellule et sélectionner la cellule elle-même.
2080 \begin_inset Newline newline
2081 \end_inset
2082
2083 En cochant l'option 
2084 \family sans
2085 Application
2086 \begin_inset space ~
2087 \end_inset
2088
2089 immédiate
2090 \family default
2091  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2092  est appliquée directement.
2093  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2094  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2095  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2096  de dialogue, vous devez appuyer sur 
2097 \family sans
2098 Entrée
2099 \family default
2100  pour que la modification soit appliquée.
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2105  :
2106 \end_layout
2107
2108 \begin_layout Description
2109 Paramètres
2110 \begin_inset space ~
2111 \end_inset
2112
2113 du
2114 \begin_inset space ~
2115 \end_inset
2116
2117 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2118  la largeur de la colonne courante.
2119  L'alignement horizontal 
2120 \family sans
2121 Au
2122 \begin_inset space ~
2123 \end_inset
2124
2125 séparateur
2126 \begin_inset space ~
2127 \end_inset
2128
2129 décimal
2130 \family default
2131  est décrit dans la section
2132 \begin_inset space ~
2133 \end_inset
2134
2135
2136 \begin_inset CommandInset ref
2137 LatexCommand ref
2138 reference "subsec:Alignements-de-cellules"
2139
2140 \end_inset
2141
2142 .
2143  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2144  vertical de la ligne courante.
2145  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2146  et donc, plusieurs paragraphes de texte, voir la section
2147 \begin_inset space ~
2148 \end_inset
2149
2150
2151 \begin_inset CommandInset ref
2152 LatexCommand ref
2153 reference "subsec:Lignes-multiple-dans-cellule"
2154
2155 \end_inset
2156
2157 .
2158  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2159  pour accommoder le contenu de cellule le plus large.
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2164  un multi-colonnes, voir la section
2165 \begin_inset space ~
2166 \end_inset
2167
2168
2169 \begin_inset CommandInset ref
2170 LatexCommand ref
2171 reference "subsec:Multicolonnes"
2172
2173 \end_inset
2174
2175  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2176 \begin_inset space ~
2177 \end_inset
2178
2179
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "subsec:Multi-lignes"
2183
2184 \end_inset
2185
2186 .
2187 \begin_inset Newline newline
2188 \end_inset
2189
2190 L'option 
2191 \family sans
2192 Tourner
2193 \begin_inset space ~
2194 \end_inset
2195
2196 la
2197 \begin_inset space ~
2198 \end_inset
2199
2200 case
2201 \begin_inset space ~
2202 \end_inset
2203
2204 de
2205 \begin_inset space ~
2206 \end_inset
2207
2208 90°
2209 \family default
2210  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2211  L'option 
2212 \family sans
2213 Tourner
2214 \begin_inset space ~
2215 \end_inset
2216
2217 le
2218 \begin_inset space ~
2219 \end_inset
2220
2221 tableau
2222 \begin_inset space ~
2223 \end_inset
2224
2225 de
2226 \begin_inset space ~
2227 \end_inset
2228
2229 90°
2230 \family default
2231  fait pivoter tout le tableau.
2232  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2233 , mais devraient l'être dans la
2234  sortie finale.
2235  Pour plus d'information voir la section
2236 \begin_inset space ~
2237 \end_inset
2238
2239
2240 \begin_inset CommandInset ref
2241 LatexCommand ref
2242 reference "sec:Pivotement-des-cellules"
2243
2244 \end_inset
2245
2246 .
2247 \begin_inset Newline newline
2248 \end_inset
2249
2250
2251 \begin_inset Note Greyedout
2252 status open
2253
2254 \begin_layout Plain Layout
2255
2256 \series bold
2257 Note:
2258 \series default
2259  La plupart des visualiseurs DVI ne sont 
2260 \emph on
2261 pas
2262 \emph default
2263  capables d'afficher ces rotations.
2264 \end_layout
2265
2266 \end_inset
2267
2268
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2273  qui sont incorporés dans une ligne de texte :
2274 \begin_inset Newline newline
2275 \end_inset
2276
2277 Une ligne avec des tableaux alignés de différentes manières: 
2278 \begin_inset Tabular
2279 <lyxtabular version="3" rows="2" columns="2">
2280 <features tabularvalignment="top">
2281 <column alignment="center" valignment="top" width="0pt">
2282 <column alignment="center" valignment="top">
2283 <row>
2284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Plain Layout
2288
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297 1
2298 \end_layout
2299
2300 \end_inset
2301 </cell>
2302 </row>
2303 <row>
2304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 A
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317
2318 \end_layout
2319
2320 \end_inset
2321 </cell>
2322 </row>
2323 </lyxtabular>
2324
2325 \end_inset
2326
2327  
2328 \begin_inset Tabular
2329 <lyxtabular version="3" rows="2" columns="2">
2330 <features tabularvalignment="middle">
2331 <column alignment="center" valignment="top">
2332 <column alignment="center" valignment="top">
2333 <row>
2334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2335 \begin_inset Text
2336
2337 \begin_layout Plain Layout
2338
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 1
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 </row>
2353 <row>
2354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2355 \begin_inset Text
2356
2357 \begin_layout Plain Layout
2358 A
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 </lyxtabular>
2374
2375 \end_inset
2376
2377  
2378 \begin_inset Tabular
2379 <lyxtabular version="3" rows="2" columns="2">
2380 <features tabularvalignment="bottom">
2381 <column alignment="center" valignment="top" width="0pt">
2382 <column alignment="center" valignment="top">
2383 <row>
2384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2394 \begin_inset Text
2395
2396 \begin_layout Plain Layout
2397 1
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 </row>
2403 <row>
2404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408 A
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 </row>
2423 </lyxtabular>
2424
2425 \end_inset
2426
2427
2428 \begin_inset Newline newline
2429 \end_inset
2430
2431 On peut aussi entrer des paramètres \SpecialChar LaTeX
2432  pour obtenir des mise en formes spéciales
2433  pour le tableau, voir les sections
2434 \begin_inset space ~
2435 \end_inset
2436
2437
2438 \begin_inset CommandInset ref
2439 LatexCommand ref
2440 reference "subsec:Calculs-multicolonnes"
2441
2442 \end_inset
2443
2444  et 
2445 \begin_inset CommandInset ref
2446 LatexCommand ref
2447 reference "sec:Tableaux-Colorés"
2448
2449 \end_inset
2450
2451 .
2452 \end_layout
2453
2454 \begin_layout Description
2455
2456 \family sans
2457 Bordures
2458 \family default
2459  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2460  ou la colonne courante.
2461  
2462 \begin_inset Newline newline
2463 \end_inset
2464
2465 En utilisant le style 
2466 \family sans
2467 Formel
2468 \family default
2469  à la place du style par 
2470 \family sans
2471 Défaut
2472 \family default
2473 , on va convertir le tableau en tableau formel comme on le décrit dans la
2474  section
2475 \begin_inset space ~
2476 \end_inset
2477
2478
2479 \begin_inset CommandInset ref
2480 LatexCommand ref
2481 reference "sec:Tableaux-Formels"
2482
2483 \end_inset
2484
2485 .
2486 \begin_inset Newline newline
2487 \end_inset
2488
2489 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2490  dans les lignes du tableau comme c'est décrit dans la section
2491 \begin_inset space ~
2492 \end_inset
2493
2494
2495 \begin_inset CommandInset ref
2496 LatexCommand ref
2497 reference "subsec:Espacement-lignes"
2498
2499 \end_inset
2500
2501 .
2502 \end_layout
2503
2504 \begin_layout Description
2505 Tableau
2506 \begin_inset space ~
2507 \end_inset
2508
2509 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2510  un 
2511 \begin_inset Quotes fld
2512 \end_inset
2513
2514
2515 \emph on
2516 tableau long
2517 \emph default
2518
2519 \begin_inset Quotes frd
2520 \end_inset
2521
2522  qui peut continuer sur plusieurs pages.
2523  Les sections
2524 \begin_inset space ~
2525 \end_inset
2526
2527
2528 \begin_inset CommandInset ref
2529 LatexCommand ref
2530 reference "sec:Tableaux-longs"
2531
2532 \end_inset
2533
2534  et 
2535 \begin_inset CommandInset ref
2536 LatexCommand ref
2537 reference "sec:Questions-sur-tableaux-longs"
2538
2539 \end_inset
2540
2541  décrivent ces tableaux longs plus en détail.
2542 \end_layout
2543
2544 \begin_layout Section
2545 La barre d'outils tableau
2546 \begin_inset Index idx
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Tableau ! Barre d'outils
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \end_layout
2557
2558 \begin_layout Standard
2559 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2560  permet de modifier plus rapidement les tableaux.
2561  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2562  quand le
2563  curseur se trouve à l'intérieur d'un tableau.
2564  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2565  au menu 
2566 \family sans
2567 Visualiser\SpecialChar menuseparator
2568 Barres
2569 \begin_inset space ~
2570 \end_inset
2571
2572 d'outils\SpecialChar menuseparator
2573 Tableau
2574 \family default
2575 .
2576 \end_layout
2577
2578 \begin_layout Standard
2579 La barre d'outils contient les icônes suivantes :
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular append-row"
2587 \end_inset
2588
2589  ajoute une ligne sous la cellule ou la sélection courante
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "inset-modify tabular append-column"
2597 \end_inset
2598
2599  ajoute une colonne à la droite de la cellule ou de la sélection courante
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "inset-modify tabular delete-row"
2607 \end_inset
2608
2609  supprime la ligne ou la sélection courante
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "inset-modify tabular delete-column"
2617 \end_inset
2618
2619  supprime la colonne ou la sélection courante
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "inset-modify tabular move-row-up"
2627 \end_inset
2628
2629  déplace la ligne vers le haut
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular move-column-left"
2637 \end_inset
2638
2639  déplace la colonne vers la gauche
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "inset-modify tabular move-row-down"
2647 \end_inset
2648
2649  déplace la ligne vers le bas
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "inset-modify tabular move-column-right"
2657 \end_inset
2658
2659  déplace la colonne vers la droite
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "inset-modify tabular toggle-line-top"
2667 \end_inset
2668
2669  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2670  courante
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "inset-modify tabular toggle-line-bottom"
2678 \end_inset
2679
2680  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2681 \end_layout
2682
2683 \begin_layout Labeling
2684 \labelwidthstring 00.00.0000
2685 \begin_inset Info
2686 type  "icon"
2687 arg   "inset-modify tabular toggle-line-left"
2688 \end_inset
2689
2690  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2691 \begin_inset Note Note
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 ou colonne ?
2696 \end_layout
2697
2698 \end_inset
2699
2700  ou de la sélection courante
2701 \end_layout
2702
2703 \begin_layout Labeling
2704 \labelwidthstring 00.00.0000
2705 \begin_inset Info
2706 type  "icon"
2707 arg   "inset-modify tabular toggle-line-right"
2708 \end_inset
2709
2710  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2711 \begin_inset Note Note
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 ou colonne ?
2716 \end_layout
2717
2718 \end_inset
2719
2720  ou de la sélection courante
2721 \end_layout
2722
2723 \begin_layout Labeling
2724 \labelwidthstring 00.00.0000
2725 \begin_inset Info
2726 type  "icon"
2727 arg   "inset-modify tabular set-all-lines"
2728 \end_inset
2729
2730  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2731  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2732  colonne et la ligne courante
2733 \end_layout
2734
2735 \begin_layout Labeling
2736 \labelwidthstring 00.00.0000
2737 \begin_inset Info
2738 type  "icon"
2739 arg   "inset-modify tabular unset-all-lines"
2740 \end_inset
2741
2742  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2743  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2744  aussi la colonne et la ligne courante
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "inset-modify tabular m-align-left"
2752 \end_inset
2753
2754  aligne à gauche le contenu de la cellule ou de la colonne courante
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759 \begin_inset Info
2760 type  "icon"
2761 arg   "inset-modify tabular m-align-center"
2762 \end_inset
2763
2764  centre horizontalement le contenu de la cellule ou de la colonne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular m-align-right"
2772 \end_inset
2773
2774  aligne à droite le contenu de la cellule ou de la colonne courante
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "inset-modify tabular align-decimal"
2782 \end_inset
2783
2784  aligne le contenu de la colonne courante sur un caractère
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "inset-modify tabular m-valign-top"
2792 \end_inset
2793
2794  aligne le contenu de la cellule courante verticalement vers le haut
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "inset-modify tabular m-valign-middle"
2802 \end_inset
2803
2804  centre verticalement le contenu de la cellule courante
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "inset-modify tabular m-valign-bottom"
2812 \end_inset
2813
2814  aligne le contenu de la cellule courante verticalement vers le bas
2815 \end_layout
2816
2817 \begin_layout Labeling
2818 \labelwidthstring 00.00.0000
2819 \begin_inset Info
2820 type  "icon"
2821 arg   "inset-modify tabular set-rotate-cell"
2822 \end_inset
2823
2824  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2825 re
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830 \begin_inset Info
2831 type  "icon"
2832 arg   "inset-modify tabular set-rotate-tabular"
2833 \end_inset
2834
2835  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2836 \end_layout
2837
2838 \begin_layout Labeling
2839 \labelwidthstring 00.00.0000
2840 \begin_inset Info
2841 type  "icon"
2842 arg   "inset-modify tabular multicolumn"
2843 \end_inset
2844
2845  transforme en multi-colonnes la cellule ou la sélection courante
2846 \end_layout
2847
2848 \begin_layout Labeling
2849 \labelwidthstring 00.00.0000
2850 \begin_inset Info
2851 type  "icon"
2852 arg   "inset-modify tabular multirow"
2853 \end_inset
2854
2855  transforme en multi-lignes la cellule ou la sélection courante
2856 \end_layout
2857
2858 \begin_layout Standard
2859 \begin_inset Note Greyedout
2860 status open
2861
2862 \begin_layout Plain Layout
2863
2864 \series bold
2865 Note :
2866 \series default
2867  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2868  est utilisé pour toutes les autres cellules de la ligne.
2869 \end_layout
2870
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \begin_layout Section
2877 Le menu Édition tableau
2878 \begin_inset Index idx
2879 status collapsed
2880
2881 \begin_layout Plain Layout
2882 Tableau ! Menu Édition
2883 \end_layout
2884
2885 \end_inset
2886
2887
2888 \end_layout
2889
2890 \begin_layout Standard
2891 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2892  
2893 \family sans
2894 Édition\SpecialChar menuseparator
2895 Tableau
2896 \family default
2897  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2898  ou de la ligne courante et aussi de transformer la sélection courante en
2899  multi-colonnes.
2900  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2901 \end_layout
2902
2903 \begin_layout Section
2904 Flottant de tableau
2905 \begin_inset CommandInset label
2906 LatexCommand label
2907 name "sec:Table-Floats"
2908
2909 \end_inset
2910
2911
2912 \begin_inset Index idx
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 Flottants ! Tableaux
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \begin_inset Index idx
2923 status collapsed
2924
2925 \begin_layout Plain Layout
2926 Tableau ! Flottants
2927 \end_layout
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \begin_layout Standard
2935 Pour des explications générales sur les flottants, jetez un œil à la section
2936 \begin_inset space ~
2937 \end_inset
2938
2939
2940 \begin_inset CommandInset ref
2941 LatexCommand ref
2942 reference "sec:Flottants-Introduction"
2943
2944 \end_inset
2945
2946 .
2947 \end_layout
2948
2949 \begin_layout Standard
2950 \begin_inset Float table
2951 placement h
2952 wide false
2953 sideways false
2954 status open
2955
2956 \begin_layout Plain Layout
2957 \begin_inset Caption Standard
2958
2959 \begin_layout Plain Layout
2960 \begin_inset CommandInset label
2961 LatexCommand label
2962 name "tab:Flottant-de-tableau"
2963
2964 \end_inset
2965
2966 Un flottant de tableau.
2967 \end_layout
2968
2969 \end_inset
2970
2971
2972 \end_layout
2973
2974 \begin_layout Plain Layout
2975 \align center
2976 \begin_inset Tabular
2977 <lyxtabular version="3" rows="3" columns="3">
2978 <features tabularvalignment="middle">
2979 <column alignment="center" valignment="top" width="0pt">
2980 <column alignment="center" valignment="top" width="0pt">
2981 <column alignment="center" valignment="top" width="0pt">
2982 <row>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 1
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 2
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005 3
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 Jules
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 Marie
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 Jean
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 <row>
3041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045 \begin_inset Formula $\int x^{2}dx$
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057 \begin_inset Formula $\left[\begin{array}{cc}
3058 a & b\\
3059 c & d
3060 \end{array}\right]$
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 \begin_inset Formula $1+1=2$
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 </row>
3081 </lyxtabular>
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Standard
3094 Les flottants de tableau sont insérés en utilisant le menu 
3095 \family sans
3096 Insertion\SpecialChar menuseparator
3097 Flottant\SpecialChar menuseparator
3098 Tableau
3099 \family default
3100  ou le bouton 
3101 \begin_inset Info
3102 type  "icon"
3103 arg   "float-insert table"
3104 \end_inset
3105
3106  de la barre d'outils.
3107 \end_layout
3108
3109 \begin_layout Standard
3110 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3111  qui a comme étiquette 
3112 \begin_inset Quotes fld
3113 \end_inset
3114
3115 Tableau
3116 \begin_inset space ~
3117 \end_inset
3118
3119 #:
3120 \begin_inset Quotes frd
3121 \end_inset
3122
3123  (où # est le numéro du tableau).
3124  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3125 \end_layout
3126
3127 \begin_layout Standard
3128 Le tableau
3129 \begin_inset space ~
3130 \end_inset
3131
3132
3133 \begin_inset CommandInset ref
3134 LatexCommand ref
3135 reference "tab:Flottant-de-tableau"
3136
3137 \end_inset
3138
3139  est un exemple de tableau dans un flottant de tableau.
3140 \end_layout
3141
3142 \begin_layout Standard
3143 On met habituellement la légende au dessus des tableaux, mais cette règle
3144  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3145 .
3146  Cela signifie que si vous utilisez un document appartenant aux classes
3147  
3148 \family sans
3149 article
3150 \family default
3151
3152 \family sans
3153 book
3154 \family default
3155
3156 \family sans
3157 letter
3158 \family default
3159 , ou
3160 \family sans
3161  report
3162 \family default
3163  il n'y aura pas d'espace entre la légende et le tableau.
3164  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3165  la commande de chargement du paquetage \SpecialChar LaTeX
3166  
3167 \series bold
3168 caption
3169 \series default
3170
3171 \begin_inset Index idx
3172 status collapsed
3173
3174 \begin_layout Plain Layout
3175 Paquetages \SpecialChar LaTeX
3176  ! caption
3177 \end_layout
3178
3179 \end_inset
3180
3181  dans le préambule de votre document.
3182 \begin_inset Foot
3183 status collapsed
3184
3185 \begin_layout Plain Layout
3186 Pour plus d'information voyez la section
3187 \begin_inset space ~
3188 \end_inset
3189
3190
3191 \begin_inset CommandInset ref
3192 LatexCommand ref
3193 reference "sec:Placement-légende"
3194
3195 \end_inset
3196
3197 .
3198 \end_layout
3199
3200 \end_inset
3201
3202 :
3203 \end_layout
3204
3205 \begin_layout Standard
3206
3207 \series bold
3208 tableposition=top
3209 \end_layout
3210
3211 \begin_layout Standard
3212 Le paquetage 
3213 \series bold
3214 caption
3215 \series default
3216 , qui est décrit dans la section
3217 \begin_inset space ~
3218 \end_inset
3219
3220
3221 \begin_inset CommandInset ref
3222 LatexCommand ref
3223 reference "sec:Formatage-légende"
3224
3225 \end_inset
3226
3227 , est utilisé pour ajuster le format des légendes.
3228 \end_layout
3229
3230 \begin_layout Standard
3231 Dans le texte, on fait référence à un tableau
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 References@Références ! à des Tableaux
3237 \end_layout
3238
3239 \end_inset
3240
3241  en faisant référence à sa légende.
3242  On insère donc une étiquette dans la légende en utilisant le menu 
3243 \family sans
3244 Insertion
3245 \family default
3246 \SpecialChar menuseparator
3247
3248 \family sans
3249 Étiquette
3250 \family default
3251  ou le bouton 
3252 \begin_inset Info
3253 type  "icon"
3254 arg   "label-insert"
3255 \end_inset
3256
3257  de la barre d'outils.
3258  On peut alors faire référence à cette étiquette en utilisant le menu 
3259 \family sans
3260 Insertion\SpecialChar menuseparator
3261 Référence
3262 \begin_inset space ~
3263 \end_inset
3264
3265 croisée
3266 \family default
3267  ou le bouton 
3268 \begin_inset Info
3269 type  "icon"
3270 arg   "dialog-show-new-inset ref"
3271 \end_inset
3272
3273  de la barre d'outils.
3274 \begin_inset Newline newline
3275 \end_inset
3276
3277 Les références croisées sont expliquées en détail dans la section
3278 \begin_inset space ~
3279 \end_inset
3280
3281
3282 \begin_inset CommandInset ref
3283 LatexCommand ref
3284 reference "sec:Referencer-les-Flottants"
3285
3286 \end_inset
3287
3288 .
3289 \end_layout
3290
3291 \begin_layout Section
3292 Tableaux Longs
3293 \begin_inset CommandInset label
3294 LatexCommand label
3295 name "sec:Tableaux-longs"
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Tableaux longs
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Tableau ! Tableaux longs
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \end_layout
3321
3322 \begin_layout Standard
3323 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3324  l'option 
3325 \family sans
3326 Utiliser
3327 \begin_inset space ~
3328 \end_inset
3329
3330 les
3331 \begin_inset space ~
3332 \end_inset
3333
3334 tableaux
3335 \begin_inset space ~
3336 \end_inset
3337
3338 longs
3339 \family default
3340  de l'onglet 
3341 \family sans
3342 Tableau
3343 \begin_inset space ~
3344 \end_inset
3345
3346 long
3347 \family default
3348  de la fenêtre 
3349 \family sans
3350 Paramètres
3351 \begin_inset space ~
3352 \end_inset
3353
3354 du
3355 \begin_inset space ~
3356 \end_inset
3357
3358 tableau
3359 \family default
3360  pour le répartir automatiquement sur plusieurs pages.
3361  En cochant cette option, vous activez les options suivantes:
3362 \end_layout
3363
3364 \begin_layout Description
3365 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3366  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3367  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3368  première page, si 
3369 \family sans
3370 Premier
3371 \begin_inset space ~
3372 \end_inset
3373
3374 en-tête
3375 \family default
3376  est défini.
3377  Ces lignes forment l'en-tête principal.
3378 \end_layout
3379
3380 \begin_layout Description
3381 Premier
3382 \begin_inset space ~
3383 \end_inset
3384
3385 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3386  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3387  d'en-tête utilisées pour la première page du tableau long.
3388 \end_layout
3389
3390 \begin_layout Description
3391 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3392  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3393  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3394  page si 
3395 \family sans
3396 Dernier
3397 \begin_inset space ~
3398 \end_inset
3399
3400 pied
3401 \family default
3402  est défini.
3403 \end_layout
3404
3405 \begin_layout Description
3406 Dernier
3407 \begin_inset space ~
3408 \end_inset
3409
3410 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3411  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3412  constituant le pied de la dernière page du tableau long.
3413 \end_layout
3414
3415 \begin_layout Description
3416 Légende La ligne courante contient la légende du tableau.
3417  La première ligne est transformée en une colonne unique et une légende
3418  est insérée.
3419  Vous trouverez d'autres explications sur les légendes pour les tableaux
3420  longs dans la section
3421 \begin_inset space ~
3422 \end_inset
3423
3424
3425 \begin_inset CommandInset ref
3426 LatexCommand ref
3427 reference "subsec:Tableaux-longs-légende"
3428
3429 \end_inset
3430
3431 .
3432 \end_layout
3433
3434 \begin_layout Standard
3435 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3436  Voyez le tableau long qui suit pour voir comment ça marche :
3437 \begin_inset Separator parbreak
3438 \end_inset
3439
3440
3441 \end_layout
3442
3443 \begin_layout Standard
3444 \align center
3445 \begin_inset Tabular
3446 <lyxtabular version="3" rows="69" columns="3">
3447 <features islongtable="true" longtabularalignment="center">
3448 <column alignment="left" valignment="top" width="0cm">
3449 <column alignment="left" valignment="top" width="0pt">
3450 <column alignment="center" valignment="top" width="0pt">
3451 <row endfirsthead="true">
3452 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456
3457 \series bold
3458 Exemple d'annuaire téléphonique (ignorez les noms)
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row endfirsthead="true">
3483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487
3488 \series bold
3489 NOM
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 TEL.
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row endhead="true">
3516 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Exemple d'annuaire téléphonique
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row endhead="true">
3547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 NOM
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571
3572 \series bold
3573 TEL.
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row endfoot="true">
3580 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584  continue page suivante
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Annovi
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Silvia
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Bertoli
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Stefano
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Bozzi
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Walter
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Cachia
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Maria
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Cachia
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Maurizio
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Cinquemani
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Giusi
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Colin
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Bernard
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Concli
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Gianfranco
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Dal Bosco
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Carolina
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Dalpiaz
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Annamaria
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Feliciello
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Domenico
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Focarelli
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Paola
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Galletti
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Oreste
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Gasparini
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Franca
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Rizzardi
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Paola
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Lassini
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Giancarlo
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \series bold
4111 Malfatti
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 Luciano
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 111
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \series bold
4142 Malfatti
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Valeriano
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 111
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 <row>
4167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171
4172 \series bold
4173 Meneguzzo
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 Roberto
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 111
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \series bold
4204 Mezzadra
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 Roberto
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 111
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 </row>
4228 <row>
4229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233
4234 \series bold
4235 Pirpamer
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 Erich
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 111
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264
4265 \series bold
4266 Pochiesa
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 Paolo
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 111, 222
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 <row>
4291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295
4296 \series bold
4297 Radina
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 Claudio
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 111
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 </row>
4321 <row>
4322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \series bold
4328 Stuffer
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 Oskar
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 111
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \series bold
4359 Tacchelli
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 Ugo
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 111
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 <row>
4384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388
4389 \series bold
4390 Tezzele
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 Margit
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 111
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 </row>
4414 <row>
4415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419
4420 \series bold
4421 Unterkalmsteiner
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 Frieda
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 111
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 </row>
4445 <row>
4446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450
4451 \series bold
4452 Vieider
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Hilde
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 111
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \series bold
4483 Vigna
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 Jürgen
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 111
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 </row>
4507 <row>
4508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512
4513 \series bold
4514 Weber
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 Maurizio
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 111
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543
4544 \series bold
4545 Winkler
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Franz
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 111
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574  
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Annovi
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Silvia
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 555
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Bertoli
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Stefano
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 555
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Bozzi
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Walter
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 555
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Cachia
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Maria
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 555
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Cachia
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Maurizio
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 555
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Cinquemani
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Giusi
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 555
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789
4790 \series bold
4791 Colin
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 Bernard
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 555
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \series bold
4822 Concli
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 Gianfranco
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 555
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \series bold
4853 Dal Bosco
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Carolina
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 555
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \series bold
4884 Dalpiaz
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 Annamaria
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 555
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 </row>
4908 <row>
4909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \series bold
4915 Feliciello
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 Domenico
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 555
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 </row>
4939 <row>
4940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944
4945 \series bold
4946 Focarelli
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 Paola
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 555
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row>
4971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975
4976 \series bold
4977 Galletti
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 Oreste
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 555
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 <row>
5002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008 Gasparini
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Franca
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 555
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \series bold
5039 Rizzardi
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Paola
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 555
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \series bold
5070 Lassini
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Giancarlo
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 555
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row>
5095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099
5100 \series bold
5101 Malfatti
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 Luciano
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 555
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \series bold
5132 Malfatti
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 Valeriano
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 555
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \series bold
5163 Meneguzzo
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Roberto
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 555
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row>
5188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192
5193 \series bold
5194 Mezzadra
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 Roberto
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 555
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 </row>
5218 <row>
5219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \series bold
5225 Pirpamer
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 Erich
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243 555
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 </row>
5249 <row>
5250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254
5255 \series bold
5256 Pochiesa
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 Paolo
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 555, 222
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 </row>
5280 <row>
5281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285
5286 \series bold
5287 Radina
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 Claudio
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 555
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 </row>
5311 <row>
5312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316
5317 \series bold
5318 Stuffer
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 Oskar
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 555
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 </row>
5342 <row>
5343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347
5348 \series bold
5349 Tacchelli
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 Ugo
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367 555
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 </row>
5373 <row>
5374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378
5379 \series bold
5380 Tezzele
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 Margit
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 555
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 </row>
5404 <row>
5405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409
5410 \series bold
5411 Unterkalmsteiner
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 Frieda
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 555
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 </row>
5435 <row>
5436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440
5441 \series bold
5442 Vieider
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 Hilde
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 555
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \series bold
5473 Vigna
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 Jürgen
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 999
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 </row>
5497 <row>
5498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502
5503 \series bold
5504 Weber
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 Maurizio
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 555
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533
5534 \series bold
5535 Winkler
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 Franz
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 555
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row endlastfoot="true">
5560 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 Fin
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 </lyxtabular>
5589
5590 \end_inset
5591
5592
5593 \begin_inset ERT
5594 status collapsed
5595
5596 \begin_layout Plain Layout
5597
5598
5599 \backslash
5600 addtocounter{table}{-1}
5601 \end_layout
5602
5603 \end_inset
5604
5605
5606 \begin_inset Note Note
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610 Voyez la première note grisée de la section
5611 \begin_inset space ~
5612 \end_inset
5613
5614
5615 \begin_inset CommandInset ref
5616 LatexCommand ref
5617 reference "subsec:Tableaux-longs-légende"
5618
5619 \end_inset
5620
5621  pour une explication de cette commande.
5622 \end_layout
5623
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \begin_layout Subsection
5630 Notes de bas de page dans les tableaux longs
5631 \begin_inset CommandInset label
5632 LatexCommand label
5633 name "subsec:Notes-dans-tableau-long"
5634
5635 \end_inset
5636
5637
5638 \begin_inset Index idx
5639 status collapsed
5640
5641 \begin_layout Plain Layout
5642 Tableaux longs ! Notes de bas de page
5643 \end_layout
5644
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \begin_layout Standard
5651 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5652  long.
5653  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5654  contenant la note.
5655  Par exemple le tableau
5656 \begin_inset space ~
5657 \end_inset
5658
5659
5660 \begin_inset CommandInset ref
5661 LatexCommand ref
5662 reference "tab:Légendes-tableau-différentes"
5663
5664 \end_inset
5665
5666  a une note de bas de page.
5667 \end_layout
5668
5669 \begin_layout Subsection
5670 Alignement des tableaux longs
5671 \begin_inset Index idx
5672 status collapsed
5673
5674 \begin_layout Plain Layout
5675 Tableaux longs ! Alignement
5676 \end_layout
5677
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \begin_layout Standard
5684 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5685  de dialogue des paramètres de tableau.
5686  Pour les alignements à droite et à gauche, le tableau sera directement
5687  au bord de la page.
5688  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5689  l'alignement centré et modifier les valeurs des longueurs 
5690 \series bold
5691
5692 \backslash
5693 LTleft 
5694 \series default
5695 et 
5696 \series bold
5697
5698 \backslash
5699 LTright
5700 \series default
5701  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5702  avant le tableau long
5703  concerné :
5704 \end_layout
5705
5706 \begin_layout Standard
5707
5708 \series bold
5709
5710 \backslash
5711 setlength{
5712 \backslash
5713 LTleft}{valeur}
5714 \end_layout
5715
5716 \begin_layout Standard
5717 Où 
5718 \series bold
5719 valeur
5720 \series default
5721  peut avoir n'importe laquelle des unités listées dans le tableau
5722 \begin_inset space ~
5723 \end_inset
5724
5725
5726 \begin_inset CommandInset ref
5727 LatexCommand ref
5728 reference "cha:Unités-de-longueur"
5729
5730 \end_inset
5731
5732 .
5733  
5734 \series bold
5735
5736 \backslash
5737 LTleft
5738 \series default
5739  contrôle la distance horizontale entre le bord gauche de la page et le
5740  tableau, et
5741 \series bold
5742  
5743 \backslash
5744 LTright
5745 \series default
5746  la distance au bord droit.
5747  La valeur implicite des ces deux distances est 
5748 \series bold
5749
5750 \backslash
5751 fill
5752 \series default
5753 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5754 .
5755 \end_layout
5756
5757 \begin_layout Standard
5758 Le tableau long suivant a été centrée en mettant 
5759 \series bold
5760
5761 \backslash
5762 LTleft
5763 \series default
5764  à 
5765 \family sans
5766 0.1
5767 \backslash
5768 columnwidth
5769 \family default
5770 :
5771 \begin_inset ERT
5772 status collapsed
5773
5774 \begin_layout Plain Layout
5775
5776
5777 \backslash
5778 setlength{
5779 \backslash
5780 LTleft}{0.1
5781 \backslash
5782 columnwidth}
5783 \end_layout
5784
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \begin_layout Standard
5791 \begin_inset Tabular
5792 <lyxtabular version="3" rows="5" columns="5">
5793 <features islongtable="true" longtabularalignment="center">
5794 <column alignment="center" valignment="top">
5795 <column alignment="center" valignment="top">
5796 <column alignment="center" valignment="top">
5797 <column alignment="center" valignment="top">
5798 <column alignment="center" valignment="top">
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 1
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 2
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 3
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 4
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 5
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 s
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 asd
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row>
5988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 </lyxtabular>
6035
6036 \end_inset
6037
6038
6039 \begin_inset ERT
6040 status collapsed
6041
6042 \begin_layout Plain Layout
6043
6044
6045 \backslash
6046 setlength{
6047 \backslash
6048 LTleft}{
6049 \backslash
6050 fill}
6051 \end_layout
6052
6053 \end_inset
6054
6055
6056 \begin_inset ERT
6057 status collapsed
6058
6059 \begin_layout Plain Layout
6060
6061
6062 \backslash
6063 addtocounter{table}{-1}
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \begin_inset Note Note
6070 status collapsed
6071
6072 \begin_layout Plain Layout
6073 Voyez la première note grisée de la section
6074 \begin_inset space ~
6075 \end_inset
6076
6077
6078 \begin_inset CommandInset ref
6079 LatexCommand ref
6080 reference "subsec:Tableaux-longs-légende"
6081
6082 \end_inset
6083
6084  pour une explication de cette commande.
6085 \end_layout
6086
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \begin_layout Subsection
6093 Légendes et tableaux longs
6094 \begin_inset Index idx
6095 status collapsed
6096
6097 \begin_layout Plain Layout
6098 Tableaux longs ! Legendes@Légendes
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \begin_inset CommandInset label
6105 LatexCommand label
6106 name "subsec:Tableaux-longs-légende"
6107
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \begin_layout Standard
6114 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6115  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6116  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6117  longs quand on utilise pour une ligne l'option de tableau long 
6118 \family sans
6119 Légende
6120 \family default
6121 , comme c'est expliqué dans la section
6122 \begin_inset space ~
6123 \end_inset
6124
6125
6126 \begin_inset CommandInset ref
6127 LatexCommand ref
6128 reference "sec:Tableaux-longs"
6129
6130 \end_inset
6131
6132 .
6133 \end_layout
6134
6135 \begin_layout Standard
6136 Voici un petit Tableau long pour voir comment ça marche :
6137 \end_layout
6138
6139 \begin_layout Standard
6140 \begin_inset Tabular
6141 <lyxtabular version="3" rows="6" columns="5">
6142 <features islongtable="true" longtabularalignment="center">
6143 <column alignment="center" valignment="top">
6144 <column alignment="center" valignment="top">
6145 <column alignment="center" valignment="top">
6146 <column alignment="center" valignment="top">
6147 <column alignment="center" valignment="top">
6148 <row endfirsthead="true" caption="true">
6149 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Caption Standard
6154
6155 \begin_layout Plain Layout
6156 Tableau long avec une légende
6157 \begin_inset Argument 1
6158 status open
6159
6160 \begin_layout Plain Layout
6161 Tableau long
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 1
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 2
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 3
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 4
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 5
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 s
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 s
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 s
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 asd
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 s
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 s
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 asd
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 asd
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 s
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 asd
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 </lyxtabular>
6449
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \begin_layout Standard
6456 \begin_inset VSpace medskip
6457 \end_inset
6458
6459
6460 \begin_inset Note Greyedout
6461 status open
6462
6463 \begin_layout Plain Layout
6464
6465 \series bold
6466 Note
6467 \begin_inset space ~
6468 \end_inset
6469
6470 1:
6471 \series default
6472  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6473  n'avez pas prévu de légende.
6474  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6475 \begin_inset space ~
6476 \end_inset
6477
6478 2.4 suit le tableau
6479 \begin_inset space ~
6480 \end_inset
6481
6482 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6483  sans légende.
6484  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6485  après
6486  chaque tableau long sans légende :
6487 \end_layout
6488
6489 \begin_layout Plain Layout
6490
6491 \series bold
6492
6493 \backslash
6494 addtocounter{table}{-1}
6495 \end_layout
6496
6497 \begin_layout Plain Layout
6498 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6499  et que vous ajoutez le code suivant dans le préambule du document :
6500 \end_layout
6501
6502 \begin_layout Plain Layout
6503
6504 \series bold
6505
6506 \backslash
6507 let
6508 \backslash
6509 myEnd
6510 \backslash
6511 endlongtable
6512 \begin_inset Newline newline
6513 \end_inset
6514
6515
6516 \backslash
6517 renewcommand{
6518 \backslash
6519 endlongtable}{
6520 \backslash
6521 myEnd
6522 \backslash
6523 addtocounter{table}{-1}}
6524 \end_layout
6525
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \begin_layout Standard
6532 \begin_inset Note Greyedout
6533 status open
6534
6535 \begin_layout Plain Layout
6536
6537 \series bold
6538 Note
6539 \begin_inset space ~
6540 \end_inset
6541
6542 2:
6543 \series default
6544  Si vous utilisez 
6545 \series bold
6546 hyperref
6547 \series default
6548
6549 \begin_inset Index idx
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553 Paquetages \SpecialChar LaTeX
6554  ! hyperref
6555 \end_layout
6556
6557 \end_inset
6558
6559  dans les 
6560 \family sans
6561 Paramètres du document
6562 \family default
6563  rubrique 
6564 \family sans
6565 Propriétés
6566 \begin_inset space ~
6567 \end_inset
6568
6569 du
6570 \begin_inset space ~
6571 \end_inset
6572
6573 PDF
6574 \family default
6575 , pour transformer vos références croisées en liens cliquables, le lien
6576  vers un tableau long pointera toujours sur le début du document.
6577 \end_layout
6578
6579 \end_inset
6580
6581
6582 \end_layout
6583
6584 \begin_layout Subsubsection
6585 Références à des tableaux longs
6586 \begin_inset Index idx
6587 status collapsed
6588
6589 \begin_layout Plain Layout
6590 Tableaux longs ! Références
6591 \end_layout
6592
6593 \end_inset
6594
6595
6596 \end_layout
6597
6598 \begin_layout Standard
6599 \begin_inset Tabular
6600 <lyxtabular version="3" rows="6" columns="5">
6601 <features islongtable="true" longtabularalignment="center">
6602 <column alignment="center" valignment="top">
6603 <column alignment="center" valignment="top">
6604 <column alignment="center" valignment="top">
6605 <column alignment="center" valignment="top">
6606 <column alignment="center" valignment="top">
6607 <row endfirsthead="true" caption="true">
6608 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 \begin_inset Caption Standard
6613
6614 \begin_layout Plain Layout
6615 Tableau long référencé
6616 \begin_inset CommandInset label
6617 LatexCommand label
6618 name "tab:RefExemple"
6619
6620 \end_inset
6621
6622
6623 \end_layout
6624
6625 \end_inset
6626
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 1
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 2
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 3
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 4
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 5
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 </row>
6716 <row>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 asd
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 s
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 </row>
6763 <row>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 asd
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 s
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 asd
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 s
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 asd
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row>
6858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 asd
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 sad
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 asd
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 </lyxtabular>
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \begin_layout Standard
6912 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6913  dans sa légende.
6914 \end_layout
6915
6916 \begin_layout Standard
6917 Ceci est une référence au tableau
6918 \begin_inset space ~
6919 \end_inset
6920
6921
6922 \begin_inset CommandInset ref
6923 LatexCommand ref
6924 reference "tab:RefExemple"
6925
6926 \end_inset
6927
6928 .
6929 \end_layout
6930
6931 \begin_layout Standard
6932 La mise en forme de la légende peut être ajustée avec celle de toutes les
6933  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6934  
6935 \series bold
6936 caption
6937 \series default
6938
6939 \begin_inset Index idx
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 Paquetages \SpecialChar LaTeX
6944  ! caption
6945 \end_layout
6946
6947 \end_inset
6948
6949 , voir la section
6950 \begin_inset space ~
6951 \end_inset
6952
6953
6954 \begin_inset CommandInset ref
6955 LatexCommand ref
6956 reference "sec:Formatage-légende"
6957
6958 \end_inset
6959
6960 .
6961 \end_layout
6962
6963 \begin_layout Subsubsection
6964 Largeur de la légende
6965 \begin_inset Index idx
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969 Tableaux longs ! Largeur de la légende
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 La largeur maximale des lignes de légende est définie par la longueur 
6979 \series bold
6980
6981 \backslash
6982 LTcapwidth
6983 \series default
6984 .
6985  Sa valeur implicite est 4
6986 \begin_inset space \thinspace{}
6987 \end_inset
6988
6989 in.
6990  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6991  de votre document ou en tant que code \SpecialChar TeX
6992  directement dans votre document
6993  avant le tableau qui doit être affectée.
6994 \end_layout
6995
6996 \begin_layout Standard
6997
6998 \series bold
6999
7000 \backslash
7001 setlength{
7002 \backslash
7003 LTcapwidth}{largeur}
7004 \end_layout
7005
7006 \begin_layout Standard
7007 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7008 \begin_inset space ~
7009 \end_inset
7010
7011
7012 \begin_inset CommandInset ref
7013 LatexCommand ref
7014 reference "cha:Unités-de-longueur"
7015
7016 \end_inset
7017
7018 .
7019 \end_layout
7020
7021 \begin_layout Standard
7022 Les tableaux suivants montrent la différence :
7023 \end_layout
7024
7025 \begin_layout Standard
7026 \begin_inset Tabular
7027 <lyxtabular version="3" rows="6" columns="5">
7028 <features islongtable="true" longtabularalignment="center">
7029 <column alignment="center" valignment="top">
7030 <column alignment="center" valignment="top">
7031 <column alignment="center" valignment="top">
7032 <column alignment="center" valignment="top">
7033 <column alignment="center" valignment="top">
7034 <row endfirsthead="true" caption="true">
7035 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 \begin_inset Caption Standard
7040
7041 \begin_layout Plain Layout
7042 long titre complet avec la largeur implicite long titre complet avec la
7043  largeur implicite long titre complet avec la largeur implicite
7044 \begin_inset Argument 1
7045 status open
7046
7047 \begin_layout Plain Layout
7048 Légende avec largeur implicite
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 1
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 2
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 3
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 4
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 5
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 </row>
7147 <row>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 <row>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 asd
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 s
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 s
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 s
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 s
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 s
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 s
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 </row>
7288 <row>
7289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 asd
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 sad
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 asd
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 asd
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 </lyxtabular>
7336
7337 \end_inset
7338
7339
7340 \end_layout
7341
7342 \begin_layout Standard
7343 \begin_inset ERT
7344 status collapsed
7345
7346 \begin_layout Plain Layout
7347
7348
7349 \backslash
7350 setlength{
7351 \backslash
7352 LTcapwidth}{5cm}
7353 \end_layout
7354
7355 \end_inset
7356
7357
7358 \begin_inset Tabular
7359 <lyxtabular version="3" rows="6" columns="5">
7360 <features islongtable="true" longtabularalignment="center">
7361 <column alignment="center" valignment="top">
7362 <column alignment="center" valignment="top">
7363 <column alignment="center" valignment="top">
7364 <column alignment="center" valignment="top">
7365 <column alignment="center" valignment="top">
7366 <row endfirsthead="true" caption="true">
7367 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 \begin_inset Caption Standard
7372
7373 \begin_layout Plain Layout
7374 long titre complet avec la largeur réglée à 5
7375 \begin_inset space \thinspace{}
7376 \end_inset
7377
7378 cm long titre complet avec la largeur réglée à 5
7379 \begin_inset space \thinspace{}
7380 \end_inset
7381
7382 cm long titre complet avec la largeur réglée à 5
7383 \begin_inset space \thinspace{}
7384 \end_inset
7385
7386 cm
7387 \begin_inset Argument 1
7388 status open
7389
7390 \begin_layout Plain Layout
7391 Légende avec largeur à
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 =
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 5
7400 \begin_inset space \thinspace{}
7401 \end_inset
7402
7403 cm
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 1
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 2
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 3
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 4
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 5
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 </row>
7502 <row>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 asd
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 s
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 s
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 s
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 </row>
7549 <row>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 asd
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 s
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 s
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 s
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 asd
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 asd
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 s
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 s
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 s
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 asd
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 </row>
7643 <row>
7644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 asd
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 sad
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 asd
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 asd
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 asd
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 </lyxtabular>
7691
7692 \end_inset
7693
7694
7695 \end_layout
7696
7697 \begin_layout Standard
7698 \begin_inset ERT
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702
7703
7704 \backslash
7705 setlength{
7706 \backslash
7707 LTcapwidth}{4in}
7708 \end_layout
7709
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \begin_layout Standard
7716 \begin_inset Note Greyedout
7717 status open
7718
7719 \begin_layout Plain Layout
7720
7721 \series bold
7722 Note:
7723 \series default
7724  Quand on utilise la paquetage \SpecialChar LaTeX
7725  
7726 \series bold
7727 caption
7728 \series default
7729
7730 \begin_inset Index idx
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734 Paquetages \SpecialChar LaTeX
7735  ! caption
7736 \end_layout
7737
7738 \end_inset
7739
7740  , comme c'est les cas dans ce document, la légende prend toute la largeur
7741  de la page quand on utilise la largeur implicite de 4
7742 \begin_inset space \thinspace{}
7743 \end_inset
7744
7745 in pour 
7746 \series bold
7747
7748 \backslash
7749 LTcapwidth
7750 \series default
7751 .
7752  Pour avoir dans ce cas une légende qui fasse exactement 4
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7757  comme par exemple 3.99
7758 \begin_inset space \thinspace{}
7759 \end_inset
7760
7761 in, soit utiliser la commande \SpecialChar LaTeX
7762  
7763 \series bold
7764
7765 \backslash
7766 captionsetup{width=valeur}
7767 \series default
7768  qui est disponible dans le paquetage 
7769 \series bold
7770 caption
7771 \series default
7772 .
7773 \end_layout
7774
7775 \end_inset
7776
7777
7778 \end_layout
7779
7780 \begin_layout Subsubsection
7781 Des légendes différentes sur chaque page d'un tableau
7782 \begin_inset Argument 1
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786 Légendes différentes
7787 \end_layout
7788
7789 \end_inset
7790
7791
7792 \begin_inset Index idx
7793 status collapsed
7794
7795 \begin_layout Plain Layout
7796 Tableaux longs ! Legendes@Légendes différentes par page
7797 \end_layout
7798
7799 \end_inset
7800
7801
7802 \end_layout
7803
7804 \begin_layout Standard
7805 Quand la légende du tableau pour les pages suivantes doit être différente
7806  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7807  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7808  dans le menu contextuel
7809 \family sans
7810  Légende (TableauLongSansNuméro)
7811 \family default
7812 .
7813  Le tableau
7814 \begin_inset space ~
7815 \end_inset
7816
7817
7818 \begin_inset CommandInset ref
7819 LatexCommand ref
7820 reference "tab:Légendes-tableau-différentes"
7821
7822 \end_inset
7823
7824  est un exemple de tableau long avec des légendes différentes et où la seconde
7825  légende ne contient pas le numéro du tableau.
7826 \begin_inset Separator parbreak
7827 \end_inset
7828
7829
7830 \end_layout
7831
7832 \begin_layout Standard
7833 \align center
7834 \begin_inset Tabular
7835 <lyxtabular version="3" rows="59" columns="3">
7836 <features islongtable="true" longtabularalignment="center">
7837 <column alignment="left" valignment="top" width="0pt">
7838 <column alignment="left" valignment="top" width="0pt">
7839 <column alignment="center" valignment="top" width="0pt">
7840 <row endfirsthead="true" caption="true">
7841 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 \begin_inset Caption Standard
7846
7847 \begin_layout Plain Layout
7848 Exemple d'annuaire téléphonique
7849 \begin_inset CommandInset label
7850 LatexCommand label
7851 name "tab:Légendes-tableau-différentes"
7852
7853 \end_inset
7854
7855
7856 \begin_inset Argument 1
7857 status collapsed
7858
7859 \begin_layout Plain Layout
7860 Exemple Annuaire 
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row endfirsthead="true">
7895 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row endfirsthead="true">
7926 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 NOM
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 TÉL.
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row endhead="true" caption="true">
7959 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 \begin_inset Caption LongTableNoNumber
7964
7965 \begin_layout Plain Layout
7966 Suite de l'exemple d'annuaire téléphonique
7967 \end_layout
7968
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row endhead="true">
7996 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Exemple d'annuaire téléphonique
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row endhead="true">
8027 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 NOM
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \series bold
8053 TÉL.
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row endfoot="true">
8060 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 suite page suivante\SpecialChar ldots
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \series bold
8096 Annovi
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Silvia
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 111
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 Bertoli
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 Stefano
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 111
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \series bold
8158 Bozzi
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Walter
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 111
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \series bold
8189 Cachia
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Maria
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 111
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 </row>
8213 <row>
8214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220 Cachia
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 Maurizio
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 111
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \series bold
8251 Cinquemani
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Giusi
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 111
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 </row>
8275 <row>
8276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280
8281 \series bold
8282 Colin
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 Bernard
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 111
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \series bold
8313 Concli
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 Gianfranco
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 111
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \series bold
8344 Dal Bosco
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Carolina
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 111
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \series bold
8375 Dalpiaz
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Annamaria
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 111
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \series bold
8406 Feliciello
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Domenico
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 111
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \series bold
8437 Focarelli
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 Paola
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 111
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 <row>
8462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466
8467 \series bold
8468 Galletti
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 Oreste
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 111
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \series bold
8499 Gasparini
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Franca
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 111
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \series bold
8530 Rizzardi
8531 \series default
8532
8533 \begin_inset Foot
8534 status open
8535
8536 \begin_layout Plain Layout
8537 Exemple de note de bas de page
8538 \end_layout
8539
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Paola
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 111
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Lassini
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Giancarlo
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 111
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Malfatti
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Luciano
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 111
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \series bold
8635 Malfatti
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Valeriano
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 111
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \series bold
8666 Meneguzzo
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Roberto
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 111
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \series bold
8697 Mezzadra
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 Roberto
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 111
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \series bold
8728 Pirpamer
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Erich
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 111
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757
8758 \series bold
8759 Pochiesa
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 Paolo
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 111, 222
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 </row>
8783 <row>
8784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788
8789 \series bold
8790 Radina
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 Claudio
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 111
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 </row>
8814 <row>
8815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819
8820 \series bold
8821 Stuffer
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 Oskar
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 111
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 </row>
8845 <row>
8846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852 Tacchelli
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 Ugo
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 111
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 <row>
8877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \series bold
8883 Tezzele
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Margit
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 111
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912
8913 \series bold
8914 Unterkalmsteiner
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 Frieda
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 111
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row>
8939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \series bold
8945 Vieider
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 Hilde
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 111
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \series bold
8976 Vigna
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 Jürgen
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 111
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \series bold
9007 Weber
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Maurizio
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 111
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \series bold
9038 Winkler
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 Franz
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 111
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067  
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Annovi
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Silvia
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Bertoli
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Stefano
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Bozzi
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Walter
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 555
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Cachia
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Maria
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 555
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Cachia
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Maurizio
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 555
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Cinquemani
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Giusi
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 555
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Colin
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Bernard
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 555
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Concli
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Gianfranco
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 555
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Dal Bosco
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Carolina
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 555
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 Dalpiaz
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 Annamaria
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 555
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \series bold
9408 Feliciello
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 Domenico
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 555
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \series bold
9439 Focarelli
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Paola
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 555
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470 Galletti
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479 Oreste
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488 555
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 </row>
9494 <row>
9495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \series bold
9501 Gasparini
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 Franca
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 555
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \series bold
9532 Rizzardi
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 Paola
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 555
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 <row>
9557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561
9562 \series bold
9563 Lassini
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 Giancarlo
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 555
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 </row>
9587 <row>
9588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592
9593 \series bold
9594 Malfatti
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 Luciano
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 555
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 </row>
9618 <row>
9619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \series bold
9625 Malfatti
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634 Valeriano
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 555
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \series bold
9656 Meneguzzo
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665 Roberto
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 555
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \series bold
9687 Mezzadra
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 Roberto
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 555
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 </lyxtabular>
9712
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \begin_layout Section
9719 Questions particulières concernant les tableaux longs
9720 \begin_inset Argument 1
9721 status collapsed
9722
9723 \begin_layout Plain Layout
9724 Questions sur les tableaux longs
9725 \end_layout
9726
9727 \end_inset
9728
9729
9730 \begin_inset CommandInset label
9731 LatexCommand label
9732 name "sec:Questions-sur-tableaux-longs"
9733
9734 \end_inset
9735
9736
9737 \end_layout
9738
9739 \begin_layout Subsection
9740 Calculs des pages des tableaux longs
9741 \begin_inset Index idx
9742 status collapsed
9743
9744 \begin_layout Plain Layout
9745 Tableaux longs ! Calculs
9746 \end_layout
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \begin_layout Standard
9754 \SpecialChar LaTeX
9755  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9756  utilisant des blocs (chunks).
9757  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9758  mémoire de \SpecialChar LaTeX
9759 .
9760  La valeur implicite est fixée pour des raisons historiques à seulement
9761  20 lignes de tableau.
9762  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9763  peut ralentir la création de votre document.
9764  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9765  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9766  préambule de votre document :
9767 \end_layout
9768
9769 \begin_layout Standard
9770
9771 \series bold
9772
9773 \backslash
9774 setcounter{LTchunksize}{100}
9775 \end_layout
9776
9777 \begin_layout Subsection
9778 Les flottants et les tableaux longs
9779 \begin_inset Index idx
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783 Tableaux longs ! Flottants
9784 \end_layout
9785
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \begin_layout Standard
9792 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9793  commence un tableau long.
9794  Pour éviter une telle situation, insérez un saut de page (menu 
9795 \family sans
9796 Insertion\SpecialChar menuseparator
9797 Typographie
9798 \begin_inset space ~
9799 \end_inset
9800
9801 spéciale\SpecialChar menuseparator
9802 Saut de page (vide le tampon)
9803 \family default
9804
9805 \begin_inset space \thinspace{}
9806 \end_inset
9807
9808 ) juste avant votre tableau long.
9809 \end_layout
9810
9811 \begin_layout Subsection
9812 Sauts de pages forcés
9813 \begin_inset Index idx
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817 Tableaux longs ! Sauts de pages forcés
9818 \end_layout
9819
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \begin_layout Standard
9826 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9827  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9828  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9829  de
9830  saut de ligne 
9831 \begin_inset Quotes fld
9832 \end_inset
9833
9834
9835 \backslash
9836
9837 \backslash
9838
9839 \begin_inset Quotes frd
9840 \end_inset
9841
9842  en code \SpecialChar TeX
9843  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9844  Avant la commande 
9845 \begin_inset Quotes fld
9846 \end_inset
9847
9848
9849 \backslash
9850
9851 \backslash
9852
9853 \begin_inset Quotes frd
9854 \end_inset
9855
9856 , vous devez insérer en code \SpecialChar TeX
9857 , autant de caractères 
9858 \begin_inset Quotes fld
9859 \end_inset
9860
9861 &
9862 \begin_inset Quotes frd
9863 \end_inset
9864
9865  qu'il y a de colonnes après la cellule concernée.
9866  Le caractère 
9867 \begin_inset Quotes fld
9868 \end_inset
9869
9870 &
9871 \begin_inset Quotes frd
9872 \end_inset
9873
9874  sert à séparer les colonnes d'un tableau.
9875  Écrivez en code-\SpecialChar TeX
9876 , après chaque 
9877 \begin_inset Quotes fld
9878 \end_inset
9879
9880 &
9881 \begin_inset Quotes frd
9882 \end_inset
9883
9884  le contenu des cellules correspondantes et en même temps supprimez le contenu
9885  de ces cellules dans le texte normal.
9886  
9887 \begin_inset Newline newline
9888 \end_inset
9889
9890 Après la commande 
9891 \backslash
9892
9893 \backslash
9894 , insérez autant de caractères 
9895 \begin_inset Quotes fld
9896 \end_inset
9897
9898 &
9899 \begin_inset Quotes frd
9900 \end_inset
9901
9902  qu'il y a de colonnes avant la colonne traitée.
9903  Dans le tableau
9904 \begin_inset space ~
9905 \end_inset
9906
9907
9908 \begin_inset CommandInset ref
9909 LatexCommand ref
9910 reference "tab:Tableau-saut-de-page"
9911
9912 \end_inset
9913
9914  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9915  suivie par une autre colonne.
9916  La commande suivante a donc été insérée en code \SpecialChar TeX
9917  dans la cellule après
9918  le mot 
9919 \begin_inset Quotes fld
9920 \end_inset
9921
9922
9923 \emph on
9924 Castelchiodato,
9925 \emph default
9926
9927 \begin_inset Quotes frd
9928 \end_inset
9929
9930 :
9931 \end_layout
9932
9933 \begin_layout Standard
9934
9935 \series bold
9936 & 111
9937 \backslash
9938
9939 \backslash
9940  
9941 \backslash
9942 newpage
9943 \begin_inset Newline newline
9944 \end_inset
9945
9946 &
9947 \end_layout
9948
9949 \begin_layout Standard
9950 Le 
9951 \begin_inset Quotes fld
9952 \end_inset
9953
9954 111
9955 \begin_inset Quotes frd
9956 \end_inset
9957
9958  dans la troisième colonne de la ligne a été supprimé.
9959  
9960 \series bold
9961
9962 \backslash
9963 newpage
9964 \series default
9965  est nécessaire seulement quand un saut de page doit impérativement avoir
9966  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9967  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9968  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9969  est coupée, utilisez cette commande à la place de la précédente :
9970 \end_layout
9971
9972 \begin_layout Standard
9973
9974 \series bold
9975 & 111
9976 \backslash
9977
9978 \backslash
9979
9980 \begin_inset Newline newline
9981 \end_inset
9982
9983
9984 \backslash
9985 hline &
9986 \end_layout
9987
9988 \begin_layout Standard
9989 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9990  insérer la commande
9991 \end_layout
9992
9993 \begin_layout Standard
9994
9995 \series bold
9996
9997 \backslash
9998 setlength{
9999 \backslash
10000 parfillskip}{0pt}
10001 \end_layout
10002
10003 \begin_layout Standard
10004 au début de la cellule.
10005  Cela assure que la portion de la cellule qui va se trouver affichée sur
10006  la page suivante le sera avec toute la largeur de la cellule.
10007 \begin_inset Separator parbreak
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \begin_layout Standard
10014 \align center
10015 \begin_inset Tabular
10016 <lyxtabular version="3" rows="38" columns="3">
10017 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10018 <column alignment="left" valignment="top" width="0cm">
10019 <column alignment="left" valignment="top" width="3cm">
10020 <column alignment="center" valignment="top" width="0pt">
10021 <row endfirsthead="true" caption="true">
10022 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Caption Standard
10027
10028 \begin_layout Plain Layout
10029 Tableau avec un saut de page forcé dans une cellule
10030 \begin_inset CommandInset label
10031 LatexCommand label
10032 name "tab:Tableau-saut-de-page"
10033
10034 \end_inset
10035
10036
10037 \begin_inset Argument 1
10038 status collapsed
10039
10040 \begin_layout Plain Layout
10041 Tableau avec un saut de page forcé dans une cellule
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row endfirsthead="true">
10076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row endfirsthead="true">
10107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 NOM
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 TÉL.
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endhead="true">
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 \begin_inset ERT
10145 status collapsed
10146
10147 \begin_layout Plain Layout
10148
10149
10150 \backslash
10151 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10152 \backslash
10153
10154 \backslash
10155 %
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row endhead="true">
10185 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189  
10190 \series bold
10191 Exemple d'annuaire téléphonique
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row endhead="true">
10216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 NOM
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 TÉL.
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row endfoot="true">
10249 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 suite page suivante\SpecialChar ldots
10254
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Annovi
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Silvia
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Bertoli
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Stefano
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Bozzi
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Walter
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Cachia
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Maria
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Cachia
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Maurizio
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Cinquemani
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Giusi
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \series bold
10471 Colin
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 Bernard
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 111
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \series bold
10502 Concli
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 Gianfranco
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 111
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \series bold
10533 Dal Bosco
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Carolina
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 111
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 <row>
10558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562
10563 \series bold
10564 Dalpiaz
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 Annamaria
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 111
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \series bold
10595 Feliciello
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Domenico
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 111
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \series bold
10626 Focarelli
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 Paola
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 111
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row>
10651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657 Galletti
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 Oreste
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 111
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688 Gasparini
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 Franca
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 111
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \series bold
10719 Lassini
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 Giancarlo
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 111
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750 Malfatti
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Luciano
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 111
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \series bold
10781 Malfatti
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 Valeriano
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 111
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \series bold
10812 Meneguzzo
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 Roberto
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 111
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \series bold
10843 Mezzadra
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 Roberto
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 111
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Pirpamer
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Erich
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Pochiesa
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Paolo
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111, 222
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Radina
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Claudio
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Rizzardi
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Giancarlo, 11.
10977  Fürst von Montecompatri, 11.
10978  Fürst von Sulmona und Vivaro, 10.
10979  Fürst von Rossano, 5.
10980  Herzog von Canemorte, 11.
10981  Herzog von Palombara, 5.
10982  Herzog von Castelchiodato,
10983 \begin_inset ERT
10984 status open
10985
10986 \begin_layout Plain Layout
10987
10988 & 111
10989 \backslash
10990
10991 \backslash
10992  
10993 \backslash
10994 newpage
10995 \end_layout
10996
10997 \begin_layout Plain Layout
10998
10999 &
11000 \end_layout
11001
11002 \end_inset
11003
11004  11.
11005  Herzog von Poggionativo, 11.
11006  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11007  Graf von Valinfreda, 11.
11008  Baron von Cropalati, 11.
11009  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \series bold
11031 Stuffer
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 Oskar
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 111
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 </row>
11055 <row>
11056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060
11061 \series bold
11062 Tacchelli
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 Ugo
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 111
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 <row>
11087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \series bold
11093 Tezzele
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 Margit
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 111
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 <row>
11118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122
11123 \series bold
11124 Unterkalmsteiner
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 Frieda
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 111
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \series bold
11155 Vieider
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 Hilde
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 111
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184
11185 \series bold
11186 Vigna
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 Jürgen
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 111
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215
11216 \series bold
11217 Weber
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 Maurizio
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 111
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \series bold
11248 Winkler
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 Franz
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 111
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 </lyxtabular>
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Section
11280 Colonnes et lignes à lignes multiples
11281 \end_layout
11282
11283 \begin_layout Subsection
11284 Lignes multiples dans une cellule de tableau
11285 \begin_inset CommandInset label
11286 LatexCommand label
11287 name "subsec:Lignes-multiple-dans-cellule"
11288
11289 \end_inset
11290
11291
11292 \begin_inset Index idx
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 Plusieurs lignes dans une case de tableau
11297 \end_layout
11298
11299 \end_inset
11300
11301
11302 \begin_inset Index idx
11303 status collapsed
11304
11305 \begin_layout Plain Layout
11306 Tableau ! Saut de ligne
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Standard
11315 \noindent
11316 \begin_inset Float table
11317 placement H
11318 wide false
11319 sideways false
11320 status open
11321
11322 \begin_layout Plain Layout
11323 \begin_inset Caption Standard
11324
11325 \begin_layout Plain Layout
11326 \begin_inset CommandInset label
11327 LatexCommand label
11328 name "tab:Tableau-avec-plusieurs-lignes"
11329
11330 \end_inset
11331
11332 Tableau avec des lignes multiples dans une cellule
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Plain Layout
11341 \align center
11342 \begin_inset Tabular
11343 <lyxtabular version="3" rows="3" columns="3">
11344 <features tabularvalignment="middle">
11345 <column alignment="center" valignment="middle" width="2.5cm">
11346 <column alignment="center" valignment="middle">
11347 <column alignment="center" valignment="middle">
11348 <row>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 Lignes
11354 \begin_inset Newline linebreak
11355 \end_inset
11356
11357 multiples
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 b
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 c
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 d
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 e
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 f
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 g
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 h
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 i
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 </lyxtabular>
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \begin_layout Standard
11452 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11453  d'un paragraphe avec des sauts de lignes et des césures.
11454 \end_layout
11455
11456 \begin_layout Standard
11457 Pour obtenir le tableau
11458 \begin_inset space ~
11459 \end_inset
11460
11461
11462 \begin_inset CommandInset ref
11463 LatexCommand ref
11464 reference "tab:Tableau-avec-plusieurs-lignes"
11465
11466 \end_inset
11467
11468 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11469  droit dessus.
11470  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11471  2.5
11472 \begin_inset space \thinspace{}
11473 \end_inset
11474
11475 cm et choisissez les alignements vertical et horizontal centrés.
11476  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11477  Comme notre texte est plus petit que 2.5
11478 \begin_inset space \thinspace{}
11479 \end_inset
11480
11481 cm, une seule ligne va apparaître.
11482  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11483  
11484 \family sans
11485 Ctrl-Shift-Entrée
11486 \family default
11487 ).
11488  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11489 ement découpé en plusieurs lignes.
11490 \end_layout
11491
11492 \begin_layout Standard
11493 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11494  ne peut pas
11495  effectuer de césure si c'est le premier élément de la cellule.
11496  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11497  premier élément : Ajoutez un espace horizontal de 0
11498 \begin_inset space \thinspace{}
11499 \end_inset
11500
11501 pt juste avant votre mot.
11502  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11503  Le tableau
11504 \begin_inset space ~
11505 \end_inset
11506
11507
11508 \begin_inset CommandInset ref
11509 LatexCommand ref
11510 reference "tab:Tableau-césure"
11511
11512 \end_inset
11513
11514  montre l'effet de cette insertion.
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \begin_inset Float table
11519 placement h
11520 wide false
11521 sideways false
11522 status open
11523
11524 \begin_layout Plain Layout
11525 \begin_inset Caption Standard
11526
11527 \begin_layout Plain Layout
11528 \begin_inset CommandInset label
11529 LatexCommand label
11530 name "tab:Tableau-césure"
11531
11532 \end_inset
11533
11534 Tableau avec et sans césure.
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Plain Layout
11543 \begin_inset space \hfill{}
11544 \end_inset
11545
11546
11547 \begin_inset Tabular
11548 <lyxtabular version="3" rows="3" columns="3">
11549 <features tabularvalignment="middle">
11550 <column alignment="center" valignment="middle" width="2.5cm">
11551 <column alignment="center" valignment="middle">
11552 <column alignment="center" valignment="middle">
11553 <row>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 mottrèslongdansunecellule
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 b
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 c
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 </row>
11582 <row>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 d
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 e
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 f
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 </row>
11611 <row>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 g
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 h
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 i
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 </row>
11640 </lyxtabular>
11641
11642 \end_inset
11643
11644
11645 \begin_inset space \hfill{}
11646 \end_inset
11647
11648
11649 \begin_inset Tabular
11650 <lyxtabular version="3" rows="3" columns="3">
11651 <features tabularvalignment="middle">
11652 <column alignment="center" valignment="middle" width="2.5cm">
11653 <column alignment="center" valignment="middle">
11654 <column alignment="center" valignment="middle">
11655 <row>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 \begin_inset space \hspace{}
11661 \length 0pt
11662 \end_inset
11663
11664 mottrèslongdansunecellule
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 b
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 c
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 </row>
11688 <row>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 d
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 e
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 f
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 </row>
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 g
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 h
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 i
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 </row>
11746 </lyxtabular>
11747
11748 \end_inset
11749
11750
11751 \begin_inset space \hfill{}
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \begin_layout Subsection
11763 Multi-colonnes
11764 \begin_inset CommandInset label
11765 LatexCommand label
11766 name "subsec:Multicolonnes"
11767
11768 \end_inset
11769
11770
11771 \begin_inset Index idx
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 Multi-colonnes
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \begin_inset Index idx
11782 status collapsed
11783
11784 \begin_layout Plain Layout
11785 Tableau ! Multi-colonnes
11786 \end_layout
11787
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \begin_layout Subsubsection
11794 Les bases des multi-colonnes
11795 \end_layout
11796
11797 \begin_layout Standard
11798 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11799  qu'elle doit couvrir et utilisez soit le bouton 
11800 \begin_inset Info
11801 type  "icon"
11802 arg   "inset-modify tabular multicolumn"
11803 \end_inset
11804
11805  de la barre d'outils tableau, ou le menu 
11806 \family sans
11807 Édition\SpecialChar menuseparator
11808 Tableau\SpecialChar menuseparator
11809 Multi-colonnes
11810 \family default
11811 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11812  
11813 \family sans
11814 Multi-colonnes
11815 \family default
11816 .
11817 \end_layout
11818
11819 \begin_layout Standard
11820 Les multi-colonnes ont leurs propres paramètres de cellule.
11821  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11822  de la cellule, cela n'affecte que la cellule multi-colonnes.
11823  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11824  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11825 \begin_inset Separator parbreak
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \begin_layout Standard
11832 \align center
11833 \begin_inset Tabular
11834 <lyxtabular version="3" rows="3" columns="4">
11835 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11836 <column alignment="center" valignment="top" width="0pt">
11837 <column alignment="center" valignment="middle">
11838 <column alignment="center" valignment="top" width="0in">
11839 <column alignment="center" valignment="top" width="0pt">
11840 <row>
11841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 abc
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 def ghi
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 jkl
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 </row>
11878 <row>
11879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 A
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 B
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 C
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 D
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 1
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 2
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 3
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 4
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 </lyxtabular>
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Subsubsection
11962 Calculs avec les multi-colonnes
11963 \begin_inset CommandInset label
11964 LatexCommand label
11965 name "subsec:Calculs-multicolonnes"
11966
11967 \end_inset
11968
11969
11970 \begin_inset Index idx
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 Multi-colonnes ! Calculs
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \begin_layout Standard
11983 \SpecialChar LyX
11984  gère directement les multi-colonnes, mais nous devons faire attention à
11985  la largeur des cellules couvertes par la cellule multi-colonnes.
11986 \end_layout
11987
11988 \begin_layout Standard
11989 \begin_inset Float table
11990 placement h
11991 wide false
11992 sideways false
11993 status open
11994
11995 \begin_layout Plain Layout
11996 \begin_inset Caption Standard
11997
11998 \begin_layout Plain Layout
11999 \begin_inset CommandInset label
12000 LatexCommand label
12001 name "tab:Tableau-multicolonne-parfaite"
12002
12003 \end_inset
12004
12005 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12006  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12007 \begin_inset Argument 1
12008 status open
12009
12010 \begin_layout Plain Layout
12011 Tableau avec multi-colonnes parfaite
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Plain Layout
12025 \align center
12026 \begin_inset Tabular
12027 <lyxtabular version="3" rows="3" columns="3">
12028 <features tabularvalignment="middle">
12029 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12030 <column alignment="center" valignment="middle">
12031 <column alignment="center" valignment="top">
12032 <row>
12033 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037 multi-colonnes sur plusieurs lignes
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12043 \begin_inset Text
12044
12045 \begin_layout Plain Layout
12046
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 c
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 </row>
12061 <row>
12062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12063 \begin_inset Text
12064
12065 \begin_layout Plain Layout
12066 d
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 e
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 f
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 </row>
12090 <row>
12091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 g
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 h
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 i
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 </row>
12119 </lyxtabular>
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \end_inset
12127
12128
12129 \end_layout
12130
12131 \begin_layout Standard
12132 Par exemple, pour créer le tableau
12133 \begin_inset space ~
12134 \end_inset
12135
12136
12137 \begin_inset CommandInset ref
12138 LatexCommand ref
12139 reference "tab:Tableau-multicolonne-parfaite"
12140
12141 \end_inset
12142
12143 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12144  3×3 et faites un clic droit dessus.
12145  Ensuite choisissez pour cette cellule
12146 \emph on
12147 ,
12148 \emph default
12149  dans la fenêtre de dialogue de tableau, 
12150 \emph on
12151 multi-colonnes
12152 \emph default
12153
12154 \emph on
12155 alignement
12156 \begin_inset space ~
12157 \end_inset
12158
12159 horizontal
12160 \begin_inset space ~
12161 \end_inset
12162
12163 centré
12164 \emph default
12165  et une largeur de 2.5
12166 \begin_inset space \thinspace{}
12167 \end_inset
12168
12169 cm.
12170  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12171  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12172 \begin_inset space \thinspace{}
12173 \end_inset
12174
12175 cm pour la première colonne.
12176  La deuxième colonne aura alors automatiquement une largeur de 1.25
12177 \begin_inset space \thinspace{}
12178 \end_inset
12179
12180 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12181  C'est ce qui a été fait pour le tableau
12182 \begin_inset space ~
12183 \end_inset
12184
12185
12186 \begin_inset CommandInset ref
12187 LatexCommand ref
12188 reference "tab:Tableau-multicolonne-imparfait"
12189
12190 \end_inset
12191
12192 .
12193 \end_layout
12194
12195 \begin_layout Standard
12196 \begin_inset Float table
12197 wide false
12198 sideways false
12199 status open
12200
12201 \begin_layout Plain Layout
12202 \begin_inset Caption Standard
12203
12204 \begin_layout Plain Layout
12205 \begin_inset CommandInset label
12206 LatexCommand label
12207 name "tab:Tableau-multicolonne-imparfait"
12208
12209 \end_inset
12210
12211 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12212  de la largeur de la cellule multi-colonnes.
12213 \begin_inset Argument 1
12214 status open
12215
12216 \begin_layout Plain Layout
12217 Tableau avec multi-colonnes pas parfaite
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Plain Layout
12231 \align center
12232 \begin_inset Tabular
12233 <lyxtabular version="3" rows="3" columns="3">
12234 <features tabularvalignment="middle">
12235 <column alignment="center" valignment="top" width="1.25cm">
12236 <column alignment="center" valignment="top">
12237 <column alignment="center" valignment="top">
12238 <row>
12239 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 multi-colonnes sur plusieurs lignes
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 c
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 </row>
12267 <row>
12268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12269 \begin_inset Text
12270
12271 \begin_layout Plain Layout
12272 d
12273 \end_layout
12274
12275 \end_inset
12276 </cell>
12277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12278 \begin_inset Text
12279
12280 \begin_layout Plain Layout
12281 e
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 f
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 </row>
12296 <row>
12297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Plain Layout
12301 g
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 h
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 i
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 </row>
12325 </lyxtabular>
12326
12327 \end_inset
12328
12329
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \begin_layout Standard
12338 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12339  de la cellule multi-colonnes, elle est un peu plus large.
12340  La raison est que la taille que l'on donne à une cellule, 
12341 \begin_inset Formula $W_{g}$
12342 \end_inset
12343
12344  n'est pas sa taille totale, 
12345 \begin_inset Formula $W_{\mathrm{tot}}$
12346 \end_inset
12347
12348  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12349  lui donne.
12350  L'annexe
12351 \begin_inset space ~
12352 \end_inset
12353
12354
12355 \begin_inset CommandInset ref
12356 LatexCommand ref
12357 reference "cha:Explication-de-l'Equation"
12358
12359 \end_inset
12360
12361  explique pourquoi en détail.
12362 \end_layout
12363
12364 \begin_layout Standard
12365 La largeur nécessaire 
12366 \begin_inset Formula $W_{g\,n}$
12367 \end_inset
12368
12369  quand 
12370 \emph on
12371 n
12372 \emph default
12373  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12374  ait une largeur totale de 
12375 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12376 \end_inset
12377
12378 :
12379 \begin_inset Formula 
12380 \begin{equation}
12381 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12382 \end{equation}
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Dans notre cas nous avons 
12391 \begin_inset Formula $n=2$
12392 \end_inset
12393
12394
12395 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12396 \end_inset
12397
12398 cm et les valeurs implicites pour les autres longueurs, l'équation
12399 \begin_inset space ~
12400 \end_inset
12401
12402
12403 \begin_inset CommandInset ref
12404 LatexCommand ref
12405 reference "eq:Wgn"
12406
12407 \end_inset
12408
12409  devient
12410 \begin_inset Formula 
12411 \begin{equation}
12412 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12413 \end{equation}
12414
12415 \end_inset
12416
12417
12418 \end_layout
12419
12420 \begin_layout Standard
12421 Pour permettre des calculs avec \SpecialChar LaTeX
12422 , vous devez charger le paquetage \SpecialChar LaTeX
12423  
12424 \series bold
12425 calc
12426 \series default
12427  avec la ligne suivante dans le préambule du document
12428 \begin_inset Index idx
12429 status collapsed
12430
12431 \begin_layout Plain Layout
12432 Paquetages \SpecialChar LaTeX
12433  ! calc
12434 \end_layout
12435
12436 \end_inset
12437
12438
12439 \end_layout
12440
12441 \begin_layout Standard
12442
12443 \series bold
12444
12445 \backslash
12446 usepackage{calc}
12447 \end_layout
12448
12449 \begin_layout Standard
12450 \SpecialChar LyX
12451  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12452  de dialogue.
12453  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12454  dans la
12455  fenêtre de dialogue.
12456  Voici un aperçu de ces paramètres :
12457 \end_layout
12458
12459 \begin_layout Itemize
12460
12461 \series bold
12462 p{largeur}
12463 \series default
12464  crée une cellule de taille donnée, le texte est aligné verticalement en
12465  haut.
12466 \end_layout
12467
12468 \begin_layout Itemize
12469
12470 \series bold
12471 m{largeur}
12472 \series default
12473  crée une cellule de taille donnée, le texte est aligné verticalement au
12474  centre
12475 \end_layout
12476
12477 \begin_layout Itemize
12478
12479 \series bold
12480 b{largeur}
12481 \series default
12482  crée une cellule de taille donnée, le texte est aligné verticalement en
12483  bas
12484 \end_layout
12485
12486 \begin_layout Standard
12487 En entrant un paramètre \SpecialChar LaTeX
12488 , tous les réglages de cellule donnés dans la fenêtre
12489  de dialogue sont ignorés.
12490 \end_layout
12491
12492 \begin_layout Standard
12493 \begin_inset Note Greyedout
12494 status open
12495
12496 \begin_layout Plain Layout
12497
12498 \series bold
12499 Note:
12500 \series default
12501  À cause d'un bug, \SpecialChar LyX
12502  affiche quand même les réglages qui ne sont pas pris
12503  en compte.
12504 \end_layout
12505
12506 \end_inset
12507
12508
12509 \end_layout
12510
12511 \begin_layout Standard
12512 Comme le texte doit être centré horizontalement, on ajoute la commande 
12513 \series bold
12514
12515 \backslash
12516 centering
12517 \series default
12518 .
12519  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12520  suivant pour la première des
12521  colonnes recouvertes :
12522 \end_layout
12523
12524 \begin_layout Standard
12525
12526 \series bold
12527 >{
12528 \backslash
12529 centering}m{1.25cm-6.2pt}
12530 \end_layout
12531
12532 \begin_layout Standard
12533 La commande 
12534 \series bold
12535 >{ }
12536 \series default
12537  signifie que les commandes qui se trouvent entre les accolades doivent
12538  être appliquées avant que la cellule ne soit créée.
12539 \end_layout
12540
12541 \begin_layout Standard
12542 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12543  multi-colonnes, il est toujours aligné à gauche.
12544  Cela vient du fait que \SpecialChar LyX
12545  applique l'alignement seulement à des colonnes
12546  isolées.
12547  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12548  suivant pour la multi-colonnes
12549 \end_layout
12550
12551 \begin_layout Standard
12552
12553 \series bold
12554 >{
12555 \backslash
12556 centering}m{2.5cm}
12557 \end_layout
12558
12559 \begin_layout Subsection
12560 Multi-lignes
12561 \begin_inset CommandInset label
12562 LatexCommand label
12563 name "subsec:Multi-lignes"
12564
12565 \end_inset
12566
12567
12568 \begin_inset Index idx
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Multi-lignes
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \begin_inset Index idx
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582 Tableau ! multi-lignes
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \begin_layout Standard
12591 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12592  qu'elle doit couvrir et utilisez soit le bouton 
12593 \begin_inset Info
12594 type  "icon"
12595 arg   "inset-modify tabular multirow"
12596 \end_inset
12597
12598  de la barre d'outils tableau, ou le menu 
12599 \family sans
12600 Édition\SpecialChar menuseparator
12601 Tableau\SpecialChar menuseparator
12602 Multi-lignes
12603 \family default
12604 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12605  
12606 \family sans
12607 Multi-lignes
12608 \family default
12609 .
12610 \end_layout
12611
12612 \begin_layout Standard
12613 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12614 \begin_inset Separator parbreak
12615 \end_inset
12616
12617
12618 \end_layout
12619
12620 \begin_layout Standard
12621 \align center
12622 \begin_inset Tabular
12623 <lyxtabular version="3" rows="3" columns="3">
12624 <features tabularvalignment="middle">
12625 <column alignment="center" valignment="top" width="0pt">
12626 <column alignment="center" valignment="top">
12627 <column alignment="center" valignment="top">
12628 <row>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 un contenu long
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 b
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 c
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 multi-lignes
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 e
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 f
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 <row>
12687 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 h
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 i
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 </lyxtabular>
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12724  la colonne.
12725  L'
12726 \family sans
12727 Espacement
12728 \begin_inset space ~
12729 \end_inset
12730
12731 vertical
12732 \family default
12733  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12734  est positive ou négative.
12735 \end_layout
12736
12737 \begin_layout Standard
12738 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12739  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12740  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12741  implicite, vous devez redéfinir la commande 
12742 \series bold
12743
12744 \backslash
12745 multirowsetup
12746 \series default
12747  avec la commande
12748 \end_layout
12749
12750 \begin_layout Standard
12751
12752 \series bold
12753
12754 \backslash
12755 renewcommand{
12756 \backslash
12757 multirowsetup}{
12758 \backslash
12759 centering}
12760 \end_layout
12761
12762 \begin_layout Standard
12763 dans le préambule du document.
12764  Après ça, tous les contenus de cellules multi-lignes du document seront
12765  centrés.
12766  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12767  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12768  juste
12769  avant le tableau concerné, plutôt que dans le préambule.
12770  Si le texte doit être aligné à droite, remplacez 
12771 \series bold
12772
12773 \backslash
12774 centering
12775 \series default
12776  par 
12777 \series bold
12778
12779 \backslash
12780 raggedleft
12781 \series default
12782 .
12783  Pour revenir à l'alignement à gauche utilisez 
12784 \series bold
12785
12786 \backslash
12787 raggedright
12788 \series default
12789 .
12790 \end_layout
12791
12792 \begin_layout Standard
12793 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12794  avec un décalage vertical de -4
12795 \begin_inset space \thinspace{}
12796 \end_inset
12797
12798 mm dans une colonne de 3
12799 \begin_inset space \thinspace{}
12800 \end_inset
12801
12802 cm de large
12803 \begin_inset space ~
12804 \end_inset
12805
12806 :
12807 \begin_inset Separator parbreak
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Standard
12814 \noindent
12815 \align center
12816 \begin_inset ERT
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820
12821
12822 \backslash
12823 renewcommand{
12824 \backslash
12825 multirowsetup}{
12826 \backslash
12827 raggedleft}
12828 \end_layout
12829
12830 \end_inset
12831
12832
12833 \begin_inset Tabular
12834 <lyxtabular version="3" rows="4" columns="3">
12835 <features tabularvalignment="middle">
12836 <column alignment="center" valignment="top" width="3cm">
12837 <column alignment="center" valignment="top">
12838 <column alignment="center" valignment="top">
12839 <row>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 un contenu long
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 b
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 c
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 t
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 n
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 m
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 </row>
12897 <row>
12898 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 multi-lignes
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 e
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 f
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row>
12927 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 h
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 i
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 </row>
12955 </lyxtabular>
12956
12957 \end_inset
12958
12959
12960 \begin_inset ERT
12961 status collapsed
12962
12963 \begin_layout Plain Layout
12964
12965
12966 \backslash
12967 renewcommand{
12968 \backslash
12969 multirowsetup}{
12970 \backslash
12971 raggedright}
12972 \end_layout
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \begin_layout Standard
12980 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12981  utiliser un saut de ligne forcé (
12982 \begin_inset space ~
12983 \end_inset
12984
12985 raccourci 
12986 \family sans
12987 Ctrl+Entrée
12988 \family default
12989
12990 \begin_inset space ~
12991 \end_inset
12992
12993 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12994  on le voit dans ce tableau :
12995 \begin_inset Separator parbreak
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \begin_layout Standard
13002 \noindent
13003 \align center
13004 \begin_inset Tabular
13005 <lyxtabular version="3" rows="3" columns="2">
13006 <features tabularvalignment="middle">
13007 <column alignment="left" valignment="middle" width="2cm">
13008 <column alignment="center" valignment="top">
13009 <row>
13010 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 aaa
13015 \begin_inset Newline newline
13016 \end_inset
13017
13018 aaa
13019 \begin_inset Newline newline
13020 \end_inset
13021
13022 mauvaise cellule
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 ccc
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 </row>
13037 <row>
13038 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 ddd
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 <row>
13058 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 bbb
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 eee
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 </row>
13077 </lyxtabular>
13078
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \begin_layout Standard
13085 Vous devez donc faire attention avec les saut de lignes forcés.
13086 \end_layout
13087
13088 \begin_layout Subsection
13089 Cellules avec ligne(s) diagonale(s)
13090 \end_layout
13091
13092 \begin_layout Standard
13093 Pour instruire le lecteur de la signification ds titres de lignes et de
13094  colonnes dans un tableau, il est pratique de partager le première cellule
13095  du tableau à l'aide d'une ou deux lignes diagonales.
13096  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13097  \SpecialChar LaTeX
13098
13099 \series bold
13100 \lang english
13101  diagbox
13102 \series default
13103 \lang french
13104
13105 \begin_inset Index idx
13106 status collapsed
13107
13108 \begin_layout Plain Layout
13109 Paquetages \SpecialChar LaTeX
13110  ! diagbox
13111 \end_layout
13112
13113 \end_inset
13114
13115 .
13116  Ce paquetage inclut la commande 
13117 \series bold
13118 \lang english
13119
13120 \backslash
13121 diagbox
13122 \series default
13123 \lang french
13124  que l'on peut insérer en mode \SpecialChar TeX
13125  et qui peut avoir 2 ou 3 arguments:
13126 \end_layout
13127
13128 \begin_layout Standard
13129
13130 \series bold
13131 \lang english
13132
13133 \backslash
13134 diagbox[options]
13135 \lang french
13136 {inférieur gauche}{supérieur droit}
13137 \end_layout
13138
13139 \begin_layout Standard
13140
13141 \series bold
13142 \lang english
13143
13144 \backslash
13145 diagbox[options]
13146 \lang french
13147 {inférieur gauche}{supérieur gauche}{supérieur droit}
13148 \end_layout
13149
13150 \begin_layout Standard
13151 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13152  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13153  Dans le second cas, la cellule est partagée par deux lignes.
13154 \end_layout
13155
13156 \begin_layout Standard
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 ifdiagbox
13165 \end_layout
13166
13167 \end_inset
13168
13169
13170 \begin_inset Note Note
13171 status open
13172
13173 \begin_layout Plain Layout
13174 La section suivante ne s'affichera que si vous avez installé le paquetage
13175  \SpecialChar LaTeX
13176  
13177 \series bold
13178 diagbox
13179 \series default
13180 .
13181 \end_layout
13182
13183 \end_inset
13184
13185
13186 \end_layout
13187
13188 \begin_layout Standard
13189 Voici un exemple de tableau où 
13190 \series bold
13191 \lang english
13192
13193 \backslash
13194 diagbox
13195 \lang french
13196  
13197 \series default
13198 est utilisé avec 2 arguments
13199 \begin_inset space ~
13200 \end_inset
13201
13202 dans la première cellule:
13203 \lang english
13204
13205 \begin_inset VSpace medskip
13206 \end_inset
13207
13208
13209 \end_layout
13210
13211 \begin_layout Standard
13212 \noindent
13213
13214 \lang english
13215 \begin_inset Tabular
13216 <lyxtabular version="3" rows="4" columns="4">
13217 <features tabularvalignment="middle">
13218 <column alignment="center" valignment="top">
13219 <column alignment="center" valignment="top">
13220 <column alignment="center" valignment="top">
13221 <column alignment="center" valignment="top">
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 \begin_inset ERT
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231
13232
13233 \backslash
13234 diagbox{
13235 \end_layout
13236
13237 \end_inset
13238
13239 Nom
13240 \begin_inset ERT
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244
13245 }{
13246 \end_layout
13247
13248 \end_inset
13249
13250 Paramètre
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256 }
13257 \end_layout
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Épaisseur en nm
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Transparence en %
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Dureté en MPa
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 </row>
13294 <row>
13295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 Vert parfait
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 45
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 80
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 504
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 </row>
13332 <row>
13333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 Multi-P foncé
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 60
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 72
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 982
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 </row>
13370 <row>
13371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 Pro transparent
13376 \end_layout
13377
13378 \end_inset
13379 </cell>
13380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 18
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 86
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 374
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 </row>
13408 </lyxtabular>
13409
13410 \end_inset
13411
13412
13413 \begin_inset VSpace medskip
13414 \end_inset
13415
13416
13417 \end_layout
13418
13419 \begin_layout Standard
13420 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13421  sport ou les distances:
13422 \begin_inset Separator parbreak
13423 \end_inset
13424
13425
13426 \end_layout
13427
13428 \begin_layout Standard
13429 \noindent
13430 \align center
13431 \begin_inset Tabular
13432 <lyxtabular version="3" rows="4" columns="4">
13433 <features tabularvalignment="middle">
13434 <column alignment="center" valignment="top" width="0pt">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <column alignment="center" valignment="top">
13438 <row>
13439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 \begin_inset ERT
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 diagbox{
13451 \end_layout
13452
13453 \end_inset
13454
13455 À domicile
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }{
13462 \end_layout
13463
13464 \end_inset
13465
13466 Résultat
13467 \begin_inset ERT
13468 status open
13469
13470 \begin_layout Plain Layout
13471
13472 }{
13473 \end_layout
13474
13475 \end_inset
13476
13477 À l'extérieur
13478 \begin_inset ERT
13479 status collapsed
13480
13481 \begin_layout Plain Layout
13482
13483 }
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 Tigres
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 Panthères
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 Faucons
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row>
13522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 Tigres
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 1:3
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 0:1
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 <row>
13560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 Panthères
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573 3:1
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 0:0
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 </row>
13597 <row>
13598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 Faucons
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 1:0
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 0:0
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 </row>
13635 </lyxtabular>
13636
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \begin_layout Standard
13643 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13644  2 coins ou plus du tableau comme ici:
13645 \begin_inset Separator parbreak
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Standard
13652 \noindent
13653 \align center
13654 \begin_inset Tabular
13655 <lyxtabular version="3" rows="5" columns="5">
13656 <features tabularvalignment="middle">
13657 <column alignment="center" valignment="top" width="0pt">
13658 <column alignment="center" valignment="top">
13659 <column alignment="center" valignment="top">
13660 <column alignment="center" valignment="top">
13661 <column alignment="center" valignment="top">
13662 <row>
13663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 \begin_inset ERT
13668 status open
13669
13670 \begin_layout Plain Layout
13671
13672
13673 \backslash
13674 diagbox{
13675 \end_layout
13676
13677 \end_inset
13678
13679 À domicile}{Résultat
13680 \begin_inset ERT
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685 }{
13686 \end_layout
13687
13688 \end_inset
13689
13690 À l'extérieur
13691 \begin_inset ERT
13692 status open
13693
13694 \begin_layout Plain Layout
13695
13696 }
13697 \end_layout
13698
13699 \end_inset
13700
13701
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 Tigres
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 Panthères
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 Faucons
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 \begin_inset ERT
13738 status open
13739
13740 \begin_layout Plain Layout
13741
13742
13743 \backslash
13744 diagbox[dir=NE]{
13745 \end_layout
13746
13747 \end_inset
13748
13749 À domicile
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755 }{
13756 \end_layout
13757
13758 \end_inset
13759
13760 Résultat
13761 \begin_inset ERT
13762 status collapsed
13763
13764 \begin_layout Plain Layout
13765
13766 }{
13767 \end_layout
13768
13769 \end_inset
13770
13771 À l'extérieur
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777 }
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Tigres
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 1:3
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 0:1
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Tigres
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 <row>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 Panthères
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 3:1
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 0:0
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 Panthères
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 Faucons
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 1:0
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 0:0
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 Faucons
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 <row>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 \begin_inset ERT
13935 status open
13936
13937 \begin_layout Plain Layout
13938
13939
13940 \backslash
13941 diagbox[dir=SW]{
13942 \end_layout
13943
13944 \end_inset
13945
13946 À domicile
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952 }{
13953 \end_layout
13954
13955 \end_inset
13956
13957 Résultat
13958 \begin_inset ERT
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962
13963 }{
13964 \end_layout
13965
13966 \end_inset
13967
13968 À l'extérieur
13969 \begin_inset ERT
13970 status open
13971
13972 \begin_layout Plain Layout
13973
13974 }
13975 \end_layout
13976
13977 \end_inset
13978
13979
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 Tigres
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 Panthères
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 Faucons
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 \begin_inset ERT
14016 status open
14017
14018 \begin_layout Plain Layout
14019
14020
14021 \backslash
14022 diagbox[dir=SE]{
14023 \end_layout
14024
14025 \end_inset
14026
14027 À domicile
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }{
14034 \end_layout
14035
14036 \end_inset
14037
14038 Résultat
14039 \begin_inset ERT
14040 status open
14041
14042 \begin_layout Plain Layout
14043
14044 }{
14045 \end_layout
14046
14047 \end_inset
14048
14049 À l'extérieur
14050 \begin_inset ERT
14051 status collapsed
14052
14053 \begin_layout Plain Layout
14054
14055 }
14056 \end_layout
14057
14058 \end_inset
14059
14060
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 </row>
14066 </lyxtabular>
14067
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \begin_layout Standard
14074 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14075  
14076 \series bold
14077 dir=direction
14078 \series default
14079
14080 \emph on
14081 direction
14082 \emph default
14083  est à choisir parmi 
14084 \series bold
14085 NE
14086 \series default
14087
14088 \series bold
14089 SE
14090 \series default
14091
14092 \series bold
14093 SW
14094 \series default
14095  et 
14096 \series bold
14097 NW
14098 \series default
14099  comme sur une rose des vents.
14100  
14101 \series bold
14102 SW
14103 \series default
14104  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14105  du tableau ci-dessus, désigné via la commande:
14106 \end_layout
14107
14108 \begin_layout Standard
14109
14110 \series bold
14111 \lang english
14112
14113 \backslash
14114 diagbox[dir=SW]{
14115 \series default
14116 \lang french
14117 À domicile
14118 \series bold
14119 \lang english
14120 }{
14121 \series default
14122 \lang french
14123 Résultat
14124 \series bold
14125 \lang english
14126 }{
14127 \series default
14128 \lang french
14129 À l'extérieur
14130 \series bold
14131 \lang english
14132 }
14133 \series default
14134 \lang french
14135 .
14136  
14137 \end_layout
14138
14139 \begin_layout Standard
14140 Si aucune direction n'est spécifiée, elle est implicitement NW.
14141 \end_layout
14142
14143 \begin_layout Standard
14144 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14145  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14146  le contenu de la cellule va déborder:
14147 \begin_inset Separator parbreak
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 \noindent
14155 \align center
14156 \begin_inset Tabular
14157 <lyxtabular version="3" rows="2" columns="2">
14158 <features tabularvalignment="middle">
14159 <column alignment="center" valignment="top" width="3cm">
14160 <column alignment="center" valignment="top">
14161 <row>
14162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 \begin_inset ERT
14167 status collapsed
14168
14169 \begin_layout Plain Layout
14170
14171
14172 \backslash
14173 diagbox{
14174 \end_layout
14175
14176 \end_inset
14177
14178 Nom
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184 }{
14185 \end_layout
14186
14187 \end_inset
14188
14189 Paramètre
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195 }
14196 \end_layout
14197
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 Épaisseur en nm
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 Vert parfait
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 45
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 </row>
14235 </lyxtabular>
14236
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \begin_layout Standard
14243 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14244  cellule partagée, utilisez l'option de commande 
14245 \series bold
14246 \lang english
14247 width=3cm
14248 \series default
14249 \lang french
14250  (remplacez 
14251 \begin_inset Quotes fld
14252 \end_inset
14253
14254 3cm
14255 \begin_inset Quotes frd
14256 \end_inset
14257
14258 par la largeur désirée).
14259  Dans le tableau qui suit, la largeur de la première colonne est réglée
14260  à 4cm.
14261  Pour 
14262 \series bold
14263 \lang english
14264
14265 \backslash
14266 diagbox
14267 \series default
14268 \lang french
14269  une largeur de 4
14270 \begin_inset space \thinspace{}
14271 \end_inset
14272
14273 cm + 2
14274 \begin_inset space \thinspace{}
14275 \end_inset
14276
14277
14278 \backslash
14279 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14280  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14281  de la cellule.
14282  Le calcul de la largeur ne peut pas être fait directement dans l'option
14283  de la commande 
14284 \series bold
14285 \lang english
14286
14287 \backslash
14288 diagbox
14289 \series default
14290 \lang french
14291 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14292  la suite.
14293  Ceci se fait via les commandes en code \SpecialChar TeX
14294 :
14295 \end_layout
14296
14297 \begin_layout Standard
14298
14299 \series bold
14300
14301 \backslash
14302 newlength{
14303 \backslash
14304 diagtest}
14305 \begin_inset Newline newline
14306 \end_inset
14307
14308
14309 \backslash
14310 setlength{
14311 \backslash
14312 diagtest}{4cm+2
14313 \backslash
14314 tabcolsep}
14315 \end_layout
14316
14317 \begin_layout Standard
14318 \begin_inset ERT
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322
14323
14324 \backslash
14325 newlength{
14326 \backslash
14327 diagtest}
14328 \end_layout
14329
14330 \begin_layout Plain Layout
14331
14332
14333 \backslash
14334 setlength{
14335 \backslash
14336 diagtest}{4cm+2
14337 \backslash
14338 tabcolsep}
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \begin_layout Standard
14347 Pour permettre les calculs en \SpecialChar LaTeX
14348 , il faut charger dans le préambule du document
14349  le paquetage 
14350 \series bold
14351 calc
14352 \series default
14353
14354 \begin_inset Index idx
14355 status collapsed
14356
14357 \begin_layout Plain Layout
14358 Paquetages \SpecialChar LaTeX
14359  ! calc
14360 \end_layout
14361
14362 \end_inset
14363
14364 .
14365 \end_layout
14366
14367 \begin_layout Standard
14368 Dans le tableau vous pouvez maintenant utiliser la commande
14369 \end_layout
14370
14371 \begin_layout Standard
14372
14373 \series bold
14374
14375 \backslash
14376 diagbox[width=
14377 \backslash
14378 diagtest]{A}{B}
14379 \end_layout
14380
14381 \begin_layout Standard
14382 dans la première cellule:
14383 \begin_inset Separator parbreak
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \begin_layout Standard
14390 \noindent
14391 \align center
14392 \begin_inset Tabular
14393 <lyxtabular version="3" rows="2" columns="2">
14394 <features tabularvalignment="middle">
14395 <column alignment="center" valignment="top" width="4cm">
14396 <column alignment="center" valignment="top">
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 \begin_inset ERT
14403 status open
14404
14405 \begin_layout Plain Layout
14406
14407
14408 \backslash
14409 diagbox[width=
14410 \backslash
14411 diagtest]{
14412 \end_layout
14413
14414 \end_inset
14415
14416 A
14417 \begin_inset ERT
14418 status collapsed
14419
14420 \begin_layout Plain Layout
14421
14422 }{
14423 \end_layout
14424
14425 \end_inset
14426
14427 B
14428 \begin_inset ERT
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432
14433 }
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 Épaisseur en nm
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 </row>
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 Vert parfait
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 45
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 </lyxtabular>
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14482  la longueur de la diagonale ne peut pas être calculée correctement comme
14483  dans ce tableau:
14484 \begin_inset Separator parbreak
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \begin_layout Standard
14491 \noindent
14492 \align center
14493 \begin_inset Tabular
14494 <lyxtabular version="3" rows="2" columns="2">
14495 <features tabularvalignment="middle">
14496 <column alignment="center" valignment="top" width="0pt">
14497 <column alignment="center" valignment="top">
14498 <row>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 \begin_inset ERT
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507
14508
14509 \backslash
14510 diagbox{
14511 \end_layout
14512
14513 \end_inset
14514
14515 A
14516 \begin_inset ERT
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520
14521 }{
14522 \end_layout
14523
14524 \end_inset
14525
14526 B
14527 \begin_inset ERT
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531
14532 }
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 Épaisseur en nm
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 </row>
14552 <row>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 Vert parfait
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 45
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 </lyxtabular>
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \begin_layout Standard
14580 Dans ce cas, vous pouvez utiliser directement
14581 \series bold
14582  
14583 \lang english
14584 width
14585 \series default
14586 \lang french
14587  dans l'option de 
14588 \series bold
14589 \lang english
14590
14591 \backslash
14592 diagbox
14593 \series default
14594 \lang french
14595 , il n'est plus nécessaire d’ajouter 2
14596 \backslash
14597 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14598  colonne.
14599  Ici une largeur de 3cm est utilisée:
14600 \begin_inset Separator parbreak
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \begin_layout Standard
14607 \noindent
14608 \align center
14609 \begin_inset Tabular
14610 <lyxtabular version="3" rows="2" columns="2">
14611 <features tabularvalignment="middle">
14612 <column alignment="center" valignment="top" width="0pt">
14613 <column alignment="center" valignment="top">
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 \begin_inset ERT
14620 status open
14621
14622 \begin_layout Plain Layout
14623
14624
14625 \backslash
14626 diagbox[width=3cm]{
14627 \end_layout
14628
14629 \end_inset
14630
14631 A
14632 \begin_inset ERT
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637 }{
14638 \end_layout
14639
14640 \end_inset
14641
14642 B
14643 \begin_inset ERT
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647
14648 }
14649 \end_layout
14650
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Plain Layout
14662 Épaisseur en nm
14663 \end_layout
14664
14665 \end_inset
14666 </cell>
14667 </row>
14668 <row>
14669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 Vert parfait
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682 45
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 </lyxtabular>
14689
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \begin_layout Standard
14696 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14697  supplémentaire pour placer le texte dans la cellule.
14698  Ceci peut être obtenu avec l'option
14699 \series bold
14700  
14701 \lang english
14702 height
14703 \lang french
14704 =3cm
14705 \series default
14706  de la commande 
14707 \series bold
14708 \lang english
14709
14710 \backslash
14711 diagbox
14712 \series default
14713 \lang french
14714  (remplacer « 3cm » par la hauteur désirée).
14715  Dans le tableau qui suit, la commande
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \series bold
14721
14722 \backslash
14723 diagbox[width=3cm,height=1.4cm]{A
14724 \backslash
14725
14726 \backslash
14727 B}{C
14728 \backslash
14729
14730 \backslash
14731 D}
14732 \end_layout
14733
14734 \begin_layout Standard
14735 est utilisée dans la première cellule.
14736  La commande 
14737 \backslash
14738
14739 \backslash
14740  crée le saut de ligne
14741 \begin_inset Foot
14742 status open
14743
14744 \begin_layout Plain Layout
14745 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14746  largeur fixée.
14747 \end_layout
14748
14749 \end_inset
14750
14751 .
14752 \begin_inset Separator parbreak
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Standard
14759 \noindent
14760 \align center
14761 \begin_inset Tabular
14762 <lyxtabular version="3" rows="2" columns="2">
14763 <features tabularvalignment="middle">
14764 <column alignment="center" valignment="top">
14765 <column alignment="center" valignment="top">
14766 <row>
14767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 \begin_inset ERT
14772 status open
14773
14774 \begin_layout Plain Layout
14775
14776
14777 \backslash
14778 diagbox[width=3cm,height=1.4cm]{
14779 \end_layout
14780
14781 \end_inset
14782
14783 A
14784 \begin_inset ERT
14785 status collapsed
14786
14787 \begin_layout Plain Layout
14788
14789
14790 \backslash
14791
14792 \backslash
14793
14794 \end_layout
14795
14796 \end_inset
14797
14798 B
14799 \begin_inset ERT
14800 status collapsed
14801
14802 \begin_layout Plain Layout
14803
14804 }{
14805 \end_layout
14806
14807 \end_inset
14808
14809 C
14810 \begin_inset ERT
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814
14815
14816 \backslash
14817
14818 \backslash
14819
14820 \end_layout
14821
14822 \end_inset
14823
14824 D
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830 }
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 Épaisseur en nm
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 </row>
14850 <row>
14851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 Vert parfait
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 45
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 </row>
14870 </lyxtabular>
14871
14872 \end_inset
14873
14874
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset ERT
14879 status collapsed
14880
14881 \begin_layout Plain Layout
14882
14883
14884 \backslash
14885 else
14886 \end_layout
14887
14888 \end_inset
14889
14890
14891 \begin_inset Note Note
14892 status open
14893
14894 \begin_layout Plain Layout
14895 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14896  
14897 \series bold
14898 diagbox
14899 \series default
14900  n'est pas installé :
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \begin_layout Standard
14909 Vous devez installer le paquetage \SpecialChar LaTeX
14910  
14911 \series bold
14912 diagbox
14913 \series default
14914  pour voir le contenu de cette section dans la sortie imprimée.
14915 \end_layout
14916
14917 \begin_layout Standard
14918 \begin_inset ERT
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922
14923
14924 \backslash
14925 fi
14926 \end_layout
14927
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \begin_layout Standard
14934 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14935  
14936 \series bold
14937 \lang english
14938 diagbox
14939 \series default
14940 \lang french
14941 , voir sa documentation, 
14942 \begin_inset CommandInset citation
14943 LatexCommand cite
14944 key "diagbox"
14945
14946 \end_inset
14947
14948 .
14949 \end_layout
14950
14951 \begin_layout Section
14952 Les tableaux formels
14953 \begin_inset CommandInset label
14954 LatexCommand label
14955 name "sec:Tableaux-Formels"
14956
14957 \end_inset
14958
14959
14960 \begin_inset Index idx
14961 status collapsed
14962
14963 \begin_layout Plain Layout
14964 Tableau ! Formel
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \begin_layout Standard
14973 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14974  à celle du tableau
14975 \begin_inset space ~
14976 \end_inset
14977
14978
14979 \begin_inset CommandInset ref
14980 LatexCommand ref
14981 reference "tab:Exemple-tableau-booktabs"
14982
14983 \end_inset
14984
14985 .
14986  Ce genre de tableau est appelé 
14987 \begin_inset Quotes fld
14988 \end_inset
14989
14990
14991 \emph on
14992 formel
14993 \emph default
14994
14995 \begin_inset Quotes frd
14996 \end_inset
14997
14998 .
14999  Pour transformer un tableau en tableau formel, utilisez l'option 
15000 \family sans
15001 Formel
15002 \family default
15003  de l'onglet 
15004 \family sans
15005 Bordures
15006 \family default
15007  de la fenêtre de dialogue 
15008 \family sans
15009 Paramètres
15010 \begin_inset space ~
15011 \end_inset
15012
15013 du
15014 \begin_inset space ~
15015 \end_inset
15016
15017 tableau
15018 \family default
15019 .
15020 \end_layout
15021
15022 \begin_layout Standard
15023 \begin_inset Float table
15024 placement h
15025 wide false
15026 sideways false
15027 status open
15028
15029 \begin_layout Plain Layout
15030 \begin_inset Caption Standard
15031
15032 \begin_layout Plain Layout
15033 \begin_inset CommandInset label
15034 LatexCommand label
15035 name "tab:Exemple-tableau-booktabs"
15036
15037 \end_inset
15038
15039 Exemple de tableau formel
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \begin_layout Plain Layout
15048 \align center
15049 \begin_inset Tabular
15050 <lyxtabular version="3" rows="8" columns="4">
15051 <features booktabs="true" tabularvalignment="middle">
15052 <column alignment="center" valignment="top">
15053 <column alignment="center" valignment="top">
15054 <column alignment="center" valignment="top">
15055 <column alignment="center" valignment="top">
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 Système
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Chip
15071 \begin_inset space \thinspace{}
15072 \end_inset
15073
15074 1
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 Chip
15084 \begin_inset space \thinspace{}
15085 \end_inset
15086
15087 2
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 \begin_inset ERT
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111
15112
15113 \backslash
15114 cmidrule(r){2-2}
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \begin_inset ERT
15121 status collapsed
15122
15123 \begin_layout Plain Layout
15124
15125
15126 \backslash
15127 cmidrule(l){3-4}
15128 \end_layout
15129
15130 \end_inset
15131
15132 Épaisseur du capteur en µm
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 300
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 300
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 700
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 Angle du biseau en °
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 3.55
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 2.71
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 7.99
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 </row>
15203 <row topspace="default">
15204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 Résolution spatiale en µm
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 4.26
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 10.17
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 10.56
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row topspace="default">
15242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 MTF à 
15247 \begin_inset Formula $f_{\mathrm{max}}$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 0.53
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 0.37
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 0.39
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 </row>
15283 <row topspace="default">
15284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset ERT
15289 status collapsed
15290
15291 \begin_layout Plain Layout
15292
15293
15294 \backslash
15295 cmidrule[2pt](l{10pt}){1-1}
15296 \end_layout
15297
15298 \end_inset
15299
15300 résolution spatiale LSF
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 <row>
15334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 en µm
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347 129.7
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 52.75
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 50.78
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row>
15372 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 en % de la taille des pixels
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 76.3
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394 95.9
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403 92.3
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 </lyxtabular>
15410
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \begin_layout Standard
15422 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15423  
15424 \family sans
15425 Bordures
15426 \family default
15427  de la fenêtre de dialogue 
15428 \family sans
15429 Paramètres
15430 \begin_inset space ~
15431 \end_inset
15432
15433 du
15434 \begin_inset space ~
15435 \end_inset
15436
15437 tableau
15438 \family default
15439  comme c'est décrit dans la section
15440 \begin_inset space ~
15441 \end_inset
15442
15443
15444 \begin_inset CommandInset ref
15445 LatexCommand ref
15446 reference "subsec:Espacement-lignes"
15447
15448 \end_inset
15449
15450 .
15451 \end_layout
15452
15453 \begin_layout Standard
15454 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15455  verticales.
15456  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15457  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15458  sortie imprimée :
15459 \begin_inset Newline newline
15460 \end_inset
15461
15462 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15463 \begin_inset space \thinspace{}
15464 \end_inset
15465
15466 em alors que les autres lignes ont implicite une épaisseur de 0.05
15467 \begin_inset space \thinspace{}
15468 \end_inset
15469
15470 em.
15471 \end_layout
15472
15473 \begin_layout Standard
15474 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15475  les lignes de préambule suivantes :
15476 \end_layout
15477
15478 \begin_layout Standard
15479
15480 \series bold
15481
15482 \backslash
15483 let
15484 \backslash
15485 mytoprule
15486 \backslash
15487 toprule
15488 \begin_inset Newline newline
15489 \end_inset
15490
15491
15492 \backslash
15493 renewcommand{
15494 \backslash
15495 toprule}{
15496 \backslash
15497 mytoprule[width]}
15498 \end_layout
15499
15500 \begin_layout Standard
15501 Cet exemple concerne la première ligne, appelée 
15502 \series bold
15503 toprule
15504 \series default
15505 .
15506  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15507 \series bold
15508 toprule
15509 \series default
15510  par 
15511 \series bold
15512 bottomrule
15513 \series default
15514 .
15515  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15516  
15517 \series bold
15518 toprule
15519 \series default
15520  par 
15521 \series bold
15522 midrule
15523 \series default
15524 .
15525  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15526 \begin_inset space ~
15527 \end_inset
15528
15529
15530 \begin_inset CommandInset ref
15531 LatexCommand ref
15532 reference "cha:Unités-de-longueur"
15533
15534 \end_inset
15535
15536  pour préciser l'épaisseur voulue.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15541  en mettant une ligne pour une cellule multi-colonnes.
15542  \SpecialChar LyX
15543  va utiliser en interne la commande 
15544 \series bold
15545
15546 \backslash
15547 cmidrule
15548 \series default
15549  pour créer cette ligne.
15550  Sa syntaxe complète est :
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 cmidrule[largeur](rognage){colDépart-colFin}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 Les options de la commande 
15563 \series bold
15564
15565 \backslash
15566 cmidrule
15567 \series default
15568  ne sont pas actuellement gérées par \SpecialChar LyX
15569 , vous devez donc utiliser du code
15570  \SpecialChar TeX
15571  pour pouvoir les utiliser.
15572  On peut créer manuellement des lignes 
15573 \series bold
15574
15575 \backslash
15576 mitrales
15577 \series default
15578  en insérant la commande en code \SpecialChar TeX
15579  comme le premier élément de la première
15580  cellule de la ligne.
15581  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15582  en question.
15583 \end_layout
15584
15585 \begin_layout Standard
15586 La valeur 
15587 \series bold
15588 largeur
15589 \series default
15590  pour l'épaisseur des lignes est de 0.03
15591 \begin_inset space \thinspace{}
15592 \end_inset
15593
15594 em.
15595  
15596 \series bold
15597 colDépart
15598 \series default
15599  est le numéro de la colonne dans laquelle la ligne commence et 
15600 \series bold
15601 colFin
15602 \series default
15603  est le numéro de la colonne dans laquelle elle se termine.
15604  La valeur de 
15605 \series bold
15606 colFin
15607 \series default
15608  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15609  Le paramètre optionnel 
15610 \series bold
15611 rognage
15612 \series default
15613  peut être soit 
15614 \emph on
15615 l{largeurRognage}
15616 \emph default
15617 , ou 
15618 \emph on
15619 r{largeurRognage}
15620 \emph default
15621  où les valeurs de
15622 \emph on
15623  largeurRognage
15624 \emph default
15625  sont aussi optionnelles.
15626  En utilisant par exemple la valeur 
15627 \emph on
15628 l{2pt}
15629 \emph default
15630  pour ce paramètre, la ligne va être rognée de 2
15631 \begin_inset space \thinspace{}
15632 \end_inset
15633
15634 pt à son extrémité gauche.
15635  Si vous ne spécifiez pas de valeur pour 
15636 \emph on
15637 largeurRognage
15638 \emph default
15639  les lignes sont implicitement rognées de 0.5
15640 \begin_inset space \thinspace{}
15641 \end_inset
15642
15643 em.
15644 \end_layout
15645
15646 \begin_layout Standard
15647 \begin_inset VSpace bigskip
15648 \end_inset
15649
15650 Le tableau
15651 \begin_inset space ~
15652 \end_inset
15653
15654
15655 \begin_inset CommandInset ref
15656 LatexCommand ref
15657 reference "tab:Exemple-tableau-booktabs"
15658
15659 \end_inset
15660
15661  a été créé en utilisant les commandes
15662 \end_layout
15663
15664 \begin_layout Standard
15665
15666 \series bold
15667
15668 \backslash
15669 cmidrule(r){2-2}
15670 \backslash
15671 cmidrule(l){3-4}
15672 \end_layout
15673
15674 \begin_layout Standard
15675 au début de la deuxième ligne et
15676 \end_layout
15677
15678 \begin_layout Standard
15679
15680 \series bold
15681
15682 \backslash
15683 cmidrule[2pt](l{10pt}){1-1}
15684 \end_layout
15685
15686 \begin_layout Standard
15687 au début de la sixième ligne.
15688 \end_layout
15689
15690 \begin_layout Standard
15691 \begin_inset VSpace bigskip
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \begin_layout Standard
15698 Vous pouvez vouloir des commandes 
15699 \series bold
15700
15701 \backslash
15702 cmidrule
15703 \series default
15704 s qui se recouvrent comme pour le tableau
15705 \begin_inset space ~
15706 \end_inset
15707
15708
15709 \begin_inset CommandInset ref
15710 LatexCommand ref
15711 reference "tab:Tableau-booktabs-special"
15712
15713 \end_inset
15714
15715 .
15716  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721
15722 \series bold
15723
15724 \backslash
15725 morecmidrules
15726 \end_layout
15727
15728 \begin_layout Standard
15729 La commande qui a été utilisée pour la deuxième ligne du tableau
15730 \begin_inset space ~
15731 \end_inset
15732
15733
15734 \begin_inset CommandInset ref
15735 LatexCommand ref
15736 reference "tab:Tableau-booktabs-special"
15737
15738 \end_inset
15739
15740  est
15741 \end_layout
15742
15743 \begin_layout Standard
15744
15745 \series bold
15746
15747 \backslash
15748 cmidrule(r){2-2}
15749 \backslash
15750 cmidrule(l){3-4}
15751 \backslash
15752 morecmidrules
15753 \backslash
15754 cmidrule{2-4}
15755 \end_layout
15756
15757 \begin_layout Standard
15758 La commande pour la sixième ligne est
15759 \end_layout
15760
15761 \begin_layout Standard
15762
15763 \series bold
15764
15765 \backslash
15766 midrule
15767 \backslash
15768 morecmidrules
15769 \backslash
15770 cmidrule{3-4}
15771 \end_layout
15772
15773 \begin_layout Standard
15774 \begin_inset VSpace bigskip
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \begin_layout Standard
15781 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15782 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15783  font toute la largeur du tableau :
15784 \end_layout
15785
15786 \begin_layout Standard
15787
15788 \series bold
15789
15790 \backslash
15791 specialrule{largeur}{espace au dessus}{espace en dessous}
15792 \end_layout
15793
15794 \begin_layout Standard
15795 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15796  du paquetage \SpecialChar LaTeX
15797  
15798 \series bold
15799 booktabs
15800 \series default
15801  
15802 \begin_inset CommandInset citation
15803 LatexCommand cite
15804 key "booktabs"
15805
15806 \end_inset
15807
15808 .
15809 \begin_inset Index idx
15810 status collapsed
15811
15812 \begin_layout Plain Layout
15813 Paquetages \SpecialChar LaTeX
15814  ! booktabs
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Standard
15823 \begin_inset Float table
15824 placement h
15825 wide false
15826 sideways false
15827 status open
15828
15829 \begin_layout Plain Layout
15830 \begin_inset Caption Standard
15831
15832 \begin_layout Plain Layout
15833 \begin_inset CommandInset label
15834 LatexCommand label
15835 name "tab:Tableau-booktabs-special"
15836
15837 \end_inset
15838
15839 Tableau formel spécial
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \begin_layout Plain Layout
15848 \align center
15849 \begin_inset Tabular
15850 <lyxtabular version="3" rows="8" columns="4">
15851 <features booktabs="true" tabularvalignment="middle">
15852 <column alignment="center" valignment="top">
15853 <column alignment="center" valignment="top">
15854 <column alignment="center" valignment="top">
15855 <column alignment="center" valignment="top">
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 Système
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 Chip
15871 \begin_inset space \thinspace{}
15872 \end_inset
15873
15874 1
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 Chip
15884 \begin_inset space \thinspace{}
15885 \end_inset
15886
15887 2
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row>
15903 <cell alignment="center" valignment="top" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907 \begin_inset ERT
15908 status collapsed
15909
15910 \begin_layout Plain Layout
15911
15912
15913 \backslash
15914 cmidrule(r){2-2}
15915 \end_layout
15916
15917 \end_inset
15918
15919
15920 \begin_inset ERT
15921 status collapsed
15922
15923 \begin_layout Plain Layout
15924
15925
15926 \backslash
15927 cmidrule(l){3-4}
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \begin_inset ERT
15934 status collapsed
15935
15936 \begin_layout Plain Layout
15937
15938
15939 \backslash
15940 morecmidrules 
15941 \end_layout
15942
15943 \end_inset
15944
15945
15946 \begin_inset ERT
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950
15951
15952 \backslash
15953 cmidrule{2-4}
15954 \end_layout
15955
15956 \end_inset
15957
15958 Epaisseur du capteur en µm
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 300
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 300
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 700
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row>
15992 <cell alignment="center" valignment="top" topline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 Angle biseau en °
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 3.55
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 2.71
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 7.99
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row topspace="default">
16030 <cell alignment="center" valignment="top" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 Résolution spatiale en µm
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 4.26
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 10.17
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 10.56
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row topspace="default">
16068 <cell alignment="center" valignment="top" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 MTF à 
16073 \begin_inset Formula $f_{\mathrm{max}}$
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 0.53
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 0.37
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 0.39
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 \begin_inset ERT
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118
16119
16120 \backslash
16121 morecmidrules 
16122 \end_layout
16123
16124 \end_inset
16125
16126
16127 \begin_inset ERT
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131
16132
16133 \backslash
16134 cmidrule{3-4}
16135 \end_layout
16136
16137 \end_inset
16138
16139 résolution spatiale LSF
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" topline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 en µm
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 129.7
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 52.75
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 50.78
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 en % de la taille des pixels
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 76.3
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 95.9
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 92.3
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 </lyxtabular>
16249
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \begin_layout Section
16261 Alignement vertical des tableaux
16262 \begin_inset Index idx
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266 Tableau ! Alignement
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \begin_layout Standard
16275 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16276  doit être à l'intérieur d'une boîte.
16277  La boîte peut alors être alignée comme c'est décrit dans la 
16278 \begin_inset space ~
16279 \end_inset
16280
16281
16282 \begin_inset CommandInset ref
16283 LatexCommand ref
16284 reference "sec:Boîte-Dialogue"
16285
16286 \end_inset
16287
16288 .
16289 \end_layout
16290
16291 \begin_layout Standard
16292 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16293  minipage
16294 \begin_inset Foot
16295 status open
16296
16297 \begin_layout Plain Layout
16298 Les minipages son décrites dans la section
16299 \begin_inset space ~
16300 \end_inset
16301
16302
16303 \begin_inset CommandInset ref
16304 LatexCommand ref
16305 reference "sec:Minipages"
16306
16307 \end_inset
16308
16309 .
16310 \end_layout
16311
16312 \end_inset
16313
16314  dont la largeur est de 15
16315 \begin_inset space \thinspace{}
16316 \end_inset
16317
16318 col% :
16319 \end_layout
16320
16321 \begin_layout Itemize
16322 test 
16323 \begin_inset Box Frameless
16324 position "t"
16325 hor_pos "c"
16326 has_inner_box 1
16327 inner_pos "c"
16328 use_parbox 0
16329 use_makebox 0
16330 width "15col%"
16331 special "none"
16332 height "1in"
16333 height_special "totalheight"
16334 thickness "0.4pt"
16335 separation "3pt"
16336 shadowsize "4pt"
16337 framecolor "black"
16338 backgroundcolor "none"
16339 status collapsed
16340
16341 \begin_layout Plain Layout
16342 \begin_inset Tabular
16343 <lyxtabular version="3" rows="3" columns="3">
16344 <features tabularvalignment="middle">
16345 <column alignment="center" valignment="top">
16346 <column alignment="center" valignment="top">
16347 <column alignment="center" valignment="top">
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 a
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 d
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 g
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 b
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 e
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 h
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row>
16407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 c
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 f
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 i
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 </lyxtabular>
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443
16444  test 
16445 \begin_inset ERT
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449
16450
16451 \backslash
16452 raisebox{0.85
16453 \backslash
16454 baselineskip}{
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \begin_inset Box Frameless
16461 position "t"
16462 hor_pos "c"
16463 has_inner_box 1
16464 inner_pos "c"
16465 use_parbox 0
16466 use_makebox 0
16467 width "15col%"
16468 special "none"
16469 height "1in"
16470 height_special "totalheight"
16471 thickness "0.4pt"
16472 separation "3pt"
16473 shadowsize "4pt"
16474 framecolor "black"
16475 backgroundcolor "none"
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479 \begin_inset Tabular
16480 <lyxtabular version="3" rows="3" columns="3">
16481 <features tabularvalignment="middle">
16482 <column alignment="center" valignment="top">
16483 <column alignment="center" valignment="top">
16484 <column alignment="center" valignment="top">
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 a
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 d
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 g
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 b
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 e
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 h
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 c
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 f
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 i
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 </lyxtabular>
16573
16574 \end_inset
16575
16576
16577 \end_layout
16578
16579 \end_inset
16580
16581
16582 \begin_inset ERT
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586
16587 }
16588 \end_layout
16589
16590 \end_inset
16591
16592
16593 \end_layout
16594
16595 \begin_layout Itemize
16596 test 
16597 \begin_inset Box Frameless
16598 position "c"
16599 hor_pos "c"
16600 has_inner_box 1
16601 inner_pos "c"
16602 use_parbox 0
16603 use_makebox 0
16604 width "15col%"
16605 special "none"
16606 height "1in"
16607 height_special "totalheight"
16608 thickness "0.4pt"
16609 separation "3pt"
16610 shadowsize "4pt"
16611 framecolor "black"
16612 backgroundcolor "none"
16613 status collapsed
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Tabular
16617 <lyxtabular version="3" rows="3" columns="3">
16618 <features tabularvalignment="middle">
16619 <column alignment="center" valignment="top">
16620 <column alignment="center" valignment="top">
16621 <column alignment="center" valignment="top">
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 a
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 d
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 g
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 <row>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 b
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 e
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 h
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685 c
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 f
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 i
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 </lyxtabular>
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \begin_layout Itemize
16722 test 
16723 \begin_inset Box Frameless
16724 position "b"
16725 hor_pos "c"
16726 has_inner_box 1
16727 inner_pos "c"
16728 use_parbox 0
16729 use_makebox 0
16730 width "15col%"
16731 special "none"
16732 height "1in"
16733 height_special "totalheight"
16734 thickness "0.4pt"
16735 separation "3pt"
16736 shadowsize "4pt"
16737 framecolor "black"
16738 backgroundcolor "none"
16739 status collapsed
16740
16741 \begin_layout Plain Layout
16742 \begin_inset Tabular
16743 <lyxtabular version="3" rows="3" columns="3">
16744 <features tabularvalignment="middle">
16745 <column alignment="center" valignment="top">
16746 <column alignment="center" valignment="top">
16747 <column alignment="center" valignment="top">
16748 <row>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 a
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 d
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 g
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 b
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 e
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 h
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 c
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 f
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 i
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 </lyxtabular>
16836
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843
16844  test 
16845 \begin_inset ERT
16846 status collapsed
16847
16848 \begin_layout Plain Layout
16849
16850
16851 \backslash
16852 raisebox{-0.32
16853 \backslash
16854 baselineskip}{
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \begin_inset Box Frameless
16861 position "b"
16862 hor_pos "c"
16863 has_inner_box 1
16864 inner_pos "c"
16865 use_parbox 0
16866 use_makebox 0
16867 width "15col%"
16868 special "none"
16869 height "1in"
16870 height_special "totalheight"
16871 thickness "0.4pt"
16872 separation "3pt"
16873 shadowsize "4pt"
16874 framecolor "black"
16875 backgroundcolor "none"
16876 status collapsed
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Tabular
16880 <lyxtabular version="3" rows="3" columns="3">
16881 <features tabularvalignment="middle">
16882 <column alignment="center" valignment="top">
16883 <column alignment="center" valignment="top">
16884 <column alignment="center" valignment="top">
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 a
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 d
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 g
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 </row>
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 b
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928 e
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 h
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 c
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 f
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 i
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 </lyxtabular>
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980
16981
16982 \begin_inset ERT
16983 status collapsed
16984
16985 \begin_layout Plain Layout
16986
16987 }
16988 \end_layout
16989
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \begin_layout Standard
16996 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16997  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16998  la ligne dans laquelle le tableau est inséré.
16999  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17000  boîte élévatrice (raisebox)
17001 \begin_inset Foot
17002 status collapsed
17003
17004 \begin_layout Plain Layout
17005 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17006 \begin_inset space ~
17007 \end_inset
17008
17009
17010 \begin_inset CommandInset ref
17011 LatexCommand ref
17012 reference "subsec:Alignement-Vertical"
17013
17014 \end_inset
17015
17016 .
17017 \end_layout
17018
17019 \end_inset
17020
17021 .
17022  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17023  aligné en utilisant la commande en code \SpecialChar TeX
17024  suivante 
17025 \end_layout
17026
17027 \begin_layout Standard
17028
17029 \series bold
17030
17031 \backslash
17032 raisebox{0.85
17033 \backslash
17034 baselineskip}{
17035 \end_layout
17036
17037 \begin_layout Standard
17038 placée juste avant la boîte minipage.
17039  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17040 .
17041  Pour le deuxième tableau de la dernière ligne, la commande 
17042 \end_layout
17043
17044 \begin_layout Standard
17045
17046 \series bold
17047
17048 \backslash
17049 raisebox{-0.32
17050 \backslash
17051 baselineskip}{
17052 \end_layout
17053
17054 \begin_layout Standard
17055 est utilisée.
17056 \end_layout
17057
17058 \begin_layout Standard
17059 \begin_inset Note Greyedout
17060 status open
17061
17062 \begin_layout Plain Layout
17063
17064 \series bold
17065 Note:
17066 \series default
17067  L'alignement entre le contenu de la ligne du tableau et le texte de la
17068  ligne qui l'entoure ne peut pas être parfait.
17069  Le facteur utilisé dans la commande 
17070 \series bold
17071
17072 \backslash
17073 raisebox
17074 \series default
17075  pour obtenir cet alignement dépend de la police de caractères du document,
17076  de la taille de la police et de l'épaisseur des lignes du tableau.
17077 \end_layout
17078
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \begin_layout Section
17085 Tableaux colorés
17086 \begin_inset CommandInset label
17087 LatexCommand label
17088 name "sec:Tableaux-Colorés"
17089
17090 \end_inset
17091
17092
17093 \begin_inset Index idx
17094 status collapsed
17095
17096 \begin_layout Plain Layout
17097 Tableau ! Coloré
17098 \end_layout
17099
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \begin_layout Subsection
17106 Cellules colorées
17107 \begin_inset Index idx
17108 status collapsed
17109
17110 \begin_layout Plain Layout
17111 Couleur des tableaux ! Pour les cellules
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \begin_inset Index idx
17118 status collapsed
17119
17120 \begin_layout Plain Layout
17121 Couleur ! Pour les cellules de tableau
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Standard
17130 \begin_inset Float table
17131 placement h
17132 wide false
17133 sideways false
17134 status open
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Caption Standard
17138
17139 \begin_layout Plain Layout
17140 \begin_inset CommandInset label
17141 LatexCommand label
17142 name "tab:Tableau-coloré-sans-colortbl"
17143
17144 \end_inset
17145
17146 Tableau coloré sans utiliser le paquetage  
17147 \series bold
17148 colortbl
17149 \series default
17150
17151 \begin_inset Argument 1
17152 status open
17153
17154 \begin_layout Plain Layout
17155 Tableau sans colortbl
17156 \end_layout
17157
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \begin_layout Plain Layout
17169 \align center
17170 \begin_inset Tabular
17171 <lyxtabular version="3" rows="3" columns="3">
17172 <features tabularvalignment="middle">
17173 <column alignment="center" valignment="top">
17174 <column alignment="center" valignment="top">
17175 <column alignment="center" valignment="top">
17176 <row>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181
17182 \color green
17183 a
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \color red
17194 b
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203
17204 \color red
17205 c
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \color green
17218 d
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \color blue
17229 e
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \color blue
17240 f
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 </row>
17246 <row>
17247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251
17252 \color green
17253 g
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \color blue
17264 h
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \color blue
17275 i
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 </lyxtabular>
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \begin_layout Standard
17294 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17295  et choisissez une couleur dans le menu 
17296 \family sans
17297 Édition\SpecialChar menuseparator
17298 Style
17299 \begin_inset space ~
17300 \end_inset
17301
17302 de
17303 \begin_inset space ~
17304 \end_inset
17305
17306 Texte
17307 \family default
17308 .
17309  C'est ce qui a été utilisé pour créer le tableau
17310 \begin_inset space ~
17311 \end_inset
17312
17313
17314 \begin_inset CommandInset ref
17315 LatexCommand ref
17316 reference "tab:Tableau-coloré-sans-colortbl"
17317
17318 \end_inset
17319
17320 .
17321  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17322  
17323 \series bold
17324 colortbl
17325 \series default
17326 .
17327 \begin_inset Index idx
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331 Paquetages \SpecialChar LaTeX
17332  ! colortbl
17333 \end_layout
17334
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \begin_layout Standard
17341 \begin_inset ERT
17342 status collapsed
17343
17344 \begin_layout Plain Layout
17345
17346
17347 \backslash
17348 ifcolortbl
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \begin_inset Note Note
17355 status open
17356
17357 \begin_layout Plain Layout
17358 La section qui suit ne sera affichée que si vous avez installé le paquetage
17359  \SpecialChar LaTeX
17360  
17361 \series bold
17362 colortbl
17363 \series default
17364 .
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 Pour créer des tableaux colorés, vous devez charger le paquetage
17374 \series bold
17375  colortbl
17376 \series default
17377  dans le préambule avec la ligne
17378 \end_layout
17379
17380 \begin_layout Standard
17381
17382 \series bold
17383
17384 \backslash
17385 usepackage{colortbl}
17386 \end_layout
17387
17388 \begin_layout Standard
17389 On choisit la couleur d'une colonne avec la commande 
17390 \end_layout
17391
17392 \begin_layout Standard
17393
17394 \series bold
17395
17396 \backslash
17397 columncolor{nom de couleur}
17398 \end_layout
17399
17400 \begin_layout Standard
17401 à l'intérieur d'une commande 
17402 \series bold
17403 >{ }
17404 \series default
17405 .
17406  Vous trouverez plus d'information sur la commande 
17407 \series bold
17408 >{}
17409 \series default
17410  dans la section
17411 \begin_inset space ~
17412 \end_inset
17413
17414
17415 \begin_inset CommandInset ref
17416 LatexCommand ref
17417 reference "subsec:Calculs-multicolonnes"
17418
17419 \end_inset
17420
17421 .
17422 \end_layout
17423
17424 \begin_layout Standard
17425 Les noms de couleurs suivants sont prédéfinis :
17426 \end_layout
17427
17428 \begin_layout Standard
17429
17430 \family sans
17431 red
17432 \family default
17433  (rouge), 
17434 \family sans
17435 green
17436 \family default
17437  (vert), 
17438 \family sans
17439 yellow
17440 \family default
17441  (jaune), 
17442 \family sans
17443 blue
17444 \family default
17445  (bleu), 
17446 \family sans
17447 cyan
17448 \family default
17449
17450 \family sans
17451 magenta
17452 \family default
17453
17454 \family sans
17455 black 
17456 \family default
17457 (noir) et 
17458 \family sans
17459 white 
17460 \family default
17461 (blanc)
17462 \end_layout
17463
17464 \begin_layout Standard
17465 \begin_inset VSpace medskip
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 Si vous ajoutez les options
17473 \end_layout
17474
17475 \begin_layout Standard
17476
17477 \series bold
17478 usenames,dvipsnames
17479 \end_layout
17480
17481 \begin_layout Standard
17482 aux options de la classe de document dans les paramètres du document, vous
17483  pouvez utiliser 61
17484 \begin_inset space ~
17485 \end_inset
17486
17487 couleurs supplémentaires.
17488  Ces couleurs sont listées dans l'annexe
17489 \begin_inset space ~
17490 \end_inset
17491
17492
17493 \begin_inset CommandInset ref
17494 LatexCommand ref
17495 reference "chap:Liste-de-noms-de-couleur-dvips"
17496
17497 \end_inset
17498
17499 .
17500  Une de ces couleurs, 
17501 \family sans
17502 Maroon
17503 \family default
17504 , est utilisée comme exemple dans le tableau
17505 \begin_inset space ~
17506 \end_inset
17507
17508
17509 \begin_inset CommandInset ref
17510 LatexCommand ref
17511 reference "tab:Tableau-coloré-avec-colortbl"
17512
17513 \end_inset
17514
17515 .
17516 \end_layout
17517
17518 \begin_layout Standard
17519 \begin_inset VSpace medskip
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \begin_layout Standard
17526 Vous pouvez aussi définir votre propre couleur avec la commande
17527 \end_layout
17528
17529 \begin_layout Standard
17530
17531 \series bold
17532
17533 \backslash
17534 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17535 \end_layout
17536
17537 \begin_layout Standard
17538 Le modèle de couleur peut être
17539 \end_layout
17540
17541 \begin_layout Labeling
17542 \labelwidthstring 00.00.0000
17543 cmyk
17544 \begin_inset space ~
17545 \end_inset
17546
17547 : cyan, magenta, jaune (yellow), noir (black)
17548 \end_layout
17549
17550 \begin_layout Labeling
17551 \labelwidthstring 00.00.0000
17552 rgb
17553 \begin_inset space ~
17554 \end_inset
17555
17556 : rouge (red), vert (green), bleu (blue)
17557 \end_layout
17558
17559 \begin_layout Labeling
17560 \labelwidthstring 00.00.0000
17561 gray
17562 \begin_inset space ~
17563 \end_inset
17564
17565 : dégradé de gris (gray)
17566 \end_layout
17567
17568 \begin_layout Standard
17569 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17570  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17571 \end_layout
17572
17573 \begin_layout Standard
17574 Vous pouvez par exemple définir la couleur 
17575 \begin_inset Quotes fld
17576 \end_inset
17577
17578
17579 \emph on
17580 vertfonce
17581 \begin_inset Quotes frd
17582 \end_inset
17583
17584  dans le préambule avec la ligne
17585 \end_layout
17586
17587 \begin_layout Standard
17588
17589 \series bold
17590
17591 \backslash
17592 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17593 \end_layout
17594
17595 \begin_layout Standard
17596 et la couleur 
17597 \emph on
17598
17599 \begin_inset Quotes fld
17600 \end_inset
17601
17602 grisclair
17603 \emph default
17604
17605 \begin_inset Quotes frd
17606 \end_inset
17607
17608  avec
17609 \end_layout
17610
17611 \begin_layout Standard
17612
17613 \series bold
17614
17615 \backslash
17616 definecolor{grisclair}{gray}{0.8}
17617 \end_layout
17618
17619 \begin_layout Standard
17620 \begin_inset VSpace medskip
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \begin_layout Standard
17627 Les lignes sont colorées avec la commande
17628 \end_layout
17629
17630 \begin_layout Standard
17631
17632 \series bold
17633
17634 \backslash
17635 rowcolor{nom de la couleur}
17636 \end_layout
17637
17638 \begin_layout Standard
17639 et les cellules sont colorées avec la commande
17640 \end_layout
17641
17642 \begin_layout Standard
17643
17644 \series bold
17645
17646 \backslash
17647 cellcolor{nom de la couleur}
17648 \end_layout
17649
17650 \begin_layout Standard
17651 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17652 .
17653 \end_layout
17654
17655 \begin_layout Standard
17656 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17657  choisissez une couleur dans le menu 
17658 \family sans
17659 Édition\SpecialChar menuseparator
17660 Style
17661 \begin_inset space ~
17662 \end_inset
17663
17664 de
17665 \begin_inset space ~
17666 \end_inset
17667
17668 Texte
17669 \family default
17670 .
17671  Si une cellule contient du code \SpecialChar TeX
17672 , faites bien attention à ne colorer que
17673  le texte, sinon le code \SpecialChar TeX
17674  coloré provoquera des erreurs \SpecialChar LaTeX
17675 .
17676 \end_layout
17677
17678 \begin_layout Standard
17679 \begin_inset Note Greyedout
17680 status open
17681
17682 \begin_layout Plain Layout
17683
17684 \series bold
17685 Note:
17686 \series default
17687  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17688  définies par l'utilisateur.
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Standard
17697 \begin_inset VSpace bigskip
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 Pour créer le tableau
17705 \begin_inset space ~
17706 \end_inset
17707
17708
17709 \begin_inset CommandInset ref
17710 LatexCommand ref
17711 reference "tab:Tableau-coloré-avec-colortbl"
17712
17713 \end_inset
17714
17715  faites ce qui suit : La couleur de la première colonne doit être 
17716 \emph on
17717 vertfonce
17718 \emph default
17719 .
17720  On insère donc la commande
17721 \end_layout
17722
17723 \begin_layout Standard
17724
17725 \series bold
17726 >{
17727 \backslash
17728 columncolor{vertfonce}
17729 \backslash
17730 centering}c
17731 \end_layout
17732
17733 \begin_layout Standard
17734 en code \SpecialChar TeX
17735  pour cette colonne.
17736  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17737
17738 \end_layout
17739
17740 \begin_layout Standard
17741
17742 \series bold
17743
17744 \backslash
17745 rowcolor{cyan}
17746 \end_layout
17747
17748 \begin_layout Standard
17749 qui est insérée dans la première cellule de cette ligne.
17750  Notez que cela annule la couleur de colonne pour la première cellule.
17751  La dernière cellule de la dernière ligne est colorée en marron
17752 \series bold
17753  
17754 \series default
17755 en insérant en code \SpecialChar TeX
17756  la commande
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762
17763 \backslash
17764 cellcolor{Maroon}
17765 \end_layout
17766
17767 \begin_layout Standard
17768 Les caractères peuvent maintenant être colorés en utilisant le menu 
17769 \family sans
17770 Édition\SpecialChar menuseparator
17771 Style
17772 \begin_inset space ~
17773 \end_inset
17774
17775 de
17776 \begin_inset space ~
17777 \end_inset
17778
17779 Texte
17780 \family default
17781 .
17782 \end_layout
17783
17784 \begin_layout Standard
17785 \begin_inset Float table
17786 placement h
17787 wide false
17788 sideways false
17789 status open
17790
17791 \begin_layout Plain Layout
17792 \begin_inset Caption Standard
17793
17794 \begin_layout Plain Layout
17795 \begin_inset CommandInset label
17796 LatexCommand label
17797 name "tab:Tableau-coloré-avec-colortbl"
17798
17799 \end_inset
17800
17801 Tableau coloré en utilisant le paquetage 
17802 \series bold
17803 colortbl
17804 \series default
17805
17806 \begin_inset Argument 1
17807 status collapsed
17808
17809 \begin_layout Plain Layout
17810 Tableau avec colortbl
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Plain Layout
17824 \align center
17825 \begin_inset Tabular
17826 <lyxtabular version="3" rows="3" columns="3">
17827 <features tabularvalignment="middle">
17828 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17829 <column alignment="center" valignment="top">
17830 <column alignment="center" valignment="top">
17831 <row>
17832 <cell alignment="center" valignment="top" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836 \begin_inset ERT
17837 status collapsed
17838
17839 \begin_layout Plain Layout
17840
17841
17842 \backslash
17843 rowcolor{cyan}
17844 \end_layout
17845
17846 \end_inset
17847
17848
17849 \color magenta
17850 a
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 <cell alignment="center" valignment="top" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859
17860 \color red
17861 b
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870
17871 \color red
17872 c
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 </row>
17878 <row>
17879 <cell alignment="center" valignment="top" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \color yellow
17885 d
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \color blue
17896 e
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell alignment="center" valignment="top" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \color blue
17907 f
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 <row>
17914 <cell alignment="center" valignment="top" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918
17919 \color yellow
17920 g
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \color blue
17931 h
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell alignment="center" valignment="top" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 \begin_inset ERT
17941 status collapsed
17942
17943 \begin_layout Plain Layout
17944
17945
17946 \backslash
17947 cellcolor{Maroon}
17948 \end_layout
17949
17950 \end_inset
17951
17952
17953 \color green
17954 i
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 </lyxtabular>
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Standard
17973 \begin_inset ERT
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977
17978
17979 \backslash
17980 else
17981 \end_layout
17982
17983 \end_inset
17984
17985
17986 \begin_inset Note Note
17987 status open
17988
17989 \begin_layout Plain Layout
17990 Ce qui suit sera affiché si le paquetage 
17991 \series bold
17992 colortbl
17993 \series default
17994  n'est pas installé :
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Vous devez installer le paquetage 
18004 \series bold
18005 colortbl
18006 \series default
18007  pour voir le contenu des cette section dans la sortie imprimée.
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \begin_inset ERT
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015
18016
18017 \backslash
18018 fi
18019 \end_layout
18020
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Subsection
18027 Lignes colorées
18028 \begin_inset Index idx
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032 Tableau Coloré ! Pour les lignes
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \begin_inset Index idx
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042 Couleur ! Pour les lignes de tableau
18043 \end_layout
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Standard
18051 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18052  alternative à la méthode décrite dans le paragraphe précédent: il faut
18053  charger le paquetage 
18054 \series bold
18055 xcolor
18056 \series default
18057
18058 \begin_inset Index idx
18059 status collapsed
18060
18061 \begin_layout Plain Layout
18062 Paquetages \SpecialChar LaTeX
18063  ! xcolor
18064 \begin_inset ERT
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068
18069
18070 \backslash
18071 vspace{4mm}
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \end_inset
18080
18081  dans le préambule du document avec la commande
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087
18088 \backslash
18089 usepackage[table]{xcolor}
18090 \end_layout
18091
18092 \begin_layout Standard
18093
18094 \series bold
18095 xcolor
18096 \series default
18097  charge automatiquement le paquetage 
18098 \series bold
18099 colortbl
18100 \series default
18101
18102 \begin_inset Index idx
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106 Paquetages \SpecialChar LaTeX
18107  ! colortbl
18108 \end_layout
18109
18110 \end_inset
18111
18112 , il faut donc que
18113 \series bold
18114  colortbl
18115 \series default
18116  existe dans votre distribution \SpecialChar LaTeX
18117 , sinon vous aurez des erreurs.
18118 \end_layout
18119
18120 \begin_layout Standard
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 ifcolortbl
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \begin_inset Note Note
18135 status open
18136
18137 \begin_layout Plain Layout
18138 La section qui suit ne sera affichée que si vous avez installé le paquetage
18139  \SpecialChar LaTeX
18140  
18141 \series bold
18142 colortbl
18143 \series default
18144 .
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Standard
18153 Les lignes de tableau sont colorées par la commande
18154 \end_layout
18155
18156 \begin_layout Standard
18157
18158 \series bold
18159
18160 \backslash
18161 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18162  paire}
18163 \end_layout
18164
18165 \begin_layout Standard
18166 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18167  avant le premier
18168  tableau nécessitant la coloration alternative des lignes.
18169  
18170 \series bold
18171 numéro de ligne
18172 \series default
18173  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18174  
18175 \series bold
18176 commandes
18177 \series default
18178 \emph on
18179  
18180 \emph default
18181 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18182  Par exemple la commande
18183 \end_layout
18184
18185 \begin_layout Standard
18186
18187 \series bold
18188
18189 \backslash
18190 rowcolors{1}{white}{lightgray}
18191 \end_layout
18192
18193 \begin_layout Standard
18194 donne le schéma de couleurs du tableau
18195 \begin_inset space ~
18196 \end_inset
18197
18198
18199 \begin_inset CommandInset ref
18200 LatexCommand ref
18201 reference "tab:Table-rowcolors"
18202
18203 \end_inset
18204
18205 .
18206  La commande
18207 \end_layout
18208
18209 \begin_layout Standard
18210
18211 \series bold
18212
18213 \backslash
18214 rowcolors[
18215 \backslash
18216 hline]{1}{lightgray}{cyan}
18217 \end_layout
18218
18219 \begin_layout Standard
18220 donne le schéma de couleurs du tableau
18221 \begin_inset space ~
18222 \end_inset
18223
18224
18225 \begin_inset CommandInset ref
18226 LatexCommand ref
18227 reference "tab:Table-rowcolors-2"
18228
18229 \end_inset
18230
18231 .
18232  Si 
18233 \series bold
18234 couleur ligne impaire
18235 \series default
18236  ou 
18237 \series bold
18238 couleur ligne paire
18239 \series default
18240  est vide, aucune couleur n'est utilisée, donc la commande
18241 \end_layout
18242
18243 \begin_layout Standard
18244
18245 \series bold
18246
18247 \backslash
18248 rowcolors{1}{}{}
18249 \end_layout
18250
18251 \begin_layout Standard
18252 supprime toutes les couleurs.
18253  
18254 \series bold
18255
18256 \backslash
18257 rowcolors
18258 \series default
18259  s'applique aux tableaux qui suivent cette commande.
18260 \end_layout
18261
18262 \begin_layout Standard
18263 \begin_inset ERT
18264 status open
18265
18266 \begin_layout Plain Layout
18267
18268
18269 \backslash
18270 rowcolors{1}{white}{lightgray}
18271 \end_layout
18272
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \begin_layout Standard
18279 \begin_inset Float table
18280 placement h
18281 wide false
18282 sideways false
18283 status open
18284
18285 \begin_layout Plain Layout
18286 \begin_inset Caption Standard
18287
18288 \begin_layout Plain Layout
18289
18290 \lang english
18291 \begin_inset CommandInset label
18292 LatexCommand label
18293 name "tab:Table-rowcolors"
18294
18295 \end_inset
18296
18297
18298 \lang french
18299 Tableau avec une colonne sur deux en gris clair.
18300 \end_layout
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Plain Layout
18308 \align center
18309 \begin_inset Tabular
18310 <lyxtabular version="3" rows="4" columns="3">
18311 <features tabularvalignment="middle">
18312 <column alignment="center" valignment="top">
18313 <column alignment="center" valignment="top" width="0pt">
18314 <column alignment="center" valignment="top" width="0pt">
18315 <row>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 X
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 Y
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 Z
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 </row>
18344 <row>
18345 <cell alignment="center" valignment="top" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 1
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 <cell alignment="center" valignment="top" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 2
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 3
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 </row>
18373 <row>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 4
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 5
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396 6
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 </row>
18402 <row>
18403 <cell alignment="center" valignment="top" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 7
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 8
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425 9
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 </lyxtabular>
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 \begin_inset ERT
18445 status open
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 rowcolors[
18452 \backslash
18453 hline]{1}{lightgray}{cyan}
18454 \end_layout
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Standard
18462 \begin_inset Float table
18463 placement h
18464 wide false
18465 sideways false
18466 status open
18467
18468 \begin_layout Plain Layout
18469 \begin_inset Caption Standard
18470
18471 \begin_layout Plain Layout
18472
18473 \lang english
18474 \begin_inset CommandInset label
18475 LatexCommand label
18476 name "tab:Table-rowcolors-2"
18477
18478 \end_inset
18479
18480
18481 \lang french
18482 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18483  ligne
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Plain Layout
18492 \align center
18493 \begin_inset Tabular
18494 <lyxtabular version="3" rows="4" columns="3">
18495 <features tabularvalignment="middle">
18496 <column alignment="center" valignment="top">
18497 <column alignment="center" valignment="top">
18498 <column alignment="center" valignment="top" width="0pt">
18499 <row>
18500 <cell alignment="center" valignment="top" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 X
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 Y
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 Z
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 1
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 2
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 3
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 <row>
18558 <cell alignment="center" valignment="top" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 4
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 5
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 6
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 <row>
18587 <cell alignment="center" valignment="top" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 7
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 8
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 9
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 </lyxtabular>
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 rowcolors{1}{}{}
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \begin_inset Note Note
18642 status collapsed
18643
18644 \begin_layout Plain Layout
18645
18646 \lang english
18647 turns off the row coloring
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset ERT
18657 status collapsed
18658
18659 \begin_layout Plain Layout
18660
18661
18662 \backslash
18663 else
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \begin_inset Note Note
18670 status open
18671
18672 \begin_layout Plain Layout
18673 Ce qui suit sera affiché si le paquetage 
18674 \series bold
18675 colortbl
18676 \series default
18677  n'est pas installé :
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 Vous devez installer le paquetage 
18687 \series bold
18688 colortbl
18689 \series default
18690  pour voir le contenu des cette section dans la sortie imprimée.
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 fi
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Subsection
18710 Les filets colorés
18711 \begin_inset Index idx
18712 status open
18713
18714 \begin_layout Plain Layout
18715 Tableau Coloré ! Pour les filets
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \begin_inset Index idx
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725 Couleur ! Pour les filets des tableaux
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \begin_inset Note Note
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735 on parle de filets plutôt que de lignes pour les tableaux
18736 \end_layout
18737
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Standard
18744 Comme c'est décrit dans la section
18745 \begin_inset space ~
18746 \end_inset
18747
18748
18749 \begin_inset CommandInset ref
18750 LatexCommand ref
18751 reference "subsec:Epaisseur-filets"
18752
18753 \end_inset
18754
18755 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18756  variable 
18757 \series bold
18758
18759 \backslash
18760 arrayrulewidth
18761 \series default
18762 .
18763  Elle est mise à 1.5
18764 \begin_inset space \thinspace{}
18765 \end_inset
18766
18767 pt pour tous les tableaux de cette section.
18768 \begin_inset ERT
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772
18773
18774 \backslash
18775 setlength{
18776 \backslash
18777 arrayrulewidth}{1.5pt}
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 Pour colorer les filets verticaux, par exemple en vert, créez le format
18787  de colonne suivant dans le préambule du document, en suivant la description
18788  de la section
18789 \begin_inset space ~
18790 \end_inset
18791
18792
18793 \begin_inset CommandInset ref
18794 LatexCommand ref
18795 reference "subsec:Formats-personnalisés"
18796
18797 \end_inset
18798
18799 :
18800 \end_layout
18801
18802 \begin_layout Standard
18803
18804 \series bold
18805
18806 \backslash
18807 newcolumntype{W}{!{
18808 \backslash
18809 color{green}
18810 \backslash
18811 vline}}
18812 \end_layout
18813
18814 \begin_layout Standard
18815 Pour le tableau
18816 \begin_inset space ~
18817 \end_inset
18818
18819
18820 \begin_inset CommandInset ref
18821 LatexCommand ref
18822 reference "tab:Tableau-filets-verticaux-colorés"
18823
18824 \end_inset
18825
18826  le paramètre \SpecialChar LaTeX
18827
18828 \series bold
18829  WcW
18830 \series default
18831  a été utilisé pour la dernière colonne et
18832 \series bold
18833  Wc
18834 \series default
18835  pour les autres colonnes.
18836 \end_layout
18837
18838 \begin_layout Standard
18839 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18840 \end_layout
18841
18842 \begin_layout Standard
18843 \begin_inset Float table
18844 placement h
18845 wide false
18846 sideways false
18847 status open
18848
18849 \begin_layout Plain Layout
18850 \begin_inset Caption Standard
18851
18852 \begin_layout Plain Layout
18853 \begin_inset CommandInset label
18854 LatexCommand label
18855 name "tab:Tableau-filets-verticaux-colorés"
18856
18857 \end_inset
18858
18859 Tableau avec filets verticaux colorés
18860 \end_layout
18861
18862 \end_inset
18863
18864
18865 \end_layout
18866
18867 \begin_layout Plain Layout
18868 \align center
18869 \begin_inset Tabular
18870 <lyxtabular version="3" rows="3" columns="3">
18871 <features tabularvalignment="middle">
18872 <column alignment="center" valignment="top" special="Wc">
18873 <column alignment="center" valignment="top" special="Wc">
18874 <column alignment="center" valignment="top" special="WcW">
18875 <row>
18876 <cell alignment="center" valignment="top" topline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 sd
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 <row>
18905 <cell alignment="center" valignment="top" topline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 sd
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 <row>
18934 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 sd
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 </row>
18962 </lyxtabular>
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Standard
18975 \begin_inset VSpace bigskip
18976 \end_inset
18977
18978 Pour colorer les filets horizontaux en rouge comme pour le tableau
18979 \begin_inset space ~
18980 \end_inset
18981
18982
18983 \begin_inset CommandInset ref
18984 LatexCommand ref
18985 reference "tab:Tableau-filet-horizontaux-colorés"
18986
18987 \end_inset
18988
18989 , insérez les commandes suivantes en code \SpecialChar TeX
18990  juste avant le tableau ou le
18991  flottant de tableau :
18992 \end_layout
18993
18994 \begin_layout Standard
18995
18996 \series bold
18997
18998 \backslash
18999 let
19000 \backslash
19001 myHlineC
19002 \backslash
19003 hline
19004 \begin_inset Newline newline
19005 \end_inset
19006
19007
19008 \backslash
19009 renewcommand{
19010 \backslash
19011 hline}
19012 \begin_inset Newline newline
19013 \end_inset
19014
19015
19016 \begin_inset Phantom HPhantom
19017 status open
19018
19019 \begin_layout Plain Layout
19020
19021 \series bold
19022 \begin_inset space ~
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \end_inset
19029
19030 {
19031 \backslash
19032 arrayrulecolor{red}
19033 \backslash
19034 myHlineC
19035 \backslash
19036 arrayrulecolor{black}}
19037 \end_layout
19038
19039 \begin_layout Standard
19040 \begin_inset ERT
19041 status collapsed
19042
19043 \begin_layout Plain Layout
19044
19045
19046 \backslash
19047 let
19048 \backslash
19049 myHlineC
19050 \backslash
19051 hline
19052 \end_layout
19053
19054 \begin_layout Plain Layout
19055
19056
19057 \backslash
19058 renewcommand{
19059 \backslash
19060 hline}
19061 \end_layout
19062
19063 \begin_layout Plain Layout
19064
19065  {
19066 \backslash
19067 arrayrulecolor{red}
19068 \backslash
19069 myHlineC
19070 \backslash
19071 arrayrulecolor{black}}
19072 \end_layout
19073
19074 \end_inset
19075
19076
19077 \begin_inset Float table
19078 placement h
19079 wide false
19080 sideways false
19081 status open
19082
19083 \begin_layout Plain Layout
19084 \begin_inset Caption Standard
19085
19086 \begin_layout Plain Layout
19087 \begin_inset CommandInset label
19088 LatexCommand label
19089 name "tab:Tableau-filet-horizontaux-colorés"
19090
19091 \end_inset
19092
19093 Tableau avec filets horizontaux colorés
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Plain Layout
19102 \align center
19103 \begin_inset Tabular
19104 <lyxtabular version="3" rows="3" columns="3">
19105 <features tabularvalignment="middle">
19106 <column alignment="center" valignment="top">
19107 <column alignment="center" valignment="top">
19108 <column alignment="center" valignment="top">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 sd
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 </row>
19138 <row>
19139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 sd
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 sd
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 </row>
19196 </lyxtabular>
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Standard
19209 Pour revenir à la couleur noire implicite, insérez la commande suivante
19210  en code \SpecialChar TeX
19211 , juste après le tableau ou le flottant de tableau :
19212 \end_layout
19213
19214 \begin_layout Standard
19215
19216 \series bold
19217
19218 \backslash
19219 renewcommand{
19220 \backslash
19221 hline}{
19222 \backslash
19223 myHlineC}
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Le tableau
19228 \begin_inset space ~
19229 \end_inset
19230
19231
19232 \begin_inset CommandInset ref
19233 LatexCommand ref
19234 reference "tab:Tableau-avec-filets-colorés"
19235
19236 \end_inset
19237
19238  est un exemple avec des filets horizontaux et verticaux colorés.
19239 \end_layout
19240
19241 \begin_layout Standard
19242 \begin_inset Float table
19243 placement h
19244 wide false
19245 sideways false
19246 status open
19247
19248 \begin_layout Plain Layout
19249 \begin_inset Caption Standard
19250
19251 \begin_layout Plain Layout
19252 \begin_inset CommandInset label
19253 LatexCommand label
19254 name "tab:Tableau-avec-filets-colorés"
19255
19256 \end_inset
19257
19258 Tableau avec filets horizontaux et verticaux colorés
19259 \end_layout
19260
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \begin_layout Plain Layout
19267 \align center
19268 \begin_inset Tabular
19269 <lyxtabular version="3" rows="3" columns="3">
19270 <features tabularvalignment="middle">
19271 <column alignment="center" valignment="top" special="Wc">
19272 <column alignment="center" valignment="top" special="Wc">
19273 <column alignment="center" valignment="top" special="WcW">
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 sd
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 sd
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 </row>
19332 <row topspace="default">
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 sd
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 </row>
19361 </lyxtabular>
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \begin_layout Standard
19374 \begin_inset ERT
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378
19379
19380 \backslash
19381 renewcommand{
19382 \backslash
19383 hline}{
19384 \backslash
19385 myHlineC}
19386 \end_layout
19387
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \begin_layout Standard
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 setlength{
19402 \backslash
19403 arrayrulewidth}{0.4pt}
19404 \end_layout
19405
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \begin_layout Section
19412 Pivotement des cellules
19413 \begin_inset CommandInset label
19414 LatexCommand label
19415 name "sec:Pivotement-des-cellules"
19416
19417 \end_inset
19418
19419
19420 \begin_inset Index idx
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424 Tableau ! Pivotement des cellules
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \begin_inset Index idx
19431 status collapsed
19432
19433 \begin_layout Plain Layout
19434 Pivoter des objets
19435 \end_layout
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \begin_layout Standard
19443 \begin_inset Note Greyedout
19444 status open
19445
19446 \begin_layout Plain Layout
19447
19448 \series bold
19449 Nota:
19450 \series default
19451  toutes les visionneuses DVI n'affichent pas les rotations.
19452 \end_layout
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \begin_layout Standard
19460 Le tableau
19461 \begin_inset space ~
19462 \end_inset
19463
19464
19465 \begin_inset CommandInset ref
19466 LatexCommand ref
19467 reference "tab:Tableau-incluant-des"
19468
19469 \end_inset
19470
19471  est un exemple dans lequel 3 cellules pivotent de 45
19472 \begin_inset space \thinspace{}
19473 \end_inset
19474
19475 °.
19476 \end_layout
19477
19478 \begin_layout Standard
19479 \begin_inset Float table
19480 placement h
19481 wide false
19482 sideways false
19483 status open
19484
19485 \begin_layout Plain Layout
19486 \begin_inset Caption Standard
19487
19488 \begin_layout Plain Layout
19489 \begin_inset CommandInset label
19490 LatexCommand label
19491 name "tab:Tableau-incluant-des"
19492
19493 \end_inset
19494
19495 Tableau incluant des cellules pivotées dans la première ligne.
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Plain Layout
19504 \noindent
19505 \align center
19506 \begin_inset Tabular
19507 <lyxtabular version="3" rows="2" columns="3">
19508 <features tabularvalignment="middle">
19509 <column alignment="center" valignment="top" width="0pt">
19510 <column alignment="center" valignment="top" width="0pt">
19511 <column alignment="center" valignment="top" width="0pt">
19512 <row>
19513 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 soucoupes
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 assiettes
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 plats
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 </row>
19541 <row>
19542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 45
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555 33
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 21
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 </row>
19570 </lyxtabular>
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \begin_layout Standard
19583 \begin_inset Note Greyedout
19584 status open
19585
19586 \begin_layout Plain Layout
19587
19588 \series bold
19589 Nota:
19590 \series default
19591  les ruptures de ligne (raccourci 
19592 \begin_inset Info
19593 type  "shortcut"
19594 arg   "newline-insert newline"
19595 \end_inset
19596
19597 ) ne sont pas autorisées dans les cellules pivotées
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \begin_layout Standard
19606 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19607  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19608 \begin_inset Foot
19609 status collapsed
19610
19611 \begin_layout Plain Layout
19612 Pour en savoir plus sur ces boîtes, voir les sections
19613 \begin_inset space ~
19614 \end_inset
19615
19616
19617 \begin_inset CommandInset ref
19618 LatexCommand ref
19619 reference "sec:Minipages"
19620
19621 \end_inset
19622
19623  et 
19624 \begin_inset CommandInset ref
19625 LatexCommand ref
19626 reference "sec:Parboxes"
19627
19628 \end_inset
19629
19630 .
19631 \end_layout
19632
19633 \end_inset
19634
19635  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19636  la hauteur de la cellule.
19637  Le tableau
19638 \begin_inset space ~
19639 \end_inset
19640
19641
19642 \begin_inset CommandInset ref
19643 LatexCommand ref
19644 reference "tab:Tableau-incluant-une"
19645
19646 \end_inset
19647
19648  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19649  réglée à 3
19650 \begin_inset space \thinspace{}
19651 \end_inset
19652
19653 cm.
19654 \end_layout
19655
19656 \begin_layout Standard
19657 \begin_inset Float table
19658 placement h
19659 wide false
19660 sideways false
19661 status open
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Caption Standard
19665
19666 \begin_layout Plain Layout
19667 \begin_inset CommandInset label
19668 LatexCommand label
19669 name "tab:Tableau-incluant-une"
19670
19671 \end_inset
19672
19673 Tableau incluant une cellule multi-lignes pivotée.
19674 \end_layout
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \begin_layout Plain Layout
19682 \noindent
19683 \align center
19684 \begin_inset Tabular
19685 <lyxtabular version="3" rows="2" columns="3">
19686 <features tabularvalignment="middle">
19687 <column alignment="center" valignment="top">
19688 <column alignment="center" valignment="top" width="0pt">
19689 <column alignment="center" valignment="top">
19690 <row>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 a
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 \begin_inset Box Frameless
19705 position "t"
19706 hor_pos "c"
19707 has_inner_box 1
19708 inner_pos "t"
19709 use_parbox 0
19710 use_makebox 0
19711 width "3cm"
19712 special "none"
19713 height "1in"
19714 height_special "totalheight"
19715 thickness "0.4pt"
19716 separation "3pt"
19717 shadowsize "4pt"
19718 framecolor "black"
19719 backgroundcolor "none"
19720 status open
19721
19722 \begin_layout Plain Layout
19723 cellule pivotée
19724 \begin_inset Newline newline
19725 \end_inset
19726
19727 avec saut de ligne
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 e
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 b
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 c
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 d
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 </lyxtabular>
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Section
19789 Calcul de la largeur du tableau
19790 \begin_inset CommandInset label
19791 LatexCommand label
19792 name "sec:Table-Width-Calculation"
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Standard
19800 Pour les tableaux un peu larges il est parfois difficile de garantir que
19801  le tableau ne déborde pas dans la marge.
19802  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19803  la valeur à donner à chacune?
19804 \end_layout
19805
19806 \begin_layout Standard
19807 La largeur du tableau 
19808 \begin_inset Formula $L_{\mathrm{tableau}}$
19809 \end_inset
19810
19811  peut se calculer précisément: chaque colonne contribue pour sa largeur
19812  propre 
19813 \begin_inset Formula $L_{\mathrm{colonne}}$
19814 \end_inset
19815
19816  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19817  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19818
19819 \series bold
19820  
19821 \backslash
19822 tabcolsep
19823 \series default
19824 , implicitement 6
19825 \begin_inset space \thinspace{}
19826 \end_inset
19827
19828 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19829  
19830 \series bold
19831
19832 \backslash
19833 arrayrulewidth
19834 \series default
19835 , implicitement 0.4
19836 \begin_inset space \thinspace{}
19837 \end_inset
19838
19839 pt).
19840  Donc si les 
19841 \begin_inset Formula $n$
19842 \end_inset
19843
19844
19845 \begin_inset space ~
19846 \end_inset
19847
19848 colonnes ont la même largeur, la largeur du tableau est
19849 \begin_inset Formula 
19850 \begin{equation}
19851 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19852 \end{equation}
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 La largeur disponible pour placer un tableau est la distance entre les marges
19861  de la page ou la largeur de la colonne de texte (pour un document présenté
19862  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19863  
19864 \series bold
19865
19866 \backslash
19867 columnwidth
19868 \series default
19869 .
19870  Si toutes le colonnes ont la même largeur et que 
19871 \begin_inset Formula $L_{\mathrm{tableau}}$
19872 \end_inset
19873
19874  doit valoir 1
19875 \begin_inset space \thinspace{}
19876 \end_inset
19877
19878
19879 \backslash
19880 columnwidth, 
19881 \begin_inset Formula $L_{\mathrm{colonne}}$
19882 \end_inset
19883
19884  se calcule facilement.
19885 \end_layout
19886
19887 \begin_layout Standard
19888 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19889  
19890 \series bold
19891 calc
19892 \series default
19893
19894 \begin_inset Index idx
19895 status collapsed
19896
19897 \begin_layout Plain Layout
19898 Paquetages \SpecialChar LaTeX
19899  ! calc
19900 \end_layout
19901
19902 \end_inset
19903
19904  dans le préambule du document.
19905  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19906  il faut utiliser le champ
19907 \family sans
19908  Argument \SpecialChar LaTeX
19909
19910 \family default
19911 .
19912  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19913  qui est expliqué dans la section
19914 \begin_inset space ~
19915 \end_inset
19916
19917
19918 \begin_inset CommandInset ref
19919 LatexCommand ref
19920 reference "subsec:Calculs-multicolonnes"
19921
19922 \end_inset
19923
19924 .
19925  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19926  saisir pour chaque colonne la commande
19927 \end_layout
19928
19929 \begin_layout Standard
19930
19931 \series bold
19932 >{
19933 \backslash
19934 centering}p{(1
19935 \backslash
19936 columnwidth-62.4pt)/5}
19937 \end_layout
19938
19939 \begin_layout Standard
19940 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19941 \begin_inset space ~
19942 \end_inset
19943
19944 fois celle des 3 autres, le calcul est le suivant:
19945 \end_layout
19946
19947 \begin_layout Standard
19948 \begin_inset Formula 
19949 \begin{align}
19950 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19951  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19952  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19953 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19954 \end{align}
19955
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \begin_layout Standard
19962 Par conséquent, dans le tableau, la commande
19963 \end_layout
19964
19965 \begin_layout Standard
19966
19967 \series bold
19968 >{
19969 \backslash
19970 centering}p{(1
19971 \backslash
19972 columnwidth-62.4pt)/
19973 \backslash
19974 real{4.5}}
19975 \end_layout
19976
19977 \begin_layout Standard
19978 est utilisée pour les colonnes les plus larges, et la commande
19979 \end_layout
19980
19981 \begin_layout Standard
19982
19983 \series bold
19984 >{
19985 \backslash
19986 centering}p{(1
19987 \backslash
19988 columnwidth-62.4pt)/
19989 \backslash
19990 real{4.5}*
19991 \backslash
19992 real{0.75}}
19993 \end_layout
19994
19995 \begin_layout Standard
19996 est utilisée pour les plus étroites:
19997 \end_layout
19998
19999 \begin_layout Standard
20000 \begin_inset Tabular
20001 <lyxtabular version="3" rows="2" columns="5">
20002 <features tabularvalignment="middle">
20003 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20004 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
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 <row>
20009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 1
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 2
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 3
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 4
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 5
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row>
20056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 111111 1111111 111111 111111111 11111 11111 1111
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 2222 22222 222222 222222222 2222222 22 22222
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 333333 333333 333333 33333 3333333 333
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 </lyxtabular>
20103
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \begin_layout Section
20110 Personnalisation des tableaux
20111 \begin_inset Index idx
20112 status collapsed
20113
20114 \begin_layout Plain Layout
20115 Tableau ! Personnalisation
20116 \end_layout
20117
20118 \end_inset
20119
20120
20121 \begin_inset Index idx
20122 status collapsed
20123
20124 \begin_layout Plain Layout
20125 Personnalisation des tableaux
20126 \end_layout
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Subsection
20134 Espacement des lignes
20135 \begin_inset CommandInset label
20136 LatexCommand label
20137 name "subsec:Espacement-lignes"
20138
20139 \end_inset
20140
20141
20142 \begin_inset Index idx
20143 status collapsed
20144
20145 \begin_layout Plain Layout
20146 Personnalisation des tableaux ! Espacement des lignes
20147 \end_layout
20148
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \begin_layout Standard
20155 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20156  l'onglet 
20157 \family sans
20158 Bordures
20159 \family default
20160  de la fenêtre de dialogue 
20161 \family sans
20162 Paramètres
20163 \begin_inset space ~
20164 \end_inset
20165
20166 du
20167 \begin_inset space ~
20168 \end_inset
20169
20170 tableau
20171 \family default
20172 .
20173  Vous y trouverez trois possibilités :
20174 \end_layout
20175
20176 \begin_layout Description
20177 Haut
20178 \begin_inset space ~
20179 \end_inset
20180
20181 de
20182 \begin_inset space ~
20183 \end_inset
20184
20185 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20186  Si le tableau est un tableau formel
20187 \begin_inset Foot
20188 status collapsed
20189
20190 \begin_layout Plain Layout
20191 Les tableaux formels sont décrits dans la section
20192 \begin_inset space ~
20193 \end_inset
20194
20195
20196 \begin_inset CommandInset ref
20197 LatexCommand ref
20198 reference "sec:Tableaux-Formels"
20199
20200 \end_inset
20201
20202 .
20203 \end_layout
20204
20205 \end_inset
20206
20207  \SpecialChar LyX
20208  va insérer implicitement un espace de 0.5
20209 \begin_inset space \thinspace{}
20210 \end_inset
20211
20212 em.
20213  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20214  les filets verticaux comme dans le tableau suivant :
20215 \begin_inset VSpace medskip
20216 \end_inset
20217
20218
20219 \begin_inset Newline newline
20220 \end_inset
20221
20222
20223 \begin_inset space \hspace*{}
20224 \length 0pt
20225 \end_inset
20226
20227
20228 \begin_inset space \hfill{}
20229 \end_inset
20230
20231
20232 \begin_inset Tabular
20233 <lyxtabular version="3" rows="3" columns="1">
20234 <features tabularvalignment="middle">
20235 <column alignment="center" valignment="top">
20236 <row>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 A
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row topspace="3mm">
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252 espace de 3
20253 \begin_inset space \thinspace{}
20254 \end_inset
20255
20256 mm en haut de la ligne
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 </row>
20262 <row>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 C
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 </lyxtabular>
20274
20275 \end_inset
20276
20277
20278 \begin_inset space \hfill{}
20279 \end_inset
20280
20281
20282 \begin_inset space \hspace*{}
20283 \length 0pt
20284 \end_inset
20285
20286
20287 \begin_inset VSpace medskip
20288 \end_inset
20289
20290
20291 \begin_inset Newline newline
20292 \end_inset
20293
20294 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20295  pas de filets verticaux.
20296 \end_layout
20297
20298 \begin_layout Description
20299 Bas
20300 \begin_inset space ~
20301 \end_inset
20302
20303 de
20304 \begin_inset space ~
20305 \end_inset
20306
20307 ligne va ajouter de l'espace sous les caractères de la ligne.
20308  Si le tableau est un tableau formel \SpecialChar LyX
20309  va insérer implicitement un espace
20310  de 0.5
20311 \begin_inset space \thinspace{}
20312 \end_inset
20313
20314 em, pour les tableaux normaux, l'espace implicite est de 2
20315 \begin_inset space \thinspace{}
20316 \end_inset
20317
20318 pt.
20319 \end_layout
20320
20321 \begin_layout Description
20322 Entre
20323 \begin_inset space ~
20324 \end_inset
20325
20326 les
20327 \begin_inset space ~
20328 \end_inset
20329
20330 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20331  Si le tableau est un tableau formel \SpecialChar LyX
20332  va insérer implicitement un espace
20333  de 0.5
20334 \begin_inset space \thinspace{}
20335 \end_inset
20336
20337 em.
20338  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20339  les filets verticaux comme dans le tableau suivant :
20340 \begin_inset VSpace medskip
20341 \end_inset
20342
20343
20344 \begin_inset Newline newline
20345 \end_inset
20346
20347
20348 \begin_inset space \hspace*{}
20349 \length 0pt
20350 \end_inset
20351
20352
20353 \begin_inset space \hfill{}
20354 \end_inset
20355
20356
20357 \begin_inset Tabular
20358 <lyxtabular version="3" rows="3" columns="1">
20359 <features tabularvalignment="middle">
20360 <column alignment="center" valignment="top">
20361 <row>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 A
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row interlinespace="3mm">
20373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Formula $\downarrow$
20378 \end_inset
20379
20380  espace de 3
20381 \begin_inset space \thinspace{}
20382 \end_inset
20383
20384 mm entre les lignes 
20385 \begin_inset Formula $\downarrow$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\uparrow$
20400 \end_inset
20401
20402  espace de 3
20403 \begin_inset space \thinspace{}
20404 \end_inset
20405
20406 mm entre les lignes 
20407 \begin_inset Formula $\uparrow$
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 </lyxtabular>
20417
20418 \end_inset
20419
20420
20421 \begin_inset space \hfill{}
20422 \end_inset
20423
20424
20425 \begin_inset space \hspace*{}
20426 \length 0pt
20427 \end_inset
20428
20429
20430 \begin_inset VSpace medskip
20431 \end_inset
20432
20433
20434 \begin_inset Newline newline
20435 \end_inset
20436
20437 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20438  pas de filets verticaux.
20439 \end_layout
20440
20441 \begin_layout Standard
20442 \begin_inset VSpace bigskip
20443 \end_inset
20444
20445 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20446  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20447  dans le préambule :
20448 \end_layout
20449
20450 \begin_layout Standard
20451
20452 \series bold
20453
20454 \backslash
20455 @ifundefined{extrarowheight}
20456 \begin_inset Newline newline
20457 \end_inset
20458
20459
20460 \begin_inset Phantom HPhantom
20461 status open
20462
20463 \begin_layout Plain Layout
20464
20465 \series bold
20466 \begin_inset space ~
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473
20474 {
20475 \backslash
20476 usepackage{array}}{}
20477 \begin_inset Newline newline
20478 \end_inset
20479
20480
20481 \backslash
20482 setlength{
20483 \backslash
20484 extrarowheight}{height}
20485 \end_layout
20486
20487 \begin_layout Standard
20488 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20489  plus exactement centré verticalement.
20490  (le paquetage 
20491 \series bold
20492 array 
20493 \series default
20494 sera chargé automatiquement par \SpecialChar LyX
20495  quand vous utilisez des formats de tableaux
20496  auto-définis.
20497  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20498  
20499 \series bold
20500
20501 \backslash
20502 @ifundefined
20503 \series default
20504  dans la commande précédente.)
20505 \end_layout
20506
20507 \begin_layout Standard
20508 Si vous utilisez des polices de taille plus grande que la taille normale,
20509  les bordures des tableaux sont souvent trop proches du texte.
20510  On peut corriger ce problème en insérant la commande 
20511 \series bold
20512
20513 \begin_inset space \space{}
20514 \end_inset
20515
20516
20517 \backslash
20518 strut
20519 \series default
20520  en code \SpecialChar TeX
20521  au debut d'une ligne du tableau.
20522  Le tableau
20523 \begin_inset space ~
20524 \end_inset
20525
20526
20527 \begin_inset CommandInset ref
20528 LatexCommand ref
20529 reference "tab:Alignement-vertical"
20530
20531 \end_inset
20532
20533  montre l'effet de cette commande.
20534 \end_layout
20535
20536 \begin_layout Standard
20537 \noindent
20538 \begin_inset Float table
20539 placement h
20540 wide false
20541 sideways false
20542 status open
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Caption Standard
20546
20547 \begin_layout Plain Layout
20548 \begin_inset CommandInset label
20549 LatexCommand label
20550 name "tab:Alignement-vertical"
20551
20552 \end_inset
20553
20554 Alignement vertical d'un texte avec une police de grande taille.
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \begin_layout Plain Layout
20563 \begin_inset space \hfill{}
20564 \end_inset
20565
20566
20567 \begin_inset Float table
20568 wide false
20569 sideways false
20570 status collapsed
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Caption Standard
20574
20575 \begin_layout Plain Layout
20576 Tableau normal.
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \begin_layout Plain Layout
20585 \noindent
20586 \align center
20587 \begin_inset Tabular
20588 <lyxtabular version="3" rows="6" columns="1">
20589 <features tabularvalignment="middle">
20590 <column alignment="left" valignment="top">
20591 <row>
20592 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 Normal, g
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 </row>
20602 <row>
20603 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607
20608 \size large
20609 Large
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 <row>
20616 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620
20621 \size larger
20622 Larger
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 <row>
20629 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \size largest
20635 Largest
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \size huge
20648 Huge
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \size huge
20661 Huger
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 </lyxtabular>
20668
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675
20676
20677 \begin_inset space \hfill{}
20678 \end_inset
20679
20680
20681 \begin_inset Float table
20682 wide false
20683 sideways false
20684 status collapsed
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Caption Standard
20688
20689 \begin_layout Plain Layout
20690 Tableau utilisant la commande 
20691 \series bold
20692
20693 \backslash
20694 strut
20695 \series default
20696 .
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \begin_layout Plain Layout
20705 \noindent
20706 \align center
20707 \begin_inset Tabular
20708 <lyxtabular version="3" rows="6" columns="1">
20709 <features tabularvalignment="middle">
20710 <column alignment="left" valignment="top">
20711 <row>
20712 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 Normal, g
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \size large
20729 \begin_inset ERT
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733
20734
20735 \backslash
20736 strut 
20737 \end_layout
20738
20739 \end_inset
20740
20741 Large
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \size larger
20754 \begin_inset ERT
20755 status collapsed
20756
20757 \begin_layout Plain Layout
20758
20759
20760 \backslash
20761 strut 
20762 \end_layout
20763
20764 \end_inset
20765
20766 Larger
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \size largest
20779 \begin_inset ERT
20780 status collapsed
20781
20782 \begin_layout Plain Layout
20783
20784
20785 \backslash
20786 strut 
20787 \end_layout
20788
20789 \end_inset
20790
20791 Largest
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 <row>
20798 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802
20803 \size huge
20804 \begin_inset ERT
20805 status collapsed
20806
20807 \begin_layout Plain Layout
20808
20809
20810 \backslash
20811 strut 
20812 \end_layout
20813
20814 \end_inset
20815
20816 Huge
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 </row>
20822 <row>
20823 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827
20828 \size giant
20829 \begin_inset ERT
20830 status collapsed
20831
20832 \begin_layout Plain Layout
20833
20834
20835 \backslash
20836 strut 
20837 \end_layout
20838
20839 \end_inset
20840
20841
20842 \size huge
20843 Huger
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 </lyxtabular>
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \begin_inset space \hfill{}
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Standard
20871 \begin_inset Newpage newpage
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \begin_layout Subsection
20878 Alignements de cellules spéciaux
20879 \begin_inset CommandInset label
20880 LatexCommand label
20881 name "subsec:Alignements-de-cellules"
20882
20883 \end_inset
20884
20885
20886 \begin_inset Index idx
20887 status collapsed
20888
20889 \begin_layout Plain Layout
20890 Personnalisation des tableaux ! Alignement de cellules spéciaux
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Standard
20899 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20900  cellules sur un caractère donné, par exemple le séparateur décimal comme
20901  dans le tableau
20902 \begin_inset space ~
20903 \end_inset
20904
20905
20906 \begin_inset CommandInset ref
20907 LatexCommand ref
20908 reference "tab:Tableau-centré-sur-séparateur-1"
20909
20910 \end_inset
20911
20912 .
20913  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20914  soit en appuyant sur le bouton 
20915 \begin_inset Info
20916 type  "icon"
20917 arg   "inset-modify tabular align-decimal"
20918 \end_inset
20919
20920  de la barre d'outils ou en modifiant le paramètre 
20921 \family sans
20922 Alignement horizontal
20923 \family default
20924  à 
20925 \family sans
20926 Au séparateur décimal
20927 \family default
20928 .
20929  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20930  dans les paramètres du tableau.
20931 \end_layout
20932
20933 \begin_layout Standard
20934 \begin_inset Float table
20935 placement h
20936 wide false
20937 sideways false
20938 status open
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Caption Standard
20942
20943 \begin_layout Plain Layout
20944 \begin_inset CommandInset label
20945 LatexCommand label
20946 name "tab:Tableau-centré-sur-séparateur-1"
20947
20948 \end_inset
20949
20950 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20951 \end_layout
20952
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \begin_layout Plain Layout
20959 \align center
20960 \begin_inset Tabular
20961 <lyxtabular version="3" rows="4" columns="1">
20962 <features booktabs="true" tabularvalignment="middle">
20963 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20964 <row>
20965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969 en-tête
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 <row>
20976 <cell alignment="center" valignment="top" topline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 12,6
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 0,68
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 <row>
20998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 -123,0
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 </row>
21008 </lyxtabular>
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \begin_layout Standard
21021 \begin_inset Float table
21022 placement h
21023 wide false
21024 sideways false
21025 status open
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Caption Standard
21029
21030 \begin_layout Plain Layout
21031 \begin_inset CommandInset label
21032 LatexCommand label
21033 name "tab:Tableau-centré-sur-séparateur-2"
21034
21035 \end_inset
21036
21037 Les cellules d'une colonnes sont centrées sur les opérateurs.
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Plain Layout
21046 \align center
21047 \begin_inset Tabular
21048 <lyxtabular version="3" rows="4" columns="2">
21049 <features booktabs="true" tabularvalignment="middle">
21050 <column alignment="right" valignment="top" width="0pt">
21051 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21052 <row>
21053 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 en-tête
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $12\,+$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset Formula $\,6$
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 </row>
21098 <row>
21099 <cell alignment="center" valignment="top" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $0\,-$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\,68$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $-123\,/$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $\,0$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 </row>
21150 </lyxtabular>
21151
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \begin_layout Standard
21163 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21164  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21165  formules.
21166  Dans ce cas on doit utiliser la méthode du tableau
21167 \begin_inset space ~
21168 \end_inset
21169
21170
21171 \begin_inset CommandInset ref
21172 LatexCommand ref
21173 reference "tab:Tableau-centré-sur-séparateur-2"
21174
21175 \end_inset
21176
21177 .
21178  Ce tableau a été créé comme un tableau 4×2.
21179  L'en-tête est une cellule multi-colonnes centrée.
21180  La première colonne est alignée à droite et contient la première partie
21181  et inclue l'opérateur.
21182  La seconde colonne contient le reste de la cellule aligné à gauche.
21183  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21184  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21185  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21186  tableau, le paramètre \SpecialChar LaTeX
21187  suivant a été utilisé pour la deuxième colonne :
21188 \end_layout
21189
21190 \begin_layout Standard
21191
21192 \series bold
21193 @{}l
21194 \end_layout
21195
21196 \begin_layout Standard
21197 Le tableau
21198 \begin_inset space ~
21199 \end_inset
21200
21201
21202 \begin_inset CommandInset ref
21203 LatexCommand ref
21204 reference "tab:Plusieurs-exemples-alignements"
21205
21206 \end_inset
21207
21208  montre quelques exemples d'alignements.
21209  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21210  comme pour la deuxième colonne du tableau
21211 \begin_inset space ~
21212 \end_inset
21213
21214
21215 \begin_inset CommandInset ref
21216 LatexCommand ref
21217 reference "tab:Tableau-centré-sur-séparateur-2"
21218
21219 \end_inset
21220
21221 .
21222 \end_layout
21223
21224 \begin_layout Standard
21225 \begin_inset Float table
21226 wide false
21227 sideways false
21228 status open
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Caption Standard
21232
21233 \begin_layout Plain Layout
21234 \begin_inset CommandInset label
21235 LatexCommand label
21236 name "tab:Plusieurs-exemples-alignements"
21237
21238 \end_inset
21239
21240 Plusieurs exemples d'alignement de cellules.
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \begin_layout Plain Layout
21249 \align center
21250 \begin_inset Tabular
21251 <lyxtabular version="3" rows="4" columns="6">
21252 <features tabularvalignment="middle">
21253 <column alignment="right" valignment="top">
21254 <column alignment="left" valignment="top" special="@{}l">
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 <row>
21260 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264 unités
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 exposants
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 relations
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 12×
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 24
21330 \begin_inset space \thinspace{}
21331 \end_inset
21332
21333 bouteilles
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $10\cdot$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset Formula $10^{\mbox{-}17}$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\Gamma(t)\propto$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\:\Upsilon(t)$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 1024×
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 768
21402 \begin_inset space \thinspace{}
21403 \end_inset
21404
21405 Pixels
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $5.78\cdot$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $10^{7}$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $A\ne$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\:B_{\mathrm{red}}$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 32×
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 6
21474 \begin_inset space \thinspace{}
21475 \end_inset
21476
21477 cm
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 -
21487 \begin_inset Formula $33.5\cdot$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Formula $10^{4}$
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\sin(\alpha)\ge$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\:\sin(\beta)$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 </lyxtabular>
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \begin_layout Subsection
21545 Formats de cellule et de colonne personnalisés
21546 \begin_inset CommandInset label
21547 LatexCommand label
21548 name "subsec:Formats-personnalisés"
21549
21550 \end_inset
21551
21552
21553 \begin_inset Index idx
21554 status collapsed
21555
21556 \begin_layout Plain Layout
21557 Personnalisation des tableaux !  Format de cellule/colonne
21558 \end_layout
21559
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \begin_layout Standard
21566 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21567 \begin_inset space ~
21568 \end_inset
21569
21570
21571 \begin_inset CommandInset ref
21572 LatexCommand ref
21573 reference "sec:Table-Width-Calculation"
21574
21575 \end_inset
21576
21577  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21578  la section
21579 \begin_inset space ~
21580 \end_inset
21581
21582
21583 \begin_inset CommandInset ref
21584 LatexCommand ref
21585 reference "subsec:Calculs-multicolonnes"
21586
21587 \end_inset
21588
21589  peut devenir très pénible si vous avez plusieurs tableaux.
21590  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21591  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21592  du document.
21593  Le format est défini avec la commande
21594 \end_layout
21595
21596 \begin_layout Standard
21597
21598 \series bold
21599
21600 \backslash
21601 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21602 \end_layout
21603
21604 \begin_layout Standard
21605 Le nom du format peut n'avoir qu'une lettre.
21606  Les lettres 
21607 \emph on
21608 b
21609 \emph default
21610
21611 \emph on
21612 c
21613 \emph default
21614
21615 \emph on
21616 l
21617 \emph default
21618
21619 \emph on
21620 m
21621 \emph default
21622
21623 \emph on
21624 p
21625 \emph default
21626  et 
21627 \emph on
21628 r
21629 \emph default
21630  sont prédéfinies et donc ne peuvent être utilisées.
21631  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21632 \end_layout
21633
21634 \begin_layout Standard
21635 \begin_inset VSpace medskip
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \begin_layout Standard
21642 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21643  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21644  :
21645 \end_layout
21646
21647 \begin_layout Standard
21648
21649 \series bold
21650
21651 \backslash
21652 newcolumntype{M}[1]{>{
21653 \backslash
21654 centering
21655 \backslash
21656 hspace{0pt}}m{#1}}
21657 \end_layout
21658
21659 \begin_layout Standard
21660 Où le 
21661 \series bold
21662
21663 \backslash
21664 hspace{0pt}
21665 \series default
21666  évite le problème de césure du premier mot, comme c'est décrit en section
21667 \begin_inset space ~
21668 \end_inset
21669
21670
21671 \begin_inset CommandInset ref
21672 LatexCommand ref
21673 reference "subsec:Lignes-multiple-dans-cellule"
21674
21675 \end_inset
21676
21677 .
21678  Ensuite, vous pouvez entrer
21679 \end_layout
21680
21681 \begin_layout Standard
21682
21683 \series bold
21684 M{width}
21685 \end_layout
21686
21687 \begin_layout Standard
21688 comme paramètre \SpecialChar LaTeX
21689  dans la fenêtre de dialogue de tableau pour créer une multi-col
21690 onnes.
21691 \end_layout
21692
21693 \begin_layout Standard
21694 \begin_inset VSpace bigskip
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \begin_layout Standard
21701 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21702  pouvez définir le format
21703 \end_layout
21704
21705 \begin_layout Standard
21706
21707 \series bold
21708
21709 \backslash
21710 newcolumntype{S}[2]{>{
21711 \backslash
21712 centering
21713 \backslash
21714 hspace{0pt}}
21715 \begin_inset Newline newline
21716 \end_inset
21717
21718
21719 \begin_inset Phantom HPhantom
21720 status open
21721
21722 \begin_layout Plain Layout
21723
21724 \series bold
21725
21726 \backslash
21727 newcolumntype{S}[2]
21728 \end_layout
21729
21730 \end_inset
21731
21732 m{(#1+(2
21733 \backslash
21734 tabcolsep+
21735 \backslash
21736 arrayrulewidth)*(1-#2))/#2}}
21737 \end_layout
21738
21739 \begin_layout Standard
21740 Ce format utilise l'équation
21741 \begin_inset space ~
21742 \end_inset
21743
21744
21745 \begin_inset CommandInset ref
21746 LatexCommand eqref
21747 reference "eq:Wgn"
21748
21749 \end_inset
21750
21751  pour calculer la largeur que doit avoir chacune des cellules couverte par
21752  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21753 \end_layout
21754
21755 \begin_layout Standard
21756 Ensuite, vous pouvez entrer
21757 \end_layout
21758
21759 \begin_layout Standard
21760
21761 \series bold
21762 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21763 \end_layout
21764
21765 \begin_layout Standard
21766 comme paramètre \SpecialChar LaTeX
21767  de la colonne.
21768 \end_layout
21769
21770 \begin_layout Standard
21771 \begin_inset VSpace bigskip
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \begin_layout Standard
21778 Pour des colonnes colorées, vous pouvez définir
21779 \end_layout
21780
21781 \begin_layout Standard
21782
21783 \series bold
21784
21785 \backslash
21786 newcolumntype{K}[1]{>{
21787 \backslash
21788 columncolor{#1}
21789 \backslash
21790 hspace{0pt}}c}
21791 \end_layout
21792
21793 \begin_layout Standard
21794 Le 
21795 \begin_inset Quotes fld
21796 \end_inset
21797
21798 c
21799 \begin_inset Quotes frd
21800 \end_inset
21801
21802  à la fin crée une colonne de largeur variable dont le texte est centré
21803  horizontalement.
21804  Vous pouvez maintenant entrer
21805 \end_layout
21806
21807 \begin_layout Standard
21808
21809 \series bold
21810 K{nom de couleur}
21811 \end_layout
21812
21813 \begin_layout Standard
21814 comme paramètre \SpecialChar LaTeX
21815 .
21816 \end_layout
21817
21818 \begin_layout Standard
21819 \begin_inset VSpace bigskip
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \begin_layout Standard
21826 Pour créer le tableau
21827 \begin_inset space ~
21828 \end_inset
21829
21830
21831 \begin_inset CommandInset ref
21832 LatexCommand ref
21833 reference "tab:Tableau-formats-personnalisés"
21834
21835 \end_inset
21836
21837  utilisez les paramètres \SpecialChar LaTeX
21838
21839 \end_layout
21840
21841 \begin_layout Standard
21842
21843 \series bold
21844 M{2.5cm}
21845 \end_layout
21846
21847 \begin_layout Standard
21848 pour la première colonne et la multi-colonnes,
21849 \end_layout
21850
21851 \begin_layout Standard
21852
21853 \series bold
21854 K{red}
21855 \end_layout
21856
21857 \begin_layout Standard
21858 pour la dernière colonne, et
21859 \end_layout
21860
21861 \begin_layout Standard
21862
21863 \series bold
21864 S{2.5cm}{2}
21865 \end_layout
21866
21867 \begin_layout Standard
21868 pour les cellules de la deuxième colonne.
21869 \end_layout
21870
21871 \begin_layout Standard
21872 \begin_inset Float table
21873 placement h
21874 wide false
21875 sideways false
21876 status open
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Caption Standard
21880
21881 \begin_layout Plain Layout
21882 \begin_inset CommandInset label
21883 LatexCommand label
21884 name "tab:Tableau-formats-personnalisés"
21885
21886 \end_inset
21887
21888 Tableau utilisant des formats personnalisés
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Plain Layout
21897 \align center
21898 \begin_inset Tabular
21899 <lyxtabular version="3" rows="3" columns="4">
21900 <features tabularvalignment="middle">
21901 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21902 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21903 <column alignment="center" valignment="middle">
21904 <column alignment="center" valignment="middle" special="K{red}">
21905 <row>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 motTrèsLongDansUneCellule
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 multi-colonnes avec multi-lignes
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 c
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 <row>
21944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 d
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 e
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 f
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 g
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 </row>
21981 <row>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 h
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 i
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 j
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 k
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 </row>
22019 </lyxtabular>
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \begin_layout Subsection
22032 Épaisseur des filets
22033 \begin_inset CommandInset label
22034 LatexCommand label
22035 name "subsec:Epaisseur-filets"
22036
22037 \end_inset
22038
22039
22040 \begin_inset Index idx
22041 status collapsed
22042
22043 \begin_layout Plain Layout
22044 Personnalisation des tableaux ! Épaisseur filets
22045 \end_layout
22046
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \begin_layout Standard
22053 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22054  
22055 \series bold
22056
22057 \backslash
22058 arrayrulewidth
22059 \series default
22060 .
22061  Pour mettre, par exemple, une épaisseur de filet de 1.5
22062 \begin_inset space \thinspace{}
22063 \end_inset
22064
22065 pt, comme pour le tableau
22066 \begin_inset space ~
22067 \end_inset
22068
22069
22070 \begin_inset CommandInset ref
22071 LatexCommand ref
22072 reference "tab:Tableau-filets-1.5pt"
22073
22074 \end_inset
22075
22076 , insérez la commande
22077 \end_layout
22078
22079 \begin_layout Standard
22080
22081 \series bold
22082
22083 \backslash
22084 setlength{
22085 \backslash
22086 arrayrulewidth}{1.5pt}
22087 \end_layout
22088
22089 \begin_layout Standard
22090 en code \SpecialChar TeX
22091  avant le tableau ou le flottant de tableau.
22092  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22093  suivent.
22094  pour revenir aux valeurs implicites, mettez 
22095 \series bold
22096
22097 \backslash
22098 arrayrulewidth
22099 \series default
22100  à 0.4
22101 \begin_inset space \thinspace{}
22102 \end_inset
22103
22104 pt en utilisant du code \SpecialChar LaTeX
22105  après le tableau ou le flottant de tableau.
22106 \end_layout
22107
22108 \begin_layout Standard
22109 \begin_inset ERT
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113
22114
22115 \backslash
22116 setlength{
22117 \backslash
22118 arrayrulewidth}{1.5pt}
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \begin_inset Float table
22125 wide false
22126 sideways false
22127 status open
22128
22129 \begin_layout Plain Layout
22130 \begin_inset Caption Standard
22131
22132 \begin_layout Plain Layout
22133 \begin_inset CommandInset label
22134 LatexCommand label
22135 name "tab:Tableau-filets-1.5pt"
22136
22137 \end_inset
22138
22139 Tableau avec des filets de 1.5
22140 \begin_inset space \thinspace{}
22141 \end_inset
22142
22143 pt
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Plain Layout
22152 \align center
22153 \begin_inset Tabular
22154 <lyxtabular version="3" rows="3" columns="3">
22155 <features tabularvalignment="middle">
22156 <column alignment="center" valignment="top">
22157 <column alignment="center" valignment="top">
22158 <column alignment="center" valignment="top">
22159 <row>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 sd
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 sd
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 <row>
22218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 sd
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 </lyxtabular>
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \begin_inset ERT
22257 status collapsed
22258
22259 \begin_layout Plain Layout
22260
22261
22262 \backslash
22263 setlength{
22264 \backslash
22265 arrayrulewidth}{0.4pt}
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \begin_inset VSpace bigskip
22275 \end_inset
22276
22277 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22278 \begin_inset space \thinspace{}
22279 \end_inset
22280
22281 pt, comme dans le tableau
22282 \begin_inset space ~
22283 \end_inset
22284
22285
22286 \begin_inset CommandInset ref
22287 LatexCommand ref
22288 reference "tab:Tableau-filets-horizontaux-1.5pt"
22289
22290 \end_inset
22291
22292 , insérez les commandes suivantes en code \SpecialChar TeX
22293  avant le tableau ou le flottant
22294  de tableau :
22295 \end_layout
22296
22297 \begin_layout Standard
22298
22299 \series bold
22300
22301 \backslash
22302 let
22303 \backslash
22304 myHline
22305 \backslash
22306 hline
22307 \begin_inset Newline newline
22308 \end_inset
22309
22310
22311 \backslash
22312 renewcommand{
22313 \backslash
22314 hline}
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318  {
22319 \backslash
22320 noalign{
22321 \backslash
22322 global
22323 \backslash
22324 arrayrulewidth 1.5pt}
22325 \begin_inset Newline newline
22326 \end_inset
22327
22328  
22329 \backslash
22330 myHline
22331 \backslash
22332 noalign{
22333 \backslash
22334 global
22335 \backslash
22336 arrayrulewidth 0.4pt}}
22337 \end_layout
22338
22339 \begin_layout Standard
22340 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22341  en code \SpecialChar TeX
22342  après le tableau ou le flottant de tableau :
22343 \end_layout
22344
22345 \begin_layout Standard
22346
22347 \series bold
22348
22349 \backslash
22350 renewcommand{
22351 \backslash
22352 hline}{
22353 \backslash
22354 myHline}
22355 \end_layout
22356
22357 \begin_layout Standard
22358 \begin_inset ERT
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362
22363
22364 \backslash
22365 let
22366 \backslash
22367 myHline
22368 \backslash
22369 hline
22370 \end_layout
22371
22372 \begin_layout Plain Layout
22373
22374
22375 \backslash
22376 renewcommand{
22377 \backslash
22378 hline}
22379 \end_layout
22380
22381 \begin_layout Plain Layout
22382
22383  {
22384 \backslash
22385 noalign{
22386 \backslash
22387 global
22388 \backslash
22389 arrayrulewidth 1.5pt}
22390 \end_layout
22391
22392 \begin_layout Plain Layout
22393
22394   
22395 \backslash
22396 myHline
22397 \backslash
22398 noalign{
22399 \backslash
22400 global
22401 \backslash
22402 arrayrulewidth 0.4pt}}
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \begin_inset Float table
22409 wide false
22410 sideways false
22411 status open
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Caption Standard
22415
22416 \begin_layout Plain Layout
22417 \begin_inset CommandInset label
22418 LatexCommand label
22419 name "tab:Tableau-filets-horizontaux-1.5pt"
22420
22421 \end_inset
22422
22423 Tableau avec des filets horizontaux de 1.5
22424 \begin_inset space \thinspace{}
22425 \end_inset
22426
22427 pt
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Plain Layout
22436 \align center
22437 \begin_inset Tabular
22438 <lyxtabular version="3" rows="3" columns="3">
22439 <features tabularvalignment="middle">
22440 <column alignment="center" valignment="top">
22441 <column alignment="center" valignment="top">
22442 <column alignment="center" valignment="top">
22443 <row>
22444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 sd
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 sd
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 <row>
22502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 sd
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 </lyxtabular>
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538
22539
22540 \begin_inset ERT
22541 status collapsed
22542
22543 \begin_layout Plain Layout
22544
22545
22546 \backslash
22547 renewcommand{
22548 \backslash
22549 hline}{
22550 \backslash
22551 myHline}
22552 \end_layout
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \begin_layout Standard
22560 \begin_inset VSpace bigskip
22561 \end_inset
22562
22563 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22564 \begin_inset space \thinspace{}
22565 \end_inset
22566
22567 pt, créez le format de colonne suivant dans le préambule, en suivant la
22568  description de la section
22569 \begin_inset space ~
22570 \end_inset
22571
22572
22573 \begin_inset CommandInset ref
22574 LatexCommand ref
22575 reference "subsec:Formats-personnalisés"
22576
22577 \end_inset
22578
22579 :
22580 \end_layout
22581
22582 \begin_layout Standard
22583
22584 \series bold
22585
22586 \backslash
22587 newcolumntype{V}{!{
22588 \backslash
22589 vrule width 1.5pt}}
22590 \end_layout
22591
22592 \begin_layout Standard
22593 Pour le tableau
22594 \begin_inset space ~
22595 \end_inset
22596
22597
22598 \begin_inset CommandInset ref
22599 LatexCommand ref
22600 reference "tab:Tableau-filets-verticaux-1.5pt"
22601
22602 \end_inset
22603
22604  le paramètre \SpecialChar LaTeX
22605  
22606 \end_layout
22607
22608 \begin_layout Standard
22609
22610 \series bold
22611 VcV
22612 \end_layout
22613
22614 \begin_layout Standard
22615 a été utilisé pour la dernière colonne et
22616 \end_layout
22617
22618 \begin_layout Standard
22619
22620 \series bold
22621 Vc
22622 \end_layout
22623
22624 \begin_layout Standard
22625 pour les autres colonnes.
22626 \end_layout
22627
22628 \begin_layout Standard
22629 \begin_inset Float table
22630 wide false
22631 sideways false
22632 status open
22633
22634 \begin_layout Plain Layout
22635 \begin_inset Caption Standard
22636
22637 \begin_layout Plain Layout
22638 \begin_inset CommandInset label
22639 LatexCommand label
22640 name "tab:Tableau-filets-verticaux-1.5pt"
22641
22642 \end_inset
22643
22644 Tableau avec des filets verticaux de 1.5
22645 \begin_inset space \thinspace{}
22646 \end_inset
22647
22648 pt 
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \begin_layout Plain Layout
22657 \align center
22658 \begin_inset Tabular
22659 <lyxtabular version="3" rows="3" columns="3">
22660 <features tabularvalignment="middle">
22661 <column alignment="center" valignment="top" special="Vc">
22662 <column alignment="center" valignment="top" special="Vc">
22663 <column alignment="center" valignment="top" special="VcV">
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 sd
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 </row>
22693 <row>
22694 <cell alignment="center" valignment="top" topline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 sd
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 <row>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 sd
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 </lyxtabular>
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \begin_layout Subsection
22764 Filets à traits interrompus
22765 \begin_inset Index idx
22766 status collapsed
22767
22768 \begin_layout Plain Layout
22769 Personnalisation des tableaux ! Filets à traits interrompus
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \begin_layout Standard
22778 \begin_inset ERT
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782
22783
22784 \backslash
22785 ifarydshln
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \begin_inset Note Note
22792 status open
22793
22794 \begin_layout Plain Layout
22795 La section suivante ne s'affichera que si vous avez installé le paquetage
22796  \SpecialChar LaTeX
22797  
22798 \series bold
22799 arydshln
22800 \series default
22801 .
22802 \end_layout
22803
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \begin_layout Standard
22810 \begin_inset Float table
22811 placement H
22812 wide false
22813 sideways false
22814 status open
22815
22816 \begin_layout Plain Layout
22817 \begin_inset Caption Standard
22818
22819 \begin_layout Plain Layout
22820 \begin_inset CommandInset label
22821 LatexCommand label
22822 name "tab:Tableau-filets-tirets"
22823
22824 \end_inset
22825
22826 Tableau avec des filets à traits interrompus
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \begin_layout Plain Layout
22835 \align center
22836 \begin_inset Tabular
22837 <lyxtabular version="3" rows="5" columns="5">
22838 <features tabularvalignment="middle">
22839 <column alignment="center" valignment="top">
22840 <column alignment="center" valignment="top">
22841 <column alignment="center" valignment="top" special=":c">
22842 <column alignment="center" valignment="top">
22843 <column alignment="center" valignment="top">
22844 <row>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 a
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 b
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 c
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 d
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 e
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 f
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 g
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 h
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 i
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 j
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 <row>
22939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset ERT
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947
22948
22949 \backslash
22950 hdashline 
22951 \end_layout
22952
22953 \end_inset
22954
22955 k
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 l
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 m
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 n
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 o
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 </row>
22997 <row>
22998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22999 \begin_inset Text
23000
23001 \begin_layout Plain Layout
23002 \begin_inset ERT
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006
23007
23008 \backslash
23009 cdashline{4-5}
23010 \end_layout
23011
23012 \end_inset
23013
23014 p
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 q
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 r
23033 \end_layout
23034
23035 \end_inset
23036 </cell>
23037 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 s
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 t
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 u
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 v
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 w
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 x
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 </row>
23103 </lyxtabular>
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \begin_layout Standard
23116 \SpecialChar LyX
23117  ne gère pas de façon native les filets à lignes interrompues, vous devez
23118  donc employer du code \SpecialChar TeX
23119 .
23120  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23121  
23122 \series bold
23123 arydshln
23124 \series default
23125
23126 \begin_inset Index idx
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 Paquetages \SpecialChar LaTeX
23131  ! arydshln
23132 \end_layout
23133
23134 \end_inset
23135
23136  dans le préambule du document avec la commande 
23137 \end_layout
23138
23139 \begin_layout Standard
23140
23141 \series bold
23142
23143 \backslash
23144 usepackage{arydshln}
23145 \end_layout
23146
23147 \begin_layout Standard
23148 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23149  
23150 \begin_inset Quotes fld
23151 \end_inset
23152
23153 :
23154 \begin_inset Quotes frd
23155 \end_inset
23156
23157  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23158  dans
23159  la fenêtre de dialogue de paramètre du tableau.
23160 \end_layout
23161
23162 \begin_layout Standard
23163 Pour un trait horizontal interrompu, ajoutez la commande
23164 \end_layout
23165
23166 \begin_layout Standard
23167
23168 \series bold
23169
23170 \backslash
23171 hdashline
23172 \end_layout
23173
23174 \begin_layout Standard
23175 en code \SpecialChar TeX
23176  comme premier élément de la première cellule de la ligne de tableau.
23177 \end_layout
23178
23179 \begin_layout Standard
23180 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23181  commande 
23182 \end_layout
23183
23184 \begin_layout Standard
23185
23186 \series bold
23187
23188 \backslash
23189 cdashline{
23190 \series default
23191 numéros de colonnes}
23192 \end_layout
23193
23194 \begin_layout Standard
23195 en code \SpecialChar TeX
23196  comme premier élément de la première cellule de la ligne.
23197  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23198  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23199 \end_layout
23200
23201 \begin_layout Standard
23202
23203 \series bold
23204
23205 \backslash
23206 cdashline{2-4}
23207 \end_layout
23208
23209 \begin_layout Standard
23210 comme premier élément de la première cellule de la ligne contenant la multi-colo
23211 nnes.
23212 \end_layout
23213
23214 \begin_layout Standard
23215 \begin_inset VSpace bigskip
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \begin_layout Standard
23222 Le tableau
23223 \begin_inset space ~
23224 \end_inset
23225
23226
23227 \begin_inset CommandInset ref
23228 LatexCommand ref
23229 reference "tab:Tableau-filets-tirets"
23230
23231 \end_inset
23232
23233  a été créé en utilisant 
23234 \begin_inset Quotes fld
23235 \end_inset
23236
23237
23238 \series bold
23239 :c
23240 \series default
23241
23242 \begin_inset Quotes frd
23243 \end_inset
23244
23245  comme paramètre \SpecialChar LaTeX
23246  pour la troisième colonne.
23247  La commande en code \SpecialChar TeX
23248  
23249 \series bold
23250
23251 \backslash
23252 hdashline
23253 \series default
23254  a été insérée dans la première cellule de la troisième ligne et la commande
23255  en code \SpecialChar TeX
23256  
23257 \series bold
23258
23259 \backslash
23260 cdashline{4-5}
23261 \series default
23262  a été insérée dans la première cellule de la quatrième ligne.
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset VSpace bigskip
23267 \end_inset
23268
23269 Les filets interrompus peuvent également colorés comme indiqué tableau
23270 \begin_inset space ~
23271 \end_inset
23272
23273
23274 \begin_inset CommandInset ref
23275 LatexCommand ref
23276 reference "tab:Colored-table-with"
23277
23278 \end_inset
23279
23280 .
23281 \end_layout
23282
23283 \begin_layout Standard
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289
23290 \backslash
23291 setlength{
23292 \backslash
23293 arrayrulewidth}{1pt}
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \begin_inset Note Note
23300 status collapsed
23301
23302 \begin_layout Plain Layout
23303 filets épaissis pour un meilleur affichage de la couleur du file
23304 \lang english
23305 t
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Standard
23314 \begin_inset ERT
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318
23319
23320 \backslash
23321 dashgapcolor{green}
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \begin_inset Note Note
23328 status collapsed
23329
23330 \begin_layout Plain Layout
23331 espaces entre les tirets en vert
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \begin_layout Standard
23340 \begin_inset ERT
23341 status collapsed
23342
23343 \begin_layout Plain Layout
23344
23345
23346 \backslash
23347 let
23348 \backslash
23349 myHdashline
23350 \backslash
23351 hdashline
23352 \end_layout
23353
23354 \begin_layout Plain Layout
23355
23356
23357 \backslash
23358 renewcommand{
23359 \backslash
23360 hdashline}
23361 \end_layout
23362
23363 \begin_layout Plain Layout
23364
23365  {
23366 \backslash
23367 arrayrulecolor{red}
23368 \backslash
23369 myHdashline
23370 \backslash
23371 arrayrulecolor{black}}
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \begin_inset Note Note
23378 status collapsed
23379
23380 \begin_layout Plain Layout
23381 filets interrompus horizontaux en rouge
23382 \end_layout
23383
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \begin_layout Standard
23390 \begin_inset ERT
23391 status collapsed
23392
23393 \begin_layout Plain Layout
23394
23395
23396 \backslash
23397 let
23398 \backslash
23399 myCdashline
23400 \backslash
23401 cdashline
23402 \end_layout
23403
23404 \begin_layout Plain Layout
23405
23406
23407 \backslash
23408 renewcommand{
23409 \backslash
23410 cdashline}[1]
23411 \end_layout
23412
23413 \begin_layout Plain Layout
23414
23415  {
23416 \backslash
23417 arrayrulecolor{yellow}
23418 \backslash
23419 myCdashline{#1}
23420 \backslash
23421 arrayrulecolor{black}}
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \begin_inset Note Note
23428 status collapsed
23429
23430 \begin_layout Plain Layout
23431 filets interrompus horizontaux en jaune, partiellement
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 \begin_inset Float table
23441 placement h
23442 wide false
23443 sideways false
23444 status open
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Caption Standard
23448
23449 \begin_layout Plain Layout
23450 \begin_inset CommandInset label
23451 LatexCommand label
23452 name "tab:Colored-table-with"
23453
23454 \end_inset
23455
23456 Tableau coloré avec filets interropus
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \begin_layout Plain Layout
23465 \align center
23466 \begin_inset Tabular
23467 <lyxtabular version="3" rows="5" columns="5">
23468 <features tabularvalignment="middle">
23469 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23470 <column alignment="center" valignment="top" width="0pt">
23471 <column alignment="center" valignment="top" width="0pt" special=":c">
23472 <column alignment="center" valignment="top">
23473 <column alignment="center" valignment="top">
23474 <row>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 a
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 b
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 c
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 d
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 e
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 f
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 g
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 h
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 i
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 j
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset ERT
23574 status collapsed
23575
23576 \begin_layout Plain Layout
23577
23578
23579 \backslash
23580 hdashline 
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \begin_inset ERT
23587 status collapsed
23588
23589 \begin_layout Plain Layout
23590
23591
23592 \backslash
23593 rowcolor{Gray}
23594 \end_layout
23595
23596 \end_inset
23597
23598 k
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 l
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 m
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 n
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 o
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 cdashline{4-5}
23653 \end_layout
23654
23655 \end_inset
23656
23657 p
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 q
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 r
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 s
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 t
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 u
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 v
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 w
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 \begin_inset ERT
23741 status collapsed
23742
23743 \begin_layout Plain Layout
23744
23745
23746 \backslash
23747 cellcolor{Maroon}
23748 \end_layout
23749
23750 \end_inset
23751
23752 i
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 </lyxtabular>
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \begin_layout Standard
23771 \begin_inset ERT
23772 status collapsed
23773
23774 \begin_layout Plain Layout
23775
23776
23777 \backslash
23778 renewcommand{
23779 \backslash
23780 hdashline}{
23781 \backslash
23782 myHdashline}
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \lang english
23789
23790 \begin_inset Note Note
23791 status collapsed
23792
23793 \begin_layout Plain Layout
23794 retour à la valeur implicite
23795 \end_layout
23796
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \begin_layout Standard
23803 \begin_inset ERT
23804 status collapsed
23805
23806 \begin_layout Plain Layout
23807
23808
23809 \backslash
23810 renewcommand{
23811 \backslash
23812 cdashline}{
23813 \backslash
23814 myCdashline}
23815 \end_layout
23816
23817 \end_inset
23818
23819
23820 \lang english
23821
23822 \begin_inset Note Note
23823 status collapsed
23824
23825 \begin_layout Plain Layout
23826 retour à la valeur implicite
23827 \end_layout
23828
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \begin_layout Standard
23835 \begin_inset ERT
23836 status collapsed
23837
23838 \begin_layout Plain Layout
23839
23840
23841 \backslash
23842 nodashgapcolor
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \lang english
23849
23850 \begin_inset Note Note
23851 status collapsed
23852
23853 \begin_layout Plain Layout
23854 retour à la valeur implicite
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \begin_layout Standard
23863 \begin_inset ERT
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867
23868
23869 \backslash
23870 setlength{
23871 \backslash
23872 arrayrulewidth}{0.4pt}
23873 \end_layout
23874
23875 \end_inset
23876
23877
23878 \lang english
23879
23880 \begin_inset Note Note
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884 retour à la valeur implicite
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \begin_layout Standard
23893 La coloration des lignes, des colonnes et des filets fonctionne comme il
23894  est décrit section
23895 \begin_inset space ~
23896 \end_inset
23897
23898
23899 \begin_inset CommandInset ref
23900 LatexCommand ref
23901 reference "sec:Tableaux-Colorés"
23902
23903 \end_inset
23904
23905 .
23906  Coloret les filets horizontaux fonctionne de manière analogue comme il
23907  est décrit ici, il suffit de remplacer la commande 
23908 \series bold
23909
23910 \backslash
23911 myHlineC
23912 \series default
23913  par 
23914 \series bold
23915
23916 \backslash
23917 myHdashline
23918 \series default
23919  et la commande 
23920 \backslash
23921
23922 \series bold
23923 hlinepar
23924 \series default
23925  
23926 \series bold
23927
23928 \backslash
23929 hdashline
23930 \series default
23931 .
23932  On utilise donc les commandes:
23933 \end_layout
23934
23935 \begin_layout Standard
23936
23937 \series bold
23938
23939 \backslash
23940 let
23941 \backslash
23942 myHdashline
23943 \backslash
23944 hdashline
23945 \begin_inset Newline newline
23946 \end_inset
23947
23948
23949 \backslash
23950 renewcommand{
23951 \backslash
23952 hdashline}
23953 \begin_inset Newline newline
23954 \end_inset
23955
23956
23957 \begin_inset Phantom HPhantom
23958 status open
23959
23960 \begin_layout Plain Layout
23961 \begin_inset space ~
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968
23969 {
23970 \backslash
23971 arrayrulecolor{red}
23972 \backslash
23973 myHdashline
23974 \backslash
23975 arrayrulecolor{black}}
23976 \end_layout
23977
23978 \begin_layout Standard
23979 Pour colorer 
23980 \series bold
23981
23982 \backslash
23983 cdashline
23984 \series default
23985 , la commande est:
23986 \end_layout
23987
23988 \begin_layout Standard
23989
23990 \series bold
23991
23992 \backslash
23993 let
23994 \backslash
23995 myCdashline
23996 \backslash
23997 cdashline
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \backslash
24003 renewcommand{
24004 \backslash
24005 cdashline}[1]
24006 \begin_inset Newline newline
24007 \end_inset
24008
24009
24010 \begin_inset Phantom HPhantom
24011 status open
24012
24013 \begin_layout Plain Layout
24014 \begin_inset space ~
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \end_inset
24021
24022 {
24023 \backslash
24024 arrayrulecolor{red}
24025 \backslash
24026 myCdashline{#1}
24027 \backslash
24028 arrayrulecolor{black}}
24029 \end_layout
24030
24031 \begin_layout Standard
24032 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24033  code \SpecialChar TeX
24034  après le tableau,
24035 \end_layout
24036
24037 \begin_layout Standard
24038 pour 
24039 \series bold
24040
24041 \backslash
24042 hdashline:
24043 \end_layout
24044
24045 \begin_layout Standard
24046
24047 \series bold
24048
24049 \backslash
24050 renewcommand{
24051 \backslash
24052 hdashline}{
24053 \backslash
24054 myHdashline}
24055 \end_layout
24056
24057 \begin_layout Standard
24058 et pour 
24059 \series bold
24060
24061 \backslash
24062 cdashline
24063 \end_layout
24064
24065 \begin_layout Standard
24066
24067 \series bold
24068
24069 \backslash
24070 renewcommand{
24071 \backslash
24072 cdashline}{
24073 \backslash
24074 myCdashline}
24075 \end_layout
24076
24077 \begin_layout Standard
24078 Pour colorer les espaces entre les tirets la commande
24079 \end_layout
24080
24081 \begin_layout Standard
24082
24083 \series bold
24084
24085 \backslash
24086 dashgapcolor{couleur}
24087 \end_layout
24088
24089 \begin_layout Standard
24090 peut être insérée en code \SpecialChar TeX
24091  avant un tableau.
24092  
24093 \series bold
24094 couleur
24095 \series default
24096  est ici le nom d'une couleur définie précédemment.
24097  La commande
24098 \end_layout
24099
24100 \begin_layout Standard
24101
24102 \series bold
24103
24104 \backslash
24105 nodashgapcolor
24106 \end_layout
24107
24108 \begin_layout Standard
24109 annule les changements induits par 
24110 \series bold
24111
24112 \backslash
24113 dashgapcolor
24114 \series default
24115 .
24116 \end_layout
24117
24118 \begin_layout Standard
24119 \begin_inset Note Greyedout
24120 status open
24121
24122 \begin_layout Plain Layout
24123
24124 \series bold
24125 Not
24126 \series default
24127 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24128  de 
24129 \series bold
24130 arydshln
24131 \series default
24132  en premier.
24133  Donc dans la cellule 
24134 \emph on
24135 k
24136 \emph default
24137  du tableau
24138 \begin_inset space ~
24139 \end_inset
24140
24141
24142 \begin_inset CommandInset ref
24143 LatexCommand ref
24144 reference "tab:Colored-table-with"
24145
24146 \end_inset
24147
24148  , la commande 
24149 \series bold
24150
24151 \backslash
24152 hdashline
24153 \series default
24154  est placée avant 
24155 \series bold
24156
24157 \backslash
24158 rowcolor
24159 \series default
24160 .
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \begin_layout Standard
24169 \begin_inset Note Greyedout
24170 status open
24171
24172 \begin_layout Plain Layout
24173
24174 \series bold
24175 Nota:
24176 \series default
24177  le paquetage \SpecialChar LaTeX
24178  
24179 \series bold
24180 arydshln
24181 \series default
24182  doit être chargé dans le préambule 
24183 \emph on
24184 avant
24185 \emph default
24186  le paquetage 
24187 \series bold
24188 colortbl
24189 \series default
24190
24191 \begin_inset Index idx
24192 status collapsed
24193
24194 \begin_layout Plain Layout
24195 Paquetages \SpecialChar LaTeX
24196  ! colortbl
24197 \end_layout
24198
24199 \end_inset
24200
24201 .
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \begin_layout Standard
24210 \begin_inset ERT
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214
24215
24216 \backslash
24217 else
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \begin_inset Note Note
24224 status open
24225
24226 \begin_layout Plain Layout
24227 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24228  
24229 \series bold
24230 arydshln
24231 \series default
24232  n'est pas installé :
24233 \end_layout
24234
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \begin_layout Standard
24241 Vous devez installer le paquetage \SpecialChar LaTeX
24242  
24243 \series bold
24244 arydshln
24245 \series default
24246  pour voir le contenu des cette section dans la sortie imprimée.
24247 \end_layout
24248
24249 \begin_layout Standard
24250 \begin_inset ERT
24251 status collapsed
24252
24253 \begin_layout Plain Layout
24254
24255
24256 \backslash
24257 fi
24258 \end_layout
24259
24260 \end_inset
24261
24262
24263 \end_layout
24264
24265 \begin_layout Standard
24266 Pour les détails concernant les filets colorés, voir la documentation du
24267  paquetage 
24268 \series bold
24269 arydshln
24270 \series default
24271
24272 \begin_inset CommandInset citation
24273 LatexCommand cite
24274 key "arydshln"
24275
24276 \end_inset
24277
24278 .
24279 \end_layout
24280
24281 \begin_layout Chapter
24282 Flottants
24283 \begin_inset CommandInset label
24284 LatexCommand label
24285 name "chap:Flottants"
24286
24287 \end_inset
24288
24289
24290 \begin_inset Index idx
24291 status collapsed
24292
24293 \begin_layout Plain Layout
24294 Flottants
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \begin_layout Section
24303 Introduction
24304 \begin_inset CommandInset label
24305 LatexCommand label
24306 name "sec:Flottants-Introduction"
24307
24308 \end_inset
24309
24310
24311 \begin_inset Index idx
24312 status collapsed
24313
24314 \begin_layout Plain Layout
24315 Flottants ! Introduction
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \begin_layout Standard
24324 Un flottant est une portion de document, qui peut être associé à une étiquette
24325  et dont la position n'est pas fixée.
24326  Il peut 
24327 \begin_inset Quotes fld
24328 \end_inset
24329
24330 flotter
24331 \begin_inset Quotes frd
24332 \end_inset
24333
24334  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24335  plus approprié.
24336  Les 
24337 \family sans
24338 Notes
24339 \begin_inset space ~
24340 \end_inset
24341
24342 en
24343 \begin_inset space ~
24344 \end_inset
24345
24346 Bas
24347 \begin_inset space ~
24348 \end_inset
24349
24350 de
24351 \begin_inset space ~
24352 \end_inset
24353
24354 Page
24355 \family default
24356  et le 
24357 \family sans
24358 Notes
24359 \begin_inset space ~
24360 \end_inset
24361
24362 en
24363 \begin_inset space ~
24364 \end_inset
24365
24366 Marge
24367 \family default
24368  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24369  sur la page suivante quand il y a trop de notes sur la page courante.
24370 \end_layout
24371
24372 \begin_layout Standard
24373 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24374  très grande qualité.
24375  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24376  éviter des lignes blanches ou des pages sans texte.
24377  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24378  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24379  le texte.
24380  Les flottants sont donc numérotés.
24381  Les références croisées sont décrites dans la section
24382 \begin_inset space ~
24383 \end_inset
24384
24385
24386 \begin_inset CommandInset ref
24387 LatexCommand ref
24388 reference "sec:Referencer-les-Flottants"
24389
24390 \end_inset
24391
24392 .
24393 \end_layout
24394
24395 \begin_layout Standard
24396 Pour insérer un flottant, on utilise un des sous menus du menu 
24397 \family sans
24398 Insertion\SpecialChar menuseparator
24399 Flottant
24400 \family default
24401  (barre d'outils 
24402 \begin_inset Info
24403 type  "icon"
24404 arg   "float-insert figure"
24405 \end_inset
24406
24407  ou 
24408 \begin_inset Info
24409 type  "icon"
24410 arg   "float-insert table"
24411 \end_inset
24412
24413 ).
24414  Une boîte va être insérée dans votre document avec par exemple une étiquette
24415  du genre 
24416 \begin_inset Quotes fld
24417 \end_inset
24418
24419 Figure
24420 \begin_inset space ~
24421 \end_inset
24422
24423 #:
24424 \begin_inset Quotes frd
24425 \end_inset
24426
24427  (où # est un numéro).
24428  L'étiquette est automatiquement traduite dans la langue du document dans
24429  la sortie finale.
24430  Après l'étiquette vous pouvez insérer du texte comme légende.
24431  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24432  séparé, à l'intérieur du flottant.
24433  Vous trouverez plus de détails sur le positionnement des légendes dans
24434  la section
24435 \begin_inset space ~
24436 \end_inset
24437
24438
24439 \begin_inset CommandInset ref
24440 LatexCommand ref
24441 reference "sec:Placement-légende"
24442
24443 \end_inset
24444
24445 .
24446  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24447 , vous pouvez fermer
24448  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24449  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24450  Une boîte de flottant fermée ressemble à ceci : 
24451 \begin_inset Graphics
24452         filename clipart/floatQt4.png
24453         scale 60
24454
24455 \end_inset
24456
24457  – une case grise avec un texte rouge.
24458 \end_layout
24459
24460 \begin_layout Standard
24461 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24462  pour éviter des erreurs avec \SpecialChar LaTeX
24463 , quand le texte qui entoure le flottant est
24464  formaté de façon particulière.
24465 \end_layout
24466
24467 \begin_layout Section
24468 Les types de flottants
24469 \end_layout
24470
24471 \begin_layout Standard
24472 En plus des flottants de figures et de tableau qui sont décrits respectivement
24473  dans les sections
24474 \begin_inset space ~
24475 \end_inset
24476
24477
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "sec:Figure-Floats"
24481
24482 \end_inset
24483
24484  et 
24485 \begin_inset CommandInset ref
24486 LatexCommand ref
24487 reference "sec:Table-Floats"
24488
24489 \end_inset
24490
24491 , \SpecialChar LyX
24492  offre aussi les types 
24493 \family sans
24494 Algorithme
24495 \family default
24496  et 
24497 \family sans
24498 Enrobage
24499 \family default
24500 .
24501  Ces derniers sont expliques dans la section
24502 \begin_inset space \thinspace{}
24503 \end_inset
24504
24505
24506 \begin_inset CommandInset ref
24507 LatexCommand ref
24508 reference "sec:Flottant-d'enrobage"
24509
24510 \end_inset
24511
24512 .
24513 \end_layout
24514
24515 \begin_layout Subsection
24516 Flottant d'algorithme
24517 \begin_inset Index idx
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521 Flottants ! Algorithmes
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset Float algorithm
24531 placement h
24532 wide false
24533 sideways false
24534 status open
24535
24536 \begin_layout Plain Layout
24537 \begin_inset Caption Standard
24538
24539 \begin_layout Plain Layout
24540 \begin_inset CommandInset label
24541 LatexCommand label
24542 name "alg:Exemple-Flottant-Algorithme"
24543
24544 \end_inset
24545
24546 Exemple de flottant d'algorithme
24547 \end_layout
24548
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \begin_layout LyX-Code
24555 for I in 1..N loop
24556 \begin_inset Newline newline
24557 \end_inset
24558
24559  Sum:= Sum + A(I); /*comment*/
24560 \begin_inset Newline newline
24561 \end_inset
24562
24563 end loop
24564 \begin_inset VSpace -4mm
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \begin_layout Standard
24576 Ce type de flottant est inséré à l'aide du menu 
24577 \family sans
24578 Insertion\SpecialChar menuseparator
24579 Flottant\SpecialChar menuseparator
24580 Algorithme
24581 \family default
24582 .
24583  Il peut être utilisé pour des morceaux de code source ou des descriptions
24584  d'algorithmes et peut être utilisé comme une alternative au listing de
24585  code source qui est décrit au chapitre
24586 \begin_inset space ~
24587 \end_inset
24588
24589
24590 \begin_inset CommandInset ref
24591 LatexCommand ref
24592 reference "cha:Program-Code-Listings"
24593
24594 \end_inset
24595
24596 .
24597  Vous pouvez par exemple utiliser l'environnement Code
24598 \begin_inset space ~
24599 \end_inset
24600
24601 \SpecialChar LyX
24602  qui est décrit dans le 
24603 \emph on
24604 Guide
24605 \emph default
24606
24607 \begin_inset space ~
24608 \end_inset
24609
24610
24611 \emph on
24612 de
24613 \begin_inset space ~
24614 \end_inset
24615
24616 l'Utilisateur
24617 \emph default
24618  de \SpecialChar LyX
24619 .
24620  l'algorithme
24621 \begin_inset space ~
24622 \end_inset
24623
24624
24625 \begin_inset CommandInset ref
24626 LatexCommand ref
24627 reference "alg:Exemple-Flottant-Algorithme"
24628
24629 \end_inset
24630
24631  est un exemple de flottant d'algorithme où un espace vertical de -4
24632 \begin_inset space \thinspace{}
24633 \end_inset
24634
24635 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24636  soit placée exactement sous le texte de la dernière ligne.
24637 \end_layout
24638
24639 \begin_layout Standard
24640 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24641  du document.
24642  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24643 ent en ajoutant la ligne suivante dans le préambule de votre document :
24644 \end_layout
24645
24646 \begin_layout Standard
24647
24648 \series bold
24649
24650 \backslash
24651 floatname{algorithm}{votre
24652 \begin_inset space ~
24653 \end_inset
24654
24655 nom}
24656 \end_layout
24657
24658 \begin_layout Standard
24659
24660 \family sans
24661  votre
24662 \begin_inset space ~
24663 \end_inset
24664
24665 nom
24666 \family default
24667  est le mot 
24668 \begin_inset Quotes fld
24669 \end_inset
24670
24671
24672 \emph on
24673 algorithme
24674 \emph default
24675
24676 \begin_inset Quotes frd
24677 \end_inset
24678
24679  dans votre langue.
24680 \end_layout
24681
24682 \begin_layout Standard
24683 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24684 \family sans
24685 Insertion\SpecialChar menuseparator
24686 Listes
24687 \begin_inset space ~
24688 \end_inset
24689
24690 &
24691 \begin_inset space ~
24692 \end_inset
24693
24694 TdM\SpecialChar menuseparator
24695 Liste
24696 \begin_inset space ~
24697 \end_inset
24698
24699 des
24700 \begin_inset space ~
24701 \end_inset
24702
24703 algorithmes
24704 \family default
24705  si votre document est en la même langue que les menus de \SpecialChar LyX
24706 .
24707  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24708  en code \SpecialChar TeX
24709  à la place:
24710 \end_layout
24711
24712 \begin_layout Standard
24713
24714 \series bold
24715
24716 \backslash
24717 listof{algorithm}{votre
24718 \begin_inset space ~
24719 \end_inset
24720
24721 nom}
24722 \end_layout
24723
24724 \begin_layout Standard
24725 où 
24726 \family sans
24727 votre
24728 \begin_inset space ~
24729 \end_inset
24730
24731 nom
24732 \family default
24733  est la traduction de 
24734 \begin_inset Quotes fld
24735 \end_inset
24736
24737
24738 \emph on
24739 List of Algorithm
24740 \emph default
24741 s
24742 \begin_inset Quotes frd
24743 \end_inset
24744
24745  dans votre langue.
24746 \end_layout
24747
24748 \begin_layout Standard
24749 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24750  le schéma 
24751 \begin_inset Quotes fld
24752 \end_inset
24753
24754 chapitre.algorithme
24755 \begin_inset Quotes frd
24756 \end_inset
24757
24758  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24759  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24760  commande dans le préambule de votre document :
24761 \end_layout
24762
24763 \begin_layout Standard
24764
24765 \series bold
24766
24767 \backslash
24768 numberwithin{algorithm}{chapter}
24769 \end_layout
24770
24771 \begin_layout Standard
24772 Pour pouvoir utiliser la commande 
24773 \series bold
24774
24775 \backslash
24776 numberwithin
24777 \series default
24778 , activez l'option 
24779 \family sans
24780 Utiliser
24781 \begin_inset space ~
24782 \end_inset
24783
24784 le
24785 \begin_inset space ~
24786 \end_inset
24787
24788 paquetage
24789 \begin_inset space ~
24790 \end_inset
24791
24792 AMS
24793 \begin_inset space ~
24794 \end_inset
24795
24796 math
24797 \family default
24798  dans la rubrique 
24799 \family sans
24800 Options
24801 \begin_inset space ~
24802 \end_inset
24803
24804 des
24805 \begin_inset space ~
24806 \end_inset
24807
24808 Maths
24809 \family default
24810  de la fenêtre de dialogue 
24811 \family sans
24812 Paramètres
24813 \begin_inset space ~
24814 \end_inset
24815
24816 du
24817 \begin_inset space ~
24818 \end_inset
24819
24820 Document
24821 \family default
24822 .
24823 \end_layout
24824
24825 \begin_layout Section
24826 Numérotation des flottants
24827 \begin_inset Index idx
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831 Flottants ! Numérotation
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \begin_layout Standard
24840 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24841  ils se trouvent, soit en utilisant un format du genre 
24842 \begin_inset Quotes fld
24843 \end_inset
24844
24845 chapitre.numéro
24846 \begin_inset Quotes frd
24847 \end_inset
24848
24849  ou 
24850 \begin_inset Quotes fld
24851 \end_inset
24852
24853 section.numéro
24854 \begin_inset Quotes frd
24855 \end_inset
24856
24857 .
24858  Cela dépend de la classe de document utilisée.
24859 \end_layout
24860
24861 \begin_layout Standard
24862 Pour changer le format de la numérotation qui ne dépend pas de la section
24863  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24864  le préambule du document :
24865 \end_layout
24866
24867 \begin_layout Standard
24868
24869 \series bold
24870
24871 \backslash
24872 renewcommand{
24873 \backslash
24874 thetable}{
24875 \backslash
24876 roman{table}}
24877 \end_layout
24878
24879 \begin_layout Standard
24880
24881 \series bold
24882
24883 \backslash
24884 thetable
24885 \series default
24886  est la commande qui imprime le numéro du tableau, pour les figures, la
24887  commande serait 
24888 \series bold
24889
24890 \backslash
24891 thefigure
24892 \series default
24893 .
24894  La commande 
24895 \series bold
24896
24897 \backslash
24898 roman
24899 \series default
24900  utilisée dans la commande précédente, imprime le numéro du tableau sous
24901  forme de petits chiffres romains.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 Pour changer le type de numérotation pour par exemple 
24906 \begin_inset Quotes fld
24907 \end_inset
24908
24909 sous-section.numéro
24910 \begin_inset Quotes frd
24911 \end_inset
24912
24913 , utilisez la commande suivante dans le préambule du document :
24914 \end_layout
24915
24916 \begin_layout Standard
24917
24918 \series bold
24919
24920 \backslash
24921 numberwithin{table}{subsection}
24922 \end_layout
24923
24924 \begin_layout Standard
24925 Pour pouvoir utiliser la commande 
24926 \series bold
24927
24928 \backslash
24929 numberwithin
24930 \series default
24931 , vous devez activer l'option 
24932 \family sans
24933 Utiliser
24934 \begin_inset space ~
24935 \end_inset
24936
24937 le
24938 \begin_inset space ~
24939 \end_inset
24940
24941 paquetage
24942 \begin_inset space ~
24943 \end_inset
24944
24945 maths
24946 \begin_inset space ~
24947 \end_inset
24948
24949 AMS
24950 \family default
24951  dans la rubrique 
24952 \family sans
24953 Options
24954 \begin_inset space ~
24955 \end_inset
24956
24957 des
24958 \begin_inset space ~
24959 \end_inset
24960
24961 Maths
24962 \family default
24963  de la fenêtre de dialogue 
24964 \family sans
24965 Paramètres
24966 \family default
24967  du document.
24968 \end_layout
24969
24970 \begin_layout Standard
24971 Veuillez aussi jeter un coup d'œil à la section
24972 \begin_inset space ~
24973 \end_inset
24974
24975
24976 \begin_inset CommandInset ref
24977 LatexCommand ref
24978 reference "subsec:Numerotation-notes-bas-de-page"
24979
24980 \end_inset
24981
24982  pour plus de détails et des notes importantes sur les commandes de numérotation.
24983 \end_layout
24984
24985 \begin_layout Section
24986 Faire référence à des flottants
24987 \begin_inset CommandInset label
24988 LatexCommand label
24989 name "sec:Referencer-les-Flottants"
24990
24991 \end_inset
24992
24993
24994 \begin_inset Index idx
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 Flottants ! Références
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \begin_inset Index idx
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008 References@Références ! à des Flottants 
25009 \end_layout
25010
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \begin_layout Standard
25017 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25018  en utilisant le menu 
25019 \family sans
25020 Insertion\SpecialChar menuseparator
25021 Étiquette
25022 \family default
25023  ou le bouton 
25024 \begin_inset Info
25025 type  "icon"
25026 arg   "label-insert"
25027 \end_inset
25028
25029  de la barre d'outils.
25030  Une boîte grise de ce genre : 
25031 \begin_inset Graphics
25032         filename clipart/labelQt4.png
25033         lyxscale 85
25034         scale 85
25035         scaleBeforeRotation
25036
25037 \end_inset
25038
25039  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25040  de saisir le texte de l'étiquette.
25041  \SpecialChar LyX
25042  propose comme texte pour l'étiquette les premiers mots de la légendes
25043  précédés d'un préfixe.
25044  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25045  préfixe sera 
25046 \begin_inset Quotes fld
25047 \end_inset
25048
25049
25050 \family sans
25051 fig:
25052 \family default
25053
25054 \begin_inset Quotes frd
25055 \end_inset
25056
25057 .
25058 \end_layout
25059
25060 \begin_layout Standard
25061 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25062  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25063 \family sans
25064 Insertion\SpecialChar menuseparator
25065 Référence
25066 \begin_inset space ~
25067 \end_inset
25068
25069 Croisée
25070 \family default
25071  ou le bouton 
25072 \begin_inset Info
25073 type  "icon"
25074 arg   "dialog-show-new-inset ref"
25075 \end_inset
25076
25077  de la barre d'outils.
25078  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25079  définies dans votre document.
25080  Si vous avez plusieurs documents \SpecialChar LyX
25081  ouverts, vous pouvez choisir celui que
25082  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25083  la fenêtre de dialogue.
25084  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25085  une.
25086  Une boîte grise de référence croisée comme celle-ci : 
25087 \begin_inset Graphics
25088         filename ../clipart/referenceQt4.png
25089         scale 85
25090         scaleBeforeRotation
25091
25092 \end_inset
25093
25094  va être insérée.
25095  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25096  de la référence croisée.
25097 \end_layout
25098
25099 \begin_layout Standard
25100 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25101  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25102  les deux.
25103  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25104  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25105  du numéro de la référence.
25106 \end_layout
25107
25108 \begin_layout Standard
25109 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25110  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25111  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25112  pas à vous en préoccuper.
25113 \end_layout
25114
25115 \begin_layout Standard
25116 Le bouton 
25117 \family sans
25118 Aller
25119 \begin_inset space ~
25120 \end_inset
25121
25122 à
25123 \begin_inset space ~
25124 \end_inset
25125
25126 l'étiquette
25127 \family default
25128  dans la fenêtre de référence croisée va positionner le curseur juste devant
25129  l'étiquette à laquelle on fait référence.
25130  Le nom du bouton bouton 
25131 \family sans
25132 Revenir
25133 \family default
25134  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25135 \end_layout
25136
25137 \begin_layout Subsection
25138 Formats de références croisées
25139 \begin_inset CommandInset label
25140 LatexCommand label
25141 name "subsec:Formats-Références-Croisées"
25142
25143 \end_inset
25144
25145
25146 \begin_inset Index idx
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150 References@Références ! Formats
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Il y a six types de références croisées :
25160 \end_layout
25161
25162 \begin_layout Description
25163 <référence>
25164 \begin_inset space ~
25165 \end_inset
25166
25167 : affiche le numéro de l'élément, c'est le choix implicite : 
25168 \begin_inset CommandInset ref
25169 LatexCommand ref
25170 reference "fig:Deux-images-déformées"
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Description
25178 (<référence>)
25179 \begin_inset space ~
25180 \end_inset
25181
25182 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25183  normalement pour faire référence à des formules mathématiques, en particulier
25184  quand le mot 
25185 \begin_inset Quotes fld
25186 \end_inset
25187
25188 Équation
25189 \begin_inset Quotes frd
25190 \end_inset
25191
25192  est omis : 
25193 \begin_inset CommandInset ref
25194 LatexCommand eqref
25195 reference "eq:Wgn"
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Description
25203 <page>
25204 \begin_inset space ~
25205 \end_inset
25206
25207 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25208 \begin_inset space ~
25209 \end_inset
25210
25211
25212 \begin_inset CommandInset ref
25213 LatexCommand pageref
25214 reference "fig:Deux-images-déformées"
25215
25216 \end_inset
25217
25218
25219 \end_layout
25220
25221 \begin_layout Description
25222 Sur
25223 \begin_inset space ~
25224 \end_inset
25225
25226 la
25227 \begin_inset space ~
25228 \end_inset
25229
25230 page
25231 \begin_inset space ~
25232 \end_inset
25233
25234 <page>
25235 \begin_inset space ~
25236 \end_inset
25237
25238 : affiche le mot 
25239 \begin_inset Quotes fld
25240 \end_inset
25241
25242 page
25243 \begin_inset Quotes frd
25244 \end_inset
25245
25246  suivi du numéro de la page sur laquelle se trouve l'élément : 
25247 \begin_inset CommandInset ref
25248 LatexCommand vpageref
25249 reference "fig:Deux-images-déformées"
25250
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \begin_layout Description
25257 <référence>
25258 \begin_inset space ~
25259 \end_inset
25260
25261 page
25262 \begin_inset space ~
25263 \end_inset
25264
25265 <page>
25266 \begin_inset space ~
25267 \end_inset
25268
25269 : affiche le numéro de l'élément, le mot 
25270 \begin_inset Quotes fld
25271 \end_inset
25272
25273 page
25274 \begin_inset Quotes frd
25275 \end_inset
25276
25277  et le numéro de la page : 
25278 \begin_inset CommandInset ref
25279 LatexCommand vref
25280 reference "fig:Deux-images-déformées"
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Description
25288 Référence
25289 \begin_inset space ~
25290 \end_inset
25291
25292 mise
25293 \begin_inset space ~
25294 \end_inset
25295
25296 en
25297 \begin_inset space ~
25298 \end_inset
25299
25300 forme
25301 \begin_inset space ~
25302 \end_inset
25303
25304 : affiche une référence croisée qui définit son propre format.
25305 \begin_inset Newline newline
25306 \end_inset
25307
25308
25309 \begin_inset Note Greyedout
25310 status open
25311
25312 \begin_layout Plain Layout
25313
25314 \series bold
25315 Note:
25316 \series default
25317  Ce type de référence croisée n'est disponible que si vous avez installé
25318  le paquetage \SpecialChar LaTeX
25319  
25320 \series bold
25321 prettyref
25322 \series default
25323  ou 
25324 \series bold
25325 refstyle
25326 \series default
25327
25328 \begin_inset Index idx
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 Paquetages \SpecialChar LaTeX
25333  ! prettyref
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \begin_inset Index idx
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343 Paquetages \SpecialChar LaTeX
25344  ! refstyle
25345 \end_layout
25346
25347 \end_inset
25348
25349 .
25350 \end_layout
25351
25352 \end_inset
25353
25354
25355 \begin_inset Newline newline
25356 \end_inset
25357
25358 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25359  qui doit être utilisé pour cette fonction
25360  en utilisant l'option 
25361 \family sans
25362 Utiliser refstyle (à la place de prettyref) pour les références croisées
25363 \family default
25364  dans le menu 
25365 \family sans
25366 Document\SpecialChar menuseparator
25367 Paramètres\SpecialChar menuseparator
25368 Classe de document
25369 \family default
25370 .
25371  Le format est précisé en ajoutant la commande 
25372 \series bold
25373
25374 \backslash
25375 newrefformat
25376 \series default
25377  (prettyref) ou 
25378 \series bold
25379
25380 \backslash
25381 newref
25382 \series default
25383  (refstyle) au préambule du document.
25384  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25385  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25386 \begin_inset space ~
25387 \end_inset
25388
25389 :
25390 \begin_inset Newline newline
25391 \end_inset
25392
25393
25394 \series bold
25395
25396 \backslash
25397 newref{fig}{refcmd={Image sur la page 
25398 \backslash
25399 pageref{#1}}}
25400 \series default
25401
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405 Pour plus d'information sur le format, jetez un œil sur la documentation
25406  du paquetage, 
25407 \begin_inset CommandInset citation
25408 LatexCommand cite
25409 key "prettyref,refstyle"
25410
25411 \end_inset
25412
25413 .
25414 \end_layout
25415
25416 \begin_layout Description
25417 Référence
25418 \begin_inset space ~
25419 \end_inset
25420
25421 textuelle: affiche la légende de la référence
25422 \begin_inset space ~
25423 \end_inset
25424
25425
25426 \begin_inset CommandInset ref
25427 LatexCommand nameref
25428 reference "fig:Deux-images-déformées"
25429
25430 \end_inset
25431
25432
25433 \end_layout
25434
25435 \begin_layout Standard
25436
25437 \family sans
25438 <page>
25439 \family default
25440  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25441  précédente, la même page ou la page suivante.
25442  Vous verrez par exemple un texte du genre 
25443 \begin_inset Quotes fld
25444 \end_inset
25445
25446
25447 \family sans
25448 sur cette page
25449 \family default
25450
25451 \begin_inset Quotes frd
25452 \end_inset
25453
25454  à la place.
25455  Le style 
25456 \family sans
25457 <référence>
25458 \begin_inset space ~
25459 \end_inset
25460
25461 page
25462 \begin_inset space ~
25463 \end_inset
25464
25465 <page> 
25466 \family default
25467 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25468  page.
25469 \end_layout
25470
25471 \begin_layout Standard
25472 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25473  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25474 .
25475  Vous choisissez une des six variétés de références dans le champ Format
25476  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25477  boîte de la référence croisée.
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset Note Greyedout
25482 status open
25483
25484 \begin_layout Plain Layout
25485
25486 \series bold
25487 Note:
25488 \series default
25489  L'utilisation du paquetage \SpecialChar LaTeX
25490  
25491 \series bold
25492 refstyle
25493 \series default
25494
25495 \begin_inset Index idx
25496 status collapsed
25497
25498 \begin_layout Plain Layout
25499 Paquetages \SpecialChar LaTeX
25500  ! refstyle
25501 \end_layout
25502
25503 \end_inset
25504
25505  est recommandée parce que 
25506 \series bold
25507 prettyref
25508 \series default
25509
25510 \begin_inset Index idx
25511 status collapsed
25512
25513 \begin_layout Plain Layout
25514 Paquetages \SpecialChar LaTeX
25515  ! prettyref
25516 \end_layout
25517
25518 \end_inset
25519
25520  ne connaît pas tous les raccourcis possibles pour les étiquettes
25521 \begin_inset Foot
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 \begin_inset Quotes fld
25526 \end_inset
25527
25528 fig:
25529 \begin_inset Quotes frd
25530 \end_inset
25531
25532  est par exemple le raccourci \SpecialChar LyX
25533  pour les étiquettes dans les légendes de
25534  figures,.
25535 \end_layout
25536
25537 \end_inset
25538
25539  et n'est pas internationalisé.
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Subsection
25548 Nommage automatique des références croisées
25549 \begin_inset Index idx
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553 References@Références ! Nommage automatique
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \begin_layout Standard
25562 Le paquetage \SpecialChar LaTeX
25563  
25564 \series bold
25565 hyperref
25566 \series default
25567
25568 \begin_inset Index idx
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572 Paquetages \SpecialChar LaTeX
25573  ! hyperref
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \series bold
25580
25581 \series default
25582 qui est activé dans la rubrique 
25583 \family sans
25584 Propriétés du PDF
25585 \family default
25586  de la fenêtre de dialogue 
25587 \family sans
25588 Paramètres du document
25589 \family default
25590  fournit une fonction très utile pour automatiser la création des références
25591  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25592  une section).
25593  Par exemple pour vous éviter de devoir écrire le mot 
25594 \begin_inset Quotes fld
25595 \end_inset
25596
25597 Figure
25598 \begin_inset Quotes frd
25599 \end_inset
25600
25601  devant chaque référence à une figure.
25602  Pour profiter de ce nommage automatique des références croisées, vous devez
25603  activer 
25604 \series bold
25605 hyperref
25606 \series default
25607  et insérer la ligne suivante dans le préambule du document :
25608 \end_layout
25609
25610 \begin_layout Standard
25611
25612 \series bold
25613
25614 \backslash
25615 AtBeginDocument{
25616 \backslash
25617 renewcommand{
25618 \backslash
25619 ref}[1]{
25620 \backslash
25621 mbox{
25622 \backslash
25623 autoref{#1}}}}
25624 \end_layout
25625
25626 \begin_layout Standard
25627 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25628  défaut, par exemple vous préférez le nom 
25629 \begin_inset Quotes fld
25630 \end_inset
25631
25632 sec.
25633 \begin_inset Quotes frd
25634 \end_inset
25635
25636  plutôt que 
25637 \begin_inset Quotes fld
25638 \end_inset
25639
25640 section
25641 \begin_inset Quotes frd
25642 \end_inset
25643
25644 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25645 \end_layout
25646
25647 \begin_layout Standard
25648
25649 \series bold
25650
25651 \backslash
25652 addto
25653 \backslash
25654 extrasfrench{
25655 \backslash
25656 renewcommand{
25657 \backslash
25658 sectionautorefname}
25659 \begin_inset Newline newline
25660 \end_inset
25661
25662
25663 \begin_inset Phantom HPhantom
25664 status open
25665
25666 \begin_layout Plain Layout
25667
25668 \series bold
25669 \begin_inset space ~
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676
25677 {sec.
25678 \backslash
25679 negthinspace}}
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Si vous utilisez une autre langue que le français, remplacez 
25684 \series bold
25685
25686 \backslash
25687 extrasfrench
25688 \series default
25689  par 
25690 \series bold
25691
25692 \backslash
25693 extras***
25694 \series default
25695 , où *** est le nom de la langue que vous utilisez.
25696
25697 \series bold
25698  
25699 \end_layout
25700
25701 \begin_layout Standard
25702 Pour avoir des noms automatiques, mais pas pour certains types de références,
25703  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25704 \end_layout
25705
25706 \begin_layout Standard
25707
25708 \series bold
25709
25710 \backslash
25711 addto
25712 \backslash
25713 extrasfrench{
25714 \backslash
25715 renewcommand*{
25716 \backslash
25717 equationautorefname}[1]{}}
25718 \end_layout
25719
25720 \begin_layout Standard
25721 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25722  de 
25723 \series bold
25724 hyperref
25725 \series default
25726  
25727 \begin_inset CommandInset citation
25728 LatexCommand cite
25729 key "hyperref"
25730
25731 \end_inset
25732
25733 .
25734 \end_layout
25735
25736 \begin_layout Standard
25737 \begin_inset Note Greyedout
25738 status open
25739
25740 \begin_layout Plain Layout
25741
25742 \series bold
25743 Note:
25744 \series default
25745  Le nommage automatique de références ne peut être utilisé si vous avez
25746  choisi le style de référence 
25747 \family sans
25748 Référence
25749 \begin_inset space ~
25750 \end_inset
25751
25752 mise
25753 \begin_inset space ~
25754 \end_inset
25755
25756 en
25757 \begin_inset space ~
25758 \end_inset
25759
25760 forme
25761 \family default
25762  décrit dans la section
25763 \begin_inset space ~
25764 \end_inset
25765
25766
25767 \begin_inset CommandInset ref
25768 LatexCommand ref
25769 reference "subsec:Formats-Références-Croisées"
25770
25771 \end_inset
25772
25773 .
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 Le manuel 
25783 \emph on
25784 Math
25785 \emph default
25786  est un exemple dans lequel on a utilisé le référencement automatique.
25787 \end_layout
25788
25789 \begin_layout Subsection
25790 Positionnement des références 
25791 \begin_inset CommandInset label
25792 LatexCommand label
25793 name "subsec:Reference-Position"
25794
25795 \end_inset
25796
25797
25798 \begin_inset Index idx
25799 status collapsed
25800
25801 \begin_layout Plain Layout
25802 References@Références ! Positionnement
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \begin_layout Standard
25811 Si vous utilisez le paquetage 
25812 \series bold
25813 hyperref, 
25814 \series default
25815 qui est activé dans la rubrique 
25816 \family sans
25817 Propriétés du PDF
25818 \family default
25819  de la fenêtre de dialogue 
25820 \family sans
25821 Paramètres du document,
25822 \family default
25823  pour lier vos références croisées dans la sortie finale, vous verrez que
25824  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25825  l'image.
25826  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25827  pourrez voir l'image sans faire défiler le texte.
25828  Ce problème vient du fait que le point d'ancrage de la référence se situe
25829  à l'endroit de l'étiquette.
25830  En utilisant le paquetage \SpecialChar LaTeX
25831  
25832 \series bold
25833 hypcap
25834 \series default
25835
25836 \begin_inset Index idx
25837 status collapsed
25838
25839 \begin_layout Plain Layout
25840 Paquetages \SpecialChar LaTeX
25841  ! hypcap
25842 \end_layout
25843
25844 \end_inset
25845
25846 , qui fait partie du paquetage \SpecialChar LaTeX
25847  
25848 \series bold
25849 oberdiek
25850 \series default
25851
25852 \begin_inset Index idx
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856 Paquetages \SpecialChar LaTeX
25857  ! oberdiek
25858 \end_layout
25859
25860 \end_inset
25861
25862 , le point d'ancrage d'un lien est place en haut du flottant.
25863  Pour utiliser cette fonction avec les flottants de figure, chargez 
25864 \series bold
25865 hypcap
25866 \series default
25867  dans l'entête du document avec la ligne
25868 \end_layout
25869
25870 \begin_layout Standard
25871
25872 \series bold
25873
25874 \backslash
25875 usepackage[figure]{hypcap}
25876 \end_layout
25877
25878 \begin_layout Standard
25879 Vous pouvez aussi utiliser 
25880 \series bold
25881 hypcap
25882 \series default
25883  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25884  raisons de stabilité.
25885  Pour plus d'information, jetez un coup d'œil au manuel d' 
25886 \series bold
25887 hypcap
25888 \series default
25889  
25890 \begin_inset CommandInset citation
25891 LatexCommand cite
25892 key "hypcap"
25893
25894 \end_inset
25895
25896 .
25897 \end_layout
25898
25899 \begin_layout Standard
25900 \begin_inset Note Greyedout
25901 status open
25902
25903 \begin_layout Plain Layout
25904
25905 \series bold
25906 Note:
25907 \series default
25908  
25909 \series bold
25910 hypcap
25911 \series default
25912  n'a aucun effet pour les références à des sous-figures.
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \begin_layout Section
25921 Placement des flottants
25922 \begin_inset CommandInset label
25923 LatexCommand label
25924 name "sec:Placement-flottants"
25925
25926 \end_inset
25927
25928
25929 \begin_inset Index idx
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933 Flottants ! Placement
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Standard
25942 En faisant un clic droit sur la boîte d'un flottant et 
25943 \lang english
25944 clicking on 
25945 \family sans
25946 Settings
25947 \family default
25948 \lang french
25949  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25950  paramètres de placement que \SpecialChar LaTeX
25951  utilise pour déterminer où placer le flottant.
25952 \begin_inset Newline newline
25953 \end_inset
25954
25955 L'option 
25956 \family sans
25957 Plusieurs
25958 \begin_inset space ~
25959 \end_inset
25960
25961 colonnes
25962 \family default
25963  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25964  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25965  confiné sur une seule colonne.
25966 \begin_inset Newline newline
25967 \end_inset
25968
25969 L'option 
25970 \family sans
25971 Rotation
25972 \begin_inset space ~
25973 \end_inset
25974
25975 90°
25976 \family default
25977  est utilisée pour faire tourner les flottants, voyez la section
25978 \begin_inset space ~
25979 \end_inset
25980
25981
25982 \begin_inset CommandInset ref
25983 LatexCommand ref
25984 reference "sec:Flottants-renversés"
25985
25986 \end_inset
25987
25988 .
25989 \end_layout
25990
25991 \begin_layout Standard
25992 En désactivant l'option 
25993 \family sans
25994 Utilise
25995 \begin_inset space ~
25996 \end_inset
25997
25998 le
25999 \begin_inset space ~
26000 \end_inset
26001
26002 placement
26003 \begin_inset space ~
26004 \end_inset
26005
26006 par
26007 \begin_inset space ~
26008 \end_inset
26009
26010 défaut
26011 \family default
26012  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26013  le placement du flottant:
26014 \end_layout
26015
26016 \begin_layout Description
26017 Ici,
26018 \begin_inset space ~
26019 \end_inset
26020
26021 si
26022 \begin_inset space ~
26023 \end_inset
26024
26025 possible: essaie de placer le flottant à la position où il a été inséré
26026  dans \SpecialChar LyX
26027
26028 \end_layout
26029
26030 \begin_layout Description
26031 Haut
26032 \begin_inset space ~
26033 \end_inset
26034
26035 de
26036 \begin_inset space ~
26037 \end_inset
26038
26039 la
26040 \begin_inset space ~
26041 \end_inset
26042
26043 page: essaie de placer le flottant en haut de la page courante
26044 \end_layout
26045
26046 \begin_layout Description
26047 Bas
26048 \begin_inset space ~
26049 \end_inset
26050
26051 de
26052 \begin_inset space ~
26053 \end_inset
26054
26055 la
26056 \begin_inset space ~
26057 \end_inset
26058
26059 page: essaie de placer le flottant en bas de la page courante
26060 \end_layout
26061
26062 \begin_layout Description
26063 Page
26064 \begin_inset space ~
26065 \end_inset
26066
26067 de
26068 \begin_inset space ~
26069 \end_inset
26070
26071 flottants: essaie de placer le flottant sur une page à part, éventuellement
26072  avec d'autres flottants 
26073 \end_layout
26074
26075 \begin_layout Standard
26076 \SpecialChar LaTeX
26077  utilise
26078 \emph on
26079  toujours 
26080 \emph default
26081 les options dans l'ordre donné ci-dessus.
26082  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26083  va d'abord
26084  essayer 
26085 \family sans
26086 Ici
26087 \begin_inset space ~
26088 \end_inset
26089
26090 si
26091 \begin_inset space ~
26092 \end_inset
26093
26094 possible
26095 \family default
26096 , ensuite 
26097 \family sans
26098 Haut
26099 \begin_inset space ~
26100 \end_inset
26101
26102 de
26103 \begin_inset space ~
26104 \end_inset
26105
26106 la
26107 \begin_inset space ~
26108 \end_inset
26109
26110 page
26111 \family default
26112 , et ainsi de suite.
26113  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26114  va essayer les options
26115  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26116  Si aucune des quatre options de placement n'est possible, la procédure
26117  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26118 \end_layout
26119
26120 \begin_layout Standard
26121 Implicitement, chaque option a ses propres règles d'application:
26122 \end_layout
26123
26124 \begin_layout Standard
26125
26126 \family sans
26127 Haut
26128 \begin_inset space ~
26129 \end_inset
26130
26131 de
26132 \begin_inset space ~
26133 \end_inset
26134
26135 la
26136 \begin_inset space ~
26137 \end_inset
26138
26139 page
26140 \family default
26141  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26142  en haut de page (
26143 \series bold
26144
26145 \backslash
26146 topfraction
26147 \series default
26148 ).
26149 \end_layout
26150
26151 \begin_layout Standard
26152
26153 \family sans
26154 Bas
26155 \begin_inset space ~
26156 \end_inset
26157
26158 de
26159 \begin_inset space ~
26160 \end_inset
26161
26162 la
26163 \begin_inset space ~
26164 \end_inset
26165
26166 page
26167 \family default
26168  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26169  en bas de page (
26170 \series bold
26171
26172 \backslash
26173 bottomfraction
26174 \series default
26175 ).
26176 \end_layout
26177
26178 \begin_layout Standard
26179
26180 \family sans
26181 Page
26182 \begin_inset space ~
26183 \end_inset
26184
26185 de
26186 \begin_inset space ~
26187 \end_inset
26188
26189 flottants
26190 \family default
26191  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26192  si ils occupent plus de 50% de celle-ci (
26193 \series bold
26194
26195 \backslash
26196 floatpagefraction
26197 \series default
26198 ).
26199 \end_layout
26200
26201 \begin_layout Standard
26202 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26203  supplémentaire 
26204 \family sans
26205 Ignorer
26206 \begin_inset space ~
26207 \end_inset
26208
26209 les
26210 \begin_inset space ~
26211 \end_inset
26212
26213 règles
26214 \begin_inset space ~
26215 \end_inset
26216
26217 \SpecialChar LaTeX
26218
26219 \family default
26220 \lang english
26221 .
26222 \begin_inset Newline newline
26223 \end_inset
26224
26225
26226 \lang french
26227 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26228  qui sont données
26229  entre parenthèses après les descriptions des règles données ci-dessus.
26230  Par exemple, pour augmenter à 50
26231 \begin_inset space \thinspace{}
26232 \end_inset
26233
26234 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26235  trop petite, ajoutez cette ligne au préambule de votre document :
26236 \end_layout
26237
26238 \begin_layout Standard
26239
26240 \series bold
26241
26242 \backslash
26243 renewcommand{
26244 \backslash
26245 bottomfraction}{0.5}
26246 \end_layout
26247
26248 \begin_layout Standard
26249 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26250  exactement à l'endroit où vous l'avez inséré.
26251  dans ce cas utilisez l'option 
26252 \family sans
26253 Ici
26254 \begin_inset space ~
26255 \end_inset
26256
26257 à
26258 \begin_inset space ~
26259 \end_inset
26260
26261 tout
26262 \begin_inset space ~
26263 \end_inset
26264
26265 Prix
26266 \family default
26267 .
26268  Utilisez cette option le moins souvent possible et seulement quand le document
26269  est presque prêt à être imprimé.
26270  En effet, le flottant n'est plus capable de 
26271 \begin_inset Quotes fld
26272 \end_inset
26273
26274 flotter
26275 \begin_inset Quotes frd
26276 \end_inset
26277
26278 , ce qui peut perturber toutes les mises en page.
26279 \end_layout
26280
26281 \begin_layout Standard
26282 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26283  sont toujours entourés par le texte d'un paragraphe donné.
26284 \begin_inset VSpace bigskip
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \begin_layout Standard
26291 On peut parfois se trouver dans la situation où un flottant est placé en
26292  haut d'une page alors que la section concernée ne commence qu'au milieu
26293  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26294  la section précédente.
26295  On peut utiliser la commande \SpecialChar LaTeX
26296  
26297 \series bold
26298
26299 \backslash
26300 suppressfloats
26301 \series default
26302  pour éviter ce cas.
26303  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26304  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26305  soit placé avant que la section commence.
26306  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26307  votre document :
26308 \end_layout
26309
26310 \begin_layout Standard
26311
26312 \series bold
26313
26314 \backslash
26315 let
26316 \backslash
26317 mySection
26318 \backslash
26319 section
26320 \begin_inset Newline newline
26321 \end_inset
26322
26323
26324 \backslash
26325 renewcommand{
26326 \backslash
26327 section}{
26328 \backslash
26329 suppressfloats[t]
26330 \backslash
26331 mySection}
26332 \end_layout
26333
26334 \begin_layout Standard
26335 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26336  comme les chapitres et les sous-sections.
26337  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26338  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26339  pourrait ensuite
26340  avoir du mal à trouver un positionnement correct.
26341 \end_layout
26342
26343 \begin_layout Standard
26344 \begin_inset VSpace bigskip
26345 \end_inset
26346
26347 Dans certains cas il est demandé de placer toutes les figures et tous les
26348  tableaux à la fin du document.
26349  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26350  
26351 \series bold
26352 endfloat
26353 \series default
26354
26355 \begin_inset Index idx
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 Paquetages \SpecialChar LaTeX
26360  ! endfloat
26361 \end_layout
26362
26363 \end_inset
26364
26365  a été développé.
26366  Il met en effet tous les flottants de figures et de tableaux à la fin du
26367  document dans leurs propres sections.
26368  À la position d'origine du flottant, une indication textuelle du genre
26369  
26370 \begin_inset Quotes fld
26371 \end_inset
26372
26373
26374 \family sans
26375 [Figure
26376 \begin_inset space ~
26377 \end_inset
26378
26379 3.2 
26380 \lang english
26381 about here.
26382 \lang french
26383 ]
26384 \family default
26385
26386 \begin_inset Quotes frd
26387 \end_inset
26388
26389  est insérée.
26390  Le paquetage 
26391 \series bold
26392 endfloat
26393 \series default
26394  est chargé dans le préambule avec la ligne suivante 
26395 \end_layout
26396
26397 \begin_layout Standard
26398
26399 \series bold
26400
26401 \backslash
26402 usepackage[options]{endfloat}
26403 \end_layout
26404
26405 \begin_layout Standard
26406 Il y a aussi de nombreuses options de paquetage pour modifier le format
26407  des sections de figures ou de tableau qui sont créées.
26408  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26409  
26410 \series bold
26411 endfloa
26412 \series default
26413
26414 \begin_inset CommandInset citation
26415 LatexCommand cite
26416 key "endfloat"
26417
26418 \end_inset
26419
26420 .
26421 \begin_inset Newline newline
26422 \end_inset
26423
26424
26425 \begin_inset Note Greyedout
26426 status open
26427
26428 \begin_layout Plain Layout
26429
26430 \series bold
26431 Note: endfloat
26432 \series default
26433  ne fournit pas de traduction automatique de l'indication textuelle, vous
26434  devez donc le faire manuellement, voyez la section
26435 \begin_inset space ~
26436 \end_inset
26437
26438 4 de 
26439 \begin_inset CommandInset citation
26440 LatexCommand cite
26441 key "endfloat"
26442
26443 \end_inset
26444
26445 .
26446 \end_layout
26447
26448 \end_inset
26449
26450
26451 \begin_inset Newline newline
26452 \end_inset
26453
26454
26455 \begin_inset Note Greyedout
26456 status open
26457
26458 \begin_layout Plain Layout
26459
26460 \series bold
26461 Note:
26462 \series default
26463  Il y a actuellement un bug dans le paquetage 
26464 \series bold
26465 endfloat
26466 \series default
26467  quand la légende contient un 
26468 \begin_inset Quotes fld
26469 \end_inset
26470
26471 ß
26472 \begin_inset Quotes frd
26473 \end_inset
26474
26475  allemand.
26476  Utilisez dans ce cas la commande 
26477 \begin_inset Quotes fld
26478 \end_inset
26479
26480
26481 \series bold
26482
26483 \backslash
26484 ss
26485 \series default
26486
26487 \begin_inset Quotes frd
26488 \end_inset
26489
26490  en code \SpecialChar TeX
26491  à la place du 
26492 \begin_inset Quotes fld
26493 \end_inset
26494
26495 ß
26496 \begin_inset Quotes frd
26497 \end_inset
26498
26499 .
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \begin_layout Standard
26508 \begin_inset VSpace bigskip
26509 \end_inset
26510
26511 Pour plus d'information sur les manières de placer les flottants, jetez
26512  un coup d'œil aux livres sur \SpecialChar LaTeX
26513
26514 \begin_inset CommandInset citation
26515 LatexCommand cite
26516 key "latexcompanion,latexguide,latexbook"
26517
26518 \end_inset
26519
26520 .
26521 \end_layout
26522
26523 \begin_layout Section
26524 Flottants renversés
26525 \begin_inset CommandInset label
26526 LatexCommand label
26527 name "sec:Flottants-renversés"
26528
26529 \end_inset
26530
26531
26532 \begin_inset Index idx
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 Flottants ! Renversés
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Standard
26545 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26546  tableaux très larges.
26547  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26548  un clic droit sur la boîte du flottant et utilisez l'option 
26549 \family sans
26550 Rotation
26551 \begin_inset space ~
26552 \end_inset
26553
26554 90°
26555 \family default
26556 .
26557 \end_layout
26558
26559 \begin_layout Standard
26560 Les flottants renversés sont systématiquement placés sur leur propre page
26561  ( ou colonne, si vous avez un document sur deux colonnes ).
26562  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26563  
26564 \family sans
26565 Plusieurs
26566 \begin_inset space ~
26567 \end_inset
26568
26569 colonnes
26570 \family default
26571  dans les paramètres du flottant.
26572  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26573  du côté de la marge externe.
26574  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26575  ajouter soit l'option 
26576 \series bold
26577 figuresleft
26578 \series default
26579  soit l'option 
26580 \series bold
26581 figuresright
26582 \series default
26583  aux options de la classe de document.
26584 \end_layout
26585
26586 \begin_layout Standard
26587 Faire référence à un flottant renversé se fait de la même manière que pour
26588  un flottant normal, la mise en forme de la légende est aussi identique
26589  : Le tableau
26590 \begin_inset space ~
26591 \end_inset
26592
26593
26594 \begin_inset CommandInset ref
26595 LatexCommand ref
26596 reference "tab:Tableau-pivoté"
26597
26598 \end_inset
26599
26600  est un exemple de flottant de tableau renversé.
26601 \end_layout
26602
26603 \begin_layout Standard
26604 \begin_inset Note Greyedout
26605 status open
26606
26607 \begin_layout Plain Layout
26608
26609 \series bold
26610 Note:
26611 \series default
26612  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26613  DVI.
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Standard
26622 \begin_inset Float table
26623 wide false
26624 sideways true
26625 status open
26626
26627 \begin_layout Plain Layout
26628 \begin_inset Caption Standard
26629
26630 \begin_layout Plain Layout
26631 \begin_inset CommandInset label
26632 LatexCommand label
26633 name "tab:Tableau-pivoté"
26634
26635 \end_inset
26636
26637  Tableau pivoté
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \begin_layout Plain Layout
26646 \align center
26647 \begin_inset Tabular
26648 <lyxtabular version="3" rows="1" columns="5">
26649 <features tabularvalignment="middle">
26650 <column alignment="center" valignment="top">
26651 <column alignment="center" valignment="top">
26652 <column alignment="center" valignment="top">
26653 <column alignment="center" valignment="top">
26654 <column alignment="center" valignment="top">
26655 <row>
26656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 test
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 b
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 c
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 d
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 e
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 </row>
26702 </lyxtabular>
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \begin_layout Section
26715 Sous-flottants
26716 \begin_inset Index idx
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720 Flottants ! Sous-flottants
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Standard
26729 Un exemple de sous-flottant : une figure composée de plusieurs images.
26730  On les crée en insérant un flottant dans un flottant existant.
26731  Le positionnement des sous-flottants peut être contrôlé comme pour les
26732  paragraphes comme on le voit avec les tableaux
26733 \begin_inset space ~
26734 \end_inset
26735
26736
26737 \begin_inset CommandInset ref
26738 LatexCommand ref
26739 reference "tab:Deux-sous-tableaux-cote-a-cote"
26740
26741 \end_inset
26742
26743  et 
26744 \begin_inset CommandInset ref
26745 LatexCommand ref
26746 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26747
26748 \end_inset
26749
26750 .
26751 \end_layout
26752
26753 \begin_layout Standard
26754 On fait référence à des sous-flottants comme on le ferait avec des flottants
26755  normaux : Les tableaux
26756 \begin_inset space ~
26757 \end_inset
26758
26759
26760 \begin_inset CommandInset ref
26761 LatexCommand ref
26762 reference "tab:Le-sous-tableau-a"
26763
26764 \end_inset
26765
26766  et 
26767 \begin_inset CommandInset ref
26768 LatexCommand ref
26769 reference "tab:Le-sous-tableau-b"
26770
26771 \end_inset
26772
26773  sont des sous-tableaux du tableau
26774 \begin_inset space ~
26775 \end_inset
26776
26777
26778 \begin_inset CommandInset ref
26779 LatexCommand ref
26780 reference "tab:Deux-sous-tableaux-cote-a-cote"
26781
26782 \end_inset
26783
26784 .
26785 \end_layout
26786
26787 \begin_layout Standard
26788 \begin_inset Float table
26789 wide false
26790 sideways false
26791 status open
26792
26793 \begin_layout Plain Layout
26794 \begin_inset Caption Standard
26795
26796 \begin_layout Plain Layout
26797 \begin_inset CommandInset label
26798 LatexCommand label
26799 name "tab:Deux-sous-tableaux-cote-a-cote"
26800
26801 \end_inset
26802
26803 Deux sous-tableaux placés côte-à-côte.
26804 \end_layout
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \begin_layout Plain Layout
26812 \align center
26813 \begin_inset space \hfill{}
26814 \end_inset
26815
26816
26817 \begin_inset Float table
26818 wide false
26819 sideways false
26820 status collapsed
26821
26822 \begin_layout Plain Layout
26823 \begin_inset Caption Standard
26824
26825 \begin_layout Plain Layout
26826 \begin_inset CommandInset label
26827 LatexCommand label
26828 name "tab:Le-sous-tableau-a"
26829
26830 \end_inset
26831
26832 Le sous-tableau a
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Plain Layout
26841 \align center
26842 \begin_inset Tabular
26843 <lyxtabular version="3" rows="1" columns="5">
26844 <features tabularvalignment="middle">
26845 <column alignment="center" valignment="top">
26846 <column alignment="center" valignment="top">
26847 <column alignment="center" valignment="top">
26848 <column alignment="center" valignment="top">
26849 <column alignment="center" valignment="top">
26850 <row>
26851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 test
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 b
26865 \end_layout
26866
26867 \end_inset
26868 </cell>
26869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26870 \begin_inset Text
26871
26872 \begin_layout Plain Layout
26873 c
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 d
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 e
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 </row>
26897 </lyxtabular>
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \begin_inset space \hfill{}
26908 \end_inset
26909
26910
26911 \begin_inset Float table
26912 wide false
26913 sideways false
26914 status collapsed
26915
26916 \begin_layout Plain Layout
26917 \begin_inset Caption Standard
26918
26919 \begin_layout Plain Layout
26920 \begin_inset CommandInset label
26921 LatexCommand label
26922 name "tab:Le-sous-tableau-b"
26923
26924 \end_inset
26925
26926 Le sous-tableau b.
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Plain Layout
26935 \align center
26936 \begin_inset Tabular
26937 <lyxtabular version="3" rows="1" columns="5">
26938 <features tabularvalignment="middle">
26939 <column alignment="center" valignment="top">
26940 <column alignment="center" valignment="top">
26941 <column alignment="center" valignment="top">
26942 <column alignment="center" valignment="top">
26943 <column alignment="center" valignment="top">
26944 <row>
26945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 e
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958 d
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 c
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 b
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Plain Layout
26985 test
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 </row>
26991 </lyxtabular>
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \begin_inset space \hfill{}
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \begin_layout Standard
27013 \begin_inset Float table
27014 wide false
27015 sideways false
27016 status open
27017
27018 \begin_layout Plain Layout
27019 \begin_inset Caption Standard
27020
27021 \begin_layout Plain Layout
27022 \begin_inset CommandInset label
27023 LatexCommand label
27024 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27025
27026 \end_inset
27027
27028 Deux sous-tableaux placés l'un sur l'autre.
27029  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Plain Layout
27038 \align center
27039 \begin_inset Float table
27040 wide false
27041 sideways false
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045 \begin_inset Caption Standard
27046
27047 \begin_layout Plain Layout
27048
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Plain Layout
27057 \align center
27058 \begin_inset Tabular
27059 <lyxtabular version="3" rows="1" columns="4">
27060 <features tabularvalignment="middle">
27061 <column alignment="center" valignment="top">
27062 <column alignment="center" valignment="top">
27063 <column alignment="center" valignment="top">
27064 <column alignment="center" valignment="top">
27065 <row>
27066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 test
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 test
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088 test
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 test
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 </row>
27103 </lyxtabular>
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Plain Layout
27116 \align center
27117 \begin_inset Float table
27118 wide false
27119 sideways false
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123 \begin_inset Caption Standard
27124
27125 \begin_layout Plain Layout
27126
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Plain Layout
27135 \align center
27136 \begin_inset Tabular
27137 <lyxtabular version="3" rows="1" columns="5">
27138 <features tabularvalignment="middle">
27139 <column alignment="center" valignment="top">
27140 <column alignment="center" valignment="top">
27141 <column alignment="center" valignment="top">
27142 <column alignment="center" valignment="top">
27143 <column alignment="center" valignment="top">
27144 <row>
27145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Plain Layout
27149 a
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158 b
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27164 \begin_inset Text
27165
27166 \begin_layout Plain Layout
27167 c
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176 d
27177 \end_layout
27178
27179 \end_inset
27180 </cell>
27181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27182 \begin_inset Text
27183
27184 \begin_layout Plain Layout
27185 e
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 </row>
27191 </lyxtabular>
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Section
27209 Flottants côte-à-côte
27210 \begin_inset Index idx
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214 Flottants ! côte-à-côte
27215 \end_layout
27216
27217 \end_inset
27218
27219
27220 \end_layout
27221
27222 \begin_layout Standard
27223 Pour placer des flottants côte-à-côte, comme pour la figure
27224 \begin_inset space ~
27225 \end_inset
27226
27227
27228 \begin_inset CommandInset ref
27229 LatexCommand ref
27230 reference "fig:Flottant-gauche"
27231
27232 \end_inset
27233
27234  et 
27235 \begin_inset CommandInset ref
27236 LatexCommand ref
27237 reference "fig:Flottant-droit"
27238
27239 \end_inset
27240
27241 , on n'utilise 
27242 \emph on
27243 qu'un seul 
27244 \emph default
27245 flottant.
27246  On y insère deux boîtes de minipages.
27247 \begin_inset Foot
27248 status collapsed
27249
27250 \begin_layout Plain Layout
27251 Les minipages sont décrites dans la section
27252 \begin_inset space ~
27253 \end_inset
27254
27255
27256 \begin_inset CommandInset ref
27257 LatexCommand ref
27258 reference "sec:Minipages"
27259
27260 \end_inset
27261
27262 .
27263 \end_layout
27264
27265 \end_inset
27266
27267  La largeur est mise à 45
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 -50
27272 \begin_inset space \thinspace{}
27273 \end_inset
27274
27275 column% et l'alignement de la boîte à 
27276 \family sans
27277 Bas
27278 \family default
27279  pour chaque minipage.
27280  Les boîtes minipages contiennent l'image et la légende exactement comme
27281  avec un flottant.
27282  La seule différence est que l'unité de longueur 
27283 \family sans
27284 Largeur
27285 \begin_inset space ~
27286 \end_inset
27287
27288 colonne
27289 \begin_inset space ~
27290 \end_inset
27291
27292 %
27293 \family default
27294  utilisée pour l'image est maintenant définie par rapport à la largeur des
27295  boîtes minipages.
27296 \end_layout
27297
27298 \begin_layout Standard
27299 \begin_inset Float figure
27300 wide false
27301 sideways false
27302 status open
27303
27304 \begin_layout Plain Layout
27305 \begin_inset Box Frameless
27306 position "b"
27307 hor_pos "c"
27308 has_inner_box 1
27309 inner_pos "t"
27310 use_parbox 0
27311 use_makebox 0
27312 width "45col%"
27313 special "none"
27314 height "1in"
27315 height_special "totalheight"
27316 thickness "0.4pt"
27317 separation "3pt"
27318 shadowsize "4pt"
27319 framecolor "black"
27320 backgroundcolor "none"
27321 status open
27322
27323 \begin_layout Plain Layout
27324 \align center
27325 \begin_inset Graphics
27326         filename ../clipart/mobius.eps
27327         lyxscale 50
27328         width 100col%
27329         scaleBeforeRotation
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Plain Layout
27337 \begin_inset Caption Standard
27338
27339 \begin_layout Plain Layout
27340 \begin_inset CommandInset label
27341 LatexCommand label
27342 name "fig:Flottant-gauche"
27343
27344 \end_inset
27345
27346 Flottant du côté gauche.
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \begin_inset space \hfill{}
27358 \end_inset
27359
27360
27361 \begin_inset Box Frameless
27362 position "b"
27363 hor_pos "c"
27364 has_inner_box 1
27365 inner_pos "t"
27366 use_parbox 0
27367 use_makebox 0
27368 width "45col%"
27369 special "none"
27370 height "1in"
27371 height_special "totalheight"
27372 thickness "0.4pt"
27373 separation "3pt"
27374 shadowsize "4pt"
27375 framecolor "black"
27376 backgroundcolor "none"
27377 status open
27378
27379 \begin_layout Plain Layout
27380 \align center
27381 \begin_inset Graphics
27382         filename ../clipart/platypus.eps
27383         lyxscale 50
27384         width 100col%
27385         scaleBeforeRotation
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Plain Layout
27393 \begin_inset Caption Standard
27394
27395 \begin_layout Plain Layout
27396 \begin_inset CommandInset label
27397 LatexCommand label
27398 name "fig:Flottant-droit"
27399
27400 \end_inset
27401
27402 Flottant du côté droit.
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Section
27421 Mise en forme de la légende
27422 \begin_inset Index idx
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426 Légende ! Mise en forme
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset Index idx
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436 Flottants ! Mise en forme de la Légende
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \begin_inset CommandInset label
27443 LatexCommand label
27444 name "sec:Formatage-légende"
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 L'environnement 
27453 \family sans
27454 Légende
27455 \family default
27456  est l'environnement de paragraphe implicite pour les 
27457 \family sans
27458 flottants
27459 \family default
27460 .
27461  Dans la fenêtre de \SpecialChar LyX
27462  les légendes apparaissent comme une étiquette comme
27463  par exemple 
27464 \begin_inset Quotes fld
27465 \end_inset
27466
27467
27468 \family sans
27469 Figure #:
27470 \family default
27471
27472 \begin_inset Quotes frd
27473 \end_inset
27474
27475  suivi par le texte de la légende.
27476  Le 
27477 \begin_inset Quotes fld
27478 \end_inset
27479
27480 #
27481 \begin_inset Quotes frd
27482 \end_inset
27483
27484  étant remplacé par le numéro de référence réel.
27485  implicitement l'étiquette et le numéro sont dans la même police de caractères
27486  que le texte de la légende et deux points suivent le numéro pour séparer
27487  l'étiquette du texte.
27488  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27489 \end_layout
27490
27491 \begin_layout Standard
27492 Pour modifier le format implicite des légendes, il faut charger le paquetage
27493  \SpecialChar LaTeX
27494  
27495 \series bold
27496 caption
27497 \series default
27498
27499 \begin_inset Index idx
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503 Paquetages \SpecialChar LaTeX
27504  ! caption
27505 \end_layout
27506
27507 \end_inset
27508
27509  dans le préambule de votre document avec la ligne suivante :
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 usepackage[format definition]{caption}
27518 \end_layout
27519
27520 \begin_layout Standard
27521 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27522  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27523  dans ce document, utilisez les commandes suivantes :
27524 \end_layout
27525
27526 \begin_layout Standard
27527
27528 \series bold
27529
27530 \backslash
27531 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27532 \end_layout
27533
27534 \begin_layout Standard
27535 Vous pouvez aussi définir des formats de légendes différents pour les différents
27536  types de flottants.
27537  Dans ce cas chargez le paquetage 
27538 \series bold
27539 caption 
27540 \series default
27541 sans option de format spécifique et définissez les différents formats à
27542  l'aide de la commande 
27543 \end_layout
27544
27545 \begin_layout Standard
27546
27547 \series bold
27548
27549 \backslash
27550 captionsetup[type de flottant]{définition du format}
27551 \end_layout
27552
27553 \begin_layout Standard
27554 dans le préambule du document.
27555  Par exemple les formats de légende de la Figure
27556 \begin_inset space ~
27557 \end_inset
27558
27559
27560 \begin_inset CommandInset ref
27561 LatexCommand ref
27562 reference "fig:Legende-de-fig"
27563
27564 \end_inset
27565
27566  et du Tableau
27567 \begin_inset space ~
27568 \end_inset
27569
27570
27571 \begin_inset CommandInset ref
27572 LatexCommand ref
27573 reference "tab:Légende-de-tab"
27574
27575 \end_inset
27576
27577  peuvent être créés en utilisant les commandes suivantes dans le préambule
27578  :
27579 \end_layout
27580
27581 \begin_layout Standard
27582
27583 \series bold
27584
27585 \backslash
27586 usepackage[tableposition=top]{caption}
27587 \series default
27588
27589 \begin_inset Newline newline
27590 \end_inset
27591
27592
27593 \series bold
27594
27595 \backslash
27596 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27597 \begin_inset Newline newline
27598 \end_inset
27599
27600
27601 \begin_inset Phantom HPhantom
27602 status open
27603
27604 \begin_layout Plain Layout
27605
27606 \series bold
27607
27608 \backslash
27609 captionsetup[figure]{
27610 \end_layout
27611
27612 \end_inset
27613
27614 labelsep=period}
27615 \begin_inset Newline newline
27616 \end_inset
27617
27618
27619 \backslash
27620 captionsetup[table]{labelfont={bf,sf}}
27621 \end_layout
27622
27623 \begin_layout Standard
27624 \begin_inset Note Greyedout
27625 status open
27626
27627 \begin_layout Plain Layout
27628
27629 \series bold
27630 Note:
27631 \series default
27632  L'option 
27633 \series bold
27634 tableposition=top
27635 \series default
27636  n'a pas d'effet quand on utilise un document de classe 
27637 \series bold
27638 KOMA-Script
27639 \series default
27640
27641 \begin_inset Index idx
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 Paquetages \SpecialChar LaTeX
27646  ! KOMA-Script
27647 \end_layout
27648
27649 \end_inset
27650
27651 .
27652  Dans ce cas on doit utiliser l'option 
27653 \series bold
27654 captions=tableheading
27655 \series default
27656  de la classe de document.
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Standard
27665 Pour plus d'information sur le paquetage 
27666 \series bold
27667 caption
27668 \series default
27669  nous vous renvoyons à sa documentation 
27670 \begin_inset CommandInset citation
27671 LatexCommand cite
27672 key "caption"
27673
27674 \end_inset
27675
27676 .
27677 \end_layout
27678
27679 \begin_layout Standard
27680 Pour changer le nom de l'étiquette, par exemple de 
27681 \begin_inset Quotes fld
27682 \end_inset
27683
27684 Figure
27685 \begin_inset Quotes frd
27686 \end_inset
27687
27688  à 
27689 \begin_inset Quotes fld
27690 \end_inset
27691
27692 Image
27693 \begin_inset Quotes frd
27694 \end_inset
27695
27696 , utilisez la commande suivante dans le préambule :
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702
27703 \backslash
27704 renewcommand{
27705 \backslash
27706 fnum@figure}{Image~
27707 \backslash
27708 thefigure}
27709 \end_layout
27710
27711 \begin_layout Standard
27712 où 
27713 \series bold
27714
27715 \backslash
27716 thefigure
27717 \series default
27718  insère le numéro de la figure et
27719 \series bold
27720  
27721 \begin_inset Quotes fld
27722 \end_inset
27723
27724 ~
27725 \series default
27726
27727 \begin_inset Quotes frd
27728 \end_inset
27729
27730  ajoute une espace insécable.
27731 \end_layout
27732
27733 \begin_layout Standard
27734 \begin_inset VSpace bigskip
27735 \end_inset
27736
27737 Si vous utilisez un document de classe 
27738 \series bold
27739 KOMA-Script
27740 \series default
27741
27742 \begin_inset Index idx
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 Paquetages \SpecialChar LaTeX
27747  ! KOMA-Script
27748 \end_layout
27749
27750 \end_inset
27751
27752  (
27753 \family sans
27754 article (KOMA-Script)
27755 \family default
27756
27757 \family sans
27758 book (KOMA-Script)
27759 \family default
27760
27761 \family sans
27762 letter (KOMA-Script)
27763 \family default
27764 , ou 
27765 \family sans
27766 report (KOMA-Script)
27767 \family default
27768
27769 \begin_inset space \thinspace{}
27770 \end_inset
27771
27772 ), Vous pouvez utiliser la commande incorporée 
27773 \series bold
27774
27775 \backslash
27776 setkomafont 
27777 \series default
27778 du paquetage
27779 \series bold
27780  KOMA-Script 
27781 \series default
27782 à la place du paquetage
27783 \series bold
27784  caption.
27785  
27786 \series default
27787 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27788  suivante au préambule de votre document :
27789 \end_layout
27790
27791 \begin_layout Standard
27792
27793 \series bold
27794
27795 \backslash
27796 setkomafont{captionlabel}{
27797 \backslash
27798 bfseries}
27799 \end_layout
27800
27801 \begin_layout Standard
27802 Pour plus d'information au sujet de 
27803 \series bold
27804
27805 \backslash
27806 setkomafont
27807 \series default
27808  nous vous renvoyons à la documentation du paquetage 
27809 \series bold
27810 KOMA-Script
27811 \series default
27812  
27813 \begin_inset CommandInset citation
27814 LatexCommand cite
27815 key "KOMA-Script"
27816
27817 \end_inset
27818
27819 .
27820 \end_layout
27821
27822 \begin_layout Standard
27823 \begin_inset ERT
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828
27829 \backslash
27830 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27831 }
27832 \end_layout
27833
27834 \end_inset
27835
27836
27837 \begin_inset Note Note
27838 status open
27839
27840 \begin_layout Plain Layout
27841 Le format de la légende n'est modifié que pour cet exemple.
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \begin_layout Standard
27850 \begin_inset Float figure
27851 placement !p
27852 wide false
27853 sideways false
27854 status open
27855
27856 \begin_layout Plain Layout
27857 \align center
27858 \begin_inset Graphics
27859         filename ../clipart/mobius.eps
27860         lyxscale 50
27861         scale 50
27862         scaleBeforeRotation
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \begin_layout Plain Layout
27870 \begin_inset Caption Standard
27871
27872 \begin_layout Plain Layout
27873 \begin_inset CommandInset label
27874 LatexCommand label
27875 name "fig:Legende-de-fig"
27876
27877 \end_inset
27878
27879 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27880  pour montrer les différents types de formats de légendes.
27881  Ici on a utilisé un format de légende personnalisé.
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \begin_layout Standard
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899
27900
27901 \backslash
27902 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27903 on}
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset Float table
27913 placement !p
27914 wide false
27915 sideways false
27916 status open
27917
27918 \begin_layout Plain Layout
27919 \begin_inset Caption Standard
27920
27921 \begin_layout Plain Layout
27922 \begin_inset CommandInset label
27923 LatexCommand label
27924 name "tab:Légende-de-tab"
27925
27926 \end_inset
27927
27928 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27929  pour montrer les différents types de formats de légendes.
27930  Ici on a utilisé le format de légende implicite.
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Plain Layout
27939 \align center
27940 \begin_inset Tabular
27941 <lyxtabular version="3" rows="1" columns="5">
27942 <features tabularvalignment="middle">
27943 <column alignment="center" valignment="top">
27944 <column alignment="center" valignment="top">
27945 <column alignment="center" valignment="top">
27946 <column alignment="center" valignment="top">
27947 <column alignment="center" valignment="top">
27948 <row>
27949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 a
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 b
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 c
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 d
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989 e
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 </row>
27995 </lyxtabular>
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Section
28008 Positionnement de la Légende
28009 \begin_inset Index idx
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013 Légende ! Placement
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \begin_inset Index idx
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 Flottants ! Placement de la légende
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \begin_inset CommandInset label
28030 LatexCommand label
28031 name "sec:Placement-légende"
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 La règle habituelle pour placer la légende est :
28040 \end_layout
28041
28042 \begin_layout Description
28043 Figure
28044 \begin_inset space ~
28045 \end_inset
28046
28047 : La légende est placée en dessous de la figure
28048 \end_layout
28049
28050 \begin_layout Description
28051 Tableau
28052 \begin_inset space ~
28053 \end_inset
28054
28055 : La légende est placée au dessus du tableau
28056 \end_layout
28057
28058 \begin_layout Standard
28059 Malheureusement les classes standard de \SpecialChar LaTeX
28060  ne gèrent pas les légendes au dessus
28061  des tableaux.
28062  Ce qui fait que si vous utilisez une des classes de document 
28063 \family sans
28064 article
28065 \family default
28066
28067 \family sans
28068 book
28069 \family default
28070
28071 \family sans
28072 letter
28073 \family default
28074 , ou 
28075 \family sans
28076 report
28077 \family default
28078  il n'y aura pas d'espace libre entre la légende et le tableau.
28079  Pour insérer l'espace nécessaire, 
28080 \lang english
28081 load
28082 \lang french
28083  le paquetage \SpecialChar LaTeX
28084  
28085 \series bold
28086 caption
28087 \series default
28088
28089 \begin_inset Index idx
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093 Paquetages \SpecialChar LaTeX
28094  ! caption
28095 \end_layout
28096
28097 \end_inset
28098
28099  dans le préambule de votre document avec l'option
28100 \begin_inset Foot
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104 Voir la section
28105 \begin_inset space ~
28106 \end_inset
28107
28108
28109 \begin_inset CommandInset ref
28110 LatexCommand ref
28111 reference "sec:Formatage-légende"
28112
28113 \end_inset
28114
28115  pour plus d'information sur le paquetage 
28116 \series bold
28117 caption
28118 \series default
28119 .
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128
28129 \series bold
28130 tableposition=top
28131 \end_layout
28132
28133 \begin_layout Standard
28134 Si vous utilisez une classe de document 
28135 \series bold
28136 KOMA-Script
28137 \series default
28138
28139 \begin_inset Index idx
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143 Paquetages \SpecialChar LaTeX
28144  ! KOMA-Script
28145 \end_layout
28146
28147 \end_inset
28148
28149  (
28150 \family sans
28151 article (KOMA-Script)
28152 \family default
28153
28154 \family sans
28155 book (KOMA-Script)
28156 \family default
28157
28158 \family sans
28159 letter (KOMA-Script)
28160 \family default
28161 , ou 
28162 \family sans
28163 report (KOMA-Script)
28164 \family default
28165
28166 \begin_inset space \thinspace{}
28167 \end_inset
28168
28169 ), vous pouvez utiliser à la place du paquetage 
28170 \series bold
28171 caption
28172 \series default
28173  l'option
28174 \end_layout
28175
28176 \begin_layout Standard
28177
28178 \series bold
28179 captions=tableheading
28180 \end_layout
28181
28182 \begin_layout Standard
28183 de la classe de document.
28184 \begin_inset Foot
28185 status open
28186
28187 \begin_layout Plain Layout
28188 Cette option est utilisée dans le document
28189 \end_layout
28190
28191 \end_inset
28192
28193
28194 \end_layout
28195
28196 \begin_layout Standard
28197 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28198  le menu contextuel dans une légende avec un clic droit et indiquer si la
28199  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28200  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28201  pour certaines d'entre elles.
28202  Le tableau
28203 \begin_inset space ~
28204 \end_inset
28205
28206
28207 \begin_inset CommandInset ref
28208 LatexCommand ref
28209 reference "tab:A-caption-marked"
28210
28211 \end_inset
28212
28213  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28214  alors qu'elle est insérée au-dessus.
28215  Par comparaison, la légende du tableau
28216 \begin_inset space ~
28217 \end_inset
28218
28219
28220 \begin_inset CommandInset ref
28221 LatexCommand ref
28222 reference "tab:A-standard-table"
28223
28224 \end_inset
28225
28226  n'est pas repositionnée.
28227 \end_layout
28228
28229 \begin_layout Standard
28230 \begin_inset Float table
28231 wide false
28232 sideways false
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset Caption Below
28237
28238 \begin_layout Plain Layout
28239 \begin_inset CommandInset label
28240 LatexCommand label
28241 name "tab:A-caption-marked"
28242
28243 \end_inset
28244
28245 Une légende positionnée sous le tableau par le menu contextuel
28246 \lang english
28247 .
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Plain Layout
28256 \align center
28257 \begin_inset Tabular
28258 <lyxtabular version="3" rows="3" columns="3">
28259 <features tabularvalignment="middle">
28260 <column alignment="center" valignment="top" width="0pt">
28261 <column alignment="center" valignment="top" width="0pt">
28262 <column alignment="center" valignment="top" width="0pt">
28263 <row>
28264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28265 \begin_inset Text
28266
28267 \begin_layout Plain Layout
28268 1
28269 \end_layout
28270
28271 \end_inset
28272 </cell>
28273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28274 \begin_inset Text
28275
28276 \begin_layout Plain Layout
28277 2
28278 \end_layout
28279
28280 \end_inset
28281 </cell>
28282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28283 \begin_inset Text
28284
28285 \begin_layout Plain Layout
28286 3
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 </row>
28292 <row>
28293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Plain Layout
28297 Jean
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28303 \begin_inset Text
28304
28305 \begin_layout Plain Layout
28306 Marie
28307 \end_layout
28308
28309 \end_inset
28310 </cell>
28311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28312 \begin_inset Text
28313
28314 \begin_layout Plain Layout
28315 Pierre
28316 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 </row>
28321 <row>
28322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28323 \begin_inset Text
28324
28325 \begin_layout Plain Layout
28326 \begin_inset Formula $\int x^{2}dx$
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Plain Layout
28338 \begin_inset Formula $\left[\begin{array}{cc}
28339 a & b\\
28340 c & d
28341 \end{array}\right]$
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \end_inset
28348 </cell>
28349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28350 \begin_inset Text
28351
28352 \begin_layout Plain Layout
28353 \begin_inset Formula $1+1=2$
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \end_inset
28360 </cell>
28361 </row>
28362 </lyxtabular>
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Standard
28375 \begin_inset Float table
28376 wide false
28377 sideways false
28378 status open
28379
28380 \begin_layout Plain Layout
28381 \begin_inset Caption Standard
28382
28383 \begin_layout Plain Layout
28384 \begin_inset CommandInset label
28385 LatexCommand label
28386 name "tab:A-standard-table"
28387
28388 \end_inset
28389
28390 Une légende de tableau standard
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \begin_layout Plain Layout
28399 \align center
28400 \begin_inset Tabular
28401 <lyxtabular version="3" rows="3" columns="3">
28402 <features tabularvalignment="middle">
28403 <column alignment="center" valignment="top" width="0pt">
28404 <column alignment="center" valignment="top" width="0pt">
28405 <column alignment="center" valignment="top" width="0pt">
28406 <row>
28407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28408 \begin_inset Text
28409
28410 \begin_layout Plain Layout
28411 1
28412 \end_layout
28413
28414 \end_inset
28415 </cell>
28416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28417 \begin_inset Text
28418
28419 \begin_layout Plain Layout
28420 2
28421 \end_layout
28422
28423 \end_inset
28424 </cell>
28425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28426 \begin_inset Text
28427
28428 \begin_layout Plain Layout
28429 3
28430 \end_layout
28431
28432 \end_inset
28433 </cell>
28434 </row>
28435 <row>
28436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28437 \begin_inset Text
28438
28439 \begin_layout Plain Layout
28440 Jean
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449 Marie
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28455 \begin_inset Text
28456
28457 \begin_layout Plain Layout
28458 Pierre
28459 \end_layout
28460
28461 \end_inset
28462 </cell>
28463 </row>
28464 <row>
28465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Plain Layout
28469 \begin_inset Formula $\int x^{2}dx$
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Plain Layout
28481 \begin_inset Formula $\left[\begin{array}{cc}
28482 a & b\\
28483 c & d
28484 \end{array}\right]$
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28493 \begin_inset Text
28494
28495 \begin_layout Plain Layout
28496 \begin_inset Formula $1+1=2$
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 </row>
28505 </lyxtabular>
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \begin_inset VSpace bigskip
28519 \end_inset
28520
28521 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28522  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28523  
28524 \series bold
28525 sidecap
28526 \series default
28527
28528 \begin_inset Index idx
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Paquetages \SpecialChar LaTeX
28533  ! sidecap
28534 \end_layout
28535
28536 \end_inset
28537
28538  dans le préambule de votre document avec la ligne de commande suivante
28539 \end_layout
28540
28541 \begin_layout Standard
28542
28543 \series bold
28544
28545 \backslash
28546 usepackage[option]{sidecap}
28547 \end_layout
28548
28549 \begin_layout Standard
28550 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28551  extérieure – à droite sur les pages impaires et à gauche sur les pages
28552  paires.
28553  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28554  
28555 \series bold
28556 innercaption
28557 \series default
28558 .
28559  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28560  
28561 \series bold
28562 rightcaption
28563 \series default
28564  ou 
28565 \series bold
28566 leftcaption
28567 \series default
28568 .
28569 \end_layout
28570
28571 \begin_layout Standard
28572 \begin_inset ERT
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576
28577
28578 \backslash
28579 ifsidecap
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \begin_inset Note Note
28586 status open
28587
28588 \begin_layout Plain Layout
28589 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28590  
28591 \series bold
28592 sidecap
28593 \series default
28594  a été installé.
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28604  ajouter ces commandes dans le préambule de votre document :
28605 \end_layout
28606
28607 \begin_layout Standard
28608 \noindent
28609 \begin_inset CommandInset line
28610 LatexCommand rule
28611 offset "0.5ex"
28612 width "100line%"
28613 height "1pt"
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621
28622 \series bold
28623
28624 \backslash
28625 newcommand{
28626 \backslash
28627 TabBesBeg}[1][1.0]{%
28628 \begin_inset Newline newline
28629 \end_inset
28630
28631
28632 \begin_inset Phantom HPhantom
28633 status open
28634
28635 \begin_layout Plain Layout
28636 \begin_inset space ~
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \backslash
28646 let
28647 \backslash
28648 MyTable
28649 \backslash
28650 table
28651 \begin_inset Newline newline
28652 \end_inset
28653
28654
28655 \begin_inset Phantom HPhantom
28656 status open
28657
28658 \begin_layout Plain Layout
28659
28660 \series medium
28661 \begin_inset space ~
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \backslash
28671 let
28672 \backslash
28673 MyEndtable
28674 \backslash
28675 endtable
28676 \begin_inset Newline newline
28677 \end_inset
28678
28679
28680 \begin_inset Phantom HPhantom
28681 status open
28682
28683 \begin_layout Plain Layout
28684
28685 \series medium
28686 \begin_inset space ~
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \backslash
28696 renewenvironment{table}[1]{
28697 \backslash
28698 begin{SCtable}[#1]##1}{
28699 \backslash
28700 end{SCtable}}}
28701 \end_layout
28702
28703 \begin_layout Standard
28704
28705 \series bold
28706
28707 \backslash
28708 newcommand{
28709 \backslash
28710 TabBesEnd}{%
28711 \begin_inset Newline newline
28712 \end_inset
28713
28714
28715 \begin_inset Phantom HPhantom
28716 status open
28717
28718 \begin_layout Plain Layout
28719 \begin_inset space ~
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \end_inset
28726
28727
28728 \backslash
28729 let
28730 \backslash
28731 table
28732 \backslash
28733 MyTable
28734 \begin_inset Newline newline
28735 \end_inset
28736
28737
28738 \begin_inset Phantom HPhantom
28739 status open
28740
28741 \begin_layout Plain Layout
28742 \begin_inset space ~
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \backslash
28752 let
28753 \backslash
28754 endtable
28755 \backslash
28756 MyEndtable
28757 \end_layout
28758
28759 \begin_layout Standard
28760
28761 \series bold
28762
28763 \backslash
28764 newcommand{
28765 \backslash
28766 FigBesBeg}[1][1.0]{%
28767 \begin_inset Newline newline
28768 \end_inset
28769
28770
28771 \begin_inset Phantom HPhantom
28772 status open
28773
28774 \begin_layout Plain Layout
28775 \begin_inset space ~
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \backslash
28785 let
28786 \backslash
28787 MyFigure
28788 \backslash
28789 figure
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793
28794 \begin_inset Phantom HPhantom
28795 status open
28796
28797 \begin_layout Plain Layout
28798 \begin_inset space ~
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \backslash
28808 let
28809 \backslash
28810 MyEndfigure
28811 \backslash
28812 endfigure
28813 \begin_inset Newline newline
28814 \end_inset
28815
28816
28817 \begin_inset Phantom HPhantom
28818 status open
28819
28820 \begin_layout Plain Layout
28821 \begin_inset space ~
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \backslash
28831 renewenvironment{figure}[1]{
28832 \backslash
28833 begin{SCfigure}[#1]##1}{
28834 \backslash
28835 end{SCfigure}}}
28836 \end_layout
28837
28838 \begin_layout Standard
28839
28840 \series bold
28841
28842 \backslash
28843 newcommand{
28844 \backslash
28845 FigBesEnd}{%
28846 \begin_inset Newline newline
28847 \end_inset
28848
28849
28850 \begin_inset Phantom HPhantom
28851 status open
28852
28853 \begin_layout Plain Layout
28854 \begin_inset space ~
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \backslash
28864 let
28865 \backslash
28866 figure
28867 \backslash
28868 MyFigure
28869 \begin_inset Newline newline
28870 \end_inset
28871
28872
28873 \begin_inset Phantom HPhantom
28874 status open
28875
28876 \begin_layout Plain Layout
28877 \begin_inset space ~
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \backslash
28887 let
28888 \backslash
28889 endfigure
28890 \backslash
28891 MyEndfigure}
28892 \end_layout
28893
28894 \begin_layout Standard
28895 \noindent
28896 \begin_inset CommandInset line
28897 LatexCommand rule
28898 offset "0.5ex"
28899 width "100line%"
28900 height "1pt"
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Standard
28908 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28909  la légende se place sur le côté.
28910  Pour les flottants de figure, utilisez la commande
28911 \end_layout
28912
28913 \begin_layout Standard
28914
28915 \series bold
28916
28917 \backslash
28918 FigBesBeg
28919 \end_layout
28920
28921 \begin_layout Standard
28922 en code \SpecialChar TeX
28923  avant le flottant.
28924  Et insérez la commande
28925 \end_layout
28926
28927 \begin_layout Standard
28928
28929 \series bold
28930
28931 \backslash
28932 FigBesEnd
28933 \end_layout
28934
28935 \begin_layout Standard
28936 en code \SpecialChar TeX
28937  à l'endroit où vous voulez revenir à la définition originale du
28938  flottant.
28939 \end_layout
28940
28941 \begin_layout Standard
28942 Pour les flottants de tableau, utilisez les commandes correspondantes
28943 \end_layout
28944
28945 \begin_layout Standard
28946
28947 \series bold
28948
28949 \backslash
28950 TabBesBeg
28951 \series default
28952  et 
28953 \series bold
28954
28955 \backslash
28956 TabBesEnd
28957 \end_layout
28958
28959 \begin_layout Standard
28960 La figure
28961 \begin_inset space ~
28962 \end_inset
28963
28964
28965 \begin_inset CommandInset ref
28966 LatexCommand ref
28967 reference "fig:legende-a-coté-fig"
28968
28969 \end_inset
28970
28971  et le tableau
28972 \begin_inset space ~
28973 \end_inset
28974
28975
28976 \begin_inset CommandInset ref
28977 LatexCommand ref
28978 reference "tab:legende-à-coté-tableau"
28979
28980 \end_inset
28981
28982  sont des exemples où la légende a été mises sur le coté.
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28987  pour les flottants de tableau et vers le bas pour les flottants de figure.
28988  Pour changer ce comportement, vous pouvez utiliser les commandes
28989 \end_layout
28990
28991 \begin_layout Standard
28992
28993 \series bold
28994
28995 \backslash
28996 sidecaptionvpos{type flottant}{placement}
28997 \end_layout
28998
28999 \begin_layout Standard
29000 dans le préambule du document ou en code \SpecialChar TeX
29001  juste avant le flottant visé.
29002  Le type du flottant est soit 
29003 \family sans
29004 figure
29005 \family default
29006  soit 
29007 \family sans
29008 table
29009 \family default
29010 , le placement peut être 
29011 \begin_inset Quotes fld
29012 \end_inset
29013
29014
29015 \family sans
29016 t
29017 \family default
29018
29019 \begin_inset Quotes frd
29020 \end_inset
29021
29022  pour haut (top), 
29023 \begin_inset Quotes fld
29024 \end_inset
29025
29026
29027 \family sans
29028 c
29029 \family default
29030
29031 \begin_inset Quotes frd
29032 \end_inset
29033
29034
29035 \begin_inset Quotes erd
29036 \end_inset
29037
29038  pour centre (center), ou 
29039 \begin_inset Quotes fld
29040 \end_inset
29041
29042
29043 \family sans
29044 b
29045 \family default
29046
29047 \begin_inset Quotes frd
29048 \end_inset
29049
29050  pour bas (bottom).
29051  Pour que, par exemple, les légendes des flottants de figure soient centrés
29052  verticalement, utilisez la commande
29053 \end_layout
29054
29055 \begin_layout Standard
29056
29057 \series bold
29058
29059 \backslash
29060 sidecaptionvpos{figure}{c}
29061 \end_layout
29062
29063 \begin_layout Standard
29064 C'est ce qui a été utilisé pour la figure
29065 \begin_inset space ~
29066 \end_inset
29067
29068
29069 \begin_inset CommandInset ref
29070 LatexCommand ref
29071 reference "fig:legende-à-coté-fig-2"
29072
29073 \end_inset
29074
29075 .
29076 \end_layout
29077
29078 \begin_layout Standard
29079 \begin_inset VSpace medskip
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Standard
29086 La largeur de légende par défaut est celle de l'image ou du tableau.
29087  Pour des images ou des tableaux étroits, comme le tableau
29088 \begin_inset space ~
29089 \end_inset
29090
29091
29092 \begin_inset CommandInset ref
29093 LatexCommand ref
29094 reference "tab:legende-à-coté-tableau"
29095
29096 \end_inset
29097
29098 , cela donne des légendes trop étroites.
29099  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29100  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29101  La largeur de la légende sera automatiquement recalculée dans le cas où
29102  cette dernière déborderait dans la marge de la page ou de la colonne à
29103  cause de la largeur indiquée.
29104  Le 
29105 \emph on
29106 facteur 
29107 \emph default
29108 peut soit être donné comme argument pour 
29109 \series bold
29110
29111 \backslash
29112 FigBesBeg
29113 \series default
29114 :
29115 \end_layout
29116
29117 \begin_layout Standard
29118
29119 \series bold
29120
29121 \backslash
29122 FigBesBeg[facteur]
29123 \end_layout
29124
29125 \begin_layout Standard
29126 ou dans la définition de 
29127 \series bold
29128
29129 \backslash
29130 FigBesBeg 
29131 \series default
29132 en remplaçant le
29133 \series bold
29134  1.0 
29135 \series default
29136 par une autre valeur.
29137  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29138  façon implicite quand  
29139 \series bold
29140
29141 \backslash
29142 FigBesBeg
29143 \series default
29144  est utilisé sans argument.
29145  Pour le tableau
29146 \begin_inset space ~
29147 \end_inset
29148
29149
29150 \begin_inset CommandInset ref
29151 LatexCommand ref
29152 reference "tab:cap-beside-tab-wider"
29153
29154 \end_inset
29155
29156  on a utilisé 5 comme facteur.
29157 \end_layout
29158
29159 \begin_layout Standard
29160
29161 \lang english
29162 \begin_inset Note Greyedout
29163 status open
29164
29165 \begin_layout Plain Layout
29166
29167 \series bold
29168 Note:
29169 \series default
29170  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29171  utiliser l'option de placement, 
29172 \family sans
29173 Ici
29174 \begin_inset space ~
29175 \end_inset
29176
29177 à
29178 \begin_inset space ~
29179 \end_inset
29180
29181 tout
29182 \begin_inset space ~
29183 \end_inset
29184
29185 prix
29186 \family default
29187  parce qu'elle n'est pas gérée par 
29188 \series bold
29189 sidecap
29190 \series default
29191 .
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \begin_inset VSpace medskip
29201 \end_inset
29202
29203 Pour plus d'information sur le paquetage 
29204 \series bold
29205 sidecap
29206 \series default
29207  nous vous renvoyons à sa documentation 
29208 \begin_inset CommandInset citation
29209 LatexCommand cite
29210 key "sidecap"
29211
29212 \end_inset
29213
29214 .
29215 \end_layout
29216
29217 \begin_layout Standard
29218 \begin_inset Note Greyedout
29219 status open
29220
29221 \begin_layout Plain Layout
29222
29223 \series bold
29224 Note:
29225 \series default
29226  Le paquetage \SpecialChar LaTeX
29227  
29228 \series bold
29229 hypcap
29230 \series default
29231
29232 \begin_inset Index idx
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236 Paquetages \SpecialChar LaTeX
29237  ! hypcap
29238 \end_layout
29239
29240 \end_inset
29241
29242 , qui est décrit dans la section
29243 \begin_inset space ~
29244 \end_inset
29245
29246
29247 \begin_inset CommandInset ref
29248 LatexCommand ref
29249 reference "subsec:Reference-Position"
29250
29251 \end_inset
29252
29253 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \begin_layout Standard
29262 \begin_inset ERT
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267
29268 \backslash
29269 FigBesBeg 
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \begin_layout Standard
29278 \begin_inset Float figure
29279 wide false
29280 sideways false
29281 status open
29282
29283 \begin_layout Plain Layout
29284 \begin_inset Graphics
29285         filename ../clipart/escher-lsd.eps
29286         scale 75
29287         scaleBeforeRotation
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Plain Layout
29295 \begin_inset Caption Standard
29296
29297 \begin_layout Plain Layout
29298 \begin_inset CommandInset label
29299 LatexCommand label
29300 name "fig:legende-a-coté-fig"
29301
29302 \end_inset
29303
29304 Une légende à côté d'une figure.
29305 \end_layout
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Standard
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323
29324 \backslash
29325 FigBesEnd
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339
29340 \backslash
29341 TabBesBeg 
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Standard
29350 \begin_inset Float table
29351 wide false
29352 sideways false
29353 status open
29354
29355 \begin_layout Plain Layout
29356 \begin_inset Caption Standard
29357
29358 \begin_layout Plain Layout
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "tab:legende-à-coté-tableau"
29362
29363 \end_inset
29364
29365 Une légende à côté d'un tableau.
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Plain Layout
29374 \begin_inset Tabular
29375 <lyxtabular version="3" rows="4" columns="5">
29376 <features tabularvalignment="middle">
29377 <column alignment="center" valignment="top">
29378 <column alignment="center" valignment="top">
29379 <column alignment="center" valignment="top">
29380 <column alignment="center" valignment="top">
29381 <column alignment="center" valignment="top">
29382 <row>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 a
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29393 \begin_inset Text
29394
29395 \begin_layout Plain Layout
29396
29397 \end_layout
29398
29399 \end_inset
29400 </cell>
29401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 b
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 c
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 </row>
29429 <row>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 d
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 e
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Plain Layout
29470
29471 \end_layout
29472
29473 \end_inset
29474 </cell>
29475 </row>
29476 <row>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 f
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 g
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 h
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 </row>
29523 <row>
29524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Plain Layout
29528
29529 \end_layout
29530
29531 \end_inset
29532 </cell>
29533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29534 \begin_inset Text
29535
29536 \begin_layout Plain Layout
29537 i
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29543 \begin_inset Text
29544
29545 \begin_layout Plain Layout
29546
29547 \end_layout
29548
29549 \end_inset
29550 </cell>
29551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 j
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 </row>
29570 </lyxtabular>
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Standard
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588
29589 \backslash
29590 TabBesEnd
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 FigBesBeg 
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Standard
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620
29621 \backslash
29622 sidecaptionvpos{figure}{c}
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \begin_inset Float figure
29629 wide false
29630 sideways false
29631 status open
29632
29633 \begin_layout Plain Layout
29634 \begin_inset Graphics
29635         filename ../clipart/escher-lsd.eps
29636         scale 75
29637         scaleBeforeRotation
29638
29639 \end_inset
29640
29641
29642 \end_layout
29643
29644 \begin_layout Plain Layout
29645 \begin_inset Caption Standard
29646
29647 \begin_layout Plain Layout
29648 \begin_inset CommandInset label
29649 LatexCommand label
29650 name "fig:legende-à-coté-fig-2"
29651
29652 \end_inset
29653
29654 Une légende centrée verticalement à côté d'une figure.
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668 \begin_inset ERT
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672
29673
29674 \backslash
29675 FigBesEnd
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Standard
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 TabBesBeg[5]
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \begin_layout Standard
29700 \begin_inset Float table
29701 wide false
29702 sideways false
29703 status open
29704
29705 \begin_layout Plain Layout
29706 \begin_inset Caption Standard
29707
29708 \begin_layout Plain Layout
29709
29710 \lang english
29711 \begin_inset CommandInset label
29712 LatexCommand label
29713 name "tab:cap-beside-tab-wider"
29714
29715 \end_inset
29716
29717 This is a caption is wider than the one in
29718 \lang french
29719  tableau
29720 \begin_inset space ~
29721 \end_inset
29722
29723
29724 \begin_inset CommandInset ref
29725 LatexCommand ref
29726 reference "tab:legende-à-coté-tableau"
29727
29728 \end_inset
29729
29730 .
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Plain Layout
29739 \begin_inset Tabular
29740 <lyxtabular version="3" rows="4" columns="5">
29741 <features tabularvalignment="middle">
29742 <column alignment="center" valignment="top">
29743 <column alignment="center" valignment="top">
29744 <column alignment="center" valignment="top">
29745 <column alignment="center" valignment="top">
29746 <column alignment="center" valignment="top">
29747 <row>
29748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29749 \begin_inset Text
29750
29751 \begin_layout Plain Layout
29752 a
29753 \end_layout
29754
29755 \end_inset
29756 </cell>
29757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29758 \begin_inset Text
29759
29760 \begin_layout Plain Layout
29761
29762 \end_layout
29763
29764 \end_inset
29765 </cell>
29766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29767 \begin_inset Text
29768
29769 \begin_layout Plain Layout
29770 b
29771 \end_layout
29772
29773 \end_inset
29774 </cell>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Plain Layout
29779
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788 c
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 </row>
29794 <row>
29795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799
29800 \end_layout
29801
29802 \end_inset
29803 </cell>
29804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Plain Layout
29808 d
29809 \end_layout
29810
29811 \end_inset
29812 </cell>
29813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29814 \begin_inset Text
29815
29816 \begin_layout Plain Layout
29817
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Plain Layout
29826 e
29827 \end_layout
29828
29829 \end_inset
29830 </cell>
29831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29832 \begin_inset Text
29833
29834 \begin_layout Plain Layout
29835
29836 \end_layout
29837
29838 \end_inset
29839 </cell>
29840 </row>
29841 <row>
29842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29843 \begin_inset Text
29844
29845 \begin_layout Plain Layout
29846 f
29847 \end_layout
29848
29849 \end_inset
29850 </cell>
29851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29852 \begin_inset Text
29853
29854 \begin_layout Plain Layout
29855
29856 \end_layout
29857
29858 \end_inset
29859 </cell>
29860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29861 \begin_inset Text
29862
29863 \begin_layout Plain Layout
29864 g
29865 \end_layout
29866
29867 \end_inset
29868 </cell>
29869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29870 \begin_inset Text
29871
29872 \begin_layout Plain Layout
29873
29874 \end_layout
29875
29876 \end_inset
29877 </cell>
29878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29879 \begin_inset Text
29880
29881 \begin_layout Plain Layout
29882 h
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 </row>
29888 <row>
29889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29890 \begin_inset Text
29891
29892 \begin_layout Plain Layout
29893
29894 \end_layout
29895
29896 \end_inset
29897 </cell>
29898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29899 \begin_inset Text
29900
29901 \begin_layout Plain Layout
29902 i
29903 \end_layout
29904
29905 \end_inset
29906 </cell>
29907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29908 \begin_inset Text
29909
29910 \begin_layout Plain Layout
29911
29912 \end_layout
29913
29914 \end_inset
29915 </cell>
29916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29917 \begin_inset Text
29918
29919 \begin_layout Plain Layout
29920 j
29921 \end_layout
29922
29923 \end_inset
29924 </cell>
29925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Plain Layout
29929
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 </row>
29935 </lyxtabular>
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \end_layout
29946
29947 \begin_layout Standard
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953
29954 \backslash
29955 TabBesEnd
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \end_layout
29962
29963 \begin_layout Standard
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969
29970 \backslash
29971 else
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \begin_inset Note Note
29978 status open
29979
29980 \begin_layout Plain Layout
29981 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
29982  
29983 \series bold
29984 sidecap
29985 \series default
29986  n'est pas installé :
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 Vous devez installer le paquetage \SpecialChar LaTeX
29996  
29997 \series bold
29998 sidecap
29999 \series default
30000  pour voir la suite de cette section dans la sortie imprimée.
30001 \end_layout
30002
30003 \begin_layout Standard
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 fi
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \begin_layout Section
30020 Les listes de flottants
30021 \begin_inset Index idx
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025 Flottants ! Listes de Flottants
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Standard
30034 De la même façon que la table des matières fait la liste des sections du
30035  document, il y a des listes pour tous les types de flottants, comme par
30036  exemple pour les figures du document.
30037  Vous pouvez les insérer en utilisant le menu 
30038 \family sans
30039 Insertion\SpecialChar menuseparator
30040 Listes
30041 \begin_inset space ~
30042 \end_inset
30043
30044 &
30045 \begin_inset space ~
30046 \end_inset
30047
30048 TdM
30049 \family default
30050 .
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Les entrées de la liste sont la légende du flottant ou éventuellement le
30055  titre court, le numéro du flottant, et le numéro de la page où le flottant
30056  apparaît dans le document.
30057 \end_layout
30058
30059 \begin_layout Standard
30060 Vous trouverez à la fin de ce document une liste des figures et une liste
30061  des tableaux.
30062 \end_layout
30063
30064 \begin_layout Chapter
30065 Notes
30066 \end_layout
30067
30068 \begin_layout Section
30069 Les notes de \SpecialChar LyX
30070
30071 \begin_inset Index idx
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075 Notes ! Notes \SpecialChar LyX
30076  
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 On peut insérer une note en utilisant le bouton 
30086 \begin_inset Info
30087 type  "icon"
30088 arg   "note-insert"
30089 \end_inset
30090
30091  de la barre d'outils ou avec le menu 
30092 \family sans
30093 Insertion\SpecialChar menuseparator
30094 Note
30095 \family default
30096 .
30097  Il y a trois types de notes :
30098 \end_layout
30099
30100 \begin_layout Description
30101 Note
30102 \begin_inset space ~
30103 \end_inset
30104
30105 \SpecialChar LyX
30106  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30107  La boîte de cette note ressemble à ceci :
30108 \begin_inset Newline newline
30109 \end_inset
30110
30111
30112 \begin_inset Newline newline
30113 \end_inset
30114
30115
30116 \begin_inset Graphics
30117         filename clipart/LyXNoteImageQt4.png
30118         display false
30119         scale 65
30120         scaleBeforeRotation
30121
30122 \end_inset
30123
30124  
30125 \begin_inset Note Note
30126 status open
30127
30128 \begin_layout Plain Layout
30129 Le texte de cette note n'apparaîtra pas à l'impression.
30130 \end_layout
30131
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Description
30138 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30139  il est inséré comme un commentaire \SpecialChar LaTeX
30140  quand vous exportez votre document
30141  vers un fichier au format \SpecialChar LaTeX
30142  avec le menu 
30143 \family sans
30144 Fichier\SpecialChar menuseparator
30145 Exporter\SpecialChar menuseparator
30146 \SpecialChar LaTeX
30147  (pdflatex) / (plain)
30148 \family default
30149 .
30150  La boîte de cette note ressemble à ceci :
30151 \begin_inset Newline newline
30152 \end_inset
30153
30154
30155 \begin_inset Newline newline
30156 \end_inset
30157
30158
30159 \begin_inset Graphics
30160         filename clipart/CommentNoteImageQt4.png
30161         display false
30162         scale 55
30163         scaleBeforeRotation
30164
30165 \end_inset
30166
30167  
30168 \begin_inset Note Comment
30169 status open
30170
30171 \begin_layout Plain Layout
30172 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30173  \SpecialChar LaTeX
30174 .
30175 \end_layout
30176
30177 \end_inset
30178
30179
30180 \end_layout
30181
30182 \begin_layout Description
30183 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30184  La boîte de cette note ressemble à ceci :
30185 \begin_inset Newline newline
30186 \end_inset
30187
30188
30189 \begin_inset Newline newline
30190 \end_inset
30191
30192
30193 \begin_inset Graphics
30194         filename clipart/GreyedOutNoteImageQt4.png
30195         lyxscale 80
30196         display false
30197         scale 55
30198         scaleBeforeRotation
30199
30200 \end_inset
30201
30202
30203 \begin_inset Newline newline
30204 \end_inset
30205
30206
30207 \begin_inset ERT
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211
30212
30213 \backslash
30214 renewenvironment{lyxgreyedout}
30215 \end_layout
30216
30217 \begin_layout Plain Layout
30218
30219 {
30220 \backslash
30221 textcolor[gray]{0.8}
30222 \backslash
30223 bgroup}{
30224 \backslash
30225 egroup}
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \begin_inset Note Greyedout
30232 status open
30233
30234 \begin_layout Plain Layout
30235 Le texte
30236 \begin_inset Foot
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30241  grisé.
30242  
30243 \end_layout
30244
30245 \end_inset
30246
30247  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258
30259 \backslash
30260 renewenvironment{lyxgreyedout}
30261 \end_layout
30262
30263 \begin_layout Plain Layout
30264
30265 {
30266 \backslash
30267 textcolor{blue}
30268 \backslash
30269 bgroup}{
30270 \backslash
30271 egroup}
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \begin_inset Note Note
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30282  originale qu'elle a dans \SpecialChar LyX
30283 .
30284  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30285  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294
30295 \begin_inset Newline newline
30296 \end_inset
30297
30298 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30299  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 \begin_inset VSpace bigskip
30304 \end_inset
30305
30306 Quand vous utilisez le bouton 
30307 \begin_inset Info
30308 type  "icon"
30309 arg   "note-insert"
30310 \end_inset
30311
30312  de la barre d'outils, vous insérez une 
30313 \family sans
30314 Note
30315 \begin_inset space ~
30316 \end_inset
30317
30318 \SpecialChar LyX
30319
30320 \family default
30321 .
30322  
30323 \lang english
30324 You can switch between the three note types by right-clicking on the note-box.
30325
30326 \lang french
30327  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30328 la et cliquez sur le bouton d'insertion de note.
30329  Pour retransformer une note en texte, appuyez sur la touche 
30330 \family sans
30331 backspace
30332 \family default
30333  quand le curseur est au tout début de la note ou appuyez sur la touche
30334  
30335 \family sans
30336 Suppr.
30337
30338 \family default
30339  quand le curseur se trouve à la fin de la note.
30340 \end_layout
30341
30342 \begin_layout Standard
30343 \begin_inset VSpace bigskip
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350 Vous pouvez changer la couleur des notes grisées dans le menu 
30351 \family sans
30352 Document\SpecialChar menuseparator
30353 Paramètres\SpecialChar menuseparator
30354 Couleurs
30355 \family default
30356 .
30357 \end_layout
30358
30359 \begin_layout Section
30360 Notes en bas de page
30361 \begin_inset CommandInset label
30362 LatexCommand label
30363 name "sec:Notes-bas-de-page"
30364
30365 \end_inset
30366
30367
30368 \begin_inset Index idx
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372 Notes ! Notes de bas de page
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset Index idx
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Notes de bas de page
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \begin_layout Standard
30391 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30392  
30393 \begin_inset Info
30394 type  "icon"
30395 arg   "footnote-insert"
30396 \end_inset
30397
30398  de la barre d'outils, soit en utilisant le menu 
30399 \family sans
30400 Insertion\SpecialChar menuseparator
30401 Note
30402 \begin_inset space ~
30403 \end_inset
30404
30405 en
30406 \begin_inset space ~
30407 \end_inset
30408
30409 Bas
30410 \begin_inset space ~
30411 \end_inset
30412
30413 de
30414 \begin_inset space ~
30415 \end_inset
30416
30417 Page
30418 \family default
30419 .
30420  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30421  rouge 
30422 \begin_inset Quotes fld
30423 \end_inset
30424
30425 bas
30426 \begin_inset Quotes frd
30427 \end_inset
30428
30429  qui ressemble à ceci : 
30430 \begin_inset Graphics
30431         filename clipart/footnoteQt4.png
30432         scale 80
30433         scaleBeforeRotation
30434
30435 \end_inset
30436
30437  Vous pouvez y entrer votre texte.
30438  Si vous voulez transformer du texte déjà existant en note en bas de page,
30439  sélectionnez-le et cliquez sur le bouton 
30440 \family sans
30441 Note
30442 \begin_inset space ~
30443 \end_inset
30444
30445 en
30446 \begin_inset space ~
30447 \end_inset
30448
30449 Bas
30450 \begin_inset space ~
30451 \end_inset
30452
30453 de
30454 \begin_inset space ~
30455 \end_inset
30456
30457 Page
30458 \family default
30459  de la barre d'outils.
30460  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30461  
30462 \family sans
30463 Backspace
30464 \family default
30465  quand le curseur est au tout début de la note ou appuyez sur la touche
30466  
30467 \family sans
30468 Suppr.
30469
30470 \family default
30471  quand le curseur se trouve à la fin de la note.
30472 \end_layout
30473
30474 \begin_layout Standard
30475 Voici un exemple de note en bas de page:
30476 \begin_inset Foot
30477 status open
30478
30479 \begin_layout Plain Layout
30480 \begin_inset CommandInset label
30481 LatexCommand label
30482 name "fn:Note-en-bas"
30483
30484 \end_inset
30485
30486 Ceci est un exemple de note en bas de page.
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497
30498 \backslash
30499 newcounter{MyRepeatFoot}
30500 \end_layout
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 setcounter{MyRepeatFoot}{
30507 \backslash
30508 thefootnote}
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \begin_layout Standard
30517 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30518  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30519  de note.
30520  Le texte de la note est placé en bas de la page courante.
30521  Le numéro de note est calculé par \SpecialChar LaTeX
30522 , et les numéros se suivent.
30523  Selon votre classe de document les numéros de notes pourront être réinitialisés
30524  à chaque nouveau chapitre.
30525 \end_layout
30526
30527 \begin_layout Standard
30528 On peut faire référence à une note en bas de page comme on le fait avec
30529  les flottants : Insérez une étiquette dans la note et faites une référence
30530  croisée vers cette étiquette comme c'est décrit dans la
30531 \begin_inset space ~
30532 \end_inset
30533
30534
30535 \begin_inset CommandInset ref
30536 LatexCommand ref
30537 reference "sec:Referencer-les-Flottants"
30538
30539 \end_inset
30540
30541 .
30542 \begin_inset Newline newline
30543 \end_inset
30544
30545 Voici une référence à une note de bas de page :
30546 \begin_inset space ~
30547 \end_inset
30548
30549
30550 \begin_inset CommandInset ref
30551 LatexCommand ref
30552 reference "fn:Note-en-bas"
30553
30554 \end_inset
30555
30556 .
30557 \end_layout
30558
30559 \begin_layout Standard
30560 \begin_inset VSpace defskip
30561 \end_inset
30562
30563
30564 \lang english
30565 Footnotes in title environments are usually not numbered with symbols and
30566  they cannot contain several paragraphs.
30567  See for example the footnote in the titling of this document.
30568 \end_layout
30569
30570 \begin_layout Standard
30571 \begin_inset VSpace defskip
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Standard
30578 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30579  par \SpecialChar LaTeX
30580  pour des raisons techniques.
30581  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30582  
30583 \series bold
30584
30585 \backslash
30586 footnotemark{}
30587 \series default
30588  en code \SpecialChar TeX
30589  à la place de la note de bas de page.
30590  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30591  
30592 \series bold
30593
30594 \backslash
30595 footnotetext
30596 \series default
30597  après le tableau.
30598 \begin_inset Newline newline
30599 \end_inset
30600
30601 C'est ce qui a été fait pour le tableau qui suit avec la commande
30602 \end_layout
30603
30604 \begin_layout Standard
30605
30606 \series bold
30607
30608 \backslash
30609 footnotetext{
30610 \series default
30611 Note de bas de page de tableau imprimée.
30612 \series bold
30613 }
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \lang english
30619 \begin_inset Tabular
30620 <lyxtabular version="3" rows="2" columns="1">
30621 <features tabularvalignment="middle">
30622 <column alignment="center" valignment="top">
30623 <row>
30624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30625 \begin_inset Text
30626
30627 \begin_layout Plain Layout
30628 Un exemple de texte
30629 \begin_inset Foot
30630 status open
30631
30632 \begin_layout Plain Layout
30633 Cette note ne sera pas imprimée
30634 \begin_inset space ~
30635 \end_inset
30636
30637 !
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \end_inset
30646 </cell>
30647 </row>
30648 <row>
30649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30650 \begin_inset Text
30651
30652 \begin_layout Plain Layout
30653 Un autre exemple de texte
30654 \begin_inset ERT
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658
30659
30660 \backslash
30661 footnotemark{}
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 </row>
30672 </lyxtabular>
30673
30674 \end_inset
30675
30676
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 footnotetext{
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \lang french
30691 Note de bas de page de tableau imprimée.
30692 \lang english
30693
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699 }
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30709 \begin_inset space ~
30710 \end_inset
30711
30712
30713 \begin_inset CommandInset ref
30714 LatexCommand ref
30715 reference "subsec:Notes-dans-tableau-long"
30716
30717 \end_inset
30718
30719 .
30720 \end_layout
30721
30722 \begin_layout Standard
30723 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30724  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30725 e, vu que la minipage est considérée comme une page se trouvant dans une
30726  autre page.
30727  Pour plus d'information sur les minipages, voyez la section
30728 \begin_inset space ~
30729 \end_inset
30730
30731
30732 \begin_inset CommandInset ref
30733 LatexCommand ref
30734 reference "sec:Minipages"
30735
30736 \end_inset
30737
30738 .
30739  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30740  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30741  la méthode utilisant les commandes 
30742 \series bold
30743
30744 \backslash
30745 footnotemark{}
30746 \series default
30747  et 
30748 \series bold
30749
30750 \backslash
30751 footnotetext
30752 \series default
30753 .
30754 \end_layout
30755
30756 \begin_layout Standard
30757 \begin_inset Box Frameless
30758 position "t"
30759 hor_pos "c"
30760 has_inner_box 1
30761 inner_pos "t"
30762 use_parbox 0
30763 use_makebox 0
30764 width "100col%"
30765 special "none"
30766 height "1in"
30767 height_special "totalheight"
30768 thickness "0.4pt"
30769 separation "3pt"
30770 shadowsize "4pt"
30771 framecolor "black"
30772 backgroundcolor "none"
30773 status open
30774
30775 \begin_layout Plain Layout
30776 Un exemple de texte dans une minipage.
30777 \begin_inset Foot
30778 status open
30779
30780 \begin_layout Plain Layout
30781 Note de bas de page dans la minipage.
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Plain Layout
30790 Un autre exemple de texte dans une minipage.
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 footnotemark{}
30799 \end_layout
30800
30801 \end_inset
30802
30803
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \end_layout
30810
30811 \begin_layout Standard
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817
30818 \backslash
30819 footnotetext{
30820 \end_layout
30821
30822 \end_inset
30823
30824 Note de bas de page en dehors de la minipage.
30825 \begin_inset ERT
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829
30830 }
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 \begin_inset VSpace defskip
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Standard
30846 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30847  utilisez la commande 
30848 \series bold
30849
30850 \backslash
30851 footnotemark[number]
30852 \series default
30853  en code \SpecialChar TeX
30854 .
30855 \begin_inset Newline newline
30856 \end_inset
30857
30858 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30859  votre texte, vous devez enregistrer son numéro.
30860  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30861  ont été insérées en code \SpecialChar TeX
30862  après la note
30863 \begin_inset space ~
30864 \end_inset
30865
30866
30867 \begin_inset CommandInset ref
30868 LatexCommand ref
30869 reference "fn:Note-en-bas"
30870
30871 \end_inset
30872
30873  pour enregistrer son numéro
30874 \begin_inset space ~
30875 \end_inset
30876
30877 :
30878 \end_layout
30879
30880 \begin_layout Standard
30881
30882 \series bold
30883
30884 \backslash
30885 newcounter{MaNoteDupliquee}
30886 \begin_inset Newline newline
30887 \end_inset
30888
30889
30890 \backslash
30891 setcounter{MaNoteDupliquee}{
30892 \backslash
30893 thefootnote}
30894 \end_layout
30895
30896 \begin_layout Standard
30897 La note de bas de page a été créée avec la commande
30898 \begin_inset space ~
30899 \end_inset
30900
30901 :
30902 \end_layout
30903
30904 \begin_layout Standard
30905
30906 \series bold
30907
30908 \backslash
30909 footnotemark[
30910 \backslash
30911 MaNoteDupliquee]
30912 \end_layout
30913
30914 \begin_layout Standard
30915 Voici une note de bas de page dupliquée
30916 \begin_inset space ~
30917 \end_inset
30918
30919 :
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 footnotemark[
30928 \backslash
30929 theMyRepeatFoot]
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Standard
30938 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30939 t du numéro de note et juste utiliser la commande suivante
30940 \end_layout
30941
30942 \begin_layout Standard
30943
30944 \series bold
30945
30946 \backslash
30947 footnotemark[
30948 \backslash
30949 thefootnote]
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Voici une autre note de bas de page dupliquée
30954 \begin_inset space ~
30955 \end_inset
30956
30957 :
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 footnotemark[
30966 \backslash
30967 thefootnote]
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Subsection
30976 Numérotation de notes de bas de page
30977 \begin_inset CommandInset label
30978 LatexCommand label
30979 name "subsec:Numerotation-notes-bas-de-page"
30980
30981 \end_inset
30982
30983
30984 \begin_inset Index idx
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 Notes de bas de page ! Numérotation
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Standard
30997 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30998  ajoutez cette commande dans le préambule de votre document :
30999 \end_layout
31000
31001 \begin_layout Standard
31002
31003 \series bold
31004
31005 \backslash
31006 @addtoreset{footnote}{section}
31007 \end_layout
31008
31009 \begin_layout Standard
31010 \begin_inset VSpace bigskip
31011 \end_inset
31012
31013 La commande de préambule suivante change le style de numérotation des notes
31014  en petits chiffres romains :
31015 \end_layout
31016
31017 \begin_layout Standard
31018
31019 \series bold
31020
31021 \backslash
31022 renewcommand{
31023 \backslash
31024 thefootnote}{
31025 \backslash
31026 roman{footnote}}
31027 \end_layout
31028
31029 \begin_layout Standard
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035
31036 \backslash
31037 renewcommand{
31038 \backslash
31039 thefootnote}{
31040 \backslash
31041 roman{footnote}}
31042 \end_layout
31043
31044 \end_inset
31045
31046  Cette note de bas de page utilise une numérotation en chiffres romains
31047  :
31048 \begin_inset Foot
31049 status open
31050
31051 \begin_layout Plain Layout
31052 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31053  romains.
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31063  la commande précédente 
31064 \series bold
31065
31066 \backslash
31067 roman
31068 \series default
31069  par 
31070 \series bold
31071
31072 \backslash
31073 Roman
31074 \series default
31075 .
31076  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31077  utilisez respectivement soit 
31078 \series bold
31079
31080 \backslash
31081 Alph
31082 \series default
31083  soit 
31084 \series bold
31085
31086 \backslash
31087 alph
31088 \series default
31089 .
31090  Pour les 
31091 \begin_inset Quotes fld
31092 \end_inset
31093
31094 numéroter
31095 \begin_inset Quotes frd
31096 \end_inset
31097
31098  avec des symboles, utilisez 
31099 \series bold
31100
31101 \backslash
31102 fnsymbol
31103 \series default
31104 .
31105 \end_layout
31106
31107 \begin_layout Standard
31108 \begin_inset Note Greyedout
31109 status open
31110
31111 \begin_layout Plain Layout
31112
31113 \series bold
31114 Note:
31115 \series default
31116  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31117  puisque cette numérotation est limitée à des lettres seules.
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \begin_inset Newline newline
31124 \end_inset
31125
31126
31127 \begin_inset Note Greyedout
31128 status open
31129
31130 \begin_layout Plain Layout
31131
31132 \series bold
31133 Note:
31134 \series default
31135  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \begin_layout Standard
31144 Pour revenir au style de numérotation implicite quand vous en avez changé,
31145  utilisez 
31146 \series bold
31147
31148 \backslash
31149 arabic
31150 \series default
31151  à la place de 
31152 \series bold
31153
31154 \backslash
31155 roman
31156 \series default
31157  dans la commande précédente.
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 renewcommand{
31166 \backslash
31167 thefootnote}{
31168 \backslash
31169 arabic{footnote}}
31170 \end_layout
31171
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \begin_layout Standard
31178 \begin_inset VSpace bigskip
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31186  le schéma 
31187 \begin_inset Quotes fld
31188 \end_inset
31189
31190 chapitre.note
31191 \begin_inset Quotes frd
31192 \end_inset
31193
31194 , ajoutez la commande suivante au préambule de votre document :
31195 \end_layout
31196
31197 \begin_layout Standard
31198
31199 \series bold
31200
31201 \backslash
31202 numberwithin{footnote}{chapter}
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Pour pouvoir utiliser la commande 
31207 \series bold
31208
31209 \backslash
31210 numberwithin
31211 \series default
31212 , activez dans la rubrique 
31213 \family sans
31214 Options
31215 \begin_inset space ~
31216 \end_inset
31217
31218 des
31219 \begin_inset space ~
31220 \end_inset
31221
31222 Maths
31223 \family default
31224  dans les paramètres du document, l'option 
31225 \family sans
31226 Utiliser
31227 \begin_inset space ~
31228 \end_inset
31229
31230 le
31231 \begin_inset space ~
31232 \end_inset
31233
31234 paquetage
31235 \begin_inset space ~
31236 \end_inset
31237
31238 maths
31239 \begin_inset space ~
31240 \end_inset
31241
31242 AMS
31243 \family default
31244 .
31245 \end_layout
31246
31247 \begin_layout Standard
31248 \begin_inset ERT
31249 status collapsed
31250
31251 \begin_layout Plain Layout
31252
31253
31254 \backslash
31255 numberwithin{footnote}{chapter}
31256 \end_layout
31257
31258 \end_inset
31259
31260 Ceci est un autre exemple de note de bas de page:
31261 \series bold
31262
31263 \begin_inset Foot
31264 status open
31265
31266 \begin_layout Plain Layout
31267 Cette note est numérotée en suivant le schéma 
31268 \begin_inset Quotes fld
31269 \end_inset
31270
31271 chapitre.note
31272 \begin_inset Quotes frd
31273 \end_inset
31274
31275 .
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \series default
31282
31283 \begin_inset ERT
31284 status collapsed
31285
31286 \begin_layout Plain Layout
31287
31288
31289 \backslash
31290 renewcommand{
31291 \backslash
31292 thefootnote}{
31293 \backslash
31294 arabic{footnote}}
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \begin_inset Note Greyedout
31304 status open
31305
31306 \begin_layout Plain Layout
31307
31308 \series bold
31309 Note:
31310 \series default
31311  
31312 \series bold
31313
31314 \backslash
31315 numberwithin
31316 \series default
31317  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31318  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31319  prises en compte.
31320  
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \end_layout
31327
31328 \begin_layout Standard
31329 Donc pour avoir par exemple le schéma 
31330 \begin_inset Quotes fld
31331 \end_inset
31332
31333 chapitre.
31334 \backslash
31335 Roman{note}
31336 \begin_inset Quotes frd
31337 \end_inset
31338
31339 , utilisez la commande suivante plutôt que 
31340 \series bold
31341
31342 \backslash
31343 numberwithin
31344 \series default
31345  :
31346 \end_layout
31347
31348 \begin_layout Standard
31349
31350 \series bold
31351
31352 \backslash
31353 renewcommand{
31354 \backslash
31355 thefootnote}{
31356 \backslash
31357 thechapter.
31358 \backslash
31359 Roman{footnote}}
31360 \end_layout
31361
31362 \begin_layout Subsection
31363 Positionnement de notes de bas de page
31364 \begin_inset Index idx
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368 Notes de bas de page ! Positionnement
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \end_layout
31375
31376 \begin_layout Standard
31377 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31378  vertical entre elles en bas de la page.
31379  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31380  de 1.5
31381 \begin_inset space \thinspace{}
31382 \end_inset
31383
31384 mm avec la commande suivante dans le préambule :
31385 \end_layout
31386
31387 \begin_layout Standard
31388
31389 \series bold
31390
31391 \backslash
31392 let
31393 \backslash
31394 myFoot
31395 \backslash
31396 footnote
31397 \begin_inset Newline newline
31398 \end_inset
31399
31400
31401 \backslash
31402 renewcommand{
31403 \backslash
31404 footnote}[1]{
31405 \backslash
31406 myFoot{#1
31407 \backslash
31408 vspace{1.5mm}}}
31409 \end_layout
31410
31411 \begin_layout Standard
31412 \begin_inset VSpace bigskip
31413 \end_inset
31414
31415 Dans un document à deux colonnes les notes de bas de page apparaissent en
31416  bas de chaque colonne, comme sur la Figure
31417 \begin_inset space ~
31418 \end_inset
31419
31420
31421 \begin_inset CommandInset ref
31422 LatexCommand ref
31423 reference "fig:Position-standard-note-bas-de-page"
31424
31425 \end_inset
31426
31427 .
31428  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31429  sur la Figure
31430 \begin_inset space ~
31431 \end_inset
31432
31433
31434 \begin_inset CommandInset ref
31435 LatexCommand ref
31436 reference "fig:Position-note-avec-ftnright"
31437
31438 \end_inset
31439
31440 , utilisez le paquetage \SpecialChar LaTeX
31441  
31442 \series bold
31443 ftnright
31444 \series default
31445
31446 \begin_inset Index idx
31447 status collapsed
31448
31449 \begin_layout Plain Layout
31450 Paquetages \SpecialChar LaTeX
31451  ! ftnright
31452 \end_layout
31453
31454 \end_inset
31455
31456  avec cette commande dans le préambule du document:
31457 \end_layout
31458
31459 \begin_layout Standard
31460
31461 \series bold
31462
31463 \backslash
31464 usepackage{ftnright}
31465 \end_layout
31466
31467 \begin_layout Standard
31468 \begin_inset Float figure
31469 placement !h
31470 wide false
31471 sideways false
31472 status open
31473
31474 \begin_layout Plain Layout
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 framebox{
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \begin_inset Graphics
31489         filename ../clipart/without_fntright.pdf
31490         width 100col%
31491         scaleBeforeRotation
31492
31493 \end_inset
31494
31495
31496 \begin_inset ERT
31497 status collapsed
31498
31499 \begin_layout Plain Layout
31500
31501 }
31502 \end_layout
31503
31504 \end_inset
31505
31506
31507 \end_layout
31508
31509 \begin_layout Plain Layout
31510 \begin_inset Caption Standard
31511
31512 \begin_layout Plain Layout
31513 \begin_inset CommandInset label
31514 LatexCommand label
31515 name "fig:Position-standard-note-bas-de-page"
31516
31517 \end_inset
31518
31519 Positionnement standard des notes de bas de page dans un document à deux
31520  colonnes.
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \begin_inset Float figure
31535 placement !h
31536 wide false
31537 sideways false
31538 status open
31539
31540 \begin_layout Plain Layout
31541 \begin_inset ERT
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545
31546
31547 \backslash
31548 framebox{
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \begin_inset Graphics
31555         filename ../clipart/with_fntright.pdf
31556         width 100col%
31557         scaleBeforeRotation
31558
31559 \end_inset
31560
31561
31562 \begin_inset ERT
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566
31567 }
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Plain Layout
31576 \begin_inset Caption Standard
31577
31578 \begin_layout Plain Layout
31579 \begin_inset CommandInset label
31580 LatexCommand label
31581 name "fig:Position-note-avec-ftnright"
31582
31583 \end_inset
31584
31585 Positionnement de notes de bas de page dans un document à deux colonnes
31586  en utilisant le paquetage \SpecialChar LaTeX
31587  
31588 \series bold
31589 ftnright
31590 \series default
31591 .
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608 Dans certaines publications scientifiques, il est courant de rassembler
31609  les notes de bas de page et de les imprimer dans un paragraphe particulier
31610  à la fin de la section, comme sur la Figure
31611 \begin_inset space ~
31612 \end_inset
31613
31614
31615 \begin_inset CommandInset ref
31616 LatexCommand ref
31617 reference "fig:Notes-de-fin"
31618
31619 \end_inset
31620
31621 .
31622  On les appelle 
31623 \begin_inset Quotes fld
31624 \end_inset
31625
31626 notes de fin
31627 \begin_inset Quotes frd
31628 \end_inset
31629
31630 .
31631 \begin_inset Index idx
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 Notes de fin
31636 \end_layout
31637
31638 \end_inset
31639
31640  Pour utiliser des notes de fin à la place des notes de bas de page dans
31641  votre document, charger le module 
31642 \family sans
31643 Note de bas de page en fin de document
31644 \family default
31645  à partir de 
31646 \family sans
31647 Document\SpecialChar menuseparator
31648 Paramètres\SpecialChar menuseparator
31649 Modules
31650 \family default
31651 .
31652  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31653 \end_layout
31654
31655 \begin_layout Standard
31656
31657 \series bold
31658
31659 \backslash
31660 theendnotes
31661 \end_layout
31662
31663 \begin_layout Standard
31664 en code \SpecialChar TeX
31665  à la fin d'une section ou d'un chapitre.
31666 \end_layout
31667
31668 \begin_layout Standard
31669 \begin_inset Float figure
31670 wide false
31671 sideways false
31672 status open
31673
31674 \begin_layout Plain Layout
31675 \align center
31676 \begin_inset ERT
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680
31681
31682 \backslash
31683 framebox{
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \begin_inset Graphics
31690         filename ../clipart/endnotes.pdf
31691         scaleBeforeRotation
31692
31693 \end_inset
31694
31695
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701 }
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Plain Layout
31710 \begin_inset Caption Standard
31711
31712 \begin_layout Plain Layout
31713 \begin_inset CommandInset label
31714 LatexCommand label
31715 name "fig:Notes-de-fin"
31716
31717 \end_inset
31718
31719 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31720  séparé à la fin des sections ou des chapitres.
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 \begin_inset VSpace medskip
31735 \end_inset
31736
31737 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31738  dans la langue du document, cela doit être fait manuellement.
31739  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31740  
31741 \begin_inset Quotes fld
31742 \end_inset
31743
31744 Notes
31745 \begin_inset Quotes frd
31746 \end_inset
31747
31748  en sa traduction Allemande
31749 \begin_inset Foot
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753 En français, 
31754 \begin_inset Quotes fld
31755 \end_inset
31756
31757 Notes
31758 \begin_inset Quotes frd
31759 \end_inset
31760
31761  peut être conservé.
31762 \end_layout
31763
31764 \end_inset
31765
31766  
31767 \begin_inset Quotes fld
31768 \end_inset
31769
31770 Anmerkungen
31771 \begin_inset Quotes frd
31772 \end_inset
31773
31774  :
31775 \end_layout
31776
31777 \begin_layout Standard
31778
31779 \series bold
31780
31781 \backslash
31782 renewcommand{
31783 \backslash
31784 notesname}{Anmerkungen}
31785 \end_layout
31786
31787 \begin_layout Standard
31788 \begin_inset VSpace medskip
31789 \end_inset
31790
31791 La numérotation des notes de fin peut être modifiée comme celle des notes
31792  de bas de page comme c'est décrit dans la section
31793 \begin_inset space ~
31794 \end_inset
31795
31796
31797 \begin_inset CommandInset ref
31798 LatexCommand ref
31799 reference "subsec:Numerotation-notes-bas-de-page"
31800
31801 \end_inset
31802
31803  ; remplacez juste la commande 
31804 \series bold
31805
31806 \backslash
31807 thefootnote
31808 \series default
31809  par 
31810 \series bold
31811
31812 \backslash
31813 theendnote
31814 \series default
31815 .
31816  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31817 \series bold
31818
31819 \backslash
31820 @addtoreset
31821 \series default
31822  comme c'est décrit dans la section
31823 \begin_inset space ~
31824 \end_inset
31825
31826
31827 \begin_inset CommandInset ref
31828 LatexCommand ref
31829 reference "subsec:Numerotation-notes-bas-de-page"
31830
31831 \end_inset
31832
31833  et remplacez le paramètre de commande 
31834 \series bold
31835 footnote
31836 \series default
31837  par 
31838 \series bold
31839 endnote
31840 \series default
31841 .
31842 \end_layout
31843
31844 \begin_layout Standard
31845 Pour les notes de fin, il y a la commande 
31846 \series bold
31847
31848 \backslash
31849 endnotemark[numéro]
31850 \series default
31851  qui est semblable à 
31852 \series bold
31853
31854 \backslash
31855 footnotemark
31856 \series default
31857 , décrite dans la section
31858 \begin_inset space ~
31859 \end_inset
31860
31861
31862 \begin_inset CommandInset ref
31863 LatexCommand ref
31864 reference "sec:Notes-bas-de-page"
31865
31866 \end_inset
31867
31868 .
31869 \end_layout
31870
31871 \begin_layout Standard
31872 \begin_inset VSpace bigskip
31873 \end_inset
31874
31875  Les notes de bas de page peuvent être mise dans la marge de la page et
31876  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31877
31878  
31879 \series bold
31880 footmisc
31881 \series default
31882
31883 \begin_inset Index idx
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887 Paquetages \SpecialChar LaTeX
31888  ! footmisc
31889 \end_layout
31890
31891 \end_inset
31892
31893
31894 \begin_inset CommandInset citation
31895 LatexCommand cite
31896 key "footmisc"
31897
31898 \end_inset
31899
31900  pour plus d'information à ce sujet.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31905  voyez les livres sur \SpecialChar LaTeX
31906
31907 \begin_inset CommandInset citation
31908 LatexCommand cite
31909 key "latexcompanion,latexguide,latexbook"
31910
31911 \end_inset
31912
31913 .
31914  Si vous utilisez une classe de document  
31915 \series bold
31916 KOMA-Script
31917 \series default
31918
31919 \begin_inset Index idx
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923 Paquetages \SpecialChar LaTeX
31924  ! KOMA-Script
31925 \end_layout
31926
31927 \end_inset
31928
31929 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31930  des commandes spécifiques à la classe de document utilisée, voyez 
31931 \begin_inset CommandInset citation
31932 LatexCommand cite
31933 key "KOMA-Script"
31934
31935 \end_inset
31936
31937 .
31938 \end_layout
31939
31940 \begin_layout Section
31941 Notes en marge
31942 \begin_inset Index idx
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946 Notes ! Notes en Marge
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \end_layout
31953
31954 \begin_layout Standard
31955 Les notes en marge dans \SpecialChar LyX
31956  ressemblent aux notes en bas de page et se comportent
31957  de la même façon.
31958  Quand vous insérez une note en marge avec 
31959 \family sans
31960 Insertion\SpecialChar menuseparator
31961 Note
31962 \begin_inset space ~
31963 \end_inset
31964
31965 en
31966 \begin_inset space ~
31967 \end_inset
31968
31969 Marge
31970 \family default
31971  ou avec le bouton 
31972 \begin_inset Info
31973 type  "icon"
31974 arg   "marginalnote-insert"
31975 \end_inset
31976
31977  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31978  grise avec une étiquette rouge 
31979 \begin_inset Quotes fld
31980 \end_inset
31981
31982 marge
31983 \begin_inset Quotes frd
31984 \end_inset
31985
31986 .
31987  
31988 \begin_inset Marginal
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992 C'est une note en marge.
31993 \end_layout
31994
31995 \end_inset
31996
31997  Cette boîte est la représentation de votre note dans \SpecialChar LyX
31998 .
31999  Vous pouvez y entrer votre texte.
32000 \end_layout
32001
32002 \begin_layout Standard
32003 Les notes en marge apparaissent dans la marge de droite dans les documents
32004  imprimées sur une seule face.
32005  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32006  
32007 \begin_inset Quotes fld
32008 \end_inset
32009
32010 extérieure
32011 \begin_inset Quotes frd
32012 \end_inset
32013
32014  – la gauche sur les pages paires et la droite sur les pages impaires.
32015  Le texte de la note en marge est aligné à l'opposé de la marge externe
32016  – aligné à droite quand la note apparaît dans la marge de gauche.
32017  La première ligne de la note apparaît à la hauteur de la ligne de texte
32018  où la note a été insérée dans le document.
32019 \end_layout
32020
32021 \begin_layout Standard
32022 \begin_inset VSpace bigskip
32023 \end_inset
32024
32025 Pour placer une note dans la marge interne, ajoutez la commande suivante
32026  :
32027 \end_layout
32028
32029 \begin_layout Standard
32030
32031 \series bold
32032
32033 \backslash
32034 reversemarginpar
32035 \end_layout
32036
32037 \begin_layout Standard
32038 sous forme de code \SpecialChar TeX
32039  avant votre note de marge.
32040  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32041  qui suivent 
32042 \begin_inset ERT
32043 status collapsed
32044
32045 \begin_layout Plain Layout
32046
32047
32048 \backslash
32049 reversemarginpar 
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \begin_inset Marginal
32056 status open
32057
32058 \begin_layout Plain Layout
32059 Cette note en marge est dans la marge interne.
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \series bold
32066
32067 \begin_inset Newline newline
32068 \end_inset
32069
32070
32071 \series default
32072
32073 \begin_inset Note Greyedout
32074 status open
32075
32076 \begin_layout Plain Layout
32077
32078 \series bold
32079 Note:
32080 \series default
32081  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32082  les notes sont souvent mal mises en formes dans la sortie imprimée.
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \begin_layout Standard
32091 Pour revenir au positionnement implicite, ajoutez la commande :
32092 \end_layout
32093
32094 \begin_layout Standard
32095
32096 \series bold
32097
32098 \backslash
32099 normalmarginpar
32100 \end_layout
32101
32102 \begin_layout Standard
32103 sous forme de code \SpecialChar TeX
32104 .
32105 \begin_inset ERT
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109
32110
32111 \backslash
32112 normalmarginpar 
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \begin_inset Newline newline
32119 \end_inset
32120
32121  
32122 \begin_inset Note Greyedout
32123 status open
32124
32125 \begin_layout Plain Layout
32126
32127 \series bold
32128 Note:
32129 \series default
32130  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32131  
32132 \series bold
32133
32134 \backslash
32135 reversemarginpar
32136 \series default
32137  est aussi utilisée.
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \end_layout
32144
32145 \begin_layout Standard
32146 \begin_inset VSpace bigskip
32147 \end_inset
32148
32149
32150 \begin_inset Marginal
32151 status open
32152
32153 \begin_layout Plain Layout
32154 UnTrèsLongMotEnMarge sans césure.
32155 \end_layout
32156
32157 \end_inset
32158
32159  Comme dans le cas décrit dans la section
32160 \begin_inset space ~
32161 \end_inset
32162
32163
32164 \begin_inset CommandInset ref
32165 LatexCommand ref
32166 reference "subsec:Lignes-multiple-dans-cellule"
32167
32168 \end_inset
32169
32170 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32171  mot d'une note en marge.
32172  Pour éviter ce problème, insérez un espacement horizontal de 0
32173 \begin_inset space \thinspace{}
32174 \end_inset
32175
32176 pt avant le mot en question: 
32177 \begin_inset Marginal
32178 status open
32179
32180 \begin_layout Plain Layout
32181 \begin_inset space \hspace{}
32182 \length 0pt
32183 \end_inset
32184
32185 UnMotTrèsLongEnMarge avec une césure.
32186 \end_layout
32187
32188 \end_inset
32189
32190
32191 \end_layout
32192
32193 \begin_layout Standard
32194 \begin_inset VSpace bigskip
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Standard
32201 \begin_inset Note Greyedout
32202 status open
32203
32204 \begin_layout Plain Layout
32205
32206 \series bold
32207 Note:
32208 \series default
32209  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32210  tableaux, des flottants et des notes de bas de page.
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Standard
32219 \begin_inset VSpace bigskip
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Standard
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231
32232 \backslash
32233 ifmarginnote
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \begin_inset Note Note
32240 status open
32241
32242 \begin_layout Plain Layout
32243 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32244  
32245 \series bold
32246 marginnote
32247 \series default
32248  a été installé.
32249 \end_layout
32250
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \begin_layout Standard
32257 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32258  
32259 \series bold
32260 marginnote
32261 \series default
32262
32263 \begin_inset Index idx
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267 Paquetages \SpecialChar LaTeX
32268  ! marginnote
32269 \end_layout
32270
32271 \end_inset
32272
32273 .
32274  En ajoutant les deux lignes suivantes au préambule de votre document, la
32275  commande que \SpecialChar LyX
32276  utilise pour les notes de marge est redéfinie pour utiliser
32277  la commande fournie par le paquetage 
32278 \series bold
32279 marginnote
32280 \series default
32281  :
32282 \end_layout
32283
32284 \begin_layout Standard
32285
32286 \series bold
32287
32288 \backslash
32289 usepackage{marginnote}
32290 \begin_inset Newline newline
32291 \end_inset
32292
32293
32294 \backslash
32295 let
32296 \backslash
32297 marginpar
32298 \backslash
32299 marginnote
32300 \end_layout
32301
32302 \begin_layout Standard
32303 Ce paquetage est aussi utilisé dans ce document parce que 
32304 \series bold
32305 marginnote
32306 \series default
32307  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32308  vertical pour une note.
32309  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32310  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32311  en page.
32312  Le décalage est inséré dans \SpecialChar LyX
32313  sous forme de code \SpecialChar TeX
32314  directement après la note
32315  sous la forme
32316 \end_layout
32317
32318 \begin_layout Standard
32319
32320 \series bold
32321 [offset]
32322 \end_layout
32323
32324 \begin_layout Standard
32325 où l'offset utilise l'une des unités listées dans le tableau
32326 \begin_inset space ~
32327 \end_inset
32328
32329
32330 \begin_inset CommandInset ref
32331 LatexCommand ref
32332 reference "cha:Unités-de-longueur"
32333
32334 \end_inset
32335
32336 .
32337  Une valeur négative déplace la note vers le haut, une valeur positive la
32338  déplace vers le bas.
32339  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32340  vers le haut de 1.5
32341 \begin_inset space \thinspace{}
32342 \end_inset
32343
32344 cm avec la commande en code \SpecialChar TeX
32345  
32346 \begin_inset Quotes fld
32347 \end_inset
32348
32349
32350 \series bold
32351 [-1.5cm]
32352 \series default
32353
32354 \begin_inset Quotes frd
32355 \end_inset
32356
32357
32358 \begin_inset Marginal
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Cette note en marge est décalée vers le haut de 1.5
32363 \begin_inset space \thinspace{}
32364 \end_inset
32365
32366 cm par rapport à sa position d'origine.
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \begin_inset ERT
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376
32377 [-1.5cm]
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Standard
32386 \begin_inset VSpace medskip
32387 \end_inset
32388
32389 Avec le paquetage 
32390 \series bold
32391 marginnote
32392 \series default
32393  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32394  Par exemple les commandes 
32395 \end_layout
32396
32397 \begin_layout Standard
32398
32399 \series bold
32400
32401 \backslash
32402 renewcommand*{
32403 \backslash
32404 raggedleftmarginnote}{
32405 \backslash
32406 centering}
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410
32411 \backslash
32412 renewcommand*{
32413 \backslash
32414 raggedrightmarginnote}{
32415 \backslash
32416 centering}
32417 \end_layout
32418
32419 \begin_layout Standard
32420 donnent un alignement centré.
32421  
32422 \series bold
32423
32424 \backslash
32425 raggedleftmarginnote
32426 \series default
32427  indique une note qui apparaît dans la marge de gauche.
32428 \begin_inset ERT
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432
32433
32434 \backslash
32435 renewcommand*{
32436 \backslash
32437 raggedleftmarginnote}{
32438 \backslash
32439 centering}
32440 \end_layout
32441
32442 \begin_layout Plain Layout
32443
32444
32445 \backslash
32446 renewcommand*{
32447 \backslash
32448 raggedrightmarginnote}{
32449 \backslash
32450 centering}
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \begin_inset Marginal
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460 Le texte de cette note en marge est centré.
32461 \end_layout
32462
32463 \end_inset
32464
32465 .
32466  Le comportement implicite est donné par
32467 \end_layout
32468
32469 \begin_layout Standard
32470
32471 \series bold
32472
32473 \backslash
32474 renewcommand*{
32475 \backslash
32476 raggedleftmarginnote}{
32477 \backslash
32478 raggedleft}
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482
32483 \backslash
32484 renewcommand*{
32485 \backslash
32486 raggedrightmarginnote}{
32487 \backslash
32488 raggedright}
32489 \series default
32490
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495
32496
32497 \backslash
32498 renewcommand*{
32499 \backslash
32500 raggedleftmarginnote}{
32501 \backslash
32502 raggedleft}
32503 \end_layout
32504
32505 \begin_layout Plain Layout
32506
32507
32508 \backslash
32509 renewcommand*{
32510 \backslash
32511 raggedrightmarginnote}{
32512 \backslash
32513 raggedright}
32514 \end_layout
32515
32516 \end_inset
32517
32518
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset VSpace medskip
32523 \end_inset
32524
32525 Pour les autre fonctions du paquetage 
32526 \series bold
32527 marginnote
32528 \series default
32529  nous vous renvoyons à sa documentation 
32530 \begin_inset CommandInset citation
32531 LatexCommand cite
32532 key "marginnote"
32533
32534 \end_inset
32535
32536 .
32537 \end_layout
32538
32539 \begin_layout Standard
32540 \begin_inset VSpace bigskip
32541 \end_inset
32542
32543 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32544  définition.
32545  Pour créer par exemple une entête pour toutes les notes en marge avec le
32546  texte 
32547 \begin_inset Quotes fld
32548 \end_inset
32549
32550
32551 \family sans
32552 \series bold
32553 \bar under
32554 Attention!
32555 \family default
32556 \series default
32557 \bar default
32558
32559 \begin_inset Quotes frd
32560 \end_inset
32561
32562  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32563  de votre document :
32564 \end_layout
32565
32566 \begin_layout Standard
32567
32568 \series bold
32569
32570 \backslash
32571 let
32572 \backslash
32573 myMarginpar
32574 \backslash
32575 marginpar
32576 \begin_inset Newline newline
32577 \end_inset
32578
32579
32580 \backslash
32581 renewcommand{
32582 \backslash
32583 marginpar}[1]{
32584 \backslash
32585 myMarginpar{%
32586 \begin_inset Newline newline
32587 \end_inset
32588
32589
32590 \begin_inset Phantom HPhantom
32591 status open
32592
32593 \begin_layout Plain Layout
32594
32595 \series bold
32596 \begin_inset space ~
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \backslash
32606 hspace{0pt}
32607 \backslash
32608 textsf{
32609 \backslash
32610 textbf{
32611 \backslash
32612 underbar{Attention!}}}%
32613 \begin_inset Newline newline
32614 \end_inset
32615
32616
32617 \begin_inset Phantom HPhantom
32618 status open
32619
32620 \begin_layout Plain Layout
32621
32622 \series bold
32623 \begin_inset space ~
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \backslash
32633 vspace{1.5mm}
32634 \backslash
32635
32636 \backslash
32637 #1}}
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \begin_inset ERT
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645
32646
32647 \backslash
32648 let
32649 \backslash
32650 myMarginpar
32651 \backslash
32652 marginpar
32653 \end_layout
32654
32655 \begin_layout Plain Layout
32656
32657
32658 \backslash
32659 renewcommand{
32660 \backslash
32661 marginpar}[1]{
32662 \backslash
32663 myMarginpar{%
32664 \end_layout
32665
32666 \begin_layout Plain Layout
32667
32668    
32669 \backslash
32670 textsf{
32671 \backslash
32672 textbf{
32673 \backslash
32674 underbar{Attention!}}}%
32675 \end_layout
32676
32677 \begin_layout Plain Layout
32678
32679    
32680 \backslash
32681 vspace{1.5mm}
32682 \backslash
32683
32684 \backslash
32685 #1}}
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \begin_inset Marginal
32692 status open
32693
32694 \begin_layout Plain Layout
32695 Ceci est une note en marge avec une en-tête prédéfinie.
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \begin_inset ERT
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705
32706 [-1.5cm]
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \begin_inset ERT
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716
32717
32718 \backslash
32719 renewcommand{
32720 \backslash
32721 marginpar}[1]{
32722 \backslash
32723 myMarginpar{#1}}
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \begin_inset Note Note
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734 \lang english
32735 The margin note format is changed only for this example.
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Standard
32744 \begin_inset ERT
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748
32749
32750 \backslash
32751 else
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \begin_inset Note Note
32758 status open
32759
32760 \begin_layout Plain Layout
32761 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32762  
32763 \series bold
32764 marginnote
32765 \series default
32766  n'est pas installé :
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 Vous devez installer le paquetage \SpecialChar LaTeX
32776  
32777 \series bold
32778 marginnote
32779 \series default
32780  pour voir la suite de cette section dans la sortie imprimée.
32781 \end_layout
32782
32783 \begin_layout Standard
32784 \begin_inset ERT
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788
32789
32790 \backslash
32791 fi
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Chapter
32800 Boîtes
32801 \end_layout
32802
32803 \begin_layout Section
32804 Introduction
32805 \begin_inset Index idx
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809 Boîtes ! Introduction
32810 \end_layout
32811
32812 \end_inset
32813
32814
32815 \end_layout
32816
32817 \begin_layout Standard
32818 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32819  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32820  voir la section
32821 \begin_inset space ~
32822 \end_inset
32823
32824
32825 \begin_inset CommandInset ref
32826 LatexCommand ref
32827 reference "sec:Minipages"
32828
32829 \end_inset
32830
32831 , pour encadrer des portions de texte, voir la section
32832 \begin_inset space ~
32833 \end_inset
32834
32835
32836 \begin_inset CommandInset ref
32837 LatexCommand ref
32838 reference "sec:Décorations"
32839
32840 \end_inset
32841
32842 , pour empêcher que des mots subissent une césure, voir la section
32843 \begin_inset space ~
32844 \end_inset
32845
32846
32847 \begin_inset CommandInset ref
32848 LatexCommand ref
32849 reference "sec:Empêcher-césure"
32850
32851 \end_inset
32852
32853 , pour aligner du texte, voir la section
32854 \begin_inset space ~
32855 \end_inset
32856
32857
32858 \begin_inset CommandInset ref
32859 LatexCommand ref
32860 reference "subsec:Alignement-Vertical"
32861
32862 \end_inset
32863
32864 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32865 \begin_inset space ~
32866 \end_inset
32867
32868
32869 \begin_inset CommandInset ref
32870 LatexCommand ref
32871 reference "sec:Boîtes-colorées"
32872
32873 \end_inset
32874
32875 .
32876 \end_layout
32877
32878 \begin_layout Standard
32879 On peut insérer une boîte en utilisant le menu 
32880 \family sans
32881 Insertion\SpecialChar menuseparator
32882 Boîte
32883 \family default
32884  ou avec le bouton 
32885 \begin_inset Info
32886 type  "icon"
32887 arg   "box-insert Frameless"
32888 \end_inset
32889
32890  de la barre d'outils.
32891  Une boîte grise avec une étiquette 
32892 \family sans
32893 Boîte
32894 \begin_inset space ~
32895 \end_inset
32896
32897 (Minipage)
32898 \family default
32899
32900 \begin_inset Graphics
32901         filename clipart/BoxInsetDefaultQt4.png
32902         scale 65
32903         scaleBeforeRotation
32904
32905 \end_inset
32906
32907  est alors insérée.
32908  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32909  et en choisissant 
32910 \family sans
32911 Paramètres
32912 \family default
32913  .
32914  La fenêtre de dialogue qui apparaît donne accès aux types de
32915 \family sans
32916  Boîte
32917 \begin_inset space ~
32918 \end_inset
32919
32920 Intérieure
32921 \family default
32922  
32923 \family sans
32924 Makebox, Parbox
32925 \family default
32926  et 
32927 \family sans
32928 Minipage
32929 \family default
32930 .
32931  Le type 
32932 \family sans
32933 Minipage
32934 \family default
32935  est le type implicite pour les boîtes nouvellement créées et il est décrit
32936  dans la section
32937 \begin_inset space ~
32938 \end_inset
32939
32940
32941 \begin_inset CommandInset ref
32942 LatexCommand ref
32943 reference "sec:Minipages"
32944
32945 \end_inset
32946
32947 ; le type 
32948 \family sans
32949 Parbox
32950 \family default
32951  est décrit dans la section
32952 \begin_inset space ~
32953 \end_inset
32954
32955
32956 \begin_inset CommandInset ref
32957 LatexCommand ref
32958 reference "sec:Parboxes"
32959
32960 \end_inset
32961
32962  et le type 
32963 \family sans
32964 Makebox
32965 \family default
32966  est décrit dans la section
32967 \begin_inset space ~
32968 \end_inset
32969
32970
32971 \begin_inset CommandInset ref
32972 LatexCommand ref
32973 reference "sec:Empêcher-césure"
32974
32975 \end_inset
32976
32977 .
32978 \end_layout
32979
32980 \begin_layout Standard
32981 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32982  comme les flottants ou les notes de bas de page.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 \begin_inset Note Greyedout
32987 status open
32988
32989 \begin_layout Plain Layout
32990
32991 \series bold
32992 Note:
32993 \series default
32994  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32995  de type 
32996 \family sans
32997 Liste
32998 \family default
32999  ou 
33000 \family sans
33001 Description
33002 \family default
33003 .
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \begin_layout Standard
33012 \begin_inset Note Greyedout
33013 status open
33014
33015 \begin_layout Plain Layout
33016
33017 \series bold
33018 Note:
33019 \series default
33020  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33021 \family sans
33022 Boîte
33023 \begin_inset space ~
33024 \end_inset
33025
33026 Intérieure
33027 \family default
33028  à 
33029 \family sans
33030 Aucune
33031 \family default
33032  que quand vous utilisez une boîte encadrée.
33033  Les boîtes sans 
33034 \family sans
33035 Boîte
33036 \begin_inset space ~
33037 \end_inset
33038
33039 Intérieure
33040 \family default
33041  et sans cadre sont expliquées dans la section
33042 \begin_inset space ~
33043 \end_inset
33044
33045
33046 \begin_inset CommandInset ref
33047 LatexCommand ref
33048 reference "sec:Empêcher-césure"
33049
33050 \end_inset
33051
33052 .
33053 \end_layout
33054
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \begin_layout Section
33061 La fenêtre de dialogue Boîte
33062 \begin_inset CommandInset label
33063 LatexCommand label
33064 name "sec:Boîte-Dialogue"
33065
33066 \end_inset
33067
33068
33069 \begin_inset Index idx
33070 status collapsed
33071
33072 \begin_layout Plain Layout
33073 Boîtes ! Fenêtre de dialogue Boîte
33074 \end_layout
33075
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \begin_layout Subsection
33082 Taille
33083 \begin_inset Index idx
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087 Boîtes ! Taille
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \end_layout
33094
33095 \begin_layout Standard
33096 Dans la fenêtre de dialogue 
33097 \family sans
33098 Paramètres
33099 \begin_inset space ~
33100 \end_inset
33101
33102 de
33103 \begin_inset space ~
33104 \end_inset
33105
33106 Boîte
33107 \family default
33108  vous pouvez modifier la géométrie de la boîte avec les champs 
33109 \family sans
33110 Largeur
33111 \family default
33112  et 
33113 \family sans
33114 Hauteur
33115 \family default
33116 .
33117  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33118  dans le tableau
33119 \begin_inset space ~
33120 \end_inset
33121
33122
33123 \begin_inset CommandInset ref
33124 LatexCommand ref
33125 reference "tab:Unités"
33126
33127 \end_inset
33128
33129 .
33130  Le champ 
33131 \family sans
33132 Hauteur
33133 \family default
33134  offre en plus les spécifications de taille suivantes :
33135 \end_layout
33136
33137 \begin_layout Description
33138 Profondeur C'est simplement la 
33139 \begin_inset Quotes fld
33140 \end_inset
33141
33142 hauteur
33143 \begin_inset Quotes frd
33144 \end_inset
33145
33146  du texte.
33147  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33148  lignes de texte dans la boîte.
33149 \begin_inset Newline newline
33150 \end_inset
33151
33152
33153 \begin_inset Newline newline
33154 \end_inset
33155
33156
33157 \begin_inset Newline newline
33158 \end_inset
33159
33160
33161 \begin_inset Box Boxed
33162 position "c"
33163 hor_pos "c"
33164 has_inner_box 1
33165 inner_pos "c"
33166 use_parbox 0
33167 use_makebox 0
33168 width "12col%"
33169 special "none"
33170 height "1in"
33171 height_special "depth"
33172 thickness "0.4pt"
33173 separation "3pt"
33174 shadowsize "4pt"
33175 framecolor "black"
33176 backgroundcolor "none"
33177 status open
33178
33179 \begin_layout Plain Layout
33180 \align center
33181 Boîte dont la hauteur est égale à 1
33182 \begin_inset space \thinspace{}
33183 \end_inset
33184
33185 Profondeur
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \begin_inset Newline newline
33192 \end_inset
33193
33194
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \begin_layout Description
33202 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33203  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33204  est deux fois plus haute que le texte : 
33205 \begin_inset Box Boxed
33206 position "c"
33207 hor_pos "c"
33208 has_inner_box 1
33209 inner_pos "c"
33210 use_parbox 0
33211 use_makebox 0
33212 width "20col%"
33213 special "none"
33214 height "2in"
33215 height_special "height"
33216 thickness "0.4pt"
33217 separation "3pt"
33218 shadowsize "4pt"
33219 framecolor "black"
33220 backgroundcolor "none"
33221 status open
33222
33223 \begin_layout Plain Layout
33224 \align center
33225 Boîte dont la hauteur est 2
33226 \begin_inset space \thinspace{}
33227 \end_inset
33228
33229 Hauteur
33230 \end_layout
33231
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \begin_layout Description
33238 Hauteur
33239 \begin_inset space ~
33240 \end_inset
33241
33242 Totale C'est égal à Hauteur
33243 \begin_inset space \thinspace{}
33244 \end_inset
33245
33246 +
33247 \begin_inset space \thinspace{}
33248 \end_inset
33249
33250 Profondeur : 
33251 \begin_inset Box Boxed
33252 position "c"
33253 hor_pos "c"
33254 has_inner_box 1
33255 inner_pos "c"
33256 use_parbox 0
33257 use_makebox 0
33258 width "20col%"
33259 special "none"
33260 height "1in"
33261 height_special "totalheight"
33262 thickness "0.4pt"
33263 separation "3pt"
33264 shadowsize "4pt"
33265 framecolor "black"
33266 backgroundcolor "none"
33267 status open
33268
33269 \begin_layout Plain Layout
33270 \align center
33271 Boîte dont la hauteur est 1
33272 \begin_inset space \thinspace{}
33273 \end_inset
33274
33275 Hauteur
33276 \begin_inset space ~
33277 \end_inset
33278
33279 Totale
33280 \end_layout
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Description
33288 Largeur On prend la largeur de la boîte comme hauteur : 
33289 \begin_inset Box Boxed
33290 position "c"
33291 hor_pos "c"
33292 has_inner_box 1
33293 inner_pos "c"
33294 use_parbox 0
33295 use_makebox 0
33296 width "12col%"
33297 special "none"
33298 height "1in"
33299 height_special "width"
33300 thickness "0.4pt"
33301 separation "3pt"
33302 shadowsize "4pt"
33303 framecolor "black"
33304 backgroundcolor "none"
33305 status open
33306
33307 \begin_layout Plain Layout
33308 \align center
33309 Boîte dont la hauteur est 1
33310 \begin_inset space \thinspace{}
33311 \end_inset
33312
33313 Largeur
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Subsection
33322 Alignement
33323 \begin_inset Index idx
33324 status collapsed
33325
33326 \begin_layout Plain Layout
33327 Boîtes ! Alignement
33328 \end_layout
33329
33330 \end_inset
33331
33332
33333 \end_layout
33334
33335 \begin_layout Standard
33336 Quand vous avez choisi une 
33337 \family sans
33338 Boîte
33339 \begin_inset space ~
33340 \end_inset
33341
33342 Intérieure
33343 \family default
33344 , l'alignement vertical de la boîte peut être :
33345 \end_layout
33346
33347 \begin_layout Description
33348 Haut Ceci est un exemple de texte.
33349  
33350 \begin_inset Box Boxed
33351 position "t"
33352 hor_pos "c"
33353 has_inner_box 1
33354 inner_pos "c"
33355 use_parbox 0
33356 use_makebox 0
33357 width "12col%"
33358 special "none"
33359 height "1in"
33360 height_special "totalheight"
33361 thickness "0.4pt"
33362 separation "3pt"
33363 shadowsize "4pt"
33364 framecolor "black"
33365 backgroundcolor "none"
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369 \align center
33370 Cette boîte est alignée sur le haut.
33371 \end_layout
33372
33373 \end_inset
33374
33375  Ceci est un exemple de texte.
33376 \end_layout
33377
33378 \begin_layout Description
33379 Milieu Ceci est un exemple de texte.
33380  
33381 \begin_inset Box Boxed
33382 position "c"
33383 hor_pos "c"
33384 has_inner_box 1
33385 inner_pos "c"
33386 use_parbox 0
33387 use_makebox 0
33388 width "12col%"
33389 special "none"
33390 height "1in"
33391 height_special "totalheight"
33392 thickness "0.4pt"
33393 separation "3pt"
33394 shadowsize "4pt"
33395 framecolor "black"
33396 backgroundcolor "none"
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 \align center
33401 Cette boîte est alignée au centre.
33402 \end_layout
33403
33404 \end_inset
33405
33406  Ceci est un exemple de texte.
33407 \end_layout
33408
33409 \begin_layout Description
33410 Bas Ceci est un exemple de texte.
33411  
33412 \begin_inset Box Boxed
33413 position "b"
33414 hor_pos "c"
33415 has_inner_box 1
33416 inner_pos "c"
33417 use_parbox 0
33418 use_makebox 0
33419 width "12col%"
33420 special "none"
33421 height "1in"
33422 height_special "totalheight"
33423 thickness "0.4pt"
33424 separation "3pt"
33425 shadowsize "4pt"
33426 framecolor "black"
33427 backgroundcolor "none"
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 \align center
33432 Cette boîte est alignée sur le bas.
33433 \end_layout
33434
33435 \end_inset
33436
33437  Ceci est un exemple de texte.
33438 \end_layout
33439
33440 \begin_layout Standard
33441 \begin_inset Note Greyedout
33442 status open
33443
33444 \begin_layout Plain Layout
33445
33446 \series bold
33447 Note:
33448 \series default
33449  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33450  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33451  l'autre non.
33452 \end_layout
33453
33454 \end_inset
33455
33456
33457 \end_layout
33458
33459 \begin_layout Standard
33460 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33461  paragraphe grâce à la fenêtre de dialogue 
33462 \family sans
33463 Paramètres
33464 \begin_inset space ~
33465 \end_inset
33466
33467 de
33468 \begin_inset space ~
33469 \end_inset
33470
33471 Boîte
33472 \family default
33473 .
33474 \end_layout
33475
33476 \begin_layout Standard
33477 \begin_inset VSpace bigskip
33478 \end_inset
33479
33480 Quand vous avez choisi une 
33481 \family sans
33482 Boîte
33483 \begin_inset space ~
33484 \end_inset
33485
33486 Intérieure
33487 \family default
33488 , l'alignement vertical du contenu de la boîte peut être :
33489 \end_layout
33490
33491 \begin_layout Description
33492 haut Ceci est un exemple de texte.
33493 \begin_inset Box Boxed
33494 position "c"
33495 hor_pos "c"
33496 has_inner_box 1
33497 inner_pos "t"
33498 use_parbox 0
33499 use_makebox 0
33500 width "12col%"
33501 special "none"
33502 height "1.5in"
33503 height_special "totalheight"
33504 thickness "0.4pt"
33505 separation "3pt"
33506 shadowsize "4pt"
33507 framecolor "black"
33508 backgroundcolor "none"
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512 \align center
33513 Le texte de cette boîte est aligné sur le haut.
33514 \end_layout
33515
33516 \end_inset
33517
33518  Ceci est un exemple de texte.
33519 \end_layout
33520
33521 \begin_layout Description
33522 milieu Ceci est un exemple de texte.
33523  
33524 \begin_inset Box Boxed
33525 position "c"
33526 hor_pos "c"
33527 has_inner_box 1
33528 inner_pos "c"
33529 use_parbox 0
33530 use_makebox 0
33531 width "12col%"
33532 special "none"
33533 height "1.5in"
33534 height_special "totalheight"
33535 thickness "0.4pt"
33536 separation "3pt"
33537 shadowsize "4pt"
33538 framecolor "black"
33539 backgroundcolor "none"
33540 status collapsed
33541
33542 \begin_layout Plain Layout
33543 \align center
33544 Le texte de cette boîte est aligné au centre
33545 \end_layout
33546
33547 \end_inset
33548
33549  Ceci est un exemple de texte.
33550 \end_layout
33551
33552 \begin_layout Description
33553 bas Ceci est un exemple de texte.
33554  
33555 \begin_inset Box Boxed
33556 position "c"
33557 hor_pos "c"
33558 has_inner_box 1
33559 inner_pos "b"
33560 use_parbox 0
33561 use_makebox 0
33562 width "12col%"
33563 special "none"
33564 height "1.5in"
33565 height_special "totalheight"
33566 thickness "0.4pt"
33567 separation "3pt"
33568 shadowsize "4pt"
33569 framecolor "black"
33570 backgroundcolor "none"
33571 status collapsed
33572
33573 \begin_layout Plain Layout
33574 \align center
33575 Le texte de cette boîte est aligné en bas.
33576 \end_layout
33577
33578 \end_inset
33579
33580  Ceci est un exemple de texte.
33581 \end_layout
33582
33583 \begin_layout Description
33584 élongation Ceci est un exemple de texte.
33585  
33586 \begin_inset Box Boxed
33587 position "c"
33588 hor_pos "c"
33589 has_inner_box 1
33590 inner_pos "s"
33591 use_parbox 0
33592 use_makebox 0
33593 width "12col%"
33594 special "none"
33595 height "1.5in"
33596 height_special "totalheight"
33597 thickness "0.4pt"
33598 separation "3pt"
33599 shadowsize "4pt"
33600 framecolor "black"
33601 backgroundcolor "none"
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605 \align center
33606 Le texte 
33607 \end_layout
33608
33609 \begin_layout Plain Layout
33610 \align center
33611 de cette
33612 \end_layout
33613
33614 \begin_layout Plain Layout
33615 \align center
33616 boîte est
33617 \end_layout
33618
33619 \begin_layout Plain Layout
33620 \align center
33621 allongé.
33622 \end_layout
33623
33624 \end_inset
33625
33626  Ceci est un exemple de texte.
33627 \end_layout
33628
33629 \begin_layout Standard
33630 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33631  paragraphe.
33632  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33633 \end_layout
33634
33635 \begin_layout Standard
33636 \begin_inset VSpace bigskip
33637 \end_inset
33638
33639 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33640  la fenêtre de dialogue 
33641 \family sans
33642 Paramètres
33643 \begin_inset space ~
33644 \end_inset
33645
33646 de
33647 \begin_inset space ~
33648 \end_inset
33649
33650 paragraphe
33651 \family default
33652  quand vous avez choisi une 
33653 \family sans
33654 Boîte
33655 \begin_inset space ~
33656 \end_inset
33657
33658 Intérieure
33659 \family default
33660 .
33661 \end_layout
33662
33663 \begin_layout Standard
33664 \align center
33665 \begin_inset Box Boxed
33666 position "c"
33667 hor_pos "c"
33668 has_inner_box 1
33669 inner_pos "s"
33670 use_parbox 0
33671 use_makebox 0
33672 width "15col%"
33673 special "none"
33674 height "1.25in"
33675 height_special "totalheight"
33676 thickness "0.4pt"
33677 separation "3pt"
33678 shadowsize "4pt"
33679 framecolor "black"
33680 backgroundcolor "none"
33681 status open
33682
33683 \begin_layout Plain Layout
33684 \align left
33685 Le texte de 
33686 \end_layout
33687
33688 \begin_layout Plain Layout
33689 \align left
33690 cette boîte
33691 \end_layout
33692
33693 \begin_layout Plain Layout
33694 \align right
33695 est allongé.
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704 Si vous n'avez pas choisi une 
33705 \family sans
33706 Boîte
33707 \begin_inset space ~
33708 \end_inset
33709
33710 Intérieure
33711 \family default
33712 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33713  de dialogue de boîte.
33714 \begin_inset Separator parbreak
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 \align center
33722 \begin_inset Box Boxed
33723 position "c"
33724 hor_pos "s"
33725 has_inner_box 0
33726 inner_pos "s"
33727 use_parbox 0
33728 use_makebox 0
33729 width "90col%"
33730 special "none"
33731 height "1.25in"
33732 height_special "totalheight"
33733 thickness "0.4pt"
33734 separation "3pt"
33735 shadowsize "4pt"
33736 framecolor "black"
33737 backgroundcolor "none"
33738 status open
33739
33740 \begin_layout Plain Layout
33741 Le texte de cette boîte est allongé horizontalement.
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Subsection
33750 Décorations
33751 \begin_inset CommandInset label
33752 LatexCommand label
33753 name "sec:Décorations"
33754
33755 \end_inset
33756
33757
33758 \begin_inset Index idx
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 Boîtes ! Décorations
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 On peut spécifier le style de la boîte en utilisant la liste déroulante
33772  
33773 \family sans
33774 Décoration
33775 \family default
33776 .
33777  Les possibilités sont les suivantes :
33778 \end_layout
33779
33780 \begin_layout Description
33781 Aucun
33782 \begin_inset space ~
33783 \end_inset
33784
33785 cadre
33786 \begin_inset space ~
33787 \end_inset
33788
33789 tracé Rien n'est tracé
33790 \end_layout
33791
33792 \begin_layout Description
33793 Cadre
33794 \begin_inset space ~
33795 \end_inset
33796
33797 rectangulaire
33798 \begin_inset space ~
33799 \end_inset
33800
33801 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33802  L'épaisseur du trait de ce cadre 
33803 \lang english
33804 can be specified
33805 \lang french
33806 .
33807 \begin_inset Newline newline
33808 \end_inset
33809
33810
33811 \begin_inset Box Boxed
33812 position "c"
33813 hor_pos "c"
33814 has_inner_box 1
33815 inner_pos "c"
33816 use_parbox 0
33817 use_makebox 0
33818 width "20col%"
33819 special "none"
33820 height "1in"
33821 height_special "totalheight"
33822 thickness "0.4pt"
33823 separation "3pt"
33824 shadowsize "4pt"
33825 framecolor "black"
33826 backgroundcolor "none"
33827 status open
33828
33829 \begin_layout Plain Layout
33830 \align center
33831 Boîte rectangulaire
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Description
33840 Cadre
33841 \begin_inset space ~
33842 \end_inset
33843
33844 oval,
33845 \begin_inset space ~
33846 \end_inset
33847
33848 fin Ceci dessine un cadre ovalisée autour de la boîte.
33849  L'épaisseur du trait de ce cadre est de  0.4
33850 \begin_inset space \thinspace{}
33851 \end_inset
33852
33853 pt.
33854  
33855 \begin_inset Box ovalbox
33856 position "c"
33857 hor_pos "c"
33858 has_inner_box 1
33859 inner_pos "c"
33860 use_parbox 0
33861 use_makebox 0
33862 width "20col%"
33863 special "none"
33864 height "1in"
33865 height_special "totalheight"
33866 thickness "0.4pt"
33867 separation "3pt"
33868 shadowsize "4pt"
33869 framecolor "black"
33870 backgroundcolor "none"
33871 status open
33872
33873 \begin_layout Plain Layout
33874 \align center
33875 Boîte ovalisée, fine
33876 \end_layout
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Description
33884 Cadre
33885 \begin_inset space ~
33886 \end_inset
33887
33888 oval,
33889 \begin_inset space ~
33890 \end_inset
33891
33892 épais Ceci dessine un cadre ovalisée autour de la boîte.
33893  L'épaisseur du trait de ce cadre est de   0.8
33894 \begin_inset space \thinspace{}
33895 \end_inset
33896
33897 pt.
33898  
33899 \begin_inset Box Ovalbox
33900 position "c"
33901 hor_pos "c"
33902 has_inner_box 1
33903 inner_pos "c"
33904 use_parbox 0
33905 use_makebox 0
33906 width "20col%"
33907 special "none"
33908 height "1in"
33909 height_special "totalheight"
33910 thickness "0.4pt"
33911 separation "3pt"
33912 shadowsize "4pt"
33913 framecolor "black"
33914 backgroundcolor "none"
33915 status open
33916
33917 \begin_layout Plain Layout
33918 \align center
33919 Boîte ovalisée, épaisse
33920 \end_layout
33921
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \begin_layout Description
33928 Ombre
33929 \begin_inset space ~
33930 \end_inset
33931
33932 en
33933 \begin_inset space ~
33934 \end_inset
33935
33936 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33937  L'épaisseur du trait de ce cadre et l'ombre 
33938 \lang english
33939 can be specified
33940 \lang french
33941 .
33942  
33943 \begin_inset Box Shadowbox
33944 position "c"
33945 hor_pos "c"
33946 has_inner_box 1
33947 inner_pos "c"
33948 use_parbox 0
33949 use_makebox 0
33950 width "20col%"
33951 special "none"
33952 height "1in"
33953 height_special "totalheight"
33954 thickness "0.4pt"
33955 separation "3pt"
33956 shadowsize "4pt"
33957 framecolor "black"
33958 backgroundcolor "none"
33959 status open
33960
33961 \begin_layout Plain Layout
33962 \align center
33963 Boîte ombrée
33964 \end_layout
33965
33966 \end_inset
33967
33968
33969 \end_layout
33970
33971 \begin_layout Description
33972 Fond
33973 \begin_inset space ~
33974 \end_inset
33975
33976 ombré Ceci dessine une boîte avec un arrière plan rouge.
33977  Contrairement aux boîtes coloriées
33978 \begin_inset Foot
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 Voir la section
33983 \begin_inset space ~
33984 \end_inset
33985
33986
33987 \begin_inset CommandInset ref
33988 LatexCommand ref
33989 reference "sec:Boîtes-colorées"
33990
33991 \end_inset
33992
33993 .
33994 \end_layout
33995
33996 \end_inset
33997
33998 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33999  son propre paragraphe.
34000 \begin_inset Box Shaded
34001 position "t"
34002 hor_pos "c"
34003 has_inner_box 0
34004 inner_pos "t"
34005 use_parbox 0
34006 use_makebox 0
34007 width "50col%"
34008 special "none"
34009 height "1in"
34010 height_special "totalheight"
34011 thickness "0.4pt"
34012 separation "3pt"
34013 shadowsize "4pt"
34014 framecolor "black"
34015 backgroundcolor "none"
34016 status open
34017
34018 \begin_layout Plain Layout
34019 Boîte avec fond ombré
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Description
34028 Cadre
34029 \begin_inset space ~
34030 \end_inset
34031
34032 rectangulaire
34033 \begin_inset space ~
34034 \end_inset
34035
34036 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34037  boîte.
34038  L'épaisseur du trait du cadre interne est de 0.75
34039 \begin_inset space \thinspace{}
34040 \end_inset
34041
34042 épaisseur
34043 \begin_inset space ~
34044 \end_inset
34045
34046 du
34047 \begin_inset space ~
34048 \end_inset
34049
34050 trait, l'épaisseur du trait du cadre externe est de 1.5
34051 \begin_inset space \thinspace{}
34052 \end_inset
34053
34054 épaisseur
34055 \begin_inset space ~
34056 \end_inset
34057
34058 du
34059 \begin_inset space ~
34060 \end_inset
34061
34062 trait.
34063  La distance entre les deux cadres est de 1.5
34064 \begin_inset space \thinspace{}
34065 \end_inset
34066
34067 épaisseur
34068 \begin_inset space ~
34069 \end_inset
34070
34071 du
34072 \begin_inset space ~
34073 \end_inset
34074
34075 trait
34076 \begin_inset space \thinspace{}
34077 \end_inset
34078
34079 +
34080 \begin_inset space \thinspace{}
34081 \end_inset
34082
34083 0.5
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 pt.
34088  
34089 \begin_inset Box Doublebox
34090 position "c"
34091 hor_pos "c"
34092 has_inner_box 1
34093 inner_pos "c"
34094 use_parbox 0
34095 use_makebox 0
34096 width "20col%"
34097 special "none"
34098 height "1in"
34099 height_special "totalheight"
34100 thickness "0.4pt"
34101 separation "3pt"
34102 shadowsize "4pt"
34103 framecolor "black"
34104 backgroundcolor "none"
34105 status open
34106
34107 \begin_layout Plain Layout
34108 \align center
34109 Boîte double
34110 \end_layout
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 \begin_inset VSpace bigskip
34119 \end_inset
34120
34121 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34122  s'adapte pour montrer le style
34123  de boîte utilisé.
34124  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34125  le paquetage \SpecialChar LaTeX
34126  
34127 \series bold
34128 fancybox
34129 \series default
34130
34131 \begin_inset Index idx
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 Paquetages \SpecialChar LaTeX
34136  ! fancybox
34137 \end_layout
34138
34139 \end_inset
34140
34141 .
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \begin_inset VSpace bigskip
34146 \end_inset
34147
34148 Quand vous utilisez le style de décoration 
34149 \family sans
34150 cadre rectangulaire simple
34151 \family default
34152  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34153  de la boîte.
34154  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34155  prendra toute la largeur de la colonne et la boîte sera considérée comme
34156  son propre paragraphe: 
34157 \begin_inset Box Framed
34158 position "t"
34159 hor_pos "c"
34160 has_inner_box 0
34161 inner_pos "t"
34162 use_parbox 0
34163 use_makebox 0
34164 width "100col%"
34165 special "none"
34166 height "1in"
34167 height_special "totalheight"
34168 thickness "0.4pt"
34169 separation "3pt"
34170 shadowsize "4pt"
34171 framecolor "black"
34172 backgroundcolor "none"
34173 status collapsed
34174
34175 \begin_layout Plain Layout
34176 Boîte avec cadre simple et sauts de page
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Section
34185 Personnalisation des boîtes
34186 \begin_inset Index idx
34187 status collapsed
34188
34189 \begin_layout Plain Layout
34190 Boîtes! Personnalisation
34191 \end_layout
34192
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \begin_layout Standard
34199 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34200  la commande 
34201 \series bold
34202
34203 \backslash
34204 cornersize
34205 \series default
34206 .
34207  Par exemple, la commande
34208 \end_layout
34209
34210 \begin_layout Standard
34211
34212 \series bold
34213
34214 \backslash
34215 cornersize*{1cm}
34216 \end_layout
34217
34218 \begin_layout Standard
34219 donne un diamètre de 1
34220 \begin_inset space \thinspace{}
34221 \end_inset
34222
34223 cm.
34224  La commande
34225 \end_layout
34226
34227 \begin_layout Standard
34228
34229 \series bold
34230
34231 \backslash
34232 cornersize{num}
34233 \end_layout
34234
34235 \begin_layout Standard
34236 fixe le diamètre à 
34237 \family sans
34238 num
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 ×
34243 \begin_inset space \thinspace{}
34244 \end_inset
34245
34246 minimum(largeur et hauteur de la boîte)
34247 \family default
34248 .
34249  La valeur implicite est 
34250 \series bold
34251
34252 \backslash
34253 cornersize{0.5}
34254 \series default
34255 .
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \begin_inset ERT
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263
34264
34265 \backslash
34266 cornersize*{1.5cm}
34267 \end_layout
34268
34269 \end_inset
34270
34271
34272 \begin_inset Box Ovalbox
34273 position "c"
34274 hor_pos "c"
34275 has_inner_box 1
34276 inner_pos "c"
34277 use_parbox 0
34278 use_makebox 0
34279 width "25col%"
34280 special "none"
34281 height "1in"
34282 height_special "totalheight"
34283 thickness "0.4pt"
34284 separation "3pt"
34285 shadowsize "4pt"
34286 framecolor "black"
34287 backgroundcolor "none"
34288 status open
34289
34290 \begin_layout Plain Layout
34291 \align center
34292 Boîte ovale avec 
34293 \series bold
34294
34295 \backslash
34296 cornersize
34297 \series default
34298
34299 \begin_inset space \thinspace{}
34300 \end_inset
34301
34302 =
34303 \begin_inset space \thinspace{}
34304 \end_inset
34305
34306 1.5
34307 \begin_inset space \thinspace{}
34308 \end_inset
34309
34310 cm
34311 \end_layout
34312
34313 \end_inset
34314
34315
34316 \begin_inset ERT
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320
34321
34322 \backslash
34323 cornersize{0.5}
34324 \end_layout
34325
34326 \end_inset
34327
34328
34329 \end_layout
34330
34331 \begin_layout Standard
34332 \begin_inset VSpace bigskip
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339 La couleur rouge utilisée implicitement pour les boîtes à 
34340 \family sans
34341 Fond
34342 \begin_inset space ~
34343 \end_inset
34344
34345 ombré
34346 \family default
34347  peut soit être modifiée localement avec la commande 
34348 \series bold
34349
34350 \backslash
34351 definecolor{shadecolor}
34352 \series default
34353 , soit globalement avec le menu 
34354 \family sans
34355 Outils\SpecialChar menuseparator
34356 Préférences
34357 \family default
34358 \SpecialChar menuseparator
34359
34360 \family sans
34361 Couleurs\SpecialChar menuseparator
34362 boîte
34363 \begin_inset space ~
34364 \end_inset
34365
34366 ombrée
34367 \family default
34368 .
34369  La syntaxe de la commande 
34370 \series bold
34371
34372 \backslash
34373 definecolor
34374 \series default
34375  est expliquée dans la section
34376 \begin_inset space ~
34377 \end_inset
34378
34379
34380 \begin_inset CommandInset ref
34381 LatexCommand ref
34382 reference "sec:Tableaux-Colorés"
34383
34384 \end_inset
34385
34386 .
34387 \begin_inset Foot
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391 Notez que l'utilisation de 
34392 \series bold
34393
34394 \backslash
34395 definecolor
34396 \series default
34397  ne peut se faire sans le paquetage \SpecialChar LaTeX
34398  
34399 \series bold
34400 color
34401 \series default
34402  dans le préambule, voir la section
34403 \begin_inset space ~
34404 \end_inset
34405
34406
34407 \begin_inset CommandInset ref
34408 LatexCommand ref
34409 reference "sec:Boîtes-colorées"
34410
34411 \end_inset
34412
34413 .
34414  
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34424  le commande en code \SpecialChar TeX
34425  suivantes
34426 \end_layout
34427
34428 \begin_layout Standard
34429
34430 \series bold
34431
34432 \backslash
34433 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442
34443 \backslash
34444 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \begin_inset Box Shaded
34451 position "t"
34452 hor_pos "c"
34453 has_inner_box 0
34454 inner_pos "t"
34455 use_parbox 0
34456 use_makebox 0
34457 width "100col%"
34458 special "none"
34459 height "1in"
34460 height_special "totalheight"
34461 thickness "0.4pt"
34462 separation "3pt"
34463 shadowsize "4pt"
34464 framecolor "black"
34465 backgroundcolor "none"
34466 status open
34467
34468 \begin_layout Plain Layout
34469
34470 \color yellow
34471 Ceci est un texte jaune dans une boîte à 
34472 \family sans
34473 Fond
34474 \begin_inset space ~
34475 \end_inset
34476
34477 ombré
34478 \family default
34479 \color inherit
34480  
34481 \color yellow
34482 avec un fond vert foncé.
34483 \end_layout
34484
34485 \end_inset
34486
34487
34488 \begin_inset ERT
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492
34493
34494 \backslash
34495 definecolor{shadecolor}{rgb}{1,0,0}
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \begin_inset VSpace bigskip
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34512  boîtes qui suivent la commandes qui les a changées.
34513 \end_layout
34514
34515 \begin_layout Section
34516 Minipages
34517 \begin_inset CommandInset label
34518 LatexCommand label
34519 name "sec:Minipages"
34520
34521 \end_inset
34522
34523
34524 \begin_inset Index idx
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528 Boîtes ! Minipages
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \SpecialChar LaTeX
34538  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34539  d'une page.
34540  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34541  règles d'indentation, de saut de ligne, etc.
34542  s'appliquent.
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34547  langues.
34548 \end_layout
34549
34550 \begin_layout Standard
34551 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34552  Leur largeur est fixée à 45
34553 \begin_inset space \thinspace{}
34554 \end_inset
34555
34556 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34557  via le menu 
34558 \family sans
34559 Insertion\SpecialChar menuseparator
34560 Typographie
34561 \begin_inset space ~
34562 \end_inset
34563
34564 spéciale\SpecialChar menuseparator
34565 Ressort
34566 \begin_inset space ~
34567 \end_inset
34568
34569 Horizontal
34570 \family default
34571 .
34572 \end_layout
34573
34574 \begin_layout Standard
34575 \begin_inset Box Frameless
34576 position "t"
34577 hor_pos "c"
34578 has_inner_box 1
34579 inner_pos "c"
34580 use_parbox 0
34581 use_makebox 0
34582 width "45col%"
34583 special "none"
34584 height "1in"
34585 height_special "totalheight"
34586 thickness "0.4pt"
34587 separation "3pt"
34588 shadowsize "4pt"
34589 framecolor "black"
34590 backgroundcolor "none"
34591 status open
34592
34593 \begin_layout Plain Layout
34594 Ceci est un texte en français.
34595  Ceci est un texte en français.
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.Ceci est un texte en français.
34602  Ceci est un texte en français.
34603  Ceci est un texte en français.
34604  Ceci est un texte en français
34605 \begin_inset Foot
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Ceci est une note de bas de page en français.
34610 \end_layout
34611
34612 \end_inset
34613
34614 .Ceci est un texte en français
34615 \end_layout
34616
34617 \end_inset
34618
34619
34620 \begin_inset space \hfill{}
34621 \end_inset
34622
34623
34624 \begin_inset Box Frameless
34625 position "t"
34626 hor_pos "c"
34627 has_inner_box 1
34628 inner_pos "c"
34629 use_parbox 0
34630 use_makebox 0
34631 width "45col%"
34632 special "none"
34633 height "1in"
34634 height_special "totalheight"
34635 thickness "0.4pt"
34636 separation "3pt"
34637 shadowsize "4pt"
34638 framecolor "black"
34639 backgroundcolor "none"
34640 status open
34641
34642 \begin_layout Plain Layout
34643
34644 \lang english
34645 This is an English Text.
34646  This is an English Text.
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 \begin_inset Foot
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665
34666 \lang english
34667 This is an English footnote.
34668 \end_layout
34669
34670 \end_inset
34671
34672  This is an English Text.
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Standard
34681 \begin_inset VSpace bigskip
34682 \end_inset
34683
34684 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34685  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34686  minipages, même si vous les avez mis par exemple à 
34687 \family sans
34688 Moyen
34689 \family default
34690  dans les paramètres du document.
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34695  portion de texte, voyez la section
34696 \begin_inset space ~
34697 \end_inset
34698
34699
34700 \begin_inset CommandInset ref
34701 LatexCommand ref
34702 reference "sec:Boîtes-colorées"
34703
34704 \end_inset
34705
34706 .
34707 \end_layout
34708
34709 \begin_layout Standard
34710 \begin_inset Note Greyedout
34711 status open
34712
34713 \begin_layout Plain Layout
34714
34715 \series bold
34716 Note:
34717 \series default
34718  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34719  mais les minipages peuvent être utilisées dans un tableau, un flottant
34720  ou une autre boîte.
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Section
34729 Les parboxes
34730 \begin_inset CommandInset label
34731 LatexCommand label
34732 name "sec:Parboxes"
34733
34734 \end_inset
34735
34736
34737 \begin_inset Index idx
34738 status collapsed
34739
34740 \begin_layout Plain Layout
34741 Boîtes ! Parboxes
34742 \end_layout
34743
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Standard
34750 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34751  ne peuvent avoir de note de bas de page.
34752 \begin_inset Separator parbreak
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759 \align center
34760 \begin_inset Box Frameless
34761 position "t"
34762 hor_pos "c"
34763 has_inner_box 1
34764 inner_pos "t"
34765 use_parbox 1
34766 use_makebox 0
34767 width "33col%"
34768 special "none"
34769 height "1in"
34770 height_special "totalheight"
34771 thickness "0.4pt"
34772 separation "3pt"
34773 shadowsize "4pt"
34774 framecolor "black"
34775 backgroundcolor "none"
34776 status open
34777
34778 \begin_layout Plain Layout
34779 Ceci est un texte à l'intérieur d'une parbox.
34780  Ceci est un texte à l'intérieur d'une parbox.
34781 \end_layout
34782
34783 \begin_layout Plain Layout
34784 Cette note de bas de page ne devrait pas apparaître :
34785 \begin_inset Foot
34786 status open
34787
34788 \begin_layout Plain Layout
34789 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34790  pas.
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Section
34804 Des boîtes pour les mots et les caractères
34805 \begin_inset Index idx
34806 status collapsed
34807
34808 \begin_layout Plain Layout
34809 Boîtes ! Pour les caractères
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \end_layout
34816
34817 \begin_layout Subsection
34818 Empêcher la césure
34819 \begin_inset CommandInset label
34820 LatexCommand label
34821 name "sec:Empêcher-césure"
34822
34823 \end_inset
34824
34825
34826 \begin_inset Index idx
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830 Boîtes ! Pour empêcher la césure
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \begin_layout Standard
34839 Vous pouvez utiliser une boîte de type 
34840 \family sans
34841 Makebox
34842 \family default
34843  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34844 \begin_inset Newline newline
34845 \end_inset
34846
34847 Voici un exemple de texte :
34848 \end_layout
34849
34850 \begin_layout Standard
34851 Cette ligne est un exemple comment vous pouvez empêcher une césure
34852 \begin_inset space ~
34853 \end_inset
34854
34855
34856 \begin_inset Quotes fld
34857 \end_inset
34858
34859 motTrèsTrèsLong
34860 \begin_inset Quotes frd
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \begin_layout Standard
34867 Pour empêcher que le mot 
34868 \begin_inset Quotes fld
34869 \end_inset
34870
34871 motTrèsTrèsLong
34872 \begin_inset Quotes frd
34873 \end_inset
34874
34875  soit coupé, mettez le mot dans une boîte, mettez 
34876 \family sans
34877 Boîte
34878 \begin_inset space ~
34879 \end_inset
34880
34881 intérieure
34882 \family default
34883  à 
34884 \family sans
34885 Makebox
34886 \family default
34887  sans spécifier de largeur.
34888 \end_layout
34889
34890 \begin_layout Standard
34891 Voici le résultat :
34892 \end_layout
34893
34894 \begin_layout Standard
34895 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34896  
34897 \begin_inset Box Frameless
34898 position "t"
34899 hor_pos "c"
34900 has_inner_box 1
34901 inner_pos "t"
34902 use_parbox 0
34903 use_makebox 1
34904 width ""
34905 special "none"
34906 height "1in"
34907 height_special "totalheight"
34908 thickness "0.4pt"
34909 separation "3pt"
34910 shadowsize "4pt"
34911 framecolor "black"
34912 backgroundcolor "none"
34913 status open
34914
34915 \begin_layout Plain Layout
34916 \begin_inset Quotes fld
34917 \end_inset
34918
34919 motTrèsTrèsLong
34920 \begin_inset Quotes frd
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \begin_layout Standard
34932 Une autre méthode consiste à mettre la commande 
34933 \series bold
34934
34935 \begin_inset Quotes fld
34936 \end_inset
34937
34938
34939 \backslash
34940 -
34941 \series default
34942
34943 \begin_inset Quotes frd
34944 \end_inset
34945
34946  en code \SpecialChar TeX
34947 , juste avant le mot :
34948 \end_layout
34949
34950 \begin_layout Standard
34951 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34952  
34953 \begin_inset Quotes fld
34954 \end_inset
34955
34956
34957 \begin_inset ERT
34958 status collapsed
34959
34960 \begin_layout Plain Layout
34961
34962
34963 \backslash
34964 -
34965 \end_layout
34966
34967 \end_inset
34968
34969 motTrèsTrèsLong
34970 \begin_inset Quotes frd
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \begin_layout Standard
34977 Bien sûr, maintenant le mot dépasse dans la marge latérale.
34978  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
34979 \family sans
34980 Insertion\SpecialChar menuseparator
34981 Typographie
34982 \begin_inset space ~
34983 \end_inset
34984
34985 spéciale\SpecialChar menuseparator
34986 Passage
34987 \begin_inset space ~
34988 \end_inset
34989
34990 à
34991 \begin_inset space ~
34992 \end_inset
34993
34994 la
34995 \begin_inset space ~
34996 \end_inset
34997
34998 Ligne
34999 \family default
35000  (raccourci 
35001 \family sans
35002 Ctrl-Entrée
35003 \family default
35004 ) :
35005 \end_layout
35006
35007 \begin_layout Standard
35008 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35009 \begin_inset Newline newline
35010 \end_inset
35011
35012
35013 \begin_inset Box Frameless
35014 position "t"
35015 hor_pos "c"
35016 has_inner_box 1
35017 inner_pos "t"
35018 use_parbox 0
35019 use_makebox 1
35020 width ""
35021 special "none"
35022 height "1in"
35023 height_special "totalheight"
35024 thickness "0.4pt"
35025 separation "3pt"
35026 shadowsize "4pt"
35027 framecolor "black"
35028 backgroundcolor "none"
35029 status open
35030
35031 \begin_layout Plain Layout
35032 \begin_inset Quotes fld
35033 \end_inset
35034
35035 motTrèsTrèsLong
35036 \begin_inset Quotes frd
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \begin_layout Subsection
35048 Alignement vertical
35049 \begin_inset CommandInset label
35050 LatexCommand label
35051 name "subsec:Alignement-Vertical"
35052
35053 \end_inset
35054
35055
35056 \begin_inset Index idx
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060 Boîtes ! Pour l'alignement vertical
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \begin_inset Index idx
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070 Boîtes ! Boîtes élévatrices
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \begin_inset Index idx
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080 Raisebox|see
35081 \begin_inset ERT
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085
35086 {
35087 \end_layout
35088
35089 \end_inset
35090
35091 Boîtes élévatrices
35092 \begin_inset ERT
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096
35097 }
35098 \end_layout
35099
35100 \end_inset
35101
35102
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Standard
35111 Avec la commande 
35112 \series bold
35113
35114 \backslash
35115 raisebox
35116 \series default
35117  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35118  par rapport au texte qui l'entoure.
35119  La commande
35120 \series bold
35121  
35122 \backslash
35123 raisebox
35124 \series default
35125  s'utilise en suivant la syntaxe suivante :
35126 \end_layout
35127
35128 \begin_layout Standard
35129
35130 \series bold
35131
35132 \backslash
35133 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35134 \end_layout
35135
35136 \begin_layout Standard
35137 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35138  pour l'abaisser.
35139 \end_layout
35140
35141 \begin_layout Standard
35142 Pour aligner le mot 
35143 \begin_inset Quotes fld
35144 \end_inset
35145
35146 empêcher
35147 \begin_inset Quotes frd
35148 \end_inset
35149
35150  de façon à ce que le point le plus bas du caractère le plus 
35151 \begin_inset Quotes fld
35152 \end_inset
35153
35154 profond
35155 \begin_inset Quotes frd
35156 \end_inset
35157
35158 , le 
35159 \begin_inset Quotes fld
35160 \end_inset
35161
35162 p
35163 \begin_inset Quotes frd
35164 \end_inset
35165
35166 , soit au niveau de la ligne de base, insérez la commande 
35167 \end_layout
35168
35169 \begin_layout Standard
35170
35171 \series bold
35172
35173 \backslash
35174 raisebox{
35175 \backslash
35176 depth}{
35177 \end_layout
35178
35179 \begin_layout Standard
35180 en code \SpecialChar TeX
35181  avant le mot.
35182  Insérez après le mot l'accolade fermante 
35183 \begin_inset Quotes fld
35184 \end_inset
35185
35186
35187 \series bold
35188 }
35189 \series default
35190
35191 \begin_inset Quotes frd
35192 \end_inset
35193
35194  en code \SpecialChar TeX
35195 .
35196 \begin_inset Newline newline
35197 \end_inset
35198
35199 Voici le résultat :
35200 \end_layout
35201
35202 \begin_layout Standard
35203 Cette ligne de texte contient le mot 
35204 \begin_inset ERT
35205 status open
35206
35207 \begin_layout Plain Layout
35208
35209
35210 \backslash
35211 raisebox{
35212 \backslash
35213 depth}{
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \begin_inset Quotes fld
35220 \end_inset
35221
35222 empêcher
35223 \begin_inset Quotes frd
35224 \end_inset
35225
35226
35227 \begin_inset ERT
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231
35232 }
35233 \end_layout
35234
35235 \end_inset
35236
35237  comme mot élevé.
35238 \end_layout
35239
35240 \begin_layout Standard
35241 \begin_inset VSpace bigskip
35242 \end_inset
35243
35244 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35245  entre les lignes va être agrandie :
35246 \end_layout
35247
35248 \begin_layout Standard
35249 Cette ligne de texte contient le mot
35250 \begin_inset ERT
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254
35255
35256 \backslash
35257 raisebox{-
35258 \backslash
35259 depth}{
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \begin_inset Quotes fld
35266 \end_inset
35267
35268 empêcher
35269 \begin_inset Quotes frd
35270 \end_inset
35271
35272
35273 \begin_inset ERT
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277
35278 }
35279 \end_layout
35280
35281 \end_inset
35282
35283  comme mot abaissé.
35284 \begin_inset Newline newline
35285 \end_inset
35286
35287 Cette ligne de texte contient le mot 
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293
35294 \backslash
35295 raisebox{0.5cm}{
35296 \end_layout
35297
35298 \end_inset
35299
35300
35301 \begin_inset Quotes fld
35302 \end_inset
35303
35304 tester
35305 \begin_inset Quotes frd
35306 \end_inset
35307
35308
35309 \begin_inset ERT
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313
35314 }
35315 \end_layout
35316
35317 \end_inset
35318
35319  comme mot élevé.
35320 \end_layout
35321
35322 \begin_layout Standard
35323 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35324  mettez la hauteur de la boîte à zéro.
35325  Par exemple utilisez
35326 \end_layout
35327
35328 \begin_layout Standard
35329
35330 \series bold
35331
35332 \backslash
35333 raisebox{-
35334 \backslash
35335 depth}[0pt]{
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Cette ligne de texte contient le mot
35340 \begin_inset ERT
35341 status collapsed
35342
35343 \begin_layout Plain Layout
35344
35345
35346 \backslash
35347 raisebox{-
35348 \backslash
35349 depth}[0pt]{
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \begin_inset Quotes fld
35356 \end_inset
35357
35358 empêcher
35359 \begin_inset Quotes frd
35360 \end_inset
35361
35362
35363 \begin_inset ERT
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367
35368 }
35369 \end_layout
35370
35371 \end_inset
35372
35373  comme mot abaissé.
35374 \begin_inset Newline newline
35375 \end_inset
35376
35377
35378 \begin_inset Newline newline
35379 \end_inset
35380
35381 Cette ligne de texte contient le mot 
35382 \begin_inset ERT
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386
35387
35388 \backslash
35389 raisebox{0.5cm}[0pt]{
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \begin_inset Quotes fld
35396 \end_inset
35397
35398 tester
35399 \begin_inset Quotes frd
35400 \end_inset
35401
35402
35403 \begin_inset ERT
35404 status collapsed
35405
35406 \begin_layout Plain Layout
35407
35408 }
35409 \end_layout
35410
35411 \end_inset
35412
35413  comme mot élevé.
35414 \end_layout
35415
35416 \begin_layout Section
35417 Boîtes colorées
35418 \begin_inset CommandInset label
35419 LatexCommand label
35420 name "sec:Boîtes-colorées"
35421
35422 \end_inset
35423
35424
35425 \begin_inset Index idx
35426 status collapsed
35427
35428 \begin_layout Plain Layout
35429 Boîtes ! Couleur
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \begin_layout Standard
35438
35439 \lang english
35440 To color the background of a box just select the color you like in the box
35441  dialog.
35442  This is for example a box with orange background: 
35443 \begin_inset Box Frameless
35444 position "t"
35445 hor_pos "c"
35446 has_inner_box 1
35447 inner_pos "t"
35448 use_parbox 0
35449 use_makebox 1
35450 width ""
35451 special "none"
35452 height "1in"
35453 height_special "totalheight"
35454 thickness "0.4pt"
35455 separation "3pt"
35456 shadowsize "4pt"
35457 framecolor "black"
35458 backgroundcolor "orange"
35459 status open
35460
35461 \begin_layout Plain Layout
35462
35463 \lang english
35464 Box with orange background
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Standard
35473
35474 \lang english
35475 If you use the decoration 
35476 \family sans
35477 \lang french
35478 Cadre
35479 \begin_inset space ~
35480 \end_inset
35481
35482 rectangulaire
35483 \begin_inset space ~
35484 \end_inset
35485
35486 simple
35487 \family default
35488 \lang english
35489  you can set a frame color.
35490  In this case you must also specify a background color (LyX sets white as
35491  default).
35492  Here is an example: 
35493 \begin_inset Box Boxed
35494 position "t"
35495 hor_pos "c"
35496 has_inner_box 0
35497 inner_pos "t"
35498 use_parbox 0
35499 use_makebox 0
35500 width ""
35501 special "none"
35502 height "1in"
35503 height_special "totalheight"
35504 thickness "0.4pt"
35505 separation "3pt"
35506 shadowsize "4pt"
35507 framecolor "teal"
35508 backgroundcolor "yellow"
35509 status open
35510
35511 \begin_layout Plain Layout
35512
35513 \lang english
35514 Box with teal frame color and yellow background color
35515 \end_layout
35516
35517 \end_inset
35518
35519
35520 \end_layout
35521
35522 \begin_layout Standard
35523 \begin_inset VSpace bigskip
35524 \end_inset
35525
35526
35527 \lang english
35528 Of course you can also have colored text inside a colored box:
35529 \lang french
35530
35531 \begin_inset Newline newline
35532 \end_inset
35533
35534
35535 \begin_inset Box Boxed
35536 position "t"
35537 hor_pos "c"
35538 has_inner_box 0
35539 inner_pos "t"
35540 use_parbox 0
35541 use_makebox 0
35542 width ""
35543 special "none"
35544 height "1in"
35545 height_special "totalheight"
35546 thickness "0.4pt"
35547 separation "3pt"
35548 shadowsize "4pt"
35549 framecolor "cyan"
35550 backgroundcolor "magenta"
35551 status open
35552
35553 \begin_layout Plain Layout
35554
35555 \color yellow
35556 Ce texte est coloré dans une boîte colorée et encadrée.
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \end_layout
35563
35564 \begin_layout Standard
35565 \begin_inset VSpace bigskip
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \begin_layout Standard
35572
35573 \lang english
35574 If you need another color than the predefined ones,
35575 \lang french
35576  vous pouvez définir vos propres couleurs comme c'est décrit dans la section
35577 \begin_inset space ~
35578 \end_inset
35579
35580
35581 \begin_inset CommandInset ref
35582 LatexCommand ref
35583 reference "sec:Tableaux-Colorés"
35584
35585 \end_inset
35586
35587 .
35588
35589 \lang english
35590  To use your own color you must typeset the box by using TeX code:
35591 \end_layout
35592
35593 \begin_layout Standard
35594
35595 \lang english
35596 Colored boxes without frame
35597 \lang french
35598 sont créées par la commande 
35599 \series bold
35600
35601 \backslash
35602 colorbox
35603 \series default
35604 .
35605  Elle est utilisée avec la syntaxe suivante :
35606 \end_layout
35607
35608 \begin_layout Standard
35609
35610 \series bold
35611
35612 \backslash
35613 colorbox{couleur}{contenu de la boîte}
35614 \end_layout
35615
35616 \begin_layout Standard
35617 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35618  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35619  un mot sur fond vertfonce, insérez la commande 
35620 \end_layout
35621
35622 \begin_layout Standard
35623
35624 \series bold
35625
35626 \backslash
35627 colorbox{vertfonce}{
35628 \end_layout
35629
35630 \begin_layout Standard
35631 avant le mot en code \SpecialChar TeX
35632 .
35633  Insérez l'accolade fermante 
35634 \begin_inset Quotes fld
35635 \end_inset
35636
35637 }
35638 \begin_inset Quotes frd
35639 \end_inset
35640
35641  après le mot, en code \SpecialChar TeX
35642 .
35643 \begin_inset Newline newline
35644 \end_inset
35645
35646 Voici le résultat :
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Cette ligne de texte contient le mot
35651 \begin_inset ERT
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655
35656
35657 \backslash
35658 colorbox{vertfonce}{
35659 \end_layout
35660
35661 \end_inset
35662
35663
35664 \begin_inset Quotes fld
35665 \end_inset
35666
35667 Attention!
35668 \begin_inset Quotes frd
35669 \end_inset
35670
35671
35672 \begin_inset ERT
35673 status collapsed
35674
35675 \begin_layout Plain Layout
35676
35677 }
35678 \end_layout
35679
35680 \end_inset
35681
35682  sur fond vertfonce.
35683 \end_layout
35684
35685 \begin_layout Standard
35686
35687 \lang english
35688 Framed, colored boxes are created
35689 \lang french
35690  avec la commande 
35691 \series bold
35692
35693 \backslash
35694 fcolorbox
35695 \series default
35696  avec la syntaxe suivante :
35697 \end_layout
35698
35699 \begin_layout Standard
35700
35701 \series bold
35702
35703 \backslash
35704 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35705 \end_layout
35706
35707 \begin_layout Section
35708 Les boîtes pivotées et redimensionnées
35709 \end_layout
35710
35711 \begin_layout Standard
35712 Pour pouvoir utiliser les boîtes
35713 \lang english
35714  described in this section, the module 
35715 \family sans
35716 GraphicBoxes
35717 \family default
35718  must be loaded in the document settings.
35719 \end_layout
35720
35721 \begin_layout Standard
35722 \begin_inset Note Greyedout
35723 status open
35724
35725 \begin_layout Plain Layout
35726
35727 \series bold
35728 Note:
35729 \series default
35730  La plupart des visualiseurs DVI ne sont 
35731 \emph on
35732 pas
35733 \emph default
35734  capables d'afficher des rotations ou des redimensions.
35735 \end_layout
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 \begin_inset Note Greyedout
35744 status open
35745
35746 \begin_layout Plain Layout
35747
35748 \series bold
35749 Note:
35750 \series default
35751  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35752  redimensionnée.
35753 \end_layout
35754
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \begin_layout Subsection
35761 Les Boîtes pivotées
35762 \begin_inset Index idx
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766 Boîtes ! pivotées
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \begin_inset Index idx
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776 Pivoter des objets
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \begin_layout Standard
35785 Pour faire tourner des objets, vous pouvez les mettre dans une 
35786 \family sans
35787 \lang english
35788 Rotatebox
35789 \family default
35790 .
35791  Such a box is inserted via the menu 
35792 \family sans
35793 Insert\SpecialChar menuseparator
35794 Custom Insets\SpecialChar menuseparator
35795 Rotatebox
35796 \family default
35797 .
35798 \end_layout
35799
35800 \begin_layout Standard
35801 La position du pivot 
35802 \lang english
35803 can be specified via the inset 
35804 \family sans
35805 Origin
35806 \family default
35807  (menu 
35808 \family sans
35809 Insert\SpecialChar menuseparator
35810 Origin
35811 \family default
35812 \lang french
35813 ) sous la forme 
35814 \series bold
35815 origin=position
35816 \series default
35817 .
35818  Les valeurs suivantes sont possibles pour la position: 
35819 \emph on
35820 c
35821 \emph default
35822  (centre), 
35823 \emph on
35824 l
35825 \emph default
35826  (gauche/
35827 \lang english
35828 left
35829 \lang french
35830 ), 
35831 \emph on
35832 r
35833 \emph default
35834  (droite/
35835 \lang english
35836 right
35837 \lang french
35838 ), 
35839 \emph on
35840 b
35841 \emph default
35842  (bas/
35843 \lang english
35844 bottom
35845 \lang french
35846 ), 
35847 \emph on
35848 t
35849 \emph default
35850  (haut/
35851 \lang english
35852 top
35853 \lang french
35854 ), et aussi des combinaisons des quatre positions de base.
35855  Par exemple 
35856 \emph on
35857 lt
35858 \emph default
35859  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35860  Quand on ne donne pas d'origine, la position 
35861 \emph on
35862 l
35863 \emph default
35864  est utilisée.
35865  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35866  ou négatif.
35867  Le sens positif de rotation est anti-horaire.
35868 \end_layout
35869
35870 \begin_layout Standard
35871 Dans l'exemple qui suit, 
35872 \series bold
35873 \lang english
35874 origin=c
35875 \series default
35876  was inserted to the 
35877 \family sans
35878 Option
35879 \family default
35880  inset and 
35881 \series bold
35882 60
35883 \series default
35884  was inserted to the 
35885 \family sans
35886 Angle
35887 \family default
35888  inset.
35889 \end_layout
35890
35891 \begin_layout Standard
35892 Voici une ligne avec du 
35893 \begin_inset Flex Rotatebox
35894 status open
35895
35896 \begin_layout Plain Layout
35897 \begin_inset Argument 1
35898 status open
35899
35900 \begin_layout Plain Layout
35901 origin=c
35902 \end_layout
35903
35904 \end_inset
35905
35906
35907 \begin_inset Argument 2
35908 status open
35909
35910 \begin_layout Plain Layout
35911 60
35912 \end_layout
35913
35914 \end_inset
35915
35916 texte pivoté
35917 \end_layout
35918
35919 \end_inset
35920
35921 .
35922 \end_layout
35923
35924 \begin_layout Standard
35925 La boîte peut contenir une autre boîte ou une formule en ligne :
35926 \end_layout
35927
35928 \begin_layout Standard
35929 Voici une ligne avec du 
35930 \begin_inset Flex Rotatebox
35931 status open
35932
35933 \begin_layout Plain Layout
35934 \begin_inset Argument 1
35935 status open
35936
35937 \begin_layout Plain Layout
35938 origin=r
35939 \end_layout
35940
35941 \end_inset
35942
35943
35944 \begin_inset Argument 2
35945 status open
35946
35947 \begin_layout Plain Layout
35948 -60
35949 \end_layout
35950
35951 \end_inset
35952
35953
35954 \begin_inset Box Doublebox
35955 position "c"
35956 hor_pos "c"
35957 has_inner_box 0
35958 inner_pos "c"
35959 use_parbox 0
35960 use_makebox 0
35961 width "1in"
35962 special "width"
35963 height "1in"
35964 height_special "totalheight"
35965 thickness "0.4pt"
35966 separation "3pt"
35967 shadowsize "4pt"
35968 framecolor "black"
35969 backgroundcolor "none"
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973 texte pivoté
35974 \end_layout
35975
35976 \end_inset
35977
35978
35979 \end_layout
35980
35981 \end_inset
35982
35983  et encadré 
35984 \begin_inset Flex Rotatebox
35985 status open
35986
35987 \begin_layout Plain Layout
35988 \begin_inset Argument 1
35989 status open
35990
35991 \begin_layout Plain Layout
35992 origin=lb
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \begin_inset Argument 2
35999 status open
36000
36001 \begin_layout Plain Layout
36002 60
36003 \end_layout
36004
36005 \end_inset
36006
36007
36008 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36009 \end_inset
36010
36011
36012 \end_layout
36013
36014 \end_inset
36015
36016  et une formule.
36017 \end_layout
36018
36019 \begin_layout Standard
36020 ou encore une figure ou un tableau :
36021 \end_layout
36022
36023 \begin_layout Standard
36024 Voici une ligne 
36025 \begin_inset Flex Rotatebox
36026 status open
36027
36028 \begin_layout Plain Layout
36029 \begin_inset Argument 1
36030 status open
36031
36032 \begin_layout Plain Layout
36033 origin=lb
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \begin_inset Argument 2
36040 status open
36041
36042 \begin_layout Plain Layout
36043 90
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \begin_inset Graphics
36050         filename ../clipart/platypus.eps
36051         lyxscale 50
36052         width 25col%
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \end_inset
36060
36061  avec une image pivotée de 90° 
36062 \begin_inset Flex Rotatebox
36063 status open
36064
36065 \begin_layout Plain Layout
36066 \begin_inset Argument 2
36067 status open
36068
36069 \begin_layout Plain Layout
36070 -90
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset Tabular
36077 <lyxtabular version="3" rows="2" columns="2">
36078 <features tabularvalignment="middle">
36079 <column alignment="center" valignment="top">
36080 <column alignment="center" valignment="top">
36081 <row>
36082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086 q
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095 w
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 </row>
36101 <row>
36102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36103 \begin_inset Text
36104
36105 \begin_layout Plain Layout
36106 e
36107 \end_layout
36108
36109 \end_inset
36110 </cell>
36111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 r
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 </row>
36121 </lyxtabular>
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \end_inset
36129
36130  et un tableau.
36131 \begin_inset Index idx
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135 Figures ! Pivotées
36136 \end_layout
36137
36138 \end_inset
36139
36140
36141 \begin_inset Index idx
36142 status collapsed
36143
36144 \begin_layout Plain Layout
36145 Tableau ! Pivoter
36146 \end_layout
36147
36148 \end_inset
36149
36150
36151 \end_layout
36152
36153 \begin_layout Standard
36154
36155 \lang english
36156 \begin_inset Note Greyedout
36157 status open
36158
36159 \begin_layout Plain Layout
36160
36161 \series bold
36162 \lang english
36163 Note:
36164 \series default
36165  If the 
36166 \family sans
36167 Angle
36168 \family default
36169  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36170
36171  errors when viewing/exporting the document.
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \begin_layout Subsection
36180 Les boîtes redimensionnées
36181 \begin_inset Index idx
36182 status collapsed
36183
36184 \begin_layout Plain Layout
36185 Boîtes ! Redimensionnées
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \begin_inset Index idx
36192 status collapsed
36193
36194 \begin_layout Plain Layout
36195 Redimensionner des objets
36196 \end_layout
36197
36198 \end_inset
36199
36200
36201 \end_layout
36202
36203 \begin_layout Standard
36204 Pour redimensionner des objets on
36205 \lang english
36206  put it into a 
36207 \family sans
36208 Scalebox
36209 \family default
36210 .
36211  Such a box is inserted via the menu 
36212 \family sans
36213 Insert\SpecialChar menuseparator
36214 Custom Insets\SpecialChar menuseparator
36215 Scalebox
36216 \family default
36217 .
36218 \end_layout
36219
36220 \begin_layout Standard
36221
36222 \lang english
36223 The 
36224 \family sans
36225 Scalebox
36226 \family default
36227  inset has the mandatory inset 
36228 \family sans
36229 H-Factor
36230 \family default
36231  and the optional inset 
36232 \family sans
36233 V-Factor
36234 \family default
36235  (inserted via the menu 
36236 \family sans
36237 Insert\SpecialChar menuseparator
36238 V-Factor)
36239 \family default
36240 .
36241  Input there there horizontal and vertical scale factor, respectively.
36242  If no 
36243 \family sans
36244 V-Factor
36245 \family default
36246  inset is used
36247 \lang french
36248 , le facteur horizontal sera aussi utilisé comme facteur vertical.
36249 \end_layout
36250
36251 \begin_layout Standard
36252
36253 \lang english
36254 To get for example the double text size, compared to the document text size,
36255  insert 
36256 \series bold
36257 2
36258 \series default
36259  into the 
36260 \family sans
36261 H-Factor
36262 \family default
36263  inset.
36264  An example
36265 \lang french
36266
36267 \begin_inset Flex Scalebox
36268 status open
36269
36270 \begin_layout Plain Layout
36271 \begin_inset Argument 1
36272 status open
36273
36274 \begin_layout Plain Layout
36275 2
36276 \end_layout
36277
36278 \end_inset
36279
36280 Bonjour
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \begin_layout Standard
36289
36290 \series bold
36291 \lang english
36292 2
36293 \series default
36294  as 
36295 \family sans
36296 H-Factor
36297 \family default
36298  and 
36299 \series bold
36300 1
36301 \series default
36302  as 
36303 \family sans
36304 V-Factor
36305 \family default
36306  distorts the
36307 \lang french
36308  
36309 \begin_inset Flex Scalebox
36310 status open
36311
36312 \begin_layout Plain Layout
36313 \begin_inset Argument 1
36314 status open
36315
36316 \begin_layout Plain Layout
36317 2
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \begin_inset Argument 2
36324 status open
36325
36326 \begin_layout Plain Layout
36327 1
36328 \end_layout
36329
36330 \end_inset
36331
36332 Bonjour
36333 \end_layout
36334
36335 \end_inset
36336
36337 .
36338 \end_layout
36339
36340 \begin_layout Standard
36341
36342 \lang english
36343 If the scaling factor is negative, the box content will be mirrored.
36344  Therefore 
36345 \series bold
36346 -1
36347 \series default
36348  as 
36349 \family sans
36350 H-Factor
36351 \family default
36352  and 
36353 \series bold
36354 1
36355 \series default
36356  as 
36357 \family sans
36358 V-Factor
36359 \family default
36360  can be used to create mirror writing
36361 \lang french
36362
36363 \begin_inset Flex Scalebox
36364 status open
36365
36366 \begin_layout Plain Layout
36367 \begin_inset Argument 1
36368 status open
36369
36370 \begin_layout Plain Layout
36371 -1
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \begin_inset Argument 2
36378 status open
36379
36380 \begin_layout Plain Layout
36381 1
36382 \end_layout
36383
36384 \end_inset
36385
36386 Bonjour
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \begin_layout Standard
36395
36396 \series bold
36397 \lang english
36398 -1
36399 \series default
36400  as 
36401 \family sans
36402 H-Factor
36403 \family default
36404  and 
36405 \series bold
36406 1
36407 \series default
36408  as 
36409 \family sans
36410 V-Factor
36411 \family default
36412  reflects the
36413 \lang french
36414  
36415 \begin_inset Flex Scalebox
36416 status open
36417
36418 \begin_layout Plain Layout
36419 \begin_inset Argument 1
36420 status open
36421
36422 \begin_layout Plain Layout
36423 1
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \begin_inset Argument 2
36430 status open
36431
36432 \begin_layout Plain Layout
36433 -1
36434 \end_layout
36435
36436 \end_inset
36437
36438 Bonjour
36439 \end_layout
36440
36441 \end_inset
36442
36443  
36444 \lang english
36445 at the base line.
36446 \end_layout
36447
36448 \begin_layout Standard
36449
36450 \lang english
36451 The 
36452 \family sans
36453 Reflectbox
36454 \family default
36455  (menu 
36456 \family sans
36457 Insert\SpecialChar menuseparator
36458 Custom Insets\SpecialChar menuseparator
36459 Reflectbox
36460 \family default
36461 ) is equivalent to 
36462 \series bold
36463 -1
36464 \series default
36465  as 
36466 \family sans
36467 H-Factor
36468 \family default
36469  and 
36470 \series bold
36471 1
36472 \series default
36473  as 
36474 \family sans
36475 V-Factor 
36476 \family default
36477 for a 
36478 \family sans
36479 Scalebox
36480 \family default
36481 .
36482 \end_layout
36483
36484 \begin_layout Standard
36485
36486 \lang english
36487 \begin_inset Note Greyedout
36488 status open
36489
36490 \begin_layout Plain Layout
36491
36492 \series bold
36493 \lang english
36494 Note:
36495 \series default
36496  If the 
36497 \family sans
36498 H-Factor
36499 \family default
36500  inset is empty or contains other characters than numbers you will get LaTeX
36501  errors when viewing/exporting the document.
36502 \end_layout
36503
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \begin_layout Standard
36510 \begin_inset VSpace bigskip
36511 \end_inset
36512
36513
36514 \lang english
36515 The 
36516 \family sans
36517 Resizebox
36518 \family default
36519  (menu 
36520 \family sans
36521 Insert\SpecialChar menuseparator
36522 Custom Insets\SpecialChar menuseparator
36523 Resizebox
36524 \family default
36525 ) is used to scale the content to a defined width and height.
36526  The 
36527 \family sans
36528 Resizebox
36529 \family default
36530  inset has the mandatory inset 
36531 \family sans
36532 Width
36533 \family default
36534  and the optional inset 
36535 \family sans
36536 Height
36537 \family default
36538  (inserted via the menu 
36539 \family sans
36540 Insert\SpecialChar menuseparator
36541 Height)
36542 \family default
36543 .
36544  Input there there width and height, respectively, as value with a unit
36545 \lang french
36546 .
36547  
36548 \begin_inset CommandInset ref
36549 LatexCommand ref
36550 reference "tab:Unités"
36551
36552 \end_inset
36553
36554  
36555 \lang english
36556 lists the possible units.
36557  If there is 
36558 \lang french
36559 un point d'exclamation 
36560 \series bold
36561 !
36562 \series default
36563 \lang english
36564  in of of the two insets
36565 \lang french
36566 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
36567
36568 \lang english
36569  If no 
36570 \family sans
36571 Height
36572 \family default
36573  inset is used 
36574 \lang french
36575 un point d'exclamation
36576 \lang english
36577  will internally be used for the height.
36578 \end_layout
36579
36580 \begin_layout Standard
36581
36582 \series bold
36583 \lang english
36584 2cm
36585 \series default
36586  as 
36587 \family sans
36588 Width
36589 \family default
36590  and 
36591 \series bold
36592 1cm
36593 \series default
36594  as 
36595 \family sans
36596 Height
36597 \family default
36598  produces:
36599 \lang french
36600  
36601 \begin_inset Flex Resizebox
36602 status open
36603
36604 \begin_layout Plain Layout
36605 \begin_inset Argument 1
36606 status open
36607
36608 \begin_layout Plain Layout
36609 2cm
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \begin_inset Argument 2
36616 status open
36617
36618 \begin_layout Plain Layout
36619 1cm
36620 \end_layout
36621
36622 \end_inset
36623
36624 Bonjour
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \begin_inset Newline newline
36631 \end_inset
36632
36633
36634 \series bold
36635 \lang english
36636 2cm
36637 \series default
36638  as 
36639 \family sans
36640 Width
36641 \family default
36642  and 
36643 \series bold
36644 !
36645 \series default
36646  as 
36647 \family sans
36648 Height
36649 \family default
36650  (or no 
36651 \family sans
36652 Height
36653 \family default
36654 ) produces
36655 \lang french
36656
36657 \begin_inset Flex Resizebox
36658 status open
36659
36660 \begin_layout Plain Layout
36661 \begin_inset Argument 1
36662 status open
36663
36664 \begin_layout Plain Layout
36665 2cm
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \begin_inset Argument 2
36672 status open
36673
36674 \begin_layout Plain Layout
36675 !
36676 \end_layout
36677
36678 \end_inset
36679
36680 Bonjour
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Standard
36689
36690 \lang english
36691 \begin_inset Note Greyedout
36692 status open
36693
36694 \begin_layout Plain Layout
36695
36696 \series bold
36697 \lang english
36698 Note:
36699 \series default
36700  If the 
36701 \family sans
36702 Width
36703 \family default
36704  inset is empty or contains an invalid unit you will get LaTeX errors when
36705  viewing/exporting the document.
36706 \end_layout
36707
36708 \end_inset
36709
36710
36711 \end_layout
36712
36713 \begin_layout Standard
36714 \begin_inset VSpace bigskip
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Standard
36721 Les boîtes peuvent être combinée dans n'importe quel ordre.
36722
36723 \lang english
36724  As example a 
36725 \family sans
36726 Reflectbox
36727 \family default
36728  inside a 
36729 \family sans
36730 Resizebox
36731 \family default
36732  which is in turn inside a 
36733 \family sans
36734 Rotatebox
36735 \family default
36736 :
36737 \end_layout
36738
36739 \begin_layout Standard
36740 \noindent
36741 \align center
36742 \begin_inset Flex Rotatebox
36743 status open
36744
36745 \begin_layout Plain Layout
36746 \begin_inset Argument 1
36747 status open
36748
36749 \begin_layout Plain Layout
36750 origin=c
36751 \end_layout
36752
36753 \end_inset
36754
36755
36756 \begin_inset Argument 2
36757 status open
36758
36759 \begin_layout Plain Layout
36760 -45
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \begin_inset Flex Resizebox
36767 status open
36768
36769 \begin_layout Plain Layout
36770 \begin_inset Argument 1
36771 status open
36772
36773 \begin_layout Plain Layout
36774 2cm
36775 \end_layout
36776
36777 \end_inset
36778
36779
36780 \begin_inset Flex Reflectbox
36781 status open
36782
36783 \begin_layout Plain Layout
36784 Bonjour
36785 \end_layout
36786
36787 \end_inset
36788
36789
36790 \end_layout
36791
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \begin_layout Standard
36803 \noindent
36804 Les images, les tableaux et les formules sont autorisées comme contenu de
36805  boîte :
36806 \end_layout
36807
36808 \begin_layout Standard
36809 \noindent
36810 \align center
36811 \begin_inset Flex Resizebox
36812 status open
36813
36814 \begin_layout Plain Layout
36815 \begin_inset Argument 1
36816 status open
36817
36818 \begin_layout Plain Layout
36819 2cm
36820 \end_layout
36821
36822 \end_inset
36823
36824
36825 \begin_inset Flex Reflectbox
36826 status open
36827
36828 \begin_layout Plain Layout
36829 \begin_inset Graphics
36830         filename ../clipart/platypus.eps
36831         lyxscale 50
36832         width 25col%
36833
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \end_inset
36845
36846  
36847 \begin_inset Flex Resizebox
36848 status open
36849
36850 \begin_layout Plain Layout
36851 \begin_inset Argument 1
36852 status open
36853
36854 \begin_layout Plain Layout
36855 2cm
36856 \end_layout
36857
36858 \end_inset
36859
36860
36861 \begin_inset Flex Reflectbox
36862 status open
36863
36864 \begin_layout Plain Layout
36865 \begin_inset Tabular
36866 <lyxtabular version="3" rows="2" columns="2">
36867 <features tabularvalignment="middle">
36868 <column alignment="center" valignment="top">
36869 <column alignment="center" valignment="top">
36870 <row>
36871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36872 \begin_inset Text
36873
36874 \begin_layout Plain Layout
36875 q
36876 \end_layout
36877
36878 \end_inset
36879 </cell>
36880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 w
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 </row>
36890 <row>
36891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Plain Layout
36895 e
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Plain Layout
36904 r
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 </row>
36910 </lyxtabular>
36911
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \end_inset
36923
36924  
36925 \begin_inset Flex Resizebox
36926 status open
36927
36928 \begin_layout Plain Layout
36929 \begin_inset Argument 1
36930 status open
36931
36932 \begin_layout Plain Layout
36933 3cm
36934 \end_layout
36935
36936 \end_inset
36937
36938
36939 \begin_inset Flex Reflectbox
36940 status open
36941
36942 \begin_layout Plain Layout
36943 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36944 \end_inset
36945
36946
36947 \end_layout
36948
36949 \end_inset
36950
36951
36952 \end_layout
36953
36954 \end_inset
36955
36956
36957 \begin_inset Index idx
36958 status collapsed
36959
36960 \begin_layout Plain Layout
36961 Figures ! Redimensionnées
36962 \end_layout
36963
36964 \end_inset
36965
36966
36967 \begin_inset Index idx
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971 Tableau ! Redimensionner
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980 Quand on utilise le style global de formule 
36981 \series bold
36982 fleqn
36983 \series default
36984  dans le document
36985 \begin_inset Foot
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989 Quand 
36990 \begin_inset Quotes fld
36991 \end_inset
36992
36993 fleqn
36994 \begin_inset Quotes frd
36995 \end_inset
36996
36997  est ajouté aux options de la classe de document.
36998 \end_layout
36999
37000 \end_inset
37001
37002 , les formules hors texte peuvent aussi être redimensionnées.
37003 \end_layout
37004
37005 \begin_layout Chapter
37006 Objets entourés par du texte
37007 \begin_inset Index idx
37008 status collapsed
37009
37010 \begin_layout Plain Layout
37011 Entourés par du texte
37012 \end_layout
37013
37014 \end_inset
37015
37016
37017 \end_layout
37018
37019 \begin_layout Section
37020 Flottant d'enrobage
37021 \begin_inset CommandInset label
37022 LatexCommand label
37023 name "sec:Flottant-d'enrobage"
37024
37025 \end_inset
37026
37027
37028 \begin_inset Index idx
37029 status collapsed
37030
37031 \begin_layout Plain Layout
37032 Flottants ! Flottants d'enrobage
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \begin_inset Index idx
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042 Entourés par du texte ! Flottants d'enrobage
37043 \end_layout
37044
37045 \end_inset
37046
37047
37048 \end_layout
37049
37050 \begin_layout Standard
37051 \begin_inset Wrap figure
37052 lines 0
37053 placement l
37054 overhang 1cm
37055 width "40col%"
37056 status open
37057
37058 \begin_layout Plain Layout
37059 \begin_inset Graphics
37060         filename ../clipart/mobius.eps
37061         width 40col%
37062         scaleBeforeRotation
37063         rotateOrigin center
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Plain Layout
37071 \begin_inset Caption Standard
37072
37073 \begin_layout Plain Layout
37074 \begin_inset CommandInset label
37075 LatexCommand label
37076 name "fig:Figure-enrobée"
37077
37078 \end_inset
37079
37080 Ceci est une figure habillée.
37081 \end_layout
37082
37083 \end_inset
37084
37085
37086 \end_layout
37087
37088 \end_inset
37089
37090  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37091  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37092  Vous pouvez en insérer un en utilisant le menu 
37093 \family sans
37094 Insertion\SpecialChar menuseparator
37095 Flottant\SpecialChar menuseparator
37096 Flottant
37097 \begin_inset space ~
37098 \end_inset
37099
37100 d'enrobage
37101 \family default
37102  à la condition que le paquetage \SpecialChar LaTeX
37103  
37104 \series bold
37105 wrapfig
37106 \series default
37107
37108 \begin_inset Index idx
37109 status collapsed
37110
37111 \begin_layout Plain Layout
37112 Paquetages \SpecialChar LaTeX
37113  ! wrapfig
37114 \end_layout
37115
37116 \end_inset
37117
37118  soit installé.
37119 \begin_inset Foot
37120 status collapsed
37121
37122 \begin_layout Plain Layout
37123 Voyez dans la manuel 
37124 \emph on
37125 Configuration
37126 \begin_inset space ~
37127 \end_inset
37128
37129 \SpecialChar LaTeX
37130  
37131 \emph default
37132 comment installer des paquetages \SpecialChar LaTeX
37133 .
37134 \end_layout
37135
37136 \end_inset
37137
37138  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37139  sur la boîte du flottant.
37140  Les paramètres obligatoires sont l'
37141 \family sans
37142 Emplacement
37143 \family default
37144  et la 
37145 \family sans
37146 Largeur
37147 \family default
37148 .
37149  Les paramètres facultatifs sont le 
37150 \family sans
37151 Débordement
37152 \family default
37153  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37154  de la page et la 
37155 \family sans
37156 Porté de la ligne
37157 \family default
37158  qui précise le nombre approximatif de lignes dont le flottant va avoir
37159  besoin.
37160  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37161  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37162  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37163  à faire flotter le flottant
37164  à l'intérieur du paragraphe ou vers les autres paragraphes.
37165  La figure
37166 \begin_inset space ~
37167 \end_inset
37168
37169
37170 \begin_inset CommandInset ref
37171 LatexCommand ref
37172 reference "fig:Figure-enrobée"
37173
37174 \end_inset
37175
37176  est un exemple de flottant d'enrobage avec une largeur de 40
37177 \begin_inset space \thinspace{}
37178 \end_inset
37179
37180 col%, un débordement de 1
37181 \begin_inset space \thinspace{}
37182 \end_inset
37183
37184 cm et placé à gauche.
37185 \end_layout
37186
37187 \begin_layout Standard
37188 \begin_inset Note Greyedout
37189 status open
37190
37191 \begin_layout Plain Layout
37192
37193 \series bold
37194 Note:
37195 \series default
37196  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37197  figure trop près du bas de page peut tout chambouler et faire que le flottant
37198  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37199  de texte.
37200 \end_layout
37201
37202 \end_inset
37203
37204
37205 \end_layout
37206
37207 \begin_layout Standard
37208 En général:
37209 \end_layout
37210
37211 \begin_layout Itemize
37212 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37213  qui risquent de passer à la page suivante.
37214  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37215  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37216  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37217  de page.
37218 \end_layout
37219
37220 \begin_layout Itemize
37221 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37222  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37223 e.
37224 \end_layout
37225
37226 \begin_layout Itemize
37227 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37228  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37229  texte entre les deux, comme séparateur.
37230 \end_layout
37231
37232 \begin_layout Itemize
37233 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37234  ou les tableaux.
37235 \end_layout
37236
37237 \begin_layout Itemize
37238 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37239  chapitre
37240 \begin_inset space ~
37241 \end_inset
37242
37243
37244 \begin_inset CommandInset ref
37245 LatexCommand ref
37246 reference "chap:Flottants"
37247
37248 \end_inset
37249
37250 .
37251 \end_layout
37252
37253 \begin_layout Section
37254 Objets fixes entourés par du texte
37255 \begin_inset Index idx
37256 status collapsed
37257
37258 \begin_layout Plain Layout
37259 Entouré par du texte ! Objets fixes
37260 \end_layout
37261
37262 \end_inset
37263
37264
37265 \end_layout
37266
37267 \begin_layout Standard
37268 Les flottants d'enrobage décrits dans la section
37269 \begin_inset space \thinspace{}
37270 \end_inset
37271
37272
37273 \begin_inset CommandInset ref
37274 LatexCommand ref
37275 reference "sec:Flottant-d'enrobage"
37276
37277 \end_inset
37278
37279  prennent les positions suivantes dans le paragraphe :
37280 \begin_inset Separator parbreak
37281 \end_inset
37282
37283
37284 \end_layout
37285
37286 \begin_layout Standard
37287 \noindent
37288 \align center
37289 \begin_inset Tabular
37290 <lyxtabular version="3" rows="2" columns="2">
37291 <features tabularvalignment="middle">
37292 <column alignment="center" valignment="top">
37293 <column alignment="center" valignment="top">
37294 <row>
37295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37296 \begin_inset Text
37297
37298 \begin_layout Plain Layout
37299 \begin_inset Graphics
37300         filename ../../images/dialog-show-new-inset_graphics.png
37301         scale 70
37302         scaleBeforeRotation
37303
37304 \end_inset
37305
37306
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 texte
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 </row>
37321 <row>
37322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 texte
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 texte
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 </lyxtabular>
37342
37343 \end_inset
37344
37345  ou 
37346 \begin_inset Tabular
37347 <lyxtabular version="3" rows="2" columns="2">
37348 <features tabularvalignment="middle">
37349 <column alignment="center" valignment="top">
37350 <column alignment="center" valignment="top">
37351 <row>
37352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37353 \begin_inset Text
37354
37355 \begin_layout Plain Layout
37356 texte
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37362 \begin_inset Text
37363
37364 \begin_layout Plain Layout
37365 \begin_inset Graphics
37366         filename ../../images/dialog-show-new-inset_graphics.png
37367         scale 70
37368         scaleBeforeRotation
37369
37370 \end_inset
37371
37372
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 </row>
37378 <row>
37379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383 texte
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 texte
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 </row>
37398 </lyxtabular>
37399
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \begin_layout Standard
37406 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37407  par exemple pour avoir une de ces positions :
37408 \begin_inset VSpace defskip
37409 \end_inset
37410
37411
37412 \end_layout
37413
37414 \begin_layout Standard
37415 \noindent
37416 \align center
37417 \begin_inset Tabular
37418 <lyxtabular version="3" rows="2" columns="2">
37419 <features tabularvalignment="middle">
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" rightline="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 </row>
37442 <row>
37443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447 \begin_inset Graphics
37448         filename ../../images/dialog-show-new-inset_graphics.png
37449         scale 70
37450         scaleBeforeRotation
37451
37452 \end_inset
37453
37454
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 texte
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 </row>
37469 </lyxtabular>
37470
37471 \end_inset
37472
37473  
37474 \begin_inset Tabular
37475 <lyxtabular version="3" rows="2" columns="2">
37476 <features tabularvalignment="middle">
37477 <column alignment="center" valignment="top">
37478 <column alignment="center" valignment="top">
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 texte
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 texte
37494 \end_layout
37495
37496 \end_inset
37497 </cell>
37498 </row>
37499 <row>
37500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504 texte
37505 \end_layout
37506
37507 \end_inset
37508 </cell>
37509 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37510 \begin_inset Text
37511
37512 \begin_layout Plain Layout
37513 \begin_inset Graphics
37514         filename ../../images/dialog-show-new-inset_graphics.png
37515         scale 70
37516         scaleBeforeRotation
37517
37518 \end_inset
37519
37520
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 </row>
37526 </lyxtabular>
37527
37528 \end_inset
37529
37530  
37531 \begin_inset Tabular
37532 <lyxtabular version="3" rows="2" columns="3">
37533 <features tabularvalignment="middle">
37534 <column alignment="center" valignment="top">
37535 <column alignment="center" valignment="top">
37536 <column alignment="center" valignment="top">
37537 <row>
37538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542 texte
37543 \end_layout
37544
37545 \end_inset
37546 </cell>
37547 <cell alignment="center" valignment="top" topline="true" usebox="none">
37548 \begin_inset Text
37549
37550 \begin_layout Plain Layout
37551 \begin_inset Graphics
37552         filename ../../images/dialog-show-new-inset_graphics.png
37553         scale 70
37554         scaleBeforeRotation
37555
37556 \end_inset
37557
37558
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567 texte
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 </row>
37573 <row>
37574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37575 \begin_inset Text
37576
37577 \begin_layout Plain Layout
37578 texte
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587 texte
37588 \end_layout
37589
37590 \end_inset
37591 </cell>
37592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37593 \begin_inset Text
37594
37595 \begin_layout Plain Layout
37596 texte
37597 \end_layout
37598
37599 \end_inset
37600 </cell>
37601 </row>
37602 </lyxtabular>
37603
37604 \end_inset
37605
37606  
37607 \begin_inset Tabular
37608 <lyxtabular version="3" rows="2" columns="3">
37609 <features tabularvalignment="middle">
37610 <column alignment="center" valignment="top">
37611 <column alignment="center" valignment="top">
37612 <column alignment="center" valignment="top">
37613 <row>
37614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37615 \begin_inset Text
37616
37617 \begin_layout Plain Layout
37618 texte
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 <cell alignment="center" valignment="top" topline="true" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627 texte
37628 \end_layout
37629
37630 \end_inset
37631 </cell>
37632 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636 texte
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 </row>
37642 <row>
37643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647 texte
37648 \end_layout
37649
37650 \end_inset
37651 </cell>
37652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37653 \begin_inset Text
37654
37655 \begin_layout Plain Layout
37656 \begin_inset Graphics
37657         filename ../../images/dialog-show-new-inset_graphics.png
37658         scale 70
37659         scaleBeforeRotation
37660
37661 \end_inset
37662
37663
37664 \end_layout
37665
37666 \end_inset
37667 </cell>
37668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 texte
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 </row>
37678 </lyxtabular>
37679
37680 \end_inset
37681
37682
37683 \end_layout
37684
37685 \begin_layout Standard
37686 \noindent
37687 \align center
37688 \begin_inset Tabular
37689 <lyxtabular version="3" rows="3" columns="2">
37690 <features tabularvalignment="middle">
37691 <column alignment="center" valignment="top">
37692 <column alignment="center" valignment="top">
37693 <row>
37694 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707 texte
37708 \end_layout
37709
37710 \end_inset
37711 </cell>
37712 </row>
37713 <row>
37714 <cell alignment="center" valignment="top" leftline="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 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 texte
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 <row>
37741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 texte
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 texte
37755 \end_layout
37756
37757 \end_inset
37758 </cell>
37759 </row>
37760 </lyxtabular>
37761
37762 \end_inset
37763
37764  
37765 \begin_inset Tabular
37766 <lyxtabular version="3" rows="3" columns="3">
37767 <features tabularvalignment="middle">
37768 <column alignment="center" valignment="top">
37769 <column alignment="center" valignment="top">
37770 <column alignment="center" valignment="top">
37771 <row>
37772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776 texte
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 <cell alignment="center" valignment="top" topline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785 texte
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37791 \begin_inset Text
37792
37793 \begin_layout Plain Layout
37794 texte
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 </row>
37800 <row>
37801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805 texte
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 <cell alignment="center" valignment="top" usebox="none">
37811 \begin_inset Text
37812
37813 \begin_layout Plain Layout
37814 \begin_inset Graphics
37815         filename ../../images/dialog-show-new-inset_graphics.png
37816         scale 70
37817         scaleBeforeRotation
37818
37819 \end_inset
37820
37821
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830 texte
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 </row>
37836 <row>
37837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841 texte
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850 texte
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859 texte
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 </row>
37865 </lyxtabular>
37866
37867 \end_inset
37868
37869  
37870 \begin_inset Tabular
37871 <lyxtabular version="3" rows="3" columns="2">
37872 <features tabularvalignment="middle">
37873 <column alignment="center" valignment="top">
37874 <column alignment="center" valignment="top">
37875 <row>
37876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37877 \begin_inset Text
37878
37879 \begin_layout Plain Layout
37880 texte
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 texte
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 </row>
37895 <row>
37896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37897 \begin_inset Text
37898
37899 \begin_layout Plain Layout
37900 texte
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909 \begin_inset Graphics
37910         filename ../../images/dialog-show-new-inset_graphics.png
37911         scale 70
37912         scaleBeforeRotation
37913
37914 \end_inset
37915
37916
37917 \end_layout
37918
37919 \end_inset
37920 </cell>
37921 </row>
37922 <row>
37923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927 texte
37928 \end_layout
37929
37930 \end_inset
37931 </cell>
37932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37933 \begin_inset Text
37934
37935 \begin_layout Plain Layout
37936 texte
37937 \end_layout
37938
37939 \end_inset
37940 </cell>
37941 </row>
37942 </lyxtabular>
37943
37944 \end_inset
37945
37946
37947 \end_layout
37948
37949 \begin_layout Standard
37950 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37951  
37952 \end_layout
37953
37954 \begin_layout Standard
37955 \noindent
37956
37957 \series bold
37958 picinpar
37959 \series default
37960
37961 \begin_inset Index idx
37962 status collapsed
37963
37964 \begin_layout Plain Layout
37965 Paquetages \SpecialChar LaTeX
37966  ! picinpar
37967 \end_layout
37968
37969 \end_inset
37970
37971 .
37972  Voici un exemple :
37973 \end_layout
37974
37975 \begin_layout Standard
37976 \begin_inset ERT
37977 status collapsed
37978
37979 \begin_layout Plain Layout
37980
37981
37982 \backslash
37983 ifpicinpar
37984 \end_layout
37985
37986 \end_inset
37987
37988
37989 \begin_inset Note Note
37990 status open
37991
37992 \begin_layout Plain Layout
37993 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37994  
37995 \series bold
37996 picinpar
37997 \series default
37998  a été installé.
37999 \end_layout
38000
38001 \end_inset
38002
38003
38004 \end_layout
38005
38006 \begin_layout Standard
38007 \begin_inset ERT
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011
38012
38013 \backslash
38014 begin{window}[2,c,{
38015 \end_layout
38016
38017 \end_inset
38018
38019
38020 \begin_inset Graphics
38021         filename ../clipart/mobius.eps
38022         lyxscale 60
38023         width 40col%
38024         scaleBeforeRotation
38025         rotateOrigin center
38026
38027 \end_inset
38028
38029
38030 \begin_inset ERT
38031 status collapsed
38032
38033 \begin_layout Plain Layout
38034
38035 },]
38036 \end_layout
38037
38038 \begin_layout Plain Layout
38039
38040 {}
38041 \end_layout
38042
38043 \end_inset
38044
38045
38046 \size small
38047 \lang english
38048 It was in the spring of the year 1894 that all London was interested, and
38049  the fashionable world dismayed, by the murder of the Honourable Ronald
38050  Adair under most unusual and inexplicable circumstances.
38051  The public has already learned those particulars of the crime which
38052 \size default
38053
38054 \begin_inset ERT
38055 status collapsed
38056
38057 \begin_layout Plain Layout
38058
38059
38060 \backslash
38061 footnotemark{}
38062 \end_layout
38063
38064 \end_inset
38065
38066
38067 \size small
38068  came out in the police investigation, but a good deal was suppressed upon
38069  that occasion, since the case for the prosecution was so overwhelmingly
38070  strong that it was not necessary to bring forward all the facts.
38071  Only now, at the end of nearly ten years, am I allowed to supply those
38072  missing links which make up the whole of that remarkable chain
38073 \lang french
38074 .
38075 \size default
38076
38077 \begin_inset ERT
38078 status collapsed
38079
38080 \begin_layout Plain Layout
38081
38082
38083 \backslash
38084 end{window}
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \end_layout
38091
38092 \begin_layout Standard
38093 \begin_inset ERT
38094 status collapsed
38095
38096 \begin_layout Plain Layout
38097
38098
38099 \backslash
38100 footnotetext{
38101 \end_layout
38102
38103 \end_inset
38104
38105 Note de pied de page du paragraphe avec objet fixe.
38106 \begin_inset ERT
38107 status collapsed
38108
38109 \begin_layout Plain Layout
38110
38111 }
38112 \end_layout
38113
38114 \end_inset
38115
38116
38117 \end_layout
38118
38119 \begin_layout Standard
38120 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38121  d'eux et leur position est déterminée par le nombre de lignes de texte
38122  situées audessus d'eux.
38123  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38124  numérotée.
38125 \end_layout
38126
38127 \begin_layout Standard
38128 Un objet fixe enrobé est inséré en ajoutant la commande
38129 \end_layout
38130
38131 \begin_layout Standard
38132
38133 \series bold
38134
38135 \backslash
38136 begin{window}[2,c,{
38137 \end_layout
38138
38139 \begin_layout Standard
38140 en code \SpecialChar TeX
38141  au debut du paragraphe.
38142  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38143  dessus de l'objet, le second, ici 'c', la position de l'objet.
38144  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38145  ) sont possibles.
38146  Après la commande, vous insérez votre objet.
38147  Dans cet exemple, c'est une image avec une largeur de 40
38148 \begin_inset space \thinspace{}
38149 \end_inset
38150
38151 % de la colonne de texte qui a été insérée.
38152  L'objet peut aussi être un tableau, une boîte ou une équation.
38153  Après l'objet, on insère la commande
38154 \end_layout
38155
38156 \begin_layout Standard
38157
38158 \series bold
38159 },texte de description ]
38160 \begin_inset Newline newline
38161 \end_inset
38162
38163 {}
38164 \end_layout
38165
38166 \begin_layout Standard
38167 Notez que le 
38168 \begin_inset Quotes fld
38169 \end_inset
38170
38171
38172 \series bold
38173 {}
38174 \series default
38175
38176 \begin_inset Quotes frd
38177 \end_inset
38178
38179  est sur la deuxième ligne.
38180  Le texte de description est facultatif.
38181  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38182  il doit donc commence juste après le 
38183 \series bold
38184 {}
38185 \series default
38186 .
38187  A la fin du paragraphe on insère la commande :
38188 \end_layout
38189
38190 \begin_layout Standard
38191
38192 \series bold
38193
38194 \backslash
38195 end{window}
38196 \end_layout
38197
38198 \begin_layout Standard
38199 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38200  ajouter des notes de pied de page de la façon habituelle.
38201  Vous devez utiliser la commande 
38202 \series bold
38203
38204 \backslash
38205 footnotemark
38206 \series default
38207  à l'intérieur du paragraphe et la commande 
38208 \series bold
38209
38210 \backslash
38211 footnotetext
38212 \series default
38213  à l'extérieur, comme décrit dans la section
38214 \begin_inset space \thinspace{}
38215 \end_inset
38216
38217
38218 \begin_inset CommandInset ref
38219 LatexCommand ref
38220 reference "sec:Notes-bas-de-page"
38221
38222 \end_inset
38223
38224 .
38225 \end_layout
38226
38227 \begin_layout Standard
38228 \begin_inset ERT
38229 status collapsed
38230
38231 \begin_layout Plain Layout
38232
38233
38234 \backslash
38235 else
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \begin_inset Note Note
38242 status open
38243
38244 \begin_layout Plain Layout
38245 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38246  
38247 \series bold
38248 picinpar
38249 \series default
38250  n'est pas installé :
38251 \end_layout
38252
38253 \end_inset
38254
38255
38256 \end_layout
38257
38258 \begin_layout Standard
38259 Vous devez installer le paquetage \SpecialChar LaTeX
38260  
38261 \series bold
38262 picinpar
38263 \series default
38264  pour voir la suite de cette section dans la sortie imprimée.
38265 \end_layout
38266
38267 \begin_layout Standard
38268 \begin_inset ERT
38269 status collapsed
38270
38271 \begin_layout Plain Layout
38272
38273
38274 \backslash
38275 fi
38276 \end_layout
38277
38278 \end_inset
38279
38280
38281 \end_layout
38282
38283 \begin_layout Section
38284 Lettrines
38285 \begin_inset Index idx
38286 status collapsed
38287
38288 \begin_layout Plain Layout
38289 Lettrines
38290 \end_layout
38291
38292 \end_inset
38293
38294
38295 \begin_inset Index idx
38296 status collapsed
38297
38298 \begin_layout Plain Layout
38299 Entouré par du texte ! Lettrines
38300 \end_layout
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \begin_layout Standard
38308 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38309  
38310 \series bold
38311 lettrine
38312 \series default
38313
38314 \begin_inset Index idx
38315 status collapsed
38316
38317 \begin_layout Plain Layout
38318 Paquetages \SpecialChar LaTeX
38319  ! lettrine
38320 \end_layout
38321
38322 \end_inset
38323
38324  doit être installé et vous devez utiliser le module Initiales (
38325 \begin_inset space ~
38326 \end_inset
38327
38328 menu 
38329 \family sans
38330 Document\SpecialChar menuseparator
38331 Paramètres\SpecialChar menuseparator
38332 Modules
38333 \family default
38334
38335 \begin_inset space ~
38336 \end_inset
38337
38338 ).
38339  Pour insérer une lettrine, utilisez le style 
38340 \family sans
38341 Initial
38342 \family default
38343 .
38344  Les paramètres sont insérés avec le menu 
38345 \family sans
38346 Insertion
38347 \family default
38348 .
38349  Le paramètre obligatoire 
38350 \family sans
38351 \lang english
38352 Initial
38353 \family default
38354 \lang french
38355  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38356 \family sans
38357 \lang english
38358 Rest
38359 \begin_inset space ~
38360 \end_inset
38361
38362 of
38363 \begin_inset space ~
38364 \end_inset
38365
38366 Initial
38367 \family default
38368  
38369 \lang french
38370 contient
38371 \lang english
38372  the rest of the word or text of the initial letter(s)
38373 \lang french
38374 .
38375  Le paramètre 
38376 \family sans
38377 \lang english
38378 Options
38379 \family default
38380 \lang french
38381  contient paramètres pour modifier la lettrine.
38382  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38383  du paquetage 
38384 \series bold
38385 lettrine
38386 \series default
38387
38388 \begin_inset CommandInset citation
38389 LatexCommand cite
38390 key "lettrine"
38391
38392 \end_inset
38393
38394 .
38395  Le style lui-même contient le texte qui doit entourer la lettrine.
38396  Le style habituel est par conséquent que le mot dont la première lettre
38397  est l'initiale soit en 
38398 \shape smallcaps
38399 petites capitales
38400 \shape default
38401 .
38402 \end_layout
38403
38404 \begin_layout Standard
38405 \begin_inset Newpage pagebreak
38406 \end_inset
38407
38408
38409 \end_layout
38410
38411 \begin_layout Standard
38412 Voici quelques exemples
38413 \begin_inset space ~
38414 \end_inset
38415
38416 :
38417 \end_layout
38418
38419 \begin_layout Standard
38420 \begin_inset ERT
38421 status collapsed
38422
38423 \begin_layout Plain Layout
38424
38425
38426 \backslash
38427 iflettrine
38428 \end_layout
38429
38430 \end_inset
38431
38432
38433 \begin_inset Note Note
38434 status open
38435
38436 \begin_layout Plain Layout
38437 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38438  
38439 \series bold
38440 lettrine
38441 \series default
38442  a été installé.
38443 \end_layout
38444
38445 \end_inset
38446
38447
38448 \end_layout
38449
38450 \begin_layout Enumerate
38451 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38452  mathématique 
38453 \begin_inset Formula $\mathfrak{Fraktur}$
38454 \end_inset
38455
38456 :
38457 \begin_inset Separator parbreak
38458 \end_inset
38459
38460
38461 \end_layout
38462
38463 \begin_deeper
38464 \begin_layout Initial
38465 \begin_inset Argument 2
38466 status open
38467
38468 \begin_layout Plain Layout
38469 \begin_inset Formula $\mathfrak{I}$
38470 \end_inset
38471
38472
38473 \end_layout
38474
38475 \end_inset
38476
38477
38478 \begin_inset Argument 3
38479 status open
38480
38481 \begin_layout Plain Layout
38482 t
38483 \end_layout
38484
38485 \end_inset
38486
38487  
38488 \lang english
38489 was in the spring of the year 1894 that all London was interested, and the
38490  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38491  under most unusual and inexplicable circumstances.
38492  The public has already learned those particulars of the crime which came
38493  out in the police investigation, but a good deal was suppressed upon that
38494  occasion, since the case for the prosecution was so overwhelmingly strong
38495  that it was not necessary to bring forward all the facts.
38496 \end_layout
38497
38498 \end_deeper
38499 \begin_layout Enumerate
38500 L'initiale est entourée par une seule ligne et est formée de deux lettres
38501  dans la police standard ; aucun texte n'est écrit en petites capitales
38502 \begin_inset space ~
38503 \end_inset
38504
38505 :
38506 \begin_inset Separator parbreak
38507 \end_inset
38508
38509
38510 \end_layout
38511
38512 \begin_deeper
38513 \begin_layout Initial
38514 \begin_inset Argument 1
38515 status open
38516
38517 \begin_layout Plain Layout
38518 lines=1
38519 \end_layout
38520
38521 \end_inset
38522
38523
38524 \begin_inset Argument 2
38525 status open
38526
38527 \begin_layout Plain Layout
38528 It
38529 \end_layout
38530
38531 \end_inset
38532
38533  
38534 \lang english
38535 was in the spring of the year 1894 that all London was interested, and the
38536  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38537  under most unusual and inexplicable circumstances.
38538  The public has already learned those particulars of the crime which came
38539  out in the police investigation, but a good deal was suppressed upon that
38540  occasion, since the case for the prosecution was so overwhelmingly strong
38541  that it was not necessary to bring forward all the facts.
38542 \end_layout
38543
38544 \end_deeper
38545 \begin_layout Enumerate
38546 Initiale descendante sur 3
38547 \begin_inset space ~
38548 \end_inset
38549
38550 lignes en magenta en police mathématique
38551 \begin_inset Newline newline
38552 \end_inset
38553
38554
38555 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38556 \end_inset
38557
38558 , le texte 
38559 \begin_inset Quotes fld
38560 \end_inset
38561
38562
38563 \lang english
38564 t was in the spring
38565 \lang french
38566
38567 \begin_inset Quotes frd
38568 \end_inset
38569
38570  est en 
38571 \shape smallcaps
38572 petites capitales
38573 \shape default
38574  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38575  avant l'initiale
38576 \begin_inset space ~
38577 \end_inset
38578
38579 :
38580 \begin_inset Newline newline
38581 \end_inset
38582
38583
38584 \series bold
38585
38586 \backslash
38587 renewcommand{
38588 \backslash
38589 LettrineFontHook}{
38590 \backslash
38591 color{couleur}}
38592 \series default
38593
38594 \begin_inset Newline newline
38595 \end_inset
38596
38597 où la 
38598 \emph on
38599 couleur
38600 \emph default
38601  peut être 
38602 \begin_inset Quotes fld
38603 \end_inset
38604
38605 red
38606 \begin_inset Quotes frd
38607 \end_inset
38608
38609
38610 \begin_inset Quotes fld
38611 \end_inset
38612
38613 blue
38614 \begin_inset Quotes frd
38615 \end_inset
38616
38617
38618 \begin_inset Quotes fld
38619 \end_inset
38620
38621 green
38622 \begin_inset Quotes frd
38623 \end_inset
38624
38625
38626 \begin_inset Quotes fld
38627 \end_inset
38628
38629 yellow
38630 \begin_inset Quotes frd
38631 \end_inset
38632
38633
38634 \begin_inset Quotes fld
38635 \end_inset
38636
38637 cyan
38638 \begin_inset Quotes frd
38639 \end_inset
38640
38641
38642 \begin_inset Quotes fld
38643 \end_inset
38644
38645 magenta
38646 \begin_inset Quotes frd
38647 \end_inset
38648
38649
38650 \begin_inset Quotes fld
38651 \end_inset
38652
38653 black
38654 \begin_inset Quotes frd
38655 \end_inset
38656
38657  ou 
38658 \begin_inset Quotes fld
38659 \end_inset
38660
38661 white
38662 \begin_inset Quotes frd
38663 \end_inset
38664
38665 .
38666  On doit aussi ajouter la commande suivante au préambule du document
38667 \begin_inset space ~
38668 \end_inset
38669
38670 :
38671 \begin_inset Newline newline
38672 \end_inset
38673
38674
38675 \series bold
38676
38677 \backslash
38678 @ifundefined{textcolor}
38679 \begin_inset Newline newline
38680 \end_inset
38681
38682
38683 \begin_inset space ~
38684 \end_inset
38685
38686 {
38687 \backslash
38688 usepackage{color}}{}
38689 \series default
38690
38691 \begin_inset Separator parbreak
38692 \end_inset
38693
38694
38695 \end_layout
38696
38697 \begin_deeper
38698 \begin_layout Standard
38699 \begin_inset ERT
38700 status collapsed
38701
38702 \begin_layout Plain Layout
38703
38704
38705 \backslash
38706 renewcommand{
38707 \backslash
38708 LettrineFontHook}{
38709 \backslash
38710 color{magenta}}
38711 \end_layout
38712
38713 \end_inset
38714
38715
38716 \begin_inset Note Note
38717 status collapsed
38718
38719 \begin_layout Plain Layout
38720 colore la lettrine en magenta
38721 \end_layout
38722
38723 \end_inset
38724
38725
38726 \end_layout
38727
38728 \begin_layout Initial
38729 \begin_inset Argument 1
38730 status open
38731
38732 \begin_layout Plain Layout
38733 lines=3, lhang=0.33, loversize=0.25
38734 \end_layout
38735
38736 \end_inset
38737
38738
38739 \begin_inset Argument 2
38740 status open
38741
38742 \begin_layout Plain Layout
38743 \begin_inset Formula $\mathcal{I}$
38744 \end_inset
38745
38746
38747 \end_layout
38748
38749 \end_inset
38750
38751
38752 \begin_inset Argument 3
38753 status open
38754
38755 \begin_layout Plain Layout
38756
38757 \lang english
38758 t was in the spring
38759 \end_layout
38760
38761 \end_inset
38762
38763
38764 \lang english
38765  of the year 1894 that all London was interested, and the fashionable world
38766  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38767  and inexplicable circumstances.
38768  The public has already learned those particulars of the crime which came
38769  out in the police investigation, but a good deal was suppressed upon that
38770  occasion, since the case for the prosecution was so overwhelmingly strong
38771  that it was not necessary to bring forward all the facts.
38772 \end_layout
38773
38774 \end_deeper
38775 \begin_layout Standard
38776 \begin_inset ERT
38777 status collapsed
38778
38779 \begin_layout Plain Layout
38780
38781
38782 \backslash
38783 else
38784 \end_layout
38785
38786 \end_inset
38787
38788
38789 \begin_inset Note Note
38790 status open
38791
38792 \begin_layout Plain Layout
38793 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38794  
38795 \series bold
38796 lettrine
38797 \series default
38798  n'est pas installé :
38799 \end_layout
38800
38801 \end_inset
38802
38803
38804 \end_layout
38805
38806 \begin_layout Standard
38807 Vous devez installer le paquetage \SpecialChar LaTeX
38808  
38809 \series bold
38810 lettrine
38811 \series default
38812  pour voir la suite de cette section dans la sortie imprimée.
38813 \end_layout
38814
38815 \begin_layout Standard
38816 \begin_inset ERT
38817 status collapsed
38818
38819 \begin_layout Plain Layout
38820
38821
38822 \backslash
38823 fi
38824 \end_layout
38825
38826 \end_inset
38827
38828
38829 \end_layout
38830
38831 \begin_layout Chapter
38832 Trucs externes
38833 \begin_inset Index idx
38834 status collapsed
38835
38836 \begin_layout Plain Layout
38837 Trucs externes
38838 \end_layout
38839
38840 \end_inset
38841
38842
38843 \end_layout
38844
38845 \begin_layout Standard
38846 Avec le menu 
38847 \family sans
38848 Insertion\SpecialChar menuseparator
38849 Fichier
38850 \family default
38851  vous pouvez insérer un contenu externe à votre document.
38852  Ce contenu peut être :
38853 \end_layout
38854
38855 \begin_layout Description
38856 Document
38857 \begin_inset space ~
38858 \end_inset
38859
38860 \SpecialChar LyX
38861  Un autre document \SpecialChar LyX
38862  ; son contenu est directement inséré dans votre document.
38863 \end_layout
38864
38865 \begin_layout Description
38866 Texte
38867 \begin_inset space ~
38868 \end_inset
38869
38870 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38871 e.
38872 \end_layout
38873
38874 \begin_layout Description
38875 Texte
38876 \begin_inset space ~
38877 \end_inset
38878
38879 Brut
38880 \begin_inset space ~
38881 \end_inset
38882
38883 par
38884 \begin_inset space ~
38885 \end_inset
38886
38887 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38888  Les lignes vides créent un nouveau paragraphe dans votre document.
38889 \end_layout
38890
38891 \begin_layout Description
38892 Objet
38893 \begin_inset space ~
38894 \end_inset
38895
38896 Externe Fichiers de formats variés.
38897 \end_layout
38898
38899 \begin_layout Description
38900 Sous-document Documents \SpecialChar LyX
38901  ou \SpecialChar LaTeX
38902 .
38903 \end_layout
38904
38905 \begin_layout Section
38906 Objets externes 
38907 \begin_inset Index idx
38908 status collapsed
38909
38910 \begin_layout Plain Layout
38911 Trucs externes ! Objets Externes
38912 \end_layout
38913
38914 \end_inset
38915
38916
38917 \end_layout
38918
38919 \begin_layout Standard
38920 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38921  de fichiers dans votre document sans avoir à convertir ces derniers en
38922  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38923
38924  qui va s'occuper des conversions.
38925  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38926  \SpecialChar LyX
38927  des images dans des formats divers.
38928  Quand vous avez activé 
38929 \family sans
38930 Aperçu
38931 \begin_inset space ~
38932 \end_inset
38933
38934 sur
38935 \begin_inset space ~
38936 \end_inset
38937
38938 le
38939 \begin_inset space ~
38940 \end_inset
38941
38942 vif
38943 \family default
38944  dans le menu des préférences de \SpecialChar LyX
38945 , dans la rubrique 
38946 \family sans
38947 Apparence\SpecialChar menuseparator
38948 Graphiques
38949 \family default
38950 , les objets externes de type Dia et Xfig sont affichés directement dans
38951  \SpecialChar LyX
38952 .
38953 \end_layout
38954
38955 \begin_layout Standard
38956 On insère des objets externes en utilisant la fenêtre de dialogue 
38957 \family sans
38958 Objet
38959 \begin_inset space ~
38960 \end_inset
38961
38962 Externe
38963 \family default
38964  qui est accessible via le menu 
38965 \family sans
38966 Insertion\SpecialChar menuseparator
38967 Fichiers\SpecialChar menuseparator
38968 Objet
38969 \begin_inset space ~
38970 \end_inset
38971
38972 Externe
38973 \family default
38974 .
38975  Actuellement les types de fichiers (
38976 \family sans
38977 Modèles
38978 \family default
38979 ) suivants sont autorisés :
38980 \end_layout
38981
38982 \begin_layout Description
38983 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38984  par le programme 
38985 \series bold
38986
38987 \begin_inset CommandInset href
38988 LatexCommand href
38989 name "XBoard"
38990 target "http://fr.wikipedia.org/wiki/XBoard"
38991
38992 \end_inset
38993
38994
38995 \series default
38996 .
38997 \end_layout
38998
38999 \begin_layout Description
39000 Date Ce modèle insère la date sous la forme 
39001 \emph on
39002 Jour-Mois-Année
39003 \emph default
39004 .
39005  Voici un exemple de date insérée comme objet externe :: 
39006 \begin_inset External
39007         template Date
39008         filename .
39009
39010 \end_inset
39011
39012
39013 \begin_inset space ~
39014 \end_inset
39015
39016
39017 \begin_inset Note Note
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021 Retirer l'espace protégé quand le bug 4398 sera résolu !
39022 \end_layout
39023
39024 \end_inset
39025
39026
39027 \begin_inset Newline newline
39028 \end_inset
39029
39030 La date n'apparaîtra pas dans \SpecialChar LyX
39031 , mais seulement dans la sortie imprimée.
39032  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39033 \family sans
39034 Insertion\SpecialChar menuseparator
39035 Date
39036 \family default
39037  et avec la commande \SpecialChar LaTeX
39038  
39039 \series bold
39040
39041 \backslash
39042 today
39043 \series default
39044  entrée comme code \SpecialChar TeX
39045 .
39046  Ces différentes méthodes sont comparée dans le tableau
39047 \begin_inset space ~
39048 \end_inset
39049
39050
39051 \begin_inset CommandInset ref
39052 LatexCommand ref
39053 reference "tab:Comparaison-des-dates"
39054
39055 \end_inset
39056
39057 .
39058 \end_layout
39059
39060 \begin_layout Description
39061 Dia Ce modèle accepte les diagrammes créés avec le programme 
39062 \series bold
39063
39064 \begin_inset CommandInset href
39065 LatexCommand href
39066 name "Dia"
39067 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39068
39069 \end_inset
39070
39071
39072 \series default
39073 .
39074 \end_layout
39075
39076 \begin_layout Description
39077 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39078  ou des tableaux dans le format de 
39079 \series bold
39080
39081 \begin_inset CommandInset href
39082 LatexCommand href
39083 name "Gnumeric"
39084 target "http://fr.wikipedia.org/wiki/Gnumeric"
39085
39086 \end_inset
39087
39088
39089 \series default
39090
39091 \begin_inset CommandInset href
39092 LatexCommand href
39093 name "OpenDocument"
39094 target "http://fr.wikipedia.org/wiki/OpenDocument"
39095
39096 \end_inset
39097
39098
39099 \begin_inset CommandInset href
39100 LatexCommand href
39101 name "Microsoft Office XML"
39102 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39103
39104 \end_inset
39105
39106  et 
39107 \begin_inset CommandInset href
39108 LatexCommand href
39109 name "Office Open XML"
39110 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39111
39112 \end_inset
39113
39114 .
39115  Pour cette fonction, \SpecialChar LyX
39116  doit pouvoir trouver le programme 
39117 \family typewriter
39118 ssconvert
39119 \family default
39120  au cours de sa configuration.
39121  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39122  même si vous n'avez pas de tableaux au format gnumeric.
39123  Pour des exemples et les limitations possibles, jetez un œil au fichier
39124  \SpecialChar LyX
39125  d'exemple, 
39126 \emph on
39127 spreadsheet.lyx
39128 \emph default
39129 .
39130 \end_layout
39131
39132 \begin_layout Description
39133 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39134  par le programme 
39135 \series bold
39136
39137 \begin_inset CommandInset href
39138 LatexCommand href
39139 name "LilyPond"
39140 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39141
39142 \end_inset
39143
39144
39145 \series default
39146 .
39147  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39148  au fichier \SpecialChar LyX
39149  d'exemple 
39150 \emph on
39151 lilypond.lyx
39152 \emph default
39153 .
39154 \end_layout
39155
39156 \begin_layout Description
39157 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39158  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39159  
39160 \emph on
39161 pages
39162 \emph default
39163  dans le champ 
39164 \family sans
39165 Option
39166 \family default
39167  dans l'onglet 
39168 \family sans
39169 Options \SpecialChar LaTeX
39170  et \SpecialChar LyX
39171
39172 \family default
39173 .
39174  L'argument de cette option est une liste d'éléments séparés par des virgules,
39175  contenant des numéros de pages (
39176 \begin_inset space ~
39177 \end_inset
39178
39179 insérez comme option 
39180 \series bold
39181 pages={3,5,6,8}
39182 \series default
39183
39184 \begin_inset space ~
39185 \end_inset
39186
39187 ), des plages de numéros de pages (
39188 \series bold
39189
39190 \begin_inset space ~
39191 \end_inset
39192
39193 pages={4-9}
39194 \series default
39195
39196 \begin_inset space ~
39197 \end_inset
39198
39199 ) ou n'importe quelle combinaison des deux.
39200  Pour insérer des pages vides, utilisez 
39201 \series bold
39202 {}
39203 \series default
39204 .
39205  Par exemple 
39206 \begin_inset space ~
39207 \end_inset
39208
39209
39210 \series bold
39211 pages={3,{},8-11,15}
39212 \series default
39213  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39214  15.
39215  Les plages de pages sont décrites avec la syntaxe 
39216 \emph on
39217 début-fin
39218 \emph default
39219  qui sélectionne toutes les pages de 
39220 \emph on
39221 début
39222 \emph default
39223  jusqu'à 
39224 \emph on
39225 fin
39226 \emph default
39227 .
39228  Si on omet 
39229 \emph on
39230 début
39231 \emph default
39232 , on commence implicitement à la première page ; de même, omettre 
39233 \emph on
39234 fin
39235 \emph default
39236  termine implicitement à la dernière page du document.
39237  La dernière page du document peut aussi être désignée par le mot-clé 
39238 \series bold
39239 last
39240 \series default
39241  (
39242 \begin_inset space ~
39243 \end_inset
39244
39245 ce dernier n'est accepté que pour une plage de pages
39246 \begin_inset space ~
39247 \end_inset
39248
39249 ).
39250  Donc 
39251 \series bold
39252 pages=-
39253 \series default
39254  va insérer toutes les pages du document et 
39255 \series bold
39256 pages=last-1
39257 \series default
39258  va insérer toutes les pages dans l'ordre inverse.
39259  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39260 \begin_inset Newline newline
39261 \end_inset
39262
39263 L'option 
39264 \series bold
39265 noautoscale
39266 \series default
39267  insère les pages avec leur taille d'origine, si cette option n'est pas
39268  donnée, les pages seront redimensionnées
39269 \begin_inset space \space{}
39270 \end_inset
39271
39272 pour tenir dans la largeur de page de votre document.
39273  Dans l'onglet 
39274 \family sans
39275 Taille
39276 \begin_inset space ~
39277 \end_inset
39278
39279 et
39280 \begin_inset space ~
39281 \end_inset
39282
39283 rotation
39284 \family default
39285  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39286  qu'une éventuelle rotation.
39287  Si vous utilisez une autre largeur que 100
39288 \begin_inset space \thinspace{}
39289 \end_inset
39290
39291 Échelle%, l'option 
39292 \series bold
39293 noautoscale
39294 \series default
39295  sera neutralisée.
39296  Pour plus d'information sur les options possibles, jetez un œil sur la
39297  documentation du paquetage \SpecialChar LaTeX
39298  
39299 \series bold
39300 pdfpages
39301 \series default
39302  
39303 \begin_inset CommandInset citation
39304 LatexCommand cite
39305 key "pdfpages"
39306
39307 \end_inset
39308
39309 .
39310 \begin_inset Index idx
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314 Paquetages \SpecialChar LaTeX
39315  ! pdfpages
39316 \end_layout
39317
39318 \end_inset
39319
39320
39321 \begin_inset Newline newline
39322 \end_inset
39323
39324 Pour utiliser ce modèle dans une présentation 
39325 \family sans
39326 Beamer
39327 \family default
39328  vous devez d'abord insérer un environnement 
39329 \family sans
39330 FinCadre
39331 \family default
39332  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39333  contenant la commande
39334  
39335 \series bold
39336
39337 \backslash
39338 setbeamertemplate{background canvas}{}
39339 \series default
39340 .
39341  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39342  que vous voulez.
39343  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39344  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39345  section.
39346  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39347  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39348  le modèle.
39349 \begin_inset Newline newline
39350 \end_inset
39351
39352 Voici un PDF incorporé basculé de -5°
39353 \begin_inset space ~
39354 \end_inset
39355
39356 °: 
39357 \begin_inset External
39358         template PDFPages
39359         filename ../clipart/Abstract.pdf
39360         extra LaTeX "noautoscale, pages=-"
39361         rotateAngle -5
39362         rotateOrigin bottomleft
39363
39364 \end_inset
39365
39366
39367 \end_layout
39368
39369 \begin_layout Description
39370 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39371  Les images peuvent être traitées dans la fenêtre de dialogue 
39372 \family sans
39373 Objet
39374 \begin_inset space ~
39375 \end_inset
39376
39377 Externe
39378 \family default
39379  comme les images qui sont habituellement incorporées en utilisant le menu
39380  
39381 \family sans
39382 Insertion\SpecialChar menuseparator
39383 Graphique
39384 \family default
39385 , comme c'est décrit dans la section
39386 \begin_inset space ~
39387 \end_inset
39388
39389
39390 \begin_inset CommandInset ref
39391 LatexCommand ref
39392 reference "sec:Graphics-Dialog"
39393
39394 \end_inset
39395
39396 .
39397  La différence avec l'insertion normale d'image est que seules les images
39398  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39399  ne sont pas acceptées.
39400  Voici un exemple d'insertion d'image matricielle
39401 \begin_inset space ~
39402 \end_inset
39403
39404
39405 \begin_inset External
39406         template RasterImage
39407         filename ../clipart/ToolbarEnvBox.png
39408
39409 \end_inset
39410
39411
39412 \end_layout
39413
39414 \begin_layout Description
39415 XFig Ce modèle accepte les images créées avec le programme 
39416 \series bold
39417
39418 \begin_inset CommandInset href
39419 LatexCommand href
39420 name "Xfig"
39421 target "http://fr.wikipedia.org/wiki/Xfig"
39422
39423 \end_inset
39424
39425
39426 \series default
39427 .
39428 \end_layout
39429
39430 \begin_layout Standard
39431 \begin_inset Float table
39432 placement !h
39433 wide false
39434 sideways false
39435 status open
39436
39437 \begin_layout Plain Layout
39438 \begin_inset Caption Standard
39439
39440 \begin_layout Plain Layout
39441 \begin_inset CommandInset label
39442 LatexCommand label
39443 name "tab:Comparaison-des-dates"
39444
39445 \end_inset
39446
39447 Comparaison des méthodes d'insertion de la date.
39448 \end_layout
39449
39450 \end_inset
39451
39452
39453 \end_layout
39454
39455 \begin_layout Plain Layout
39456 \align center
39457 \begin_inset Tabular
39458 <lyxtabular version="3" rows="4" columns="4">
39459 <features tabularvalignment="middle">
39460 <column alignment="center" valignment="top">
39461 <column alignment="center" valignment="top">
39462 <column alignment="center" valignment="top">
39463 <column alignment="center" valignment="top">
39464 <row>
39465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39466 \begin_inset Text
39467
39468 \begin_layout Plain Layout
39469 Format du document
39470 \end_layout
39471
39472 \end_inset
39473 </cell>
39474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39475 \begin_inset Text
39476
39477 \begin_layout Plain Layout
39478
39479 \family sans
39480 Objet
39481 \begin_inset space ~
39482 \end_inset
39483
39484 Externe\SpecialChar menuseparator
39485 Date
39486 \end_layout
39487
39488 \end_inset
39489 </cell>
39490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39491 \begin_inset Text
39492
39493 \begin_layout Plain Layout
39494
39495 \family sans
39496 Insertion\SpecialChar menuseparator
39497 Date
39498 \end_layout
39499
39500 \end_inset
39501 </cell>
39502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39503 \begin_inset Text
39504
39505 \begin_layout Plain Layout
39506 commande 
39507 \series bold
39508
39509 \backslash
39510 today
39511 \end_layout
39512
39513 \end_inset
39514 </cell>
39515 </row>
39516 <row>
39517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39518 \begin_inset Text
39519
39520 \begin_layout Plain Layout
39521 \SpecialChar LyX
39522
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531 comme boîte d'insert
39532 \end_layout
39533
39534 \end_inset
39535 </cell>
39536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39537 \begin_inset Text
39538
39539 \begin_layout Plain Layout
39540 comme date
39541 \end_layout
39542
39543 \end_inset
39544 </cell>
39545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39546 \begin_inset Text
39547
39548 \begin_layout Plain Layout
39549 comme boîte de code \SpecialChar TeX
39550
39551 \end_layout
39552
39553 \end_inset
39554 </cell>
39555 </row>
39556 <row>
39557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39558 \begin_inset Text
39559
39560 \begin_layout Plain Layout
39561 \SpecialChar LaTeX
39562
39563 \end_layout
39564
39565 \end_inset
39566 </cell>
39567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39568 \begin_inset Text
39569
39570 \begin_layout Plain Layout
39571 comme date
39572 \end_layout
39573
39574 \end_inset
39575 </cell>
39576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39577 \begin_inset Text
39578
39579 \begin_layout Plain Layout
39580 comme date
39581 \end_layout
39582
39583 \end_inset
39584 </cell>
39585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39586 \begin_inset Text
39587
39588 \begin_layout Plain Layout
39589 comme commande
39590 \end_layout
39591
39592 \end_inset
39593 </cell>
39594 </row>
39595 <row>
39596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39597 \begin_inset Text
39598
39599 \begin_layout Plain Layout
39600 DVI, PDF, PS
39601 \end_layout
39602
39603 \end_inset
39604 </cell>
39605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39606 \begin_inset Text
39607
39608 \begin_layout Plain Layout
39609 comme date
39610 \end_layout
39611
39612 \end_inset
39613 </cell>
39614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39615 \begin_inset Text
39616
39617 \begin_layout Plain Layout
39618 comme date
39619 \end_layout
39620
39621 \end_inset
39622 </cell>
39623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39624 \begin_inset Text
39625
39626 \begin_layout Plain Layout
39627 comme date date
39628 \end_layout
39629
39630 \end_inset
39631 </cell>
39632 </row>
39633 </lyxtabular>
39634
39635 \end_inset
39636
39637
39638 \end_layout
39639
39640 \end_inset
39641
39642
39643 \end_layout
39644
39645 \begin_layout Standard
39646 Quand vous activez l'option 
39647 \family sans
39648 Brouillon
39649 \family default
39650  de l'onglet 
39651 \family sans
39652 Fichier
39653 \family default
39654  de la fenêtre de dialogue 
39655 \family sans
39656 Objet
39657 \begin_inset space ~
39658 \end_inset
39659
39660 Externe
39661 \family default
39662 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39663 \begin_inset Newline newline
39664 \end_inset
39665
39666 Les objets externes apparaissent dans \SpecialChar LyX
39667 , soit comme une boîte comme celle-ci
39668  : 
39669 \begin_inset Graphics
39670         filename ../clipart/ExternalMaterialQt4.png
39671         scale 85
39672         scaleBeforeRotation
39673
39674 \end_inset
39675
39676  soit comme une image, selon que vous avez ou non activé l'option 
39677 \family sans
39678 Afficher
39679 \begin_inset space ~
39680 \end_inset
39681
39682 dans
39683 \begin_inset space ~
39684 \end_inset
39685
39686 \SpecialChar LyX
39687
39688 \family default
39689  de l'onglet 
39690 \family sans
39691 Options \SpecialChar LaTeX
39692  et \SpecialChar LyX
39693
39694 \family default
39695  de la fenêtre de dialogue.
39696 \end_layout
39697
39698 \begin_layout Standard
39699 Le manuel 
39700 \family sans
39701 \emph on
39702 Personnalisation
39703 \family default
39704 \emph default
39705  explique comment vous pouvez créer vos propres modèles.
39706 \end_layout
39707
39708 \begin_layout Section
39709 Sous-documents
39710 \begin_inset CommandInset label
39711 LatexCommand label
39712 name "sec:Sous-documents"
39713
39714 \end_inset
39715
39716
39717 \begin_inset Index idx
39718 status collapsed
39719
39720 \begin_layout Plain Layout
39721 Trucs externes ! Sous-documents
39722 \end_layout
39723
39724 \end_inset
39725
39726
39727 \begin_inset Index idx
39728 status collapsed
39729
39730 \begin_layout Plain Layout
39731 Fichiers ! Insertion
39732 \end_layout
39733
39734 \end_inset
39735
39736
39737 \end_layout
39738
39739 \begin_layout Standard
39740 Les sous-documents sont utilisés quand on a un document très long qui peut
39741  être décomposé en plusieurs parties ou sections plus petites.
39742  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39743  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39744  Les différents documents sont ce que l'on appelle les sous-documents et
39745  un document maître les relie pour imprimer le document complet ou seulement
39746  une partie de celui-ci.
39747  Un sous-document hérite du contenu de son maître, par exemple le préambule
39748  \SpecialChar LaTeX
39749 , la bibliographie, et les étiquettes pour les références croisées.
39750 \end_layout
39751
39752 \begin_layout Standard
39753 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39754  maître, précisez dans le sous-document le document maître dans le menu
39755  
39756 \family sans
39757 Document\SpecialChar menuseparator
39758 Paramètres\SpecialChar menuseparator
39759 Classe de document
39760 \family default
39761 .
39762  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39763  à chaque
39764  fois que vous modifierez le sous-document.
39765 \end_layout
39766
39767 \begin_layout Standard
39768 Les documents inclus sont visualisés dans \SpecialChar LyX
39769  sous la forme d'une boîte comme
39770  celle-ci : 
39771 \begin_inset Graphics
39772         filename clipart/ChildDocumentQt4.png
39773         lyxscale 70
39774         scale 60
39775         scaleBeforeRotation
39776
39777 \end_inset
39778
39779  Pour inclure des sous-documents dans un document maître , on utilise le
39780  menu 
39781 \family sans
39782 Insertion\SpecialChar menuseparator
39783 Fichier\SpecialChar menuseparator
39784 Sous-document
39785 \family default
39786 .
39787  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39788  des quatre méthodes d'inclusion :
39789 \end_layout
39790
39791 \begin_layout Description
39792 Inclus
39793 \begin_inset space ~
39794 \end_inset
39795
39796 (include) Vous pouvez inclure des documents \SpecialChar LyX
39797  et \SpecialChar LaTeX
39798 .
39799  Quand vous cliquez sur le bouton 
39800 \family sans
39801 Modifier
39802 \family default
39803  dans la fenêtre de dialogue 
39804 \family sans
39805 Sous-document
39806 \family default
39807 , le document inclus est ouvert dans \SpecialChar LyX
39808  dans un nouvel onglet pour que vous
39809  puissiez le modifier.
39810 \begin_inset Newline newline
39811 \end_inset
39812
39813
39814 \end_layout
39815
39816 \begin_layout Standard
39817 Voici un sous-document inséré avec la méthode 
39818 \family sans
39819 Inclus
39820 \family default
39821  : 
39822 \begin_inset CommandInset include
39823 LatexCommand include
39824 filename "DocumentBidon1.lyx"
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \begin_layout Standard
39832 La numérotation des sections va prendre en compte les sections des fichiers
39833  incorporés dans l'ordre où ils sont insérés dans le document maître.
39834  Le document qui est inclus comme exemple possède une sous-section qui sera
39835  numérotée comme sous-section de la section actuelle.
39836  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39837  : la sous-section
39838 \begin_inset space ~
39839 \end_inset
39840
39841
39842 \begin_inset CommandInset ref
39843 LatexCommand ref
39844 reference "subsec:Sous-section-externe-1"
39845
39846 \end_inset
39847
39848  est dans le fichier inclus.
39849 \end_layout
39850
39851 \begin_layout Standard
39852 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39853  du document maître est utilisé.
39854  Les branches présentes dans le sous-document seront ignorées par le document
39855  maître si celui-ci ne possède pas une branche avec le même nom.
39856  Les documents inclus sont insérés en commençant une nouvelle page et sont
39857  suivis par un saut de page.
39858 \end_layout
39859
39860 \begin_layout Standard
39861 \begin_inset Note Greyedout
39862 status open
39863
39864 \begin_layout Plain Layout
39865
39866 \series bold
39867 Note:
39868 \series default
39869  Quand vous avez inclus un fichier \SpecialChar LyX
39870  ou \SpecialChar LaTeX
39871 , et que ce dernier utilise une classe
39872  de document différente de celle du document maître, vous recevez un avertisseme
39873 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39874  produire des résultats inattendus sur la sortie imprimée.
39875 \end_layout
39876
39877 \end_inset
39878
39879
39880 \end_layout
39881
39882 \begin_layout Description
39883 Incorporé
39884 \begin_inset space ~
39885 \end_inset
39886
39887 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39888  sont :
39889 \begin_inset Separator parbreak
39890 \end_inset
39891
39892
39893 \end_layout
39894
39895 \begin_deeper
39896 \begin_layout Itemize
39897 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39898  par un saut de page.
39899 \end_layout
39900
39901 \begin_layout Itemize
39902 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39903  quand l'option
39904  
39905 \family sans
39906 Aperçu
39907 \begin_inset space ~
39908 \end_inset
39909
39910 sur
39911 \begin_inset space ~
39912 \end_inset
39913
39914 le
39915 \begin_inset space ~
39916 \end_inset
39917
39918 vif
39919 \family default
39920  est activée dans les préférences dans la rubrique 
39921 \family sans
39922 Apparence\SpecialChar menuseparator
39923 Graphique
39924 \family default
39925 .
39926 \end_layout
39927
39928 \begin_layout Itemize
39929 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39930 \family sans
39931 Document\SpecialChar menuseparator
39932 Paramètres\SpecialChar menuseparator
39933 Sous-documents
39934 \family default
39935 .
39936 \end_layout
39937
39938 \end_deeper
39939 \begin_layout Standard
39940 Voici un sous document inséré en utilisant la méthode 
39941 \family sans
39942 Incorporé
39943 \family default
39944  : 
39945 \begin_inset CommandInset include
39946 LatexCommand input
39947 preview true
39948 filename "DocumentBidon2.lyx"
39949
39950 \end_inset
39951
39952
39953 \end_layout
39954
39955 \begin_layout Standard
39956 Voici un sous-document
39957 \emph on
39958 input
39959 \emph default
39960  comme \SpecialChar LaTeX
39961  source:
39962 \end_layout
39963
39964 \begin_layout Quote
39965 \begin_inset CommandInset include
39966 LatexCommand input
39967 filename "DocumentTexteBidon.txt"
39968
39969 \end_inset
39970
39971
39972 \end_layout
39973
39974 \begin_layout Description
39975 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39976  Si c'est un fichier \SpecialChar LyX
39977  ou \SpecialChar LaTeX
39978 , le contenu sera affiché dans la sortie sous forme
39979  de code source et aucune des commandes éventuellement présentes ne sera
39980  exécutée.
39981  Vous pouvez utiliser l'option 
39982 \family sans
39983 Marquer
39984 \begin_inset space ~
39985 \end_inset
39986
39987 les
39988 \begin_inset space ~
39989 \end_inset
39990
39991 espaces
39992 \family default
39993  qui matérialise chaque espace présente dans le code source par un caractère
39994  
39995 \begin_inset Quotes fld
39996 \end_inset
39997
39998
39999 \begin_inset ERT
40000 status collapsed
40001
40002 \begin_layout Plain Layout
40003
40004
40005 \backslash
40006 textvisiblespace 
40007 \end_layout
40008
40009 \end_inset
40010
40011
40012 \begin_inset Quotes frd
40013 \end_inset
40014
40015  .
40016  La différence avec la méthode qui consiste à utiliser le menu 
40017 \family sans
40018 Insertion\SpecialChar menuseparator
40019 Fichier\SpecialChar menuseparator
40020 Texte
40021 \begin_inset space ~
40022 \end_inset
40023
40024 brut
40025 \family default
40026  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
40027 .
40028 \end_layout
40029
40030 \begin_layout Standard
40031 Voici un sous-document inclus en utilisant la méthode 
40032 \family sans
40033 verbatim
40034 \family default
40035  : 
40036 \begin_inset CommandInset include
40037 LatexCommand verbatiminput
40038 filename "DocumentTexteBidon.txt"
40039
40040 \end_inset
40041
40042
40043 \begin_inset VSpace bigskip
40044 \end_inset
40045
40046 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40047  l'option 
40048 \family sans
40049 Marquer
40050 \begin_inset space ~
40051 \end_inset
40052
40053 les
40054 \begin_inset space ~
40055 \end_inset
40056
40057 espaces :
40058 \family default
40059  
40060 \begin_inset CommandInset include
40061 LatexCommand verbatiminput*
40062 filename "DocumentTexteBidon.txt"
40063
40064 \end_inset
40065
40066
40067 \end_layout
40068
40069 \begin_layout Standard
40070 \begin_inset VSpace bigskip
40071 \end_inset
40072
40073
40074 \end_layout
40075
40076 \begin_layout Standard
40077 \begin_inset Note Greyedout
40078 status open
40079
40080 \begin_layout Plain Layout
40081
40082 \series bold
40083 Note:
40084 \series default
40085  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40086  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40087 \end_layout
40088
40089 \end_inset
40090
40091
40092 \end_layout
40093
40094 \begin_layout Description
40095 Listings Ce type d'inclusion est décrit dans le chapitre
40096 \begin_inset space ~
40097 \end_inset
40098
40099
40100 \begin_inset CommandInset ref
40101 LatexCommand ref
40102 reference "cha:Program-Code-Listings"
40103
40104 \end_inset
40105
40106 .
40107 \end_layout
40108
40109 \begin_layout Standard
40110 \begin_inset Note Greyedout
40111 status open
40112
40113 \begin_layout Plain Layout
40114
40115 \series bold
40116 Note:
40117 \series default
40118  Inclure le même document deux fois dans un même document peut poser des
40119  problèmes avec \SpecialChar LaTeX
40120 .
40121 \end_layout
40122
40123 \end_inset
40124
40125
40126 \end_layout
40127
40128 \begin_layout Standard
40129 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40130  de votre document maître, que ce soit pour diminuer les temps de compilation
40131  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40132  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40133  la sortie en utilisant le menu 
40134 \family sans
40135 Document\SpecialChar menuseparator
40136 Paramètres\SpecialChar menuseparator
40137 Sous-documents
40138 \family default
40139 .
40140  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40141  sur la ligne correspondant dans la colonne 
40142 \family sans
40143 Inclus dans le résultat
40144 \family default
40145  de la liste (
40146 \begin_inset space ~
40147 \end_inset
40148
40149 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40150  
40151 \begin_inset Quotes fld
40152 \end_inset
40153
40154 inclus
40155 \begin_inset Quotes frd
40156 \end_inset
40157
40158  et pas la méthode 
40159 \begin_inset Quotes fld
40160 \end_inset
40161
40162 incorporé
40163 \begin_inset Quotes frd
40164 \end_inset
40165
40166
40167 \begin_inset space ~
40168 \end_inset
40169
40170 ).
40171  Si on active l'option 
40172 \family sans
40173 Assurer la cohérence des compteurs et des références
40174 \family default
40175 , \SpecialChar LyX
40176  va s'assurer que tous les numéros de pages, références etc...
40177  sont corrects comme si tous le document avait été traité.
40178  C'est utile si vous voulez que les sous-documents choisis aient exactement
40179  le même aspect que s'il étaient dans le document complet.
40180  Pour réaliser cette condition, il faut que \SpecialChar LyX
40181  traite de façon silencieuse
40182  la totalité du document.
40183  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40184  les compteurs et autres références n'ont pas à être à tout prix valides,
40185  vous devez impérativement désactiver cette option.
40186  
40187 \end_layout
40188
40189 \begin_layout Standard
40190 Une autre solution consiste à inclure chaque fichier dans une branche
40191 \begin_inset Foot
40192 status collapsed
40193
40194 \begin_layout Plain Layout
40195 Les branches sont décrites dans la section 
40196 \emph on
40197 Branches
40198 \emph default
40199  du 
40200 \emph on
40201 Guide de l'utilisateur
40202 \emph default
40203  de \SpecialChar LyX
40204 .
40205 \end_layout
40206
40207 \end_inset
40208
40209 .
40210  En activant ou désactivant une branche, vous pouvez décider les fichiers
40211  inclus qui doivent apparaître dans la sortie imprimée.
40212  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40213  
40214 \begin_inset Quotes fld
40215 \end_inset
40216
40217 incorporés
40218 \begin_inset Quotes frd
40219 \end_inset
40220
40221 .
40222  Le défaut est que les compteurs et autres références ne sont pas conservés
40223  avec cette approche.
40224 \end_layout
40225
40226 \begin_layout Chapter
40227 Listings de code source
40228 \begin_inset CommandInset label
40229 LatexCommand label
40230 name "cha:Program-Code-Listings"
40231
40232 \end_inset
40233
40234
40235 \begin_inset Index idx
40236 status collapsed
40237
40238 \begin_layout Plain Layout
40239 Listings
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \begin_inset Index idx
40246 status collapsed
40247
40248 \begin_layout Plain Layout
40249 Code Source
40250 \end_layout
40251
40252 \end_inset
40253
40254
40255 \begin_inset Index idx
40256 status collapsed
40257
40258 \begin_layout Plain Layout
40259 Flottants ! Listings
40260 \end_layout
40261
40262 \end_inset
40263
40264
40265 \end_layout
40266
40267 \begin_layout Standard
40268 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40269  un insert 
40270 \family sans
40271 Listings
40272 \family default
40273  qui peut être créé grâce au menu 
40274 \family sans
40275 Insertion
40276 \family default
40277 \SpecialChar menuseparator
40278
40279 \family sans
40280 Listing
40281 \begin_inset space ~
40282 \end_inset
40283
40284 de
40285 \begin_inset space ~
40286 \end_inset
40287
40288 Code
40289 \begin_inset space ~
40290 \end_inset
40291
40292 Source
40293 \family default
40294 .
40295  Le paquetage \SpecialChar LaTeX
40296  
40297 \series bold
40298 listings
40299 \series default
40300
40301 \begin_inset Index idx
40302 status collapsed
40303
40304 \begin_layout Plain Layout
40305 Paquetages \SpecialChar LaTeX
40306  ! listings
40307 \end_layout
40308
40309 \end_inset
40310
40311  fournit un moyen puissant et flexible d'insérer des listings de code source
40312  dans votre document.
40313  
40314 \end_layout
40315
40316 \begin_layout Standard
40317 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40318  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40319 \end_layout
40320
40321 \begin_layout Standard
40322 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40323  imprimée.
40324  L'option d'emplacement 
40325 \family sans
40326 Listing
40327 \begin_inset space ~
40328 \end_inset
40329
40330 en
40331 \begin_inset space ~
40332 \end_inset
40333
40334 Ligne
40335 \family default
40336  imprime le listing dans la ligne comme ceci : 
40337 \begin_inset listings
40338 lstparams "language={C++}"
40339 inline true
40340 status open
40341
40342 \begin_layout Plain Layout
40343
40344 int a=5;
40345 \end_layout
40346
40347 \end_inset
40348
40349
40350 \begin_inset Newline newline
40351 \end_inset
40352
40353 L'option 
40354 \family sans
40355 Flottant
40356 \family default
40357  crée un flottant de listing pour lequel vous pouvez préciser les options
40358  classiques d'emplacement : 
40359 \begin_inset Quotes fld
40360 \end_inset
40361
40362
40363 \family sans
40364 h
40365 \family default
40366
40367 \begin_inset Quotes frd
40368 \end_inset
40369
40370
40371 \begin_inset Quotes fld
40372 \end_inset
40373
40374
40375 \family sans
40376 t
40377 \family default
40378
40379 \begin_inset Quotes frd
40380 \end_inset
40381
40382
40383 \begin_inset Quotes fld
40384 \end_inset
40385
40386
40387 \family sans
40388 b
40389 \family default
40390
40391 \begin_inset Quotes frd
40392 \end_inset
40393
40394 , et 
40395 \begin_inset Quotes fld
40396 \end_inset
40397
40398
40399 \family sans
40400 p
40401 \family default
40402
40403 \begin_inset Quotes frd
40404 \end_inset
40405
40406  correspondant aux emplacement décrits dans la section
40407 \begin_inset space ~
40408 \end_inset
40409
40410
40411 \begin_inset CommandInset ref
40412 LatexCommand ref
40413 reference "sec:Placement-flottants"
40414
40415 \end_inset
40416
40417 .
40418  Les options de positionnement peuvent être mélangées et doivent être saisies
40419  sans séparation, par exemple, on peut taper 
40420 \begin_inset Quotes fld
40421 \end_inset
40422
40423
40424 \family sans
40425 htbp
40426 \family default
40427
40428 \begin_inset Quotes frd
40429 \end_inset
40430
40431 .
40432  L'option 
40433 \begin_inset Quotes fld
40434 \end_inset
40435
40436 h
40437 \begin_inset Quotes frd
40438 \end_inset
40439
40440  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40441  
40442 \family sans
40443 Flottant
40444 \family default
40445  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40446  légende et être référencés.
40447 \end_layout
40448
40449 \begin_layout Standard
40450 Vous pouvez ajouter une légende à un listing avec le menu 
40451 \family sans
40452 Insertion\SpecialChar menuseparator
40453 Légende
40454 \family default
40455 .
40456  On peut référencer les listings de la même façon que les flottants :Voir
40457  le listing
40458 \begin_inset space ~
40459 \end_inset
40460
40461
40462 \begin_inset CommandInset ref
40463 LatexCommand ref
40464 reference "lst:Listing-exemple"
40465
40466 \end_inset
40467
40468 .
40469  Une liste des listings qui contient tous les listings légendés peut être
40470  créée par le menu 
40471 \family sans
40472 Insertion\SpecialChar menuseparator
40473 Listes
40474 \begin_inset space ~
40475 \end_inset
40476
40477 &
40478 \begin_inset space ~
40479 \end_inset
40480
40481 TdM\SpecialChar menuseparator
40482 Liste des listings
40483 \family default
40484 .
40485  Les éléments de la liste sont les légendes et le numéro de listing.
40486 \end_layout
40487
40488 \begin_layout Standard
40489 \begin_inset listings
40490 lstparams "language=Python"
40491 inline false
40492 status open
40493
40494 \begin_layout Plain Layout
40495
40496 \begin_inset Caption Standard
40497
40498 \begin_layout Plain Layout
40499 \begin_inset CommandInset label
40500 LatexCommand label
40501 name "lst:Listing-exemple"
40502
40503 \end_inset
40504
40505 Exemple de listing flottant
40506 \end_layout
40507
40508 \end_inset
40509
40510 # Exemple de listing flottant
40511 \end_layout
40512
40513 \begin_layout Plain Layout
40514
40515 def func(param):
40516 \end_layout
40517
40518 \begin_layout Plain Layout
40519
40520     'ceci est une fonction python'
40521 \end_layout
40522
40523 \begin_layout Plain Layout
40524
40525     pass
40526 \end_layout
40527
40528 \end_inset
40529
40530
40531 \end_layout
40532
40533 \begin_layout Standard
40534 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40535  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40536  de manière particulière dans la sortie imprimée.
40537  Dans l'exemple de listing, le mot clé Python 
40538 \begin_inset Quotes fld
40539 \end_inset
40540
40541 def
40542 \begin_inset Quotes frd
40543 \end_inset
40544
40545  est reconnu et imprimé en caractères gras dans la sortie.
40546 \end_layout
40547
40548 \begin_layout Standard
40549 \begin_inset Note Greyedout
40550 status open
40551
40552 \begin_layout Plain Layout
40553
40554 \series bold
40555 Note:
40556 \series default
40557  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40558  une police de caractères à 
40559 \family typewriter
40560 chasse fixe
40561 \family default
40562 , c'est que votre police ne contient probablement pas de série grasse.
40563  Dans ce cas choisissez une police différente dans le menu 
40564 \family sans
40565 Document\SpecialChar menuseparator
40566 Paramètres\SpecialChar menuseparator
40567 Polices
40568 \family default
40569 .
40570  (Les polices 
40571 \emph on
40572 LuxiMono, BeraMono
40573 \emph default
40574  et 
40575 \emph on
40576 Courier
40577 \emph default
40578  contiennent une série grasse.)
40579 \end_layout
40580
40581 \end_inset
40582
40583
40584 \end_layout
40585
40586 \begin_layout Standard
40587 Dans la rubrique 
40588 \family sans
40589 Numérotation
40590 \begin_inset space ~
40591 \end_inset
40592
40593 des
40594 \begin_inset space ~
40595 \end_inset
40596
40597 Lignes
40598 \family default
40599  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40600 n des lignes.
40601  Vous pouvez mettre un nombre dans le champ 
40602 \family sans
40603 Pas
40604 \family default
40605  pour désigner les lignes qui seront numérotées.
40606  Par exemple, si vous mettez 
40607 \begin_inset Quotes fld
40608 \end_inset
40609
40610 3
40611 \begin_inset Quotes frd
40612 \end_inset
40613
40614 , seule une ligne sur trois sera numérotée.
40615 \end_layout
40616
40617 \begin_layout Standard
40618 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40619  apparaîtront dans la sortie.
40620  Vous devez utiliser l'option 
40621 \family sans
40622 Table
40623 \begin_inset space ~
40624 \end_inset
40625
40626 de
40627 \begin_inset space ~
40628 \end_inset
40629
40630 Caractères
40631 \begin_inset space ~
40632 \end_inset
40633
40634 Étendue
40635 \family default
40636  quand vous employez des caractères spécifiques à une langue donnée comme
40637  les umlauts Allemands dans votre listing.
40638 \begin_inset Newline newline
40639 \end_inset
40640
40641 Voici un exemple de listing avec la numérotation des lignes à gauche par
40642  pas de 3, en langage Python, avec les options 
40643 \begin_inset Quotes fld
40644 \end_inset
40645
40646 Table
40647 \begin_inset space ~
40648 \end_inset
40649
40650 de
40651 \begin_inset space ~
40652 \end_inset
40653
40654 caractères
40655 \begin_inset space ~
40656 \end_inset
40657
40658 étendue
40659 \begin_inset Quotes frd
40660 \end_inset
40661
40662  et 
40663 \begin_inset Quotes fld
40664 \end_inset
40665
40666 Espace
40667 \begin_inset space ~
40668 \end_inset
40669
40670 représenté
40671 \begin_inset space ~
40672 \end_inset
40673
40674 par
40675 \begin_inset space ~
40676 \end_inset
40677
40678 un
40679 \begin_inset space ~
40680 \end_inset
40681
40682 symbole
40683 \begin_inset Quotes frd
40684 \end_inset
40685
40686 , l'intervalle de ligne étant 3
40687 \begin_inset space \thinspace{}
40688 \end_inset
40689
40690 -
40691 \begin_inset space \thinspace{}
40692 \end_inset
40693
40694 8:
40695 \end_layout
40696
40697 \begin_layout Standard
40698 \begin_inset listings
40699 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40700 inline false
40701 status open
40702
40703 \begin_layout Plain Layout
40704
40705 def func(param):
40706 \end_layout
40707
40708 \begin_layout Plain Layout
40709
40710     'ceci est une fonction Python'
40711 \end_layout
40712
40713 \begin_layout Plain Layout
40714
40715     pass
40716 \end_layout
40717
40718 \begin_layout Plain Layout
40719
40720 def func(param):
40721 \end_layout
40722
40723 \begin_layout Plain Layout
40724
40725 'Ça, c'est un mot Allemand : Tschüß'
40726 \end_layout
40727
40728 \begin_layout Plain Layout
40729
40730 pass
40731 \end_layout
40732
40733 \begin_layout Plain Layout
40734
40735 def func(param):
40736 \end_layout
40737
40738 \begin_layout Plain Layout
40739
40740 'ceci est une fonction Python'
40741 \end_layout
40742
40743 \begin_layout Plain Layout
40744
40745 pass
40746 \end_layout
40747
40748 \end_inset
40749
40750
40751 \end_layout
40752
40753 \begin_layout Standard
40754 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40755  nombre de caractères que doit représenter une tabulation dans le champ
40756  
40757 \family sans
40758 Taille du tabulateur
40759 \family default
40760 .
40761 \end_layout
40762
40763 \begin_layout Standard
40764 \begin_inset Note Greyedout
40765 status open
40766
40767 \begin_layout Plain Layout
40768
40769 \series bold
40770 Note:
40771 \series default
40772  À cause d'un bug dans le paquetage 
40773 \series bold
40774 listings
40775 \series default
40776  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40777  listing.
40778  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40779  les lignes 3 et 6.
40780 \end_layout
40781
40782 \end_inset
40783
40784
40785 \end_layout
40786
40787 \begin_layout Standard
40788 \begin_inset VSpace bigskip
40789 \end_inset
40790
40791
40792 \end_layout
40793
40794 \begin_layout Standard
40795 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40796  listing.
40797  Pour le faire, il suffit d'utiliser le menu 
40798 \family sans
40799 Insertion\SpecialChar menuseparator
40800 Fichier\SpecialChar menuseparator
40801 Sous-document
40802 \family default
40803  et de choisir le type 
40804 \family sans
40805 Listing
40806 \family default
40807
40808 \begin_inset space ~
40809 \end_inset
40810
40811
40812 \family sans
40813 de
40814 \begin_inset space ~
40815 \end_inset
40816
40817 Code
40818 \begin_inset space ~
40819 \end_inset
40820
40821 source
40822 \family default
40823 .
40824 \begin_inset Foot
40825 status collapsed
40826
40827 \begin_layout Plain Layout
40828 Les autres types de sous-documents sont décrits dans la section
40829 \begin_inset space ~
40830 \end_inset
40831
40832
40833 \begin_inset CommandInset ref
40834 LatexCommand ref
40835 reference "sec:Sous-documents"
40836
40837 \end_inset
40838
40839 .
40840 \end_layout
40841
40842 \end_inset
40843
40844  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40845  à utiliser pour le listing dans une zone de texte.
40846  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40847  
40848 \begin_inset Quotes fld
40849 \end_inset
40850
40851 ?
40852 \begin_inset Quotes frd
40853 \end_inset
40854
40855  dans la zone de texte.
40856 \end_layout
40857
40858 \begin_layout Standard
40859 Pour faire référence à un sous-document de type listing, tapez une étiquette
40860  dans le champ correspondant de la fenêtre de dialogue.
40861  On peut alors faire référence à cette étiquette en utilisant le menu 
40862 \family sans
40863 Insertion\SpecialChar menuseparator
40864 Référence
40865 \begin_inset space ~
40866 \end_inset
40867
40868 Croisée
40869 \family default
40870 .
40871 \end_layout
40872
40873 \begin_layout Standard
40874 Le listing
40875 \begin_inset space ~
40876 \end_inset
40877
40878
40879 \begin_inset CommandInset ref
40880 LatexCommand ref
40881 reference "lst:listing-fichier"
40882
40883 \end_inset
40884
40885  est un exemple de listing issu d'un fichier ; ici les lignes 10
40886 \begin_inset space \thinspace{}
40887 \end_inset
40888
40889 -
40890 \begin_inset space \thinspace{}
40891 \end_inset
40892
40893 15 de ce fichier \SpecialChar LyX
40894  sont listées.
40895 \end_layout
40896
40897 \begin_layout Standard
40898 \begin_inset CommandInset include
40899 LatexCommand lstinputlisting
40900 filename "EmbeddedObjects.lyx"
40901 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40902
40903 \end_inset
40904
40905
40906 \end_layout
40907
40908 \begin_layout Standard
40909 \begin_inset VSpace bigskip
40910 \end_inset
40911
40912
40913 \end_layout
40914
40915 \begin_layout Standard
40916 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40917 \begin_inset space ~
40918 \end_inset
40919
40920 :
40921 \end_layout
40922
40923 \begin_layout Enumerate
40924 Ouvrez la fenêtre de dialogue listings et ajoutez
40925 \begin_inset Newline newline
40926 \end_inset
40927
40928
40929 \family sans
40930 mathescape=true
40931 \family default
40932
40933 \begin_inset Newline newline
40934 \end_inset
40935
40936 dans le champ de l'onglet 
40937 \family sans
40938 Avancé
40939 \family default
40940 .
40941 \end_layout
40942
40943 \begin_layout Enumerate
40944 Créez la formule en dehors du listing.
40945 \end_layout
40946
40947 \begin_layout Enumerate
40948 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40949  (raccourci 
40950 \begin_inset Info
40951 type  "shortcut"
40952 arg   "copy"
40953 \end_inset
40954
40955 )
40956 \end_layout
40957
40958 \begin_layout Enumerate
40959 Dans le listing écrivez 
40960 \begin_inset Quotes fld
40961 \end_inset
40962
40963
40964 \family sans
40965 $$
40966 \family default
40967
40968 \begin_inset Quotes frd
40969 \end_inset
40970
40971  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40972  
40973 \begin_inset Info
40974 type  "shortcut"
40975 arg   "paste"
40976 \end_inset
40977
40978 )
40979 \end_layout
40980
40981 \begin_layout Standard
40982 \begin_inset listings
40983 lstparams "language=Python,mathescape=true"
40984 inline false
40985 status open
40986
40987 \begin_layout Plain Layout
40988
40989 \begin_inset Caption Standard
40990
40991 \begin_layout Plain Layout
40992 Exemple de listing flottant contenant une formule
40993 \end_layout
40994
40995 \end_inset
40996
40997 # Exemple de listing flottant
40998 \end_layout
40999
41000 \begin_layout Plain Layout
41001
41002 def func(param):
41003 \end_layout
41004
41005 \begin_layout Plain Layout
41006
41007     # $
41008 \backslash
41009 prod_{n=1}^{
41010 \backslash
41011 infty}
41012 \backslash
41013 ,
41014 \backslash
41015 frac{1}{x^{2}}$
41016 \end_layout
41017
41018 \begin_layout Plain Layout
41019
41020     pass
41021 \end_layout
41022
41023 \end_inset
41024
41025
41026 \end_layout
41027
41028 \begin_layout Standard
41029 \begin_inset VSpace bigskip
41030 \end_inset
41031
41032
41033 \end_layout
41034
41035 \begin_layout Standard
41036 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41037  de dialogue 
41038 \family sans
41039 Document\SpecialChar menuseparator
41040 Paramètres\SpecialChar menuseparator
41041 Listings
41042 \family default
41043 .
41044  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41045  
41046 \begin_inset Quotes fld
41047 \end_inset
41048
41049 ?
41050 \begin_inset Quotes frd
41051 \end_inset
41052
41053  dans le champ.
41054 \end_layout
41055
41056 \begin_layout Standard
41057 Pour plus d'information sur le paquetage 
41058 \series bold
41059 listings
41060 \series default
41061 , nous vous renvoyons à sa documentation 
41062 \begin_inset CommandInset citation
41063 LatexCommand cite
41064 key "listings"
41065
41066 \end_inset
41067
41068 .
41069 \end_layout
41070
41071 \begin_layout Standard
41072 \begin_inset Newpage newpage
41073 \end_inset
41074
41075
41076 \end_layout
41077
41078 \begin_layout Chapter
41079 \start_of_appendix
41080 Unités de longueur utilisables avec \SpecialChar LyX
41081
41082 \begin_inset Argument 1
41083 status collapsed
41084
41085 \begin_layout Plain Layout
41086 Unités de longueur
41087 \end_layout
41088
41089 \end_inset
41090
41091
41092 \begin_inset Index idx
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096 Unités
41097 \end_layout
41098
41099 \end_inset
41100
41101
41102 \begin_inset CommandInset label
41103 LatexCommand label
41104 name "cha:Unités-de-longueur"
41105
41106 \end_inset
41107
41108
41109 \end_layout
41110
41111 \begin_layout Standard
41112 Pour comprendre les unités de longueur utilisées dans cette documentation,
41113  le tableau
41114 \begin_inset space ~
41115 \end_inset
41116
41117
41118 \begin_inset CommandInset ref
41119 LatexCommand ref
41120 reference "tab:Unités"
41121
41122 \end_inset
41123
41124 décrit les unités utilisées par \SpecialChar LyX
41125 .
41126 \begin_inset Float table
41127 placement h
41128 wide false
41129 sideways false
41130 status open
41131
41132 \begin_layout Plain Layout
41133 \begin_inset Caption Standard
41134
41135 \begin_layout Plain Layout
41136 \begin_inset CommandInset label
41137 LatexCommand label
41138 name "tab:Unités"
41139
41140 \end_inset
41141
41142 Unités de longueur
41143 \end_layout
41144
41145 \end_inset
41146
41147
41148 \end_layout
41149
41150 \begin_layout Plain Layout
41151 \begin_inset VSpace medskip
41152 \end_inset
41153
41154
41155 \end_layout
41156
41157 \begin_layout Plain Layout
41158 \align center
41159 \begin_inset Tabular
41160 <lyxtabular version="3" rows="20" columns="3">
41161 <features tabularvalignment="middle">
41162 <column alignment="center" valignment="top">
41163 <column alignment="center" valignment="top">
41164 <column alignment="center" valignment="top">
41165 <row>
41166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 unité
41171 \end_layout
41172
41173 \end_inset
41174 </cell>
41175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41176 \begin_inset Text
41177
41178 \begin_layout Plain Layout
41179 nom/description
41180 \end_layout
41181
41182 \end_inset
41183 </cell>
41184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41185 \begin_inset Text
41186
41187 \begin_layout Plain Layout
41188 commande \SpecialChar LaTeX
41189
41190 \end_layout
41191
41192 \end_inset
41193 </cell>
41194 </row>
41195 <row>
41196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41197 \begin_inset Text
41198
41199 \begin_layout Plain Layout
41200 mm
41201 \end_layout
41202
41203 \end_inset
41204 </cell>
41205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41206 \begin_inset Text
41207
41208 \begin_layout Plain Layout
41209 millimètre
41210 \end_layout
41211
41212 \end_inset
41213 </cell>
41214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41215 \begin_inset Text
41216
41217 \begin_layout Plain Layout
41218 -
41219 \end_layout
41220
41221 \end_inset
41222 </cell>
41223 </row>
41224 <row>
41225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41226 \begin_inset Text
41227
41228 \begin_layout Plain Layout
41229 cm
41230 \end_layout
41231
41232 \end_inset
41233 </cell>
41234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41235 \begin_inset Text
41236
41237 \begin_layout Plain Layout
41238 centimètre
41239 \end_layout
41240
41241 \end_inset
41242 </cell>
41243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41244 \begin_inset Text
41245
41246 \begin_layout Plain Layout
41247 -
41248 \end_layout
41249
41250 \end_inset
41251 </cell>
41252 </row>
41253 <row>
41254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41255 \begin_inset Text
41256
41257 \begin_layout Plain Layout
41258 in
41259 \end_layout
41260
41261 \end_inset
41262 </cell>
41263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41264 \begin_inset Text
41265
41266 \begin_layout Plain Layout
41267 pouce (inch)
41268 \end_layout
41269
41270 \end_inset
41271 </cell>
41272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41273 \begin_inset Text
41274
41275 \begin_layout Plain Layout
41276 -
41277 \end_layout
41278
41279 \end_inset
41280 </cell>
41281 </row>
41282 <row>
41283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41284 \begin_inset Text
41285
41286 \begin_layout Plain Layout
41287 pt
41288 \end_layout
41289
41290 \end_inset
41291 </cell>
41292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41293 \begin_inset Text
41294
41295 \begin_layout Plain Layout
41296 point (72.27
41297 \begin_inset space \thinspace{}
41298 \end_inset
41299
41300 pt = 1
41301 \begin_inset space \thinspace{}
41302 \end_inset
41303
41304 in)
41305 \end_layout
41306
41307 \end_inset
41308 </cell>
41309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41310 \begin_inset Text
41311
41312 \begin_layout Plain Layout
41313 -
41314 \end_layout
41315
41316 \end_inset
41317 </cell>
41318 </row>
41319 <row>
41320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41321 \begin_inset Text
41322
41323 \begin_layout Plain Layout
41324 pc
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 pica (1
41334 \begin_inset space \thinspace{}
41335 \end_inset
41336
41337 pc = 12
41338 \begin_inset space \thinspace{}
41339 \end_inset
41340
41341 pt)
41342 \end_layout
41343
41344 \end_inset
41345 </cell>
41346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41347 \begin_inset Text
41348
41349 \begin_layout Plain Layout
41350 -
41351 \end_layout
41352
41353 \end_inset
41354 </cell>
41355 </row>
41356 <row>
41357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41358 \begin_inset Text
41359
41360 \begin_layout Plain Layout
41361 sp
41362 \end_layout
41363
41364 \end_inset
41365 </cell>
41366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41367 \begin_inset Text
41368
41369 \begin_layout Plain Layout
41370 scaled point (65536
41371 \begin_inset space \thinspace{}
41372 \end_inset
41373
41374 sp = 1
41375 \begin_inset space \thinspace{}
41376 \end_inset
41377
41378 pt)
41379 \end_layout
41380
41381 \end_inset
41382 </cell>
41383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41384 \begin_inset Text
41385
41386 \begin_layout Plain Layout
41387 -
41388 \end_layout
41389
41390 \end_inset
41391 </cell>
41392 </row>
41393 <row>
41394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 bp
41399 \end_layout
41400
41401 \end_inset
41402 </cell>
41403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41404 \begin_inset Text
41405
41406 \begin_layout Plain Layout
41407 gros point (72
41408 \begin_inset space \thinspace{}
41409 \end_inset
41410
41411 bp = 1
41412 \begin_inset space \thinspace{}
41413 \end_inset
41414
41415 in)
41416 \end_layout
41417
41418 \end_inset
41419 </cell>
41420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41421 \begin_inset Text
41422
41423 \begin_layout Plain Layout
41424 -
41425 \end_layout
41426
41427 \end_inset
41428 </cell>
41429 </row>
41430 <row>
41431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41432 \begin_inset Text
41433
41434 \begin_layout Plain Layout
41435 dd
41436 \end_layout
41437
41438 \end_inset
41439 </cell>
41440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 didot (72
41445 \begin_inset space \thinspace{}
41446 \end_inset
41447
41448 dd 
41449 \begin_inset Formula $\approx$
41450 \end_inset
41451
41452  37.6
41453 \begin_inset space \thinspace{}
41454 \end_inset
41455
41456 mm)
41457 \end_layout
41458
41459 \end_inset
41460 </cell>
41461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41462 \begin_inset Text
41463
41464 \begin_layout Plain Layout
41465 -
41466 \end_layout
41467
41468 \end_inset
41469 </cell>
41470 </row>
41471 <row>
41472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41473 \begin_inset Text
41474
41475 \begin_layout Plain Layout
41476 cc
41477 \end_layout
41478
41479 \end_inset
41480 </cell>
41481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41482 \begin_inset Text
41483
41484 \begin_layout Plain Layout
41485 cicero (1
41486 \begin_inset space \thinspace{}
41487 \end_inset
41488
41489 cc = 12
41490 \begin_inset space \thinspace{}
41491 \end_inset
41492
41493 dd)
41494 \end_layout
41495
41496 \end_inset
41497 </cell>
41498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41499 \begin_inset Text
41500
41501 \begin_layout Plain Layout
41502 -
41503 \end_layout
41504
41505 \end_inset
41506 </cell>
41507 </row>
41508 <row>
41509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41510 \begin_inset Text
41511
41512 \begin_layout Plain Layout
41513
41514 \lang english
41515 Scale Graphics %
41516 \end_layout
41517
41518 \end_inset
41519 </cell>
41520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41521 \begin_inset Text
41522
41523 \begin_layout Plain Layout
41524 % de largeur originale de l'image
41525 \end_layout
41526
41527 \end_inset
41528 </cell>
41529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41530 \begin_inset Text
41531
41532 \begin_layout Plain Layout
41533
41534 \end_layout
41535
41536 \end_inset
41537 </cell>
41538 </row>
41539 <row>
41540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41541 \begin_inset Text
41542
41543 \begin_layout Plain Layout
41544
41545 \lang english
41546 Text Width %
41547 \end_layout
41548
41549 \end_inset
41550 </cell>
41551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 % de largeur du texte
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564
41565 \backslash
41566 textwidth
41567 \end_layout
41568
41569 \end_inset
41570 </cell>
41571 </row>
41572 <row>
41573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577
41578 \lang english
41579 Column Width %
41580 \end_layout
41581
41582 \end_inset
41583 </cell>
41584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41585 \begin_inset Text
41586
41587 \begin_layout Plain Layout
41588 % de largeur de la colonne
41589 \end_layout
41590
41591 \end_inset
41592 </cell>
41593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41594 \begin_inset Text
41595
41596 \begin_layout Plain Layout
41597
41598 \backslash
41599 columnwidth
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 </row>
41605 <row>
41606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41607 \begin_inset Text
41608
41609 \begin_layout Plain Layout
41610
41611 \lang english
41612 Page Width %
41613 \end_layout
41614
41615 \end_inset
41616 </cell>
41617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41618 \begin_inset Text
41619
41620 \begin_layout Plain Layout
41621 % de largeur du papier
41622 \end_layout
41623
41624 \end_inset
41625 </cell>
41626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41627 \begin_inset Text
41628
41629 \begin_layout Plain Layout
41630
41631 \backslash
41632 paperwidth
41633 \end_layout
41634
41635 \end_inset
41636 </cell>
41637 </row>
41638 <row>
41639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41640 \begin_inset Text
41641
41642 \begin_layout Plain Layout
41643
41644 \lang english
41645 Line Width %
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41651 \begin_inset Text
41652
41653 \begin_layout Plain Layout
41654 % de largeur de la ligne
41655 \end_layout
41656
41657 \end_inset
41658 </cell>
41659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41660 \begin_inset Text
41661
41662 \begin_layout Plain Layout
41663
41664 \backslash
41665 linewidth
41666 \end_layout
41667
41668 \end_inset
41669 </cell>
41670 </row>
41671 <row>
41672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676
41677 \lang english
41678 Text Height %
41679 \end_layout
41680
41681 \end_inset
41682 </cell>
41683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41684 \begin_inset Text
41685
41686 \begin_layout Plain Layout
41687 % de hauteur du texte
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41693 \begin_inset Text
41694
41695 \begin_layout Plain Layout
41696
41697 \backslash
41698 textheight
41699 \end_layout
41700
41701 \end_inset
41702 </cell>
41703 </row>
41704 <row>
41705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709
41710 \lang english
41711 Page Height %
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41717 \begin_inset Text
41718
41719 \begin_layout Plain Layout
41720 % de hauteur du papier
41721 \end_layout
41722
41723 \end_inset
41724 </cell>
41725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41726 \begin_inset Text
41727
41728 \begin_layout Plain Layout
41729
41730 \backslash
41731 paperheight
41732 \end_layout
41733
41734 \end_inset
41735 </cell>
41736 </row>
41737 <row>
41738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41739 \begin_inset Text
41740
41741 \begin_layout Plain Layout
41742 ex
41743 \end_layout
41744
41745 \end_inset
41746 </cell>
41747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41748 \begin_inset Text
41749
41750 \begin_layout Plain Layout
41751 hauteur de lettre 
41752 \emph on
41753 x
41754 \emph default
41755  dans police courante
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41761 \begin_inset Text
41762
41763 \begin_layout Plain Layout
41764 -
41765 \end_layout
41766
41767 \end_inset
41768 </cell>
41769 </row>
41770 <row>
41771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 em
41776 \end_layout
41777
41778 \end_inset
41779 </cell>
41780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41781 \begin_inset Text
41782
41783 \begin_layout Plain Layout
41784 largeur de lettre
41785 \emph on
41786  M
41787 \emph default
41788  dans police courante
41789 \end_layout
41790
41791 \end_inset
41792 </cell>
41793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41794 \begin_inset Text
41795
41796 \begin_layout Plain Layout
41797 -
41798 \end_layout
41799
41800 \end_inset
41801 </cell>
41802 </row>
41803 <row>
41804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41805 \begin_inset Text
41806
41807 \begin_layout Plain Layout
41808 mu
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 unité mathématique (1
41818 \begin_inset space \thinspace{}
41819 \end_inset
41820
41821 mu = 1/18
41822 \begin_inset space \thinspace{}
41823 \end_inset
41824
41825 em)
41826 \end_layout
41827
41828 \end_inset
41829 </cell>
41830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41831 \begin_inset Text
41832
41833 \begin_layout Plain Layout
41834 -
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 </row>
41840 </lyxtabular>
41841
41842 \end_inset
41843
41844
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \end_layout
41851
41852 \begin_layout Chapter
41853 Formats des fichiers de sortie graphiques
41854 \begin_inset CommandInset label
41855 LatexCommand label
41856 name "cha:Formats-fichiers-graphiques"
41857
41858 \end_inset
41859
41860
41861 \end_layout
41862
41863 \begin_layout Section
41864 DVI
41865 \begin_inset Index idx
41866 status collapsed
41867
41868 \begin_layout Plain Layout
41869 Formats de Fichiers! DVI
41870 \end_layout
41871
41872 \end_inset
41873
41874
41875 \begin_inset Index idx
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879 DVI|see
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885 {
41886 \end_layout
41887
41888 \end_inset
41889
41890 Formats de Fichiers
41891 \begin_inset ERT
41892 status collapsed
41893
41894 \begin_layout Plain Layout
41895
41896 }
41897 \end_layout
41898
41899 \end_inset
41900
41901
41902 \end_layout
41903
41904 \end_inset
41905
41906
41907 \end_layout
41908
41909 \begin_layout Standard
41910 Ce type de fichiers a l'extension 
41911 \begin_inset Quotes fld
41912 \end_inset
41913
41914
41915 \family typewriter
41916 .dvi
41917 \family default
41918
41919 \begin_inset Quotes frd
41920 \end_inset
41921
41922 .
41923  Il est appelé 
41924 \emph on
41925 indépendant de l'appareil
41926 \emph default
41927  ou 
41928 \begin_inset Quotes fld
41929 \end_inset
41930
41931 device independent (DVI)
41932 \begin_inset Quotes frd
41933 \end_inset
41934
41935 , car il est complètement portable ; vous pouvez les recopier d'une machine
41936  à l'autre sans avoir à faire de conversion.
41937  À l'époque où ce format a été développé, c'était loin d'être évident.
41938  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41939  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41940 \end_layout
41941
41942 \begin_layout Standard
41943 \begin_inset Note Greyedout
41944 status open
41945
41946 \begin_layout Plain Layout
41947
41948 \series bold
41949 Note:
41950 \series default
41951  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41952  au fichier.
41953  
41954 \end_layout
41955
41956 \end_inset
41957
41958  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41959  
41960 \family typewriter
41961 .dvi
41962 \family default
41963 .
41964  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41965 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41966  pour les rendre visibles quand vous faites défiler votre document.
41967  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41968  avec de nombreuses images.
41969 \end_layout
41970
41971 \begin_layout Standard
41972 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41973  menu 
41974 \family sans
41975 Fichier\SpecialChar menuseparator
41976 Exporter\SpecialChar menuseparator
41977 DVI.
41978
41979 \family default
41980  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41981 \family sans
41982 Visualiser
41983 \family default
41984 .
41985 \end_layout
41986
41987 \begin_layout Section
41988 PostScript
41989 \begin_inset Index idx
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993 Formats de Fichiers ! PostScript
41994 \end_layout
41995
41996 \end_inset
41997
41998
41999 \begin_inset Index idx
42000 status collapsed
42001
42002 \begin_layout Plain Layout
42003 PostScript|see
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009 {
42010 \end_layout
42011
42012 \end_inset
42013
42014 Formats de Fichiers
42015 \begin_inset ERT
42016 status collapsed
42017
42018 \begin_layout Plain Layout
42019
42020 }
42021 \end_layout
42022
42023 \end_inset
42024
42025
42026 \end_layout
42027
42028 \end_inset
42029
42030
42031 \end_layout
42032
42033 \begin_layout Standard
42034 Ce type de fichiers a l'extension 
42035 \begin_inset Quotes fld
42036 \end_inset
42037
42038
42039 \family typewriter
42040 .ps
42041 \family default
42042
42043 \begin_inset Quotes frd
42044 \end_inset
42045
42046 .
42047  PostScript a été développé par la société 
42048 \series bold
42049 Adobe
42050 \series default
42051  comme un langage pour les imprimantes.
42052  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42053  pour imprimer le document.
42054  PostScript peut être considéré comme un 
42055 \begin_inset Quotes fld
42056 \end_inset
42057
42058 langage de programmation
42059 \begin_inset Quotes frd
42060 \end_inset
42061
42062  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42063  images
42064 \begin_inset Foot
42065 status collapsed
42066
42067 \begin_layout Plain Layout
42068 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42069  \SpecialChar LaTeX
42070  
42071 \series bold
42072 pstricks
42073 \series default
42074
42075 \begin_inset CommandInset citation
42076 LatexCommand cite
42077 key "pstricks"
42078
42079 \end_inset
42080
42081 .
42082 \end_layout
42083
42084 \end_inset
42085
42086 .
42087  En partie à cause de toutes ces possibilités un fichier PostScript est
42088  souvent plus gros qu'un PDF.
42089 \end_layout
42090
42091 \begin_layout Standard
42092 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42093  plus gros qu'un PDF.
42094 \end_layout
42095
42096 \begin_layout Standard
42097 PostScript ne peut contenir que des images au format 
42098 \begin_inset Quotes fld
42099 \end_inset
42100
42101 PostScript Encapsulé
42102 \begin_inset Quotes frd
42103 \end_inset
42104
42105  (encapsulated PostScript ou EPS, d'extension 
42106 \family typewriter
42107 .eps
42108 \family default
42109 ).
42110  Comme \SpecialChar LyX
42111  vous permet n'importe quel format d'image connu dans votre document,
42112  il doit les convertir en interne en EPS.
42113  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42114  doit faire 50
42115  conversions à chaque fois que vous visualisez ou que vous exportez votre
42116  document.
42117  Cela risque de ralentir de façon importante votre rythme de travail.
42118  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42119  vos images directement en EPS pour éviter ce problème.
42120 \end_layout
42121
42122 \begin_layout Standard
42123 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42124  le menu 
42125 \family sans
42126 Fichier\SpecialChar menuseparator
42127 Exporter\SpecialChar menuseparator
42128 PostScript.
42129
42130 \family default
42131  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42132  
42133 \family sans
42134 Visualiser
42135 \family default
42136 .
42137 \end_layout
42138
42139 \begin_layout Section
42140 PDF
42141 \begin_inset Index idx
42142 status collapsed
42143
42144 \begin_layout Plain Layout
42145 Formats de Fichiers ! PDF
42146 \end_layout
42147
42148 \end_inset
42149
42150
42151 \begin_inset Index idx
42152 status collapsed
42153
42154 \begin_layout Plain Layout
42155 PDF
42156 \end_layout
42157
42158 \end_inset
42159
42160
42161 \end_layout
42162
42163 \begin_layout Standard
42164 Ce type de fichiers a l'extension 
42165 \begin_inset Quotes fld
42166 \end_inset
42167
42168
42169 \family typewriter
42170 .pdf
42171 \family default
42172
42173 \begin_inset Quotes frd
42174 \end_inset
42175
42176 .
42177  Ce 
42178 \begin_inset Quotes fld
42179 \end_inset
42180
42181 format de document portable
42182 \begin_inset Quotes frd
42183 \end_inset
42184
42185  (portable document format ou PDF) est développé par 
42186 \family typewriter
42187 Adobe
42188 \family default
42189  comme une évolution de PostScript.
42190  Il est plus comprimé et utilise moins de commandes que PostScript.
42191  Comme son nom l'indique, il est 
42192 \begin_inset Quotes fld
42193 \end_inset
42194
42195 portable
42196 \begin_inset Quotes frd
42197 \end_inset
42198
42199  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42200  aura exactement le même aspect.
42201 \end_layout
42202
42203 \begin_layout Standard
42204 PDF peut contenir des images dans son propre format PDF et dans les formats
42205  JPG (format du 
42206 \begin_inset Quotes fld
42207 \end_inset
42208
42209 Joint Photographic Expert Group
42210 \begin_inset Quotes frd
42211 \end_inset
42212
42213  avec comme extension 
42214 \family typewriter
42215 .jpg
42216 \family default
42217  ou 
42218 \family typewriter
42219 .jpeg
42220 \family default
42221 ) et PNG (
42222 \begin_inset Quotes fld
42223 \end_inset
42224
42225 Portable Network Graphics
42226 \begin_inset Quotes frd
42227 \end_inset
42228
42229  avec l'extension 
42230 \family typewriter
42231 .png
42232 \family default
42233 ).
42234  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42235  les convertit
42236  dans un de ces formats.
42237  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42238  vont ralentir votre travail.
42239  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42240 \end_layout
42241
42242 \begin_layout Standard
42243 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42244  menu 
42245 \family sans
42246 Fichier\SpecialChar menuseparator
42247 Exporter 
42248 \family default
42249 de trois façons différentes:
42250 \end_layout
42251
42252 \begin_layout Description
42253 PDF
42254 \begin_inset space ~
42255 \end_inset
42256
42257 (ps2pdf) Ceci utilise le programme 
42258 \family typewriter
42259 ps2pdf
42260 \family default
42261  qui créé un PDF à partir de la version PostScript de votre fichier.
42262  Cette dernière est produite par le programme 
42263 \family typewriter
42264 dvips
42265 \family default
42266  qui utilise une version DVI comme étape intermédiaire.
42267  Cette variante consiste donc en trois conversions.
42268 \end_layout
42269
42270 \begin_layout Description
42271 PDF
42272 \begin_inset space ~
42273 \end_inset
42274
42275 (dvipdfm) Ceci utilise le programme 
42276 \family typewriter
42277 dvipdfm
42278 \family default
42279  qui convertit votre fichier en DVI avant de le convertir en PDF.
42280 \end_layout
42281
42282 \begin_layout Description
42283 PDF
42284 \begin_inset space ~
42285 \end_inset
42286
42287 (pdflatex) Ceci utilise le programme 
42288 \family typewriter
42289 pdftex
42290 \family default
42291  qui convertit directement votre fichier en PDF.
42292 \end_layout
42293
42294 \begin_layout Standard
42295 Nous recommandons d'utiliser l'option 
42296 \family sans
42297 PDF
42298 \begin_inset space ~
42299 \end_inset
42300
42301 (pdflatex)
42302 \family default
42303  car 
42304 \family typewriter
42305 pdftex
42306 \family default
42307  accepte toutes les fonctionnalités des versions actuelles de PDF.
42308  Il est en plus rapide et stable.
42309  Le programme 
42310 \family typewriter
42311 dvipdfm
42312 \family default
42313  n'est plus développé est est donc un peu dépassé.
42314 \end_layout
42315
42316 \begin_layout Standard
42317 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42318 \family sans
42319 Visualiser
42320 \family default
42321  ou en utilisant un bouton de la barre d'outils.
42322 \end_layout
42323
42324 \begin_layout Chapter
42325 Liste de noms de couleur pour dvips
42326 \begin_inset CommandInset label
42327 LatexCommand label
42328 name "chap:Liste-de-noms-de-couleur-dvips"
42329
42330 \end_inset
42331
42332
42333 \end_layout
42334
42335 \begin_layout Standard
42336 \begin_inset Tabular
42337 <lyxtabular version="3" rows="17" columns="4">
42338 <features tabularvalignment="middle">
42339 <column alignment="left" valignment="top" width="0pt">
42340 <column alignment="left" valignment="top" width="0pt">
42341 <column alignment="left" valignment="top" width="0pt">
42342 <column alignment="left" valignment="top" width="0pt">
42343 <row>
42344 <cell alignment="left" valignment="top" usebox="none">
42345 \begin_inset Text
42346
42347 \begin_layout Plain Layout
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353
42354 \backslash
42355 fcolorbox{black}{
42356 \end_layout
42357
42358 \end_inset
42359
42360 white
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366 }{
42367 \end_layout
42368
42369 \end_inset
42370
42371 Couleur
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 }
42378 \end_layout
42379
42380 \end_inset
42381
42382  Nom
42383 \end_layout
42384
42385 \end_inset
42386 </cell>
42387 <cell alignment="left" valignment="top" usebox="none">
42388 \begin_inset Text
42389
42390 \begin_layout Plain Layout
42391 \begin_inset ERT
42392 status collapsed
42393
42394 \begin_layout Plain Layout
42395
42396
42397 \backslash
42398 fcolorbox{black}{
42399 \end_layout
42400
42401 \end_inset
42402
42403 white
42404 \begin_inset ERT
42405 status collapsed
42406
42407 \begin_layout Plain Layout
42408
42409 }{
42410 \end_layout
42411
42412 \end_inset
42413
42414 Couleur
42415 \begin_inset ERT
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419
42420 }
42421 \end_layout
42422
42423 \end_inset
42424
42425  Nom
42426 \end_layout
42427
42428 \end_inset
42429 </cell>
42430 <cell alignment="left" valignment="top" usebox="none">
42431 \begin_inset Text
42432
42433 \begin_layout Plain Layout
42434 \begin_inset ERT
42435 status collapsed
42436
42437 \begin_layout Plain Layout
42438
42439
42440 \backslash
42441 fcolorbox{black}{
42442 \end_layout
42443
42444 \end_inset
42445
42446 white
42447 \begin_inset ERT
42448 status collapsed
42449
42450 \begin_layout Plain Layout
42451
42452 }{
42453 \end_layout
42454
42455 \end_inset
42456
42457 Couleur
42458 \begin_inset ERT
42459 status collapsed
42460
42461 \begin_layout Plain Layout
42462
42463 }
42464 \end_layout
42465
42466 \end_inset
42467
42468  Nom
42469 \end_layout
42470
42471 \end_inset
42472 </cell>
42473 <cell alignment="left" valignment="top" usebox="none">
42474 \begin_inset Text
42475
42476 \begin_layout Plain Layout
42477 \begin_inset ERT
42478 status collapsed
42479
42480 \begin_layout Plain Layout
42481
42482
42483 \backslash
42484 fcolorbox{black}{
42485 \end_layout
42486
42487 \end_inset
42488
42489 white
42490 \begin_inset ERT
42491 status collapsed
42492
42493 \begin_layout Plain Layout
42494
42495 }{
42496 \end_layout
42497
42498 \end_inset
42499
42500 Couleur
42501 \begin_inset ERT
42502 status collapsed
42503
42504 \begin_layout Plain Layout
42505
42506 }
42507 \end_layout
42508
42509 \end_inset
42510
42511  Nom
42512 \end_layout
42513
42514 \end_inset
42515 </cell>
42516 </row>
42517 <row>
42518 <cell alignment="center" valignment="top" usebox="none">
42519 \begin_inset Text
42520
42521 \begin_layout Plain Layout
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527
42528 \backslash
42529 fcolorbox{black}{
42530 \end_layout
42531
42532 \end_inset
42533
42534 Apricot
42535 \begin_inset ERT
42536 status collapsed
42537
42538 \begin_layout Plain Layout
42539
42540 }{
42541 \end_layout
42542
42543 \end_inset
42544
42545
42546 \begin_inset Phantom Phantom
42547 status open
42548
42549 \begin_layout Plain Layout
42550 W
42551 \end_layout
42552
42553 \end_inset
42554
42555
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561 }
42562 \end_layout
42563
42564 \end_inset
42565
42566  Apricot
42567 \end_layout
42568
42569 \end_inset
42570 </cell>
42571 <cell alignment="center" valignment="top" usebox="none">
42572 \begin_inset Text
42573
42574 \begin_layout Plain Layout
42575 \begin_inset ERT
42576 status collapsed
42577
42578 \begin_layout Plain Layout
42579
42580
42581 \backslash
42582 fcolorbox{black}{
42583 \end_layout
42584
42585 \end_inset
42586
42587 Aquamarine
42588 \begin_inset ERT
42589 status collapsed
42590
42591 \begin_layout Plain Layout
42592
42593 }{
42594 \end_layout
42595
42596 \end_inset
42597
42598
42599 \begin_inset Phantom Phantom
42600 status open
42601
42602 \begin_layout Plain Layout
42603 W
42604 \end_layout
42605
42606 \end_inset
42607
42608
42609 \begin_inset ERT
42610 status collapsed
42611
42612 \begin_layout Plain Layout
42613
42614 }
42615 \end_layout
42616
42617 \end_inset
42618
42619  Aquamarine
42620 \end_layout
42621
42622 \end_inset
42623 </cell>
42624 <cell alignment="center" valignment="top" usebox="none">
42625 \begin_inset Text
42626
42627 \begin_layout Plain Layout
42628 \begin_inset ERT
42629 status collapsed
42630
42631 \begin_layout Plain Layout
42632
42633
42634 \backslash
42635 fcolorbox{black}{
42636 \end_layout
42637
42638 \end_inset
42639
42640 Bittersweet
42641 \begin_inset ERT
42642 status collapsed
42643
42644 \begin_layout Plain Layout
42645
42646 }{
42647 \end_layout
42648
42649 \end_inset
42650
42651
42652 \begin_inset Phantom Phantom
42653 status open
42654
42655 \begin_layout Plain Layout
42656 W
42657 \end_layout
42658
42659 \end_inset
42660
42661
42662 \begin_inset ERT
42663 status collapsed
42664
42665 \begin_layout Plain Layout
42666
42667 }
42668 \end_layout
42669
42670 \end_inset
42671
42672  Bittersweet
42673 \end_layout
42674
42675 \end_inset
42676 </cell>
42677 <cell alignment="center" valignment="top" usebox="none">
42678 \begin_inset Text
42679
42680 \begin_layout Plain Layout
42681 \begin_inset ERT
42682 status collapsed
42683
42684 \begin_layout Plain Layout
42685
42686
42687 \backslash
42688 fcolorbox{black}{
42689 \end_layout
42690
42691 \end_inset
42692
42693 BlueGreen
42694 \begin_inset ERT
42695 status collapsed
42696
42697 \begin_layout Plain Layout
42698
42699 }{
42700 \end_layout
42701
42702 \end_inset
42703
42704
42705 \begin_inset Phantom Phantom
42706 status open
42707
42708 \begin_layout Plain Layout
42709 W
42710 \end_layout
42711
42712 \end_inset
42713
42714
42715 \begin_inset ERT
42716 status collapsed
42717
42718 \begin_layout Plain Layout
42719
42720 }
42721 \end_layout
42722
42723 \end_inset
42724
42725  BlueGreen
42726 \end_layout
42727
42728 \end_inset
42729 </cell>
42730 </row>
42731 <row>
42732 <cell alignment="left" valignment="top" usebox="none">
42733 \begin_inset Text
42734
42735 \begin_layout Plain Layout
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741
42742 \backslash
42743 fcolorbox{black}{
42744 \end_layout
42745
42746 \end_inset
42747
42748 BlueViolet
42749 \begin_inset ERT
42750 status collapsed
42751
42752 \begin_layout Plain Layout
42753
42754 }{
42755 \end_layout
42756
42757 \end_inset
42758
42759
42760 \begin_inset Phantom Phantom
42761 status open
42762
42763 \begin_layout Plain Layout
42764 W
42765 \end_layout
42766
42767 \end_inset
42768
42769
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775 }
42776 \end_layout
42777
42778 \end_inset
42779
42780  BlueViolet
42781 \end_layout
42782
42783 \end_inset
42784 </cell>
42785 <cell alignment="left" valignment="top" usebox="none">
42786 \begin_inset Text
42787
42788 \begin_layout Plain Layout
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794
42795 \backslash
42796 fcolorbox{black}{
42797 \end_layout
42798
42799 \end_inset
42800
42801 BrickRed
42802 \begin_inset ERT
42803 status collapsed
42804
42805 \begin_layout Plain Layout
42806
42807 }{
42808 \end_layout
42809
42810 \end_inset
42811
42812
42813 \begin_inset Phantom Phantom
42814 status open
42815
42816 \begin_layout Plain Layout
42817 W
42818 \end_layout
42819
42820 \end_inset
42821
42822
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828 }
42829 \end_layout
42830
42831 \end_inset
42832
42833  BrickRed
42834 \end_layout
42835
42836 \end_inset
42837 </cell>
42838 <cell alignment="left" valignment="top" usebox="none">
42839 \begin_inset Text
42840
42841 \begin_layout Plain Layout
42842 \begin_inset ERT
42843 status collapsed
42844
42845 \begin_layout Plain Layout
42846
42847
42848 \backslash
42849 fcolorbox{black}{
42850 \end_layout
42851
42852 \end_inset
42853
42854 Brown
42855 \begin_inset ERT
42856 status collapsed
42857
42858 \begin_layout Plain Layout
42859
42860 }{
42861 \end_layout
42862
42863 \end_inset
42864
42865
42866 \begin_inset Phantom Phantom
42867 status open
42868
42869 \begin_layout Plain Layout
42870 W
42871 \end_layout
42872
42873 \end_inset
42874
42875
42876 \begin_inset ERT
42877 status collapsed
42878
42879 \begin_layout Plain Layout
42880
42881 }
42882 \end_layout
42883
42884 \end_inset
42885
42886  Brown
42887 \end_layout
42888
42889 \end_inset
42890 </cell>
42891 <cell alignment="left" valignment="top" usebox="none">
42892 \begin_inset Text
42893
42894 \begin_layout Plain Layout
42895 \begin_inset ERT
42896 status collapsed
42897
42898 \begin_layout Plain Layout
42899
42900
42901 \backslash
42902 fcolorbox{black}{
42903 \end_layout
42904
42905 \end_inset
42906
42907 BurntOrange
42908 \begin_inset ERT
42909 status collapsed
42910
42911 \begin_layout Plain Layout
42912
42913 }{
42914 \end_layout
42915
42916 \end_inset
42917
42918
42919 \begin_inset Phantom Phantom
42920 status open
42921
42922 \begin_layout Plain Layout
42923 W
42924 \end_layout
42925
42926 \end_inset
42927
42928
42929 \begin_inset ERT
42930 status collapsed
42931
42932 \begin_layout Plain Layout
42933
42934 }
42935 \end_layout
42936
42937 \end_inset
42938
42939  BurntOrange
42940 \end_layout
42941
42942 \end_inset
42943 </cell>
42944 </row>
42945 <row>
42946 <cell alignment="left" valignment="top" usebox="none">
42947 \begin_inset Text
42948
42949 \begin_layout Plain Layout
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955
42956 \backslash
42957 fcolorbox{black}{
42958 \end_layout
42959
42960 \end_inset
42961
42962 CadetBlue
42963 \begin_inset ERT
42964 status collapsed
42965
42966 \begin_layout Plain Layout
42967
42968 }{
42969 \end_layout
42970
42971 \end_inset
42972
42973
42974 \begin_inset Phantom Phantom
42975 status open
42976
42977 \begin_layout Plain Layout
42978 W
42979 \end_layout
42980
42981 \end_inset
42982
42983
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989 }
42990 \end_layout
42991
42992 \end_inset
42993
42994  CadetBlue
42995 \end_layout
42996
42997 \end_inset
42998 </cell>
42999 <cell alignment="left" valignment="top" usebox="none">
43000 \begin_inset Text
43001
43002 \begin_layout Plain Layout
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008
43009 \backslash
43010 fcolorbox{black}{
43011 \end_layout
43012
43013 \end_inset
43014
43015 CarnationPink
43016 \begin_inset ERT
43017 status collapsed
43018
43019 \begin_layout Plain Layout
43020
43021 }{
43022 \end_layout
43023
43024 \end_inset
43025
43026
43027 \begin_inset Phantom Phantom
43028 status open
43029
43030 \begin_layout Plain Layout
43031 W
43032 \end_layout
43033
43034 \end_inset
43035
43036
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042 }
43043 \end_layout
43044
43045 \end_inset
43046
43047  CarnationPink
43048 \end_layout
43049
43050 \end_inset
43051 </cell>
43052 <cell alignment="left" valignment="top" usebox="none">
43053 \begin_inset Text
43054
43055 \begin_layout Plain Layout
43056 \begin_inset ERT
43057 status collapsed
43058
43059 \begin_layout Plain Layout
43060
43061
43062 \backslash
43063 fcolorbox{black}{
43064 \end_layout
43065
43066 \end_inset
43067
43068 Cerulean
43069 \begin_inset ERT
43070 status collapsed
43071
43072 \begin_layout Plain Layout
43073
43074 }{
43075 \end_layout
43076
43077 \end_inset
43078
43079
43080 \begin_inset Phantom Phantom
43081 status open
43082
43083 \begin_layout Plain Layout
43084 W
43085 \end_layout
43086
43087 \end_inset
43088
43089
43090 \begin_inset ERT
43091 status collapsed
43092
43093 \begin_layout Plain Layout
43094
43095 }
43096 \end_layout
43097
43098 \end_inset
43099
43100  Cerulean
43101 \end_layout
43102
43103 \end_inset
43104 </cell>
43105 <cell alignment="left" valignment="top" usebox="none">
43106 \begin_inset Text
43107
43108 \begin_layout Plain Layout
43109 \begin_inset ERT
43110 status collapsed
43111
43112 \begin_layout Plain Layout
43113
43114
43115 \backslash
43116 fcolorbox{black}{
43117 \end_layout
43118
43119 \end_inset
43120
43121 CornflowerBlue
43122 \begin_inset ERT
43123 status collapsed
43124
43125 \begin_layout Plain Layout
43126
43127 }{
43128 \end_layout
43129
43130 \end_inset
43131
43132
43133 \begin_inset Phantom Phantom
43134 status open
43135
43136 \begin_layout Plain Layout
43137 W
43138 \end_layout
43139
43140 \end_inset
43141
43142
43143 \begin_inset ERT
43144 status collapsed
43145
43146 \begin_layout Plain Layout
43147
43148 }
43149 \end_layout
43150
43151 \end_inset
43152
43153  CornflowerBlue
43154 \end_layout
43155
43156 \end_inset
43157 </cell>
43158 </row>
43159 <row>
43160 <cell alignment="left" valignment="top" usebox="none">
43161 \begin_inset Text
43162
43163 \begin_layout Plain Layout
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169
43170 \backslash
43171 fcolorbox{black}{
43172 \end_layout
43173
43174 \end_inset
43175
43176 Dandelion
43177 \begin_inset ERT
43178 status collapsed
43179
43180 \begin_layout Plain Layout
43181
43182 }{
43183 \end_layout
43184
43185 \end_inset
43186
43187
43188 \begin_inset Phantom Phantom
43189 status open
43190
43191 \begin_layout Plain Layout
43192 W
43193 \end_layout
43194
43195 \end_inset
43196
43197
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203 }
43204 \end_layout
43205
43206 \end_inset
43207
43208  Dandelion
43209 \end_layout
43210
43211 \end_inset
43212 </cell>
43213 <cell alignment="left" valignment="top" usebox="none">
43214 \begin_inset Text
43215
43216 \begin_layout Plain Layout
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222
43223 \backslash
43224 fcolorbox{black}{
43225 \end_layout
43226
43227 \end_inset
43228
43229 DarkOrchid
43230 \begin_inset ERT
43231 status collapsed
43232
43233 \begin_layout Plain Layout
43234
43235 }{
43236 \end_layout
43237
43238 \end_inset
43239
43240
43241 \begin_inset Phantom Phantom
43242 status open
43243
43244 \begin_layout Plain Layout
43245 W
43246 \end_layout
43247
43248 \end_inset
43249
43250
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256 }
43257 \end_layout
43258
43259 \end_inset
43260
43261  DarkOrchid
43262 \end_layout
43263
43264 \end_inset
43265 </cell>
43266 <cell alignment="left" valignment="top" usebox="none">
43267 \begin_inset Text
43268
43269 \begin_layout Plain Layout
43270 \begin_inset ERT
43271 status collapsed
43272
43273 \begin_layout Plain Layout
43274
43275
43276 \backslash
43277 fcolorbox{black}{
43278 \end_layout
43279
43280 \end_inset
43281
43282 Emerald
43283 \begin_inset ERT
43284 status collapsed
43285
43286 \begin_layout Plain Layout
43287
43288 }{
43289 \end_layout
43290
43291 \end_inset
43292
43293
43294 \begin_inset Phantom Phantom
43295 status open
43296
43297 \begin_layout Plain Layout
43298 W
43299 \end_layout
43300
43301 \end_inset
43302
43303
43304 \begin_inset ERT
43305 status collapsed
43306
43307 \begin_layout Plain Layout
43308
43309 }
43310 \end_layout
43311
43312 \end_inset
43313
43314  Emerald
43315 \end_layout
43316
43317 \end_inset
43318 </cell>
43319 <cell alignment="left" valignment="top" usebox="none">
43320 \begin_inset Text
43321
43322 \begin_layout Plain Layout
43323 \begin_inset ERT
43324 status collapsed
43325
43326 \begin_layout Plain Layout
43327
43328
43329 \backslash
43330 fcolorbox{black}{
43331 \end_layout
43332
43333 \end_inset
43334
43335 ForestGreen
43336 \begin_inset ERT
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341 }{
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \begin_inset Phantom Phantom
43348 status open
43349
43350 \begin_layout Plain Layout
43351 W
43352 \end_layout
43353
43354 \end_inset
43355
43356
43357 \begin_inset ERT
43358 status collapsed
43359
43360 \begin_layout Plain Layout
43361
43362 }
43363 \end_layout
43364
43365 \end_inset
43366
43367  ForestGreen
43368 \end_layout
43369
43370 \end_inset
43371 </cell>
43372 </row>
43373 <row>
43374 <cell alignment="left" valignment="top" usebox="none">
43375 \begin_inset Text
43376
43377 \begin_layout Plain Layout
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383
43384 \backslash
43385 fcolorbox{black}{
43386 \end_layout
43387
43388 \end_inset
43389
43390 Fuchsia
43391 \begin_inset ERT
43392 status collapsed
43393
43394 \begin_layout Plain Layout
43395
43396 }{
43397 \end_layout
43398
43399 \end_inset
43400
43401
43402 \begin_inset Phantom Phantom
43403 status open
43404
43405 \begin_layout Plain Layout
43406 W
43407 \end_layout
43408
43409 \end_inset
43410
43411
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417 }
43418 \end_layout
43419
43420 \end_inset
43421
43422  Fuchsia
43423 \end_layout
43424
43425 \end_inset
43426 </cell>
43427 <cell alignment="left" valignment="top" usebox="none">
43428 \begin_inset Text
43429
43430 \begin_layout Plain Layout
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436
43437 \backslash
43438 fcolorbox{black}{
43439 \end_layout
43440
43441 \end_inset
43442
43443 Goldenrod
43444 \begin_inset ERT
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448
43449 }{
43450 \end_layout
43451
43452 \end_inset
43453
43454
43455 \begin_inset Phantom Phantom
43456 status open
43457
43458 \begin_layout Plain Layout
43459 W
43460 \end_layout
43461
43462 \end_inset
43463
43464
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470 }
43471 \end_layout
43472
43473 \end_inset
43474
43475  Goldenrod
43476 \end_layout
43477
43478 \end_inset
43479 </cell>
43480 <cell alignment="left" valignment="top" usebox="none">
43481 \begin_inset Text
43482
43483 \begin_layout Plain Layout
43484 \begin_inset ERT
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489
43490 \backslash
43491 fcolorbox{black}{
43492 \end_layout
43493
43494 \end_inset
43495
43496 Gray
43497 \begin_inset ERT
43498 status collapsed
43499
43500 \begin_layout Plain Layout
43501
43502 }{
43503 \end_layout
43504
43505 \end_inset
43506
43507
43508 \begin_inset Phantom Phantom
43509 status open
43510
43511 \begin_layout Plain Layout
43512 W
43513 \end_layout
43514
43515 \end_inset
43516
43517
43518 \begin_inset ERT
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523 }
43524 \end_layout
43525
43526 \end_inset
43527
43528  Gray
43529 \end_layout
43530
43531 \end_inset
43532 </cell>
43533 <cell alignment="left" valignment="top" usebox="none">
43534 \begin_inset Text
43535
43536 \begin_layout Plain Layout
43537 \begin_inset ERT
43538 status collapsed
43539
43540 \begin_layout Plain Layout
43541
43542
43543 \backslash
43544 fcolorbox{black}{
43545 \end_layout
43546
43547 \end_inset
43548
43549 GreenYellow
43550 \begin_inset ERT
43551 status collapsed
43552
43553 \begin_layout Plain Layout
43554
43555 }{
43556 \end_layout
43557
43558 \end_inset
43559
43560
43561 \begin_inset Phantom Phantom
43562 status open
43563
43564 \begin_layout Plain Layout
43565 W
43566 \end_layout
43567
43568 \end_inset
43569
43570
43571 \begin_inset ERT
43572 status collapsed
43573
43574 \begin_layout Plain Layout
43575
43576 }
43577 \end_layout
43578
43579 \end_inset
43580
43581  GreenYellow
43582 \end_layout
43583
43584 \end_inset
43585 </cell>
43586 </row>
43587 <row>
43588 <cell alignment="center" valignment="top" usebox="none">
43589 \begin_inset Text
43590
43591 \begin_layout Plain Layout
43592 \begin_inset ERT
43593 status collapsed
43594
43595 \begin_layout Plain Layout
43596
43597
43598 \backslash
43599 fcolorbox{black}{
43600 \end_layout
43601
43602 \end_inset
43603
43604 JungleGreen
43605 \begin_inset ERT
43606 status collapsed
43607
43608 \begin_layout Plain Layout
43609
43610 }{
43611 \end_layout
43612
43613 \end_inset
43614
43615
43616 \begin_inset Phantom Phantom
43617 status open
43618
43619 \begin_layout Plain Layout
43620 W
43621 \end_layout
43622
43623 \end_inset
43624
43625
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631 }
43632 \end_layout
43633
43634 \end_inset
43635
43636  JungleGreen
43637 \end_layout
43638
43639 \end_inset
43640 </cell>
43641 <cell alignment="center" valignment="top" usebox="none">
43642 \begin_inset Text
43643
43644 \begin_layout Plain Layout
43645 \begin_inset ERT
43646 status collapsed
43647
43648 \begin_layout Plain Layout
43649
43650
43651 \backslash
43652 fcolorbox{black}{
43653 \end_layout
43654
43655 \end_inset
43656
43657 Lavender
43658 \begin_inset ERT
43659 status collapsed
43660
43661 \begin_layout Plain Layout
43662
43663 }{
43664 \end_layout
43665
43666 \end_inset
43667
43668
43669 \begin_inset Phantom Phantom
43670 status open
43671
43672 \begin_layout Plain Layout
43673 W
43674 \end_layout
43675
43676 \end_inset
43677
43678
43679 \begin_inset ERT
43680 status collapsed
43681
43682 \begin_layout Plain Layout
43683
43684 }
43685 \end_layout
43686
43687 \end_inset
43688
43689  Lavender
43690 \end_layout
43691
43692 \end_inset
43693 </cell>
43694 <cell alignment="center" valignment="top" usebox="none">
43695 \begin_inset Text
43696
43697 \begin_layout Plain Layout
43698 \begin_inset ERT
43699 status collapsed
43700
43701 \begin_layout Plain Layout
43702
43703
43704 \backslash
43705 fcolorbox{black}{
43706 \end_layout
43707
43708 \end_inset
43709
43710 LimeGreen
43711 \begin_inset ERT
43712 status collapsed
43713
43714 \begin_layout Plain Layout
43715
43716 }{
43717 \end_layout
43718
43719 \end_inset
43720
43721
43722 \begin_inset Phantom Phantom
43723 status open
43724
43725 \begin_layout Plain Layout
43726 W
43727 \end_layout
43728
43729 \end_inset
43730
43731
43732 \begin_inset ERT
43733 status collapsed
43734
43735 \begin_layout Plain Layout
43736
43737 }
43738 \end_layout
43739
43740 \end_inset
43741
43742  LimeGreen
43743 \end_layout
43744
43745 \end_inset
43746 </cell>
43747 <cell alignment="center" valignment="top" usebox="none">
43748 \begin_inset Text
43749
43750 \begin_layout Plain Layout
43751 \begin_inset ERT
43752 status collapsed
43753
43754 \begin_layout Plain Layout
43755
43756
43757 \backslash
43758 fcolorbox{black}{
43759 \end_layout
43760
43761 \end_inset
43762
43763 Mahogany
43764 \begin_inset ERT
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769 }{
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \begin_inset Phantom Phantom
43776 status open
43777
43778 \begin_layout Plain Layout
43779 W
43780 \end_layout
43781
43782 \end_inset
43783
43784
43785 \begin_inset ERT
43786 status collapsed
43787
43788 \begin_layout Plain Layout
43789
43790 }
43791 \end_layout
43792
43793 \end_inset
43794
43795  Mahogany
43796 \end_layout
43797
43798 \end_inset
43799 </cell>
43800 </row>
43801 <row>
43802 <cell alignment="left" valignment="top" usebox="none">
43803 \begin_inset Text
43804
43805 \begin_layout Plain Layout
43806 \begin_inset ERT
43807 status collapsed
43808
43809 \begin_layout Plain Layout
43810
43811
43812 \backslash
43813 fcolorbox{black}{
43814 \end_layout
43815
43816 \end_inset
43817
43818 Mahogany
43819 \begin_inset ERT
43820 status collapsed
43821
43822 \begin_layout Plain Layout
43823
43824 }{
43825 \end_layout
43826
43827 \end_inset
43828
43829
43830 \begin_inset Phantom Phantom
43831 status open
43832
43833 \begin_layout Plain Layout
43834 W
43835 \end_layout
43836
43837 \end_inset
43838
43839
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845 }
43846 \end_layout
43847
43848 \end_inset
43849
43850  Mahogany
43851 \end_layout
43852
43853 \end_inset
43854 </cell>
43855 <cell alignment="left" valignment="top" usebox="none">
43856 \begin_inset Text
43857
43858 \begin_layout Plain Layout
43859 \begin_inset ERT
43860 status collapsed
43861
43862 \begin_layout Plain Layout
43863
43864
43865 \backslash
43866 fcolorbox{black}{
43867 \end_layout
43868
43869 \end_inset
43870
43871 Maroon
43872 \begin_inset ERT
43873 status collapsed
43874
43875 \begin_layout Plain Layout
43876
43877 }{
43878 \end_layout
43879
43880 \end_inset
43881
43882
43883 \begin_inset Phantom Phantom
43884 status open
43885
43886 \begin_layout Plain Layout
43887 W
43888 \end_layout
43889
43890 \end_inset
43891
43892
43893 \begin_inset ERT
43894 status collapsed
43895
43896 \begin_layout Plain Layout
43897
43898 }
43899 \end_layout
43900
43901 \end_inset
43902
43903  Maroon
43904 \end_layout
43905
43906 \end_inset
43907 </cell>
43908 <cell alignment="left" valignment="top" usebox="none">
43909 \begin_inset Text
43910
43911 \begin_layout Plain Layout
43912 \begin_inset ERT
43913 status collapsed
43914
43915 \begin_layout Plain Layout
43916
43917
43918 \backslash
43919 fcolorbox{black}{
43920 \end_layout
43921
43922 \end_inset
43923
43924 Melon
43925 \begin_inset ERT
43926 status collapsed
43927
43928 \begin_layout Plain Layout
43929
43930 }{
43931 \end_layout
43932
43933 \end_inset
43934
43935
43936 \begin_inset Phantom Phantom
43937 status open
43938
43939 \begin_layout Plain Layout
43940 W
43941 \end_layout
43942
43943 \end_inset
43944
43945
43946 \begin_inset ERT
43947 status collapsed
43948
43949 \begin_layout Plain Layout
43950
43951 }
43952 \end_layout
43953
43954 \end_inset
43955
43956  Melon
43957 \end_layout
43958
43959 \end_inset
43960 </cell>
43961 <cell alignment="left" valignment="top" usebox="none">
43962 \begin_inset Text
43963
43964 \begin_layout Plain Layout
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970
43971 \backslash
43972 fcolorbox{black}{
43973 \end_layout
43974
43975 \end_inset
43976
43977 MidnightBlue
43978 \begin_inset ERT
43979 status collapsed
43980
43981 \begin_layout Plain Layout
43982
43983 }{
43984 \end_layout
43985
43986 \end_inset
43987
43988
43989 \begin_inset Phantom Phantom
43990 status open
43991
43992 \begin_layout Plain Layout
43993 W
43994 \end_layout
43995
43996 \end_inset
43997
43998
43999 \begin_inset ERT
44000 status collapsed
44001
44002 \begin_layout Plain Layout
44003
44004 }
44005 \end_layout
44006
44007 \end_inset
44008
44009  MidnightBlue
44010 \end_layout
44011
44012 \end_inset
44013 </cell>
44014 </row>
44015 <row>
44016 <cell alignment="left" valignment="top" usebox="none">
44017 \begin_inset Text
44018
44019 \begin_layout Plain Layout
44020 \begin_inset ERT
44021 status collapsed
44022
44023 \begin_layout Plain Layout
44024
44025
44026 \backslash
44027 fcolorbox{black}{
44028 \end_layout
44029
44030 \end_inset
44031
44032 Mulberry
44033 \begin_inset ERT
44034 status collapsed
44035
44036 \begin_layout Plain Layout
44037
44038 }{
44039 \end_layout
44040
44041 \end_inset
44042
44043
44044 \begin_inset Phantom Phantom
44045 status open
44046
44047 \begin_layout Plain Layout
44048 W
44049 \end_layout
44050
44051 \end_inset
44052
44053
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059 }
44060 \end_layout
44061
44062 \end_inset
44063
44064  Mulberry
44065 \end_layout
44066
44067 \end_inset
44068 </cell>
44069 <cell alignment="left" valignment="top" usebox="none">
44070 \begin_inset Text
44071
44072 \begin_layout Plain Layout
44073 \begin_inset ERT
44074 status collapsed
44075
44076 \begin_layout Plain Layout
44077
44078
44079 \backslash
44080 fcolorbox{black}{
44081 \end_layout
44082
44083 \end_inset
44084
44085 NavyBlue
44086 \begin_inset ERT
44087 status collapsed
44088
44089 \begin_layout Plain Layout
44090
44091 }{
44092 \end_layout
44093
44094 \end_inset
44095
44096
44097 \begin_inset Phantom Phantom
44098 status open
44099
44100 \begin_layout Plain Layout
44101 W
44102 \end_layout
44103
44104 \end_inset
44105
44106
44107 \begin_inset ERT
44108 status collapsed
44109
44110 \begin_layout Plain Layout
44111
44112 }
44113 \end_layout
44114
44115 \end_inset
44116
44117  NavyBlue
44118 \end_layout
44119
44120 \end_inset
44121 </cell>
44122 <cell alignment="left" valignment="top" usebox="none">
44123 \begin_inset Text
44124
44125 \begin_layout Plain Layout
44126 \begin_inset ERT
44127 status collapsed
44128
44129 \begin_layout Plain Layout
44130
44131
44132 \backslash
44133 fcolorbox{black}{
44134 \end_layout
44135
44136 \end_inset
44137
44138 OliveGreen
44139 \begin_inset ERT
44140 status collapsed
44141
44142 \begin_layout Plain Layout
44143
44144 }{
44145 \end_layout
44146
44147 \end_inset
44148
44149
44150 \begin_inset Phantom Phantom
44151 status open
44152
44153 \begin_layout Plain Layout
44154 W
44155 \end_layout
44156
44157 \end_inset
44158
44159
44160 \begin_inset ERT
44161 status collapsed
44162
44163 \begin_layout Plain Layout
44164
44165 }
44166 \end_layout
44167
44168 \end_inset
44169
44170  OliveGreen
44171 \end_layout
44172
44173 \end_inset
44174 </cell>
44175 <cell alignment="left" valignment="top" usebox="none">
44176 \begin_inset Text
44177
44178 \begin_layout Plain Layout
44179 \begin_inset ERT
44180 status collapsed
44181
44182 \begin_layout Plain Layout
44183
44184
44185 \backslash
44186 fcolorbox{black}{
44187 \end_layout
44188
44189 \end_inset
44190
44191 Orange
44192 \begin_inset ERT
44193 status collapsed
44194
44195 \begin_layout Plain Layout
44196
44197 }{
44198 \end_layout
44199
44200 \end_inset
44201
44202
44203 \begin_inset Phantom Phantom
44204 status open
44205
44206 \begin_layout Plain Layout
44207 W
44208 \end_layout
44209
44210 \end_inset
44211
44212
44213 \begin_inset ERT
44214 status collapsed
44215
44216 \begin_layout Plain Layout
44217
44218 }
44219 \end_layout
44220
44221 \end_inset
44222
44223  Orange
44224 \end_layout
44225
44226 \end_inset
44227 </cell>
44228 </row>
44229 <row>
44230 <cell alignment="left" valignment="top" usebox="none">
44231 \begin_inset Text
44232
44233 \begin_layout Plain Layout
44234 \begin_inset ERT
44235 status collapsed
44236
44237 \begin_layout Plain Layout
44238
44239
44240 \backslash
44241 fcolorbox{black}{
44242 \end_layout
44243
44244 \end_inset
44245
44246 OrangeRed
44247 \begin_inset ERT
44248 status collapsed
44249
44250 \begin_layout Plain Layout
44251
44252 }{
44253 \end_layout
44254
44255 \end_inset
44256
44257
44258 \begin_inset Phantom Phantom
44259 status open
44260
44261 \begin_layout Plain Layout
44262 W
44263 \end_layout
44264
44265 \end_inset
44266
44267
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273 }
44274 \end_layout
44275
44276 \end_inset
44277
44278  OrangeRed
44279 \end_layout
44280
44281 \end_inset
44282 </cell>
44283 <cell alignment="left" valignment="top" usebox="none">
44284 \begin_inset Text
44285
44286 \begin_layout Plain Layout
44287 \begin_inset ERT
44288 status collapsed
44289
44290 \begin_layout Plain Layout
44291
44292
44293 \backslash
44294 fcolorbox{black}{
44295 \end_layout
44296
44297 \end_inset
44298
44299 Orchid
44300 \begin_inset ERT
44301 status collapsed
44302
44303 \begin_layout Plain Layout
44304
44305 }{
44306 \end_layout
44307
44308 \end_inset
44309
44310
44311 \begin_inset Phantom Phantom
44312 status open
44313
44314 \begin_layout Plain Layout
44315 W
44316 \end_layout
44317
44318 \end_inset
44319
44320
44321 \begin_inset ERT
44322 status collapsed
44323
44324 \begin_layout Plain Layout
44325
44326 }
44327 \end_layout
44328
44329 \end_inset
44330
44331  Orchid
44332 \end_layout
44333
44334 \end_inset
44335 </cell>
44336 <cell alignment="left" valignment="top" usebox="none">
44337 \begin_inset Text
44338
44339 \begin_layout Plain Layout
44340 \begin_inset ERT
44341 status collapsed
44342
44343 \begin_layout Plain Layout
44344
44345
44346 \backslash
44347 fcolorbox{black}{
44348 \end_layout
44349
44350 \end_inset
44351
44352 Peach
44353 \begin_inset ERT
44354 status collapsed
44355
44356 \begin_layout Plain Layout
44357
44358 }{
44359 \end_layout
44360
44361 \end_inset
44362
44363
44364 \begin_inset Phantom Phantom
44365 status open
44366
44367 \begin_layout Plain Layout
44368 W
44369 \end_layout
44370
44371 \end_inset
44372
44373
44374 \begin_inset ERT
44375 status collapsed
44376
44377 \begin_layout Plain Layout
44378
44379 }
44380 \end_layout
44381
44382 \end_inset
44383
44384  Peach
44385 \end_layout
44386
44387 \end_inset
44388 </cell>
44389 <cell alignment="left" valignment="top" usebox="none">
44390 \begin_inset Text
44391
44392 \begin_layout Plain Layout
44393 \begin_inset ERT
44394 status collapsed
44395
44396 \begin_layout Plain Layout
44397
44398
44399 \backslash
44400 fcolorbox{black}{
44401 \end_layout
44402
44403 \end_inset
44404
44405 Periwinkle
44406 \begin_inset ERT
44407 status collapsed
44408
44409 \begin_layout Plain Layout
44410
44411 }{
44412 \end_layout
44413
44414 \end_inset
44415
44416
44417 \begin_inset Phantom Phantom
44418 status open
44419
44420 \begin_layout Plain Layout
44421 W
44422 \end_layout
44423
44424 \end_inset
44425
44426
44427 \begin_inset ERT
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431
44432 }
44433 \end_layout
44434
44435 \end_inset
44436
44437  Periwinkle
44438 \end_layout
44439
44440 \end_inset
44441 </cell>
44442 </row>
44443 <row>
44444 <cell alignment="left" valignment="top" usebox="none">
44445 \begin_inset Text
44446
44447 \begin_layout Plain Layout
44448 \begin_inset ERT
44449 status collapsed
44450
44451 \begin_layout Plain Layout
44452
44453
44454 \backslash
44455 fcolorbox{black}{
44456 \end_layout
44457
44458 \end_inset
44459
44460 PineGreen
44461 \begin_inset ERT
44462 status collapsed
44463
44464 \begin_layout Plain Layout
44465
44466 }{
44467 \end_layout
44468
44469 \end_inset
44470
44471
44472 \begin_inset Phantom Phantom
44473 status open
44474
44475 \begin_layout Plain Layout
44476 W
44477 \end_layout
44478
44479 \end_inset
44480
44481
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487 }
44488 \end_layout
44489
44490 \end_inset
44491
44492  PineGreen
44493 \end_layout
44494
44495 \end_inset
44496 </cell>
44497 <cell alignment="left" valignment="top" usebox="none">
44498 \begin_inset Text
44499
44500 \begin_layout Plain Layout
44501 \begin_inset ERT
44502 status collapsed
44503
44504 \begin_layout Plain Layout
44505
44506
44507 \backslash
44508 fcolorbox{black}{
44509 \end_layout
44510
44511 \end_inset
44512
44513 Plum
44514 \begin_inset ERT
44515 status collapsed
44516
44517 \begin_layout Plain Layout
44518
44519 }{
44520 \end_layout
44521
44522 \end_inset
44523
44524
44525 \begin_inset Phantom Phantom
44526 status open
44527
44528 \begin_layout Plain Layout
44529 W
44530 \end_layout
44531
44532 \end_inset
44533
44534
44535 \begin_inset ERT
44536 status collapsed
44537
44538 \begin_layout Plain Layout
44539
44540 }
44541 \end_layout
44542
44543 \end_inset
44544
44545  Plum
44546 \end_layout
44547
44548 \end_inset
44549 </cell>
44550 <cell alignment="left" valignment="top" usebox="none">
44551 \begin_inset Text
44552
44553 \begin_layout Plain Layout
44554 \begin_inset ERT
44555 status collapsed
44556
44557 \begin_layout Plain Layout
44558
44559
44560 \backslash
44561 fcolorbox{black}{
44562 \end_layout
44563
44564 \end_inset
44565
44566 ProcessBlue
44567 \begin_inset ERT
44568 status collapsed
44569
44570 \begin_layout Plain Layout
44571
44572 }{
44573 \end_layout
44574
44575 \end_inset
44576
44577
44578 \begin_inset Phantom Phantom
44579 status open
44580
44581 \begin_layout Plain Layout
44582 W
44583 \end_layout
44584
44585 \end_inset
44586
44587
44588 \begin_inset ERT
44589 status collapsed
44590
44591 \begin_layout Plain Layout
44592
44593 }
44594 \end_layout
44595
44596 \end_inset
44597
44598  ProcessBlue
44599 \end_layout
44600
44601 \end_inset
44602 </cell>
44603 <cell alignment="left" valignment="top" usebox="none">
44604 \begin_inset Text
44605
44606 \begin_layout Plain Layout
44607 \begin_inset ERT
44608 status collapsed
44609
44610 \begin_layout Plain Layout
44611
44612
44613 \backslash
44614 fcolorbox{black}{
44615 \end_layout
44616
44617 \end_inset
44618
44619 Purple
44620 \begin_inset ERT
44621 status collapsed
44622
44623 \begin_layout Plain Layout
44624
44625 }{
44626 \end_layout
44627
44628 \end_inset
44629
44630
44631 \begin_inset Phantom Phantom
44632 status open
44633
44634 \begin_layout Plain Layout
44635 W
44636 \end_layout
44637
44638 \end_inset
44639
44640
44641 \begin_inset ERT
44642 status collapsed
44643
44644 \begin_layout Plain Layout
44645
44646 }
44647 \end_layout
44648
44649 \end_inset
44650
44651  Purple
44652 \end_layout
44653
44654 \end_inset
44655 </cell>
44656 </row>
44657 <row>
44658 <cell alignment="left" valignment="top" usebox="none">
44659 \begin_inset Text
44660
44661 \begin_layout Plain Layout
44662 \begin_inset ERT
44663 status collapsed
44664
44665 \begin_layout Plain Layout
44666
44667
44668 \backslash
44669 fcolorbox{black}{
44670 \end_layout
44671
44672 \end_inset
44673
44674 RawSienna
44675 \begin_inset ERT
44676 status collapsed
44677
44678 \begin_layout Plain Layout
44679
44680 }{
44681 \end_layout
44682
44683 \end_inset
44684
44685
44686 \begin_inset Phantom Phantom
44687 status open
44688
44689 \begin_layout Plain Layout
44690 W
44691 \end_layout
44692
44693 \end_inset
44694
44695
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701 }
44702 \end_layout
44703
44704 \end_inset
44705
44706  RawSienna
44707 \end_layout
44708
44709 \end_inset
44710 </cell>
44711 <cell alignment="left" valignment="top" usebox="none">
44712 \begin_inset Text
44713
44714 \begin_layout Plain Layout
44715 \begin_inset ERT
44716 status collapsed
44717
44718 \begin_layout Plain Layout
44719
44720
44721 \backslash
44722 fcolorbox{black}{
44723 \end_layout
44724
44725 \end_inset
44726
44727 RedOrange
44728 \begin_inset ERT
44729 status collapsed
44730
44731 \begin_layout Plain Layout
44732
44733 }{
44734 \end_layout
44735
44736 \end_inset
44737
44738
44739 \begin_inset Phantom Phantom
44740 status open
44741
44742 \begin_layout Plain Layout
44743 W
44744 \end_layout
44745
44746 \end_inset
44747
44748
44749 \begin_inset ERT
44750 status collapsed
44751
44752 \begin_layout Plain Layout
44753
44754 }
44755 \end_layout
44756
44757 \end_inset
44758
44759  RedOrange
44760 \end_layout
44761
44762 \end_inset
44763 </cell>
44764 <cell alignment="left" valignment="top" usebox="none">
44765 \begin_inset Text
44766
44767 \begin_layout Plain Layout
44768 \begin_inset ERT
44769 status collapsed
44770
44771 \begin_layout Plain Layout
44772
44773
44774 \backslash
44775 fcolorbox{black}{
44776 \end_layout
44777
44778 \end_inset
44779
44780 RedViolet
44781 \begin_inset ERT
44782 status collapsed
44783
44784 \begin_layout Plain Layout
44785
44786 }{
44787 \end_layout
44788
44789 \end_inset
44790
44791
44792 \begin_inset Phantom Phantom
44793 status open
44794
44795 \begin_layout Plain Layout
44796 W
44797 \end_layout
44798
44799 \end_inset
44800
44801
44802 \begin_inset ERT
44803 status collapsed
44804
44805 \begin_layout Plain Layout
44806
44807 }
44808 \end_layout
44809
44810 \end_inset
44811
44812  RedViolet
44813 \end_layout
44814
44815 \end_inset
44816 </cell>
44817 <cell alignment="left" valignment="top" usebox="none">
44818 \begin_inset Text
44819
44820 \begin_layout Plain Layout
44821 \begin_inset ERT
44822 status collapsed
44823
44824 \begin_layout Plain Layout
44825
44826
44827 \backslash
44828 fcolorbox{black}{
44829 \end_layout
44830
44831 \end_inset
44832
44833 Rhodamine
44834 \begin_inset ERT
44835 status collapsed
44836
44837 \begin_layout Plain Layout
44838
44839 }{
44840 \end_layout
44841
44842 \end_inset
44843
44844
44845 \begin_inset Phantom Phantom
44846 status open
44847
44848 \begin_layout Plain Layout
44849 W
44850 \end_layout
44851
44852 \end_inset
44853
44854
44855 \begin_inset ERT
44856 status collapsed
44857
44858 \begin_layout Plain Layout
44859
44860 }
44861 \end_layout
44862
44863 \end_inset
44864
44865  Rhodamine
44866 \end_layout
44867
44868 \end_inset
44869 </cell>
44870 </row>
44871 <row>
44872 <cell alignment="left" valignment="top" usebox="none">
44873 \begin_inset Text
44874
44875 \begin_layout Plain Layout
44876 \begin_inset ERT
44877 status collapsed
44878
44879 \begin_layout Plain Layout
44880
44881
44882 \backslash
44883 fcolorbox{black}{
44884 \end_layout
44885
44886 \end_inset
44887
44888 RoyalBlue
44889 \begin_inset ERT
44890 status collapsed
44891
44892 \begin_layout Plain Layout
44893
44894 }{
44895 \end_layout
44896
44897 \end_inset
44898
44899
44900 \begin_inset Phantom Phantom
44901 status open
44902
44903 \begin_layout Plain Layout
44904 W
44905 \end_layout
44906
44907 \end_inset
44908
44909
44910 \begin_inset ERT
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914
44915 }
44916 \end_layout
44917
44918 \end_inset
44919
44920  RoyalBlue
44921 \end_layout
44922
44923 \end_inset
44924 </cell>
44925 <cell alignment="left" valignment="top" usebox="none">
44926 \begin_inset Text
44927
44928 \begin_layout Plain Layout
44929 \begin_inset ERT
44930 status collapsed
44931
44932 \begin_layout Plain Layout
44933
44934
44935 \backslash
44936 fcolorbox{black}{
44937 \end_layout
44938
44939 \end_inset
44940
44941 RoyalPurple
44942 \begin_inset ERT
44943 status collapsed
44944
44945 \begin_layout Plain Layout
44946
44947 }{
44948 \end_layout
44949
44950 \end_inset
44951
44952
44953 \begin_inset Phantom Phantom
44954 status open
44955
44956 \begin_layout Plain Layout
44957 W
44958 \end_layout
44959
44960 \end_inset
44961
44962
44963 \begin_inset ERT
44964 status collapsed
44965
44966 \begin_layout Plain Layout
44967
44968 }
44969 \end_layout
44970
44971 \end_inset
44972
44973  RoyalPurple
44974 \end_layout
44975
44976 \end_inset
44977 </cell>
44978 <cell alignment="left" valignment="top" usebox="none">
44979 \begin_inset Text
44980
44981 \begin_layout Plain Layout
44982 \begin_inset ERT
44983 status collapsed
44984
44985 \begin_layout Plain Layout
44986
44987
44988 \backslash
44989 fcolorbox{black}{
44990 \end_layout
44991
44992 \end_inset
44993
44994 RubineRed
44995 \begin_inset ERT
44996 status collapsed
44997
44998 \begin_layout Plain Layout
44999
45000 }{
45001 \end_layout
45002
45003 \end_inset
45004
45005
45006 \begin_inset Phantom Phantom
45007 status open
45008
45009 \begin_layout Plain Layout
45010 W
45011 \end_layout
45012
45013 \end_inset
45014
45015
45016 \begin_inset ERT
45017 status collapsed
45018
45019 \begin_layout Plain Layout
45020
45021 }
45022 \end_layout
45023
45024 \end_inset
45025
45026  RubineRed
45027 \end_layout
45028
45029 \end_inset
45030 </cell>
45031 <cell alignment="left" valignment="top" usebox="none">
45032 \begin_inset Text
45033
45034 \begin_layout Plain Layout
45035 \begin_inset ERT
45036 status collapsed
45037
45038 \begin_layout Plain Layout
45039
45040
45041 \backslash
45042 fcolorbox{black}{
45043 \end_layout
45044
45045 \end_inset
45046
45047 Salmon
45048 \begin_inset ERT
45049 status collapsed
45050
45051 \begin_layout Plain Layout
45052
45053 }{
45054 \end_layout
45055
45056 \end_inset
45057
45058
45059 \begin_inset Phantom Phantom
45060 status open
45061
45062 \begin_layout Plain Layout
45063 W
45064 \end_layout
45065
45066 \end_inset
45067
45068
45069 \begin_inset ERT
45070 status collapsed
45071
45072 \begin_layout Plain Layout
45073
45074 }
45075 \end_layout
45076
45077 \end_inset
45078
45079  Salmon
45080 \end_layout
45081
45082 \end_inset
45083 </cell>
45084 </row>
45085 <row>
45086 <cell alignment="left" valignment="top" usebox="none">
45087 \begin_inset Text
45088
45089 \begin_layout Plain Layout
45090 \begin_inset ERT
45091 status collapsed
45092
45093 \begin_layout Plain Layout
45094
45095
45096 \backslash
45097 fcolorbox{black}{
45098 \end_layout
45099
45100 \end_inset
45101
45102 SeaGreen
45103 \begin_inset ERT
45104 status collapsed
45105
45106 \begin_layout Plain Layout
45107
45108 }{
45109 \end_layout
45110
45111 \end_inset
45112
45113
45114 \begin_inset Phantom Phantom
45115 status open
45116
45117 \begin_layout Plain Layout
45118 W
45119 \end_layout
45120
45121 \end_inset
45122
45123
45124 \begin_inset ERT
45125 status collapsed
45126
45127 \begin_layout Plain Layout
45128
45129 }
45130 \end_layout
45131
45132 \end_inset
45133
45134  SeaGreen
45135 \end_layout
45136
45137 \end_inset
45138 </cell>
45139 <cell alignment="left" valignment="top" usebox="none">
45140 \begin_inset Text
45141
45142 \begin_layout Plain Layout
45143 \begin_inset ERT
45144 status collapsed
45145
45146 \begin_layout Plain Layout
45147
45148
45149 \backslash
45150 fcolorbox{black}{
45151 \end_layout
45152
45153 \end_inset
45154
45155 Sepia
45156 \begin_inset ERT
45157 status collapsed
45158
45159 \begin_layout Plain Layout
45160
45161 }{
45162 \end_layout
45163
45164 \end_inset
45165
45166
45167 \begin_inset Phantom Phantom
45168 status open
45169
45170 \begin_layout Plain Layout
45171 W
45172 \end_layout
45173
45174 \end_inset
45175
45176
45177 \begin_inset ERT
45178 status collapsed
45179
45180 \begin_layout Plain Layout
45181
45182 }
45183 \end_layout
45184
45185 \end_inset
45186
45187  Sepia
45188 \end_layout
45189
45190 \end_inset
45191 </cell>
45192 <cell alignment="left" valignment="top" usebox="none">
45193 \begin_inset Text
45194
45195 \begin_layout Plain Layout
45196 \begin_inset ERT
45197 status collapsed
45198
45199 \begin_layout Plain Layout
45200
45201
45202 \backslash
45203 fcolorbox{black}{
45204 \end_layout
45205
45206 \end_inset
45207
45208 SkyBlue
45209 \begin_inset ERT
45210 status collapsed
45211
45212 \begin_layout Plain Layout
45213
45214 }{
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \begin_inset Phantom Phantom
45221 status open
45222
45223 \begin_layout Plain Layout
45224 W
45225 \end_layout
45226
45227 \end_inset
45228
45229
45230 \begin_inset ERT
45231 status collapsed
45232
45233 \begin_layout Plain Layout
45234
45235 }
45236 \end_layout
45237
45238 \end_inset
45239
45240  SkyBlue
45241 \end_layout
45242
45243 \end_inset
45244 </cell>
45245 <cell alignment="left" valignment="top" usebox="none">
45246 \begin_inset Text
45247
45248 \begin_layout Plain Layout
45249 \begin_inset ERT
45250 status collapsed
45251
45252 \begin_layout Plain Layout
45253
45254
45255 \backslash
45256 fcolorbox{black}{
45257 \end_layout
45258
45259 \end_inset
45260
45261 SpringGreen
45262 \begin_inset ERT
45263 status collapsed
45264
45265 \begin_layout Plain Layout
45266
45267 }{
45268 \end_layout
45269
45270 \end_inset
45271
45272
45273 \begin_inset Phantom Phantom
45274 status open
45275
45276 \begin_layout Plain Layout
45277 W
45278 \end_layout
45279
45280 \end_inset
45281
45282
45283 \begin_inset ERT
45284 status collapsed
45285
45286 \begin_layout Plain Layout
45287
45288 }
45289 \end_layout
45290
45291 \end_inset
45292
45293  SpringGreen
45294 \end_layout
45295
45296 \end_inset
45297 </cell>
45298 </row>
45299 <row>
45300 <cell alignment="left" valignment="top" usebox="none">
45301 \begin_inset Text
45302
45303 \begin_layout Plain Layout
45304 \begin_inset ERT
45305 status collapsed
45306
45307 \begin_layout Plain Layout
45308
45309
45310 \backslash
45311 fcolorbox{black}{
45312 \end_layout
45313
45314 \end_inset
45315
45316 Tan
45317 \begin_inset ERT
45318 status collapsed
45319
45320 \begin_layout Plain Layout
45321
45322 }{
45323 \end_layout
45324
45325 \end_inset
45326
45327
45328 \begin_inset Phantom Phantom
45329 status open
45330
45331 \begin_layout Plain Layout
45332 W
45333 \end_layout
45334
45335 \end_inset
45336
45337
45338 \begin_inset ERT
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342
45343 }
45344 \end_layout
45345
45346 \end_inset
45347
45348  Tan
45349 \end_layout
45350
45351 \end_inset
45352 </cell>
45353 <cell alignment="left" valignment="top" usebox="none">
45354 \begin_inset Text
45355
45356 \begin_layout Plain Layout
45357 \begin_inset ERT
45358 status collapsed
45359
45360 \begin_layout Plain Layout
45361
45362
45363 \backslash
45364 fcolorbox{black}{
45365 \end_layout
45366
45367 \end_inset
45368
45369 TealBlue
45370 \begin_inset ERT
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374
45375 }{
45376 \end_layout
45377
45378 \end_inset
45379
45380
45381 \begin_inset Phantom Phantom
45382 status open
45383
45384 \begin_layout Plain Layout
45385 W
45386 \end_layout
45387
45388 \end_inset
45389
45390
45391 \begin_inset ERT
45392 status collapsed
45393
45394 \begin_layout Plain Layout
45395
45396 }
45397 \end_layout
45398
45399 \end_inset
45400
45401  TealBlue
45402 \end_layout
45403
45404 \end_inset
45405 </cell>
45406 <cell alignment="left" valignment="top" usebox="none">
45407 \begin_inset Text
45408
45409 \begin_layout Plain Layout
45410 \begin_inset ERT
45411 status collapsed
45412
45413 \begin_layout Plain Layout
45414
45415
45416 \backslash
45417 fcolorbox{black}{
45418 \end_layout
45419
45420 \end_inset
45421
45422 Thistle
45423 \begin_inset ERT
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427
45428 }{
45429 \end_layout
45430
45431 \end_inset
45432
45433
45434 \begin_inset Phantom Phantom
45435 status open
45436
45437 \begin_layout Plain Layout
45438 W
45439 \end_layout
45440
45441 \end_inset
45442
45443
45444 \begin_inset ERT
45445 status collapsed
45446
45447 \begin_layout Plain Layout
45448
45449 }
45450 \end_layout
45451
45452 \end_inset
45453
45454  Thistle
45455 \end_layout
45456
45457 \end_inset
45458 </cell>
45459 <cell alignment="left" valignment="top" usebox="none">
45460 \begin_inset Text
45461
45462 \begin_layout Plain Layout
45463 \begin_inset ERT
45464 status collapsed
45465
45466 \begin_layout Plain Layout
45467
45468
45469 \backslash
45470 fcolorbox{black}{
45471 \end_layout
45472
45473 \end_inset
45474
45475 Turquoise
45476 \begin_inset ERT
45477 status collapsed
45478
45479 \begin_layout Plain Layout
45480
45481 }{
45482 \end_layout
45483
45484 \end_inset
45485
45486
45487 \begin_inset Phantom Phantom
45488 status open
45489
45490 \begin_layout Plain Layout
45491 W
45492 \end_layout
45493
45494 \end_inset
45495
45496
45497 \begin_inset ERT
45498 status collapsed
45499
45500 \begin_layout Plain Layout
45501
45502 }
45503 \end_layout
45504
45505 \end_inset
45506
45507  Turquoise
45508 \end_layout
45509
45510 \end_inset
45511 </cell>
45512 </row>
45513 <row>
45514 <cell alignment="left" valignment="top" usebox="none">
45515 \begin_inset Text
45516
45517 \begin_layout Plain Layout
45518 \begin_inset ERT
45519 status collapsed
45520
45521 \begin_layout Plain Layout
45522
45523
45524 \backslash
45525 fcolorbox{black}{
45526 \end_layout
45527
45528 \end_inset
45529
45530 Violet
45531 \begin_inset ERT
45532 status collapsed
45533
45534 \begin_layout Plain Layout
45535
45536 }{
45537 \end_layout
45538
45539 \end_inset
45540
45541
45542 \begin_inset Phantom Phantom
45543 status open
45544
45545 \begin_layout Plain Layout
45546 W
45547 \end_layout
45548
45549 \end_inset
45550
45551
45552 \begin_inset ERT
45553 status collapsed
45554
45555 \begin_layout Plain Layout
45556
45557 }
45558 \end_layout
45559
45560 \end_inset
45561
45562  Violet
45563 \end_layout
45564
45565 \end_inset
45566 </cell>
45567 <cell alignment="left" valignment="top" usebox="none">
45568 \begin_inset Text
45569
45570 \begin_layout Plain Layout
45571 \begin_inset ERT
45572 status collapsed
45573
45574 \begin_layout Plain Layout
45575
45576
45577 \backslash
45578 fcolorbox{black}{
45579 \end_layout
45580
45581 \end_inset
45582
45583 VioletRed
45584 \begin_inset ERT
45585 status collapsed
45586
45587 \begin_layout Plain Layout
45588
45589 }{
45590 \end_layout
45591
45592 \end_inset
45593
45594
45595 \begin_inset Phantom Phantom
45596 status open
45597
45598 \begin_layout Plain Layout
45599 W
45600 \end_layout
45601
45602 \end_inset
45603
45604
45605 \begin_inset ERT
45606 status collapsed
45607
45608 \begin_layout Plain Layout
45609
45610 }
45611 \end_layout
45612
45613 \end_inset
45614
45615  VioletRed
45616 \end_layout
45617
45618 \end_inset
45619 </cell>
45620 <cell alignment="left" valignment="top" usebox="none">
45621 \begin_inset Text
45622
45623 \begin_layout Plain Layout
45624 \begin_inset ERT
45625 status collapsed
45626
45627 \begin_layout Plain Layout
45628
45629
45630 \backslash
45631 fcolorbox{black}{
45632 \end_layout
45633
45634 \end_inset
45635
45636 WildStrawberry
45637 \begin_inset ERT
45638 status collapsed
45639
45640 \begin_layout Plain Layout
45641
45642 }{
45643 \end_layout
45644
45645 \end_inset
45646
45647
45648 \begin_inset Phantom Phantom
45649 status open
45650
45651 \begin_layout Plain Layout
45652 W
45653 \end_layout
45654
45655 \end_inset
45656
45657
45658 \begin_inset ERT
45659 status collapsed
45660
45661 \begin_layout Plain Layout
45662
45663 }
45664 \end_layout
45665
45666 \end_inset
45667
45668  WildStrawberry
45669 \end_layout
45670
45671 \end_inset
45672 </cell>
45673 <cell alignment="left" valignment="top" usebox="none">
45674 \begin_inset Text
45675
45676 \begin_layout Plain Layout
45677 \begin_inset ERT
45678 status collapsed
45679
45680 \begin_layout Plain Layout
45681
45682
45683 \backslash
45684 fcolorbox{black}{
45685 \end_layout
45686
45687 \end_inset
45688
45689 YellowGreen
45690 \begin_inset ERT
45691 status collapsed
45692
45693 \begin_layout Plain Layout
45694
45695 }{
45696 \end_layout
45697
45698 \end_inset
45699
45700
45701 \begin_inset Phantom Phantom
45702 status open
45703
45704 \begin_layout Plain Layout
45705 W
45706 \end_layout
45707
45708 \end_inset
45709
45710
45711 \begin_inset ERT
45712 status collapsed
45713
45714 \begin_layout Plain Layout
45715
45716 }
45717 \end_layout
45718
45719 \end_inset
45720
45721  YellowGreen
45722 \end_layout
45723
45724 \end_inset
45725 </cell>
45726 </row>
45727 <row>
45728 <cell alignment="left" valignment="top" usebox="none">
45729 \begin_inset Text
45730
45731 \begin_layout Plain Layout
45732 \begin_inset ERT
45733 status collapsed
45734
45735 \begin_layout Plain Layout
45736
45737
45738 \backslash
45739 fcolorbox{black}{
45740 \end_layout
45741
45742 \end_inset
45743
45744 YellowOrange
45745 \begin_inset ERT
45746 status collapsed
45747
45748 \begin_layout Plain Layout
45749
45750 }{
45751 \end_layout
45752
45753 \end_inset
45754
45755
45756 \begin_inset Phantom Phantom
45757 status open
45758
45759 \begin_layout Plain Layout
45760 W
45761 \end_layout
45762
45763 \end_inset
45764
45765
45766 \begin_inset ERT
45767 status collapsed
45768
45769 \begin_layout Plain Layout
45770
45771 }
45772 \end_layout
45773
45774 \end_inset
45775
45776  YellowOrange
45777 \end_layout
45778
45779 \end_inset
45780 </cell>
45781 <cell alignment="left" valignment="top" usebox="none">
45782 \begin_inset Text
45783
45784 \begin_layout Plain Layout
45785
45786 \end_layout
45787
45788 \end_inset
45789 </cell>
45790 <cell alignment="left" valignment="top" usebox="none">
45791 \begin_inset Text
45792
45793 \begin_layout Plain Layout
45794
45795 \end_layout
45796
45797 \end_inset
45798 </cell>
45799 <cell alignment="left" valignment="top" usebox="none">
45800 \begin_inset Text
45801
45802 \begin_layout Plain Layout
45803
45804 \end_layout
45805
45806 \end_inset
45807 </cell>
45808 </row>
45809 </lyxtabular>
45810
45811 \end_inset
45812
45813
45814 \end_layout
45815
45816 \begin_layout Chapter
45817 Explication de l' équation
45818 \begin_inset space ~
45819 \end_inset
45820
45821 (
45822 \begin_inset CommandInset ref
45823 LatexCommand ref
45824 reference "eq:Wgn"
45825
45826 \end_inset
45827
45828 )
45829 \begin_inset CommandInset label
45830 LatexCommand label
45831 name "cha:Explication-de-l'Equation"
45832
45833 \end_inset
45834
45835
45836 \end_layout
45837
45838 \begin_layout Standard
45839 La largeur totale de 
45840 \emph on
45841 n
45842 \emph default
45843  cellules de tableau 
45844 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45845 \end_inset
45846
45847  peut être calculée avec
45848 \begin_inset Formula 
45849 \begin{equation}
45850 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45851 \end{equation}
45852
45853 \end_inset
45854
45855
45856 \end_layout
45857
45858 \begin_layout Standard
45859 où 
45860 \begin_inset Formula $L_{g\,n}$
45861 \end_inset
45862
45863  est la largeur fixe de toutes les cellules.
45864  
45865 \series bold
45866
45867 \backslash
45868 tabcolsep
45869 \series default
45870  est la largeur utilisée par \SpecialChar LaTeX
45871  entre le texte de la cellule et la bordure,
45872  sa valeur implicite est 6
45873 \begin_inset space \thinspace{}
45874 \end_inset
45875
45876 pt.
45877  
45878 \series bold
45879
45880 \backslash
45881 arrayrulewidth
45882 \series default
45883  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45884 \begin_inset space \thinspace{}
45885 \end_inset
45886
45887 pt.
45888 \end_layout
45889
45890 \begin_layout Standard
45891 D'après l'équation
45892 \begin_inset space ~
45893 \end_inset
45894
45895
45896 \begin_inset CommandInset ref
45897 LatexCommand eqref
45898 reference "eq:Wtot_n"
45899
45900 \end_inset
45901
45902 , la largeur totale d'une multi-colonnes, 
45903 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45904 \end_inset
45905
45906  est
45907 \begin_inset Formula 
45908 \begin{equation}
45909 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45910 \end{equation}
45911
45912 \end_inset
45913
45914
45915 \end_layout
45916
45917 \begin_layout Standard
45918 En posant que les équations 
45919 \begin_inset space ~
45920 \end_inset
45921
45922
45923 \begin_inset CommandInset ref
45924 LatexCommand eqref
45925 reference "eq:Wtot_n"
45926
45927 \end_inset
45928
45929  et 
45930 \begin_inset CommandInset ref
45931 LatexCommand eqref
45932 reference "eq:Wtot_mult"
45933
45934 \end_inset
45935
45936  sont égales, on peut calculer la largeur nécessaire 
45937 \begin_inset Formula $L_{g\,n}$
45938 \end_inset
45939
45940  quand 
45941 \emph on
45942 n
45943 \emph default
45944  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45945  de 
45946 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45947 \end_inset
45948
45949 :
45950 \begin_inset Formula 
45951 \begin{equation}
45952 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45953 \end{equation}
45954
45955 \end_inset
45956
45957
45958 \end_layout
45959
45960 \begin_layout Bibliography
45961 \begin_inset CommandInset bibitem
45962 LatexCommand bibitem
45963 key "latexcompanion"
45964
45965 \end_inset
45966
45967 Frank Mittelbach and Michel Goossens: 
45968 \emph on
45969 The \SpecialChar LaTeX
45970  Companion Second Edition.
45971
45972 \emph default
45973  Addison-Wesley, 2004
45974 \end_layout
45975
45976 \begin_layout Bibliography
45977 \begin_inset CommandInset bibitem
45978 LatexCommand bibitem
45979 key "latexguide"
45980
45981 \end_inset
45982
45983 Helmut Kopka and Patrick W.
45984  Daly: 
45985 \emph on
45986 A Guide to \SpecialChar LaTeX
45987  Fourth Edition.
45988
45989 \emph default
45990  Addison-Wesley, 2003
45991 \end_layout
45992
45993 \begin_layout Bibliography
45994 \begin_inset CommandInset bibitem
45995 LatexCommand bibitem
45996 key "latexbook"
45997
45998 \end_inset
45999
46000 Leslie Lamport: 
46001 \emph on
46002 \SpecialChar LaTeX
46003 : A Document Preparation System.
46004
46005 \emph default
46006  Addison-Wesley, second edition, 1994
46007 \end_layout
46008
46009 \begin_layout Bibliography
46010 \begin_inset CommandInset bibitem
46011 LatexCommand bibitem
46012 key "arydshln"
46013
46014 \end_inset
46015
46016 Documentation du paquetage \SpecialChar LaTeX
46017
46018 \series bold
46019  
46020 \begin_inset CommandInset href
46021 LatexCommand href
46022 name "arydshln"
46023 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46024
46025 \end_inset
46026
46027
46028 \series default
46029
46030 \begin_inset Index idx
46031 status collapsed
46032
46033 \begin_layout Plain Layout
46034 Paquetages \SpecialChar LaTeX
46035  ! arydshln
46036 \end_layout
46037
46038 \end_inset
46039
46040
46041 \end_layout
46042
46043 \begin_layout Bibliography
46044 \begin_inset CommandInset bibitem
46045 LatexCommand bibitem
46046 key "booktabs"
46047
46048 \end_inset
46049
46050 Documentation du paquetage \SpecialChar LaTeX
46051  
46052 \series bold
46053
46054 \begin_inset CommandInset href
46055 LatexCommand href
46056 name "booktabs"
46057 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46058
46059 \end_inset
46060
46061
46062 \series default
46063
46064 \begin_inset Index idx
46065 status collapsed
46066
46067 \begin_layout Plain Layout
46068 Paquetages \SpecialChar LaTeX
46069  ! booktabs
46070 \end_layout
46071
46072 \end_inset
46073
46074
46075 \end_layout
46076
46077 \begin_layout Bibliography
46078 \begin_inset CommandInset bibitem
46079 LatexCommand bibitem
46080 key "caption"
46081
46082 \end_inset
46083
46084 Documentation du paquetage \SpecialChar LaTeX
46085  
46086 \series bold
46087
46088 \begin_inset CommandInset href
46089 LatexCommand href
46090 name "caption"
46091 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46092
46093 \end_inset
46094
46095
46096 \series default
46097
46098 \begin_inset Index idx
46099 status collapsed
46100
46101 \begin_layout Plain Layout
46102 Paquetages \SpecialChar LaTeX
46103  ! caption
46104 \end_layout
46105
46106 \end_inset
46107
46108
46109 \end_layout
46110
46111 \begin_layout Bibliography
46112 \begin_inset CommandInset bibitem
46113 LatexCommand bibitem
46114 key "diagbox"
46115
46116 \end_inset
46117
46118 Documentation du paquetage \SpecialChar LaTeX
46119  
46120 \series bold
46121
46122 \begin_inset CommandInset href
46123 LatexCommand href
46124 name "diagbox"
46125 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46126
46127 \end_inset
46128
46129
46130 \series default
46131
46132 \begin_inset Index idx
46133 status collapsed
46134
46135 \begin_layout Plain Layout
46136 Paquetages \SpecialChar LaTeX
46137  ! diagbox
46138 \end_layout
46139
46140 \end_inset
46141
46142
46143 \end_layout
46144
46145 \begin_layout Bibliography
46146 \begin_inset CommandInset bibitem
46147 LatexCommand bibitem
46148 key "endfloat"
46149
46150 \end_inset
46151
46152 Documentation du paquetage \SpecialChar LaTeX
46153  
46154 \series bold
46155
46156 \begin_inset CommandInset href
46157 LatexCommand href
46158 name "endfloat"
46159 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46160
46161 \end_inset
46162
46163
46164 \series default
46165
46166 \begin_inset Index idx
46167 status collapsed
46168
46169 \begin_layout Plain Layout
46170 Paquetages \SpecialChar LaTeX
46171  ! endfloat
46172 \end_layout
46173
46174 \end_inset
46175
46176
46177 \end_layout
46178
46179 \begin_layout Bibliography
46180 \begin_inset CommandInset bibitem
46181 LatexCommand bibitem
46182 key "footmisc"
46183
46184 \end_inset
46185
46186 Documentation du paquetage \SpecialChar LaTeX
46187  
46188 \series bold
46189
46190 \begin_inset CommandInset href
46191 LatexCommand href
46192 name "footmisc"
46193 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46194
46195 \end_inset
46196
46197
46198 \series default
46199
46200 \begin_inset Index idx
46201 status collapsed
46202
46203 \begin_layout Plain Layout
46204 Paquetages \SpecialChar LaTeX
46205  ! footmisc
46206 \end_layout
46207
46208 \end_inset
46209
46210
46211 \end_layout
46212
46213 \begin_layout Bibliography
46214 \begin_inset CommandInset bibitem
46215 LatexCommand bibitem
46216 key "hypcap"
46217
46218 \end_inset
46219
46220 Documentation du paquetage \SpecialChar LaTeX
46221  
46222 \series bold
46223
46224 \begin_inset CommandInset href
46225 LatexCommand href
46226 name "hypcap"
46227 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46228
46229 \end_inset
46230
46231
46232 \series default
46233
46234 \begin_inset Index idx
46235 status collapsed
46236
46237 \begin_layout Plain Layout
46238 Paquetages \SpecialChar LaTeX
46239  ! hyperref
46240 \end_layout
46241
46242 \end_inset
46243
46244
46245 \end_layout
46246
46247 \begin_layout Bibliography
46248 \begin_inset CommandInset bibitem
46249 LatexCommand bibitem
46250 key "hyperref"
46251
46252 \end_inset
46253
46254 Documentation du paquetage \SpecialChar LaTeX
46255  
46256 \series bold
46257
46258 \begin_inset CommandInset href
46259 LatexCommand href
46260 name "hyperref"
46261 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46262
46263 \end_inset
46264
46265
46266 \series default
46267
46268 \begin_inset Index idx
46269 status collapsed
46270
46271 \begin_layout Plain Layout
46272 Paquetages \SpecialChar LaTeX
46273  ! hyperref
46274 \end_layout
46275
46276 \end_inset
46277
46278
46279 \end_layout
46280
46281 \begin_layout Bibliography
46282 \begin_inset CommandInset bibitem
46283 LatexCommand bibitem
46284 key "KOMA-Script"
46285
46286 \end_inset
46287
46288 Documentation du paquetage \SpecialChar LaTeX
46289  
46290 \series bold
46291
46292 \begin_inset CommandInset href
46293 LatexCommand href
46294 name "KOMA-Script"
46295 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46296
46297 \end_inset
46298
46299
46300 \series default
46301
46302 \begin_inset Index idx
46303 status collapsed
46304
46305 \begin_layout Plain Layout
46306 Paquetages \SpecialChar LaTeX
46307  ! KOMA-Script
46308 \end_layout
46309
46310 \end_inset
46311
46312
46313 \end_layout
46314
46315 \begin_layout Bibliography
46316 \begin_inset CommandInset bibitem
46317 LatexCommand bibitem
46318 key "lettrine"
46319
46320 \end_inset
46321
46322 Documentation du paquetage \SpecialChar LaTeX
46323  
46324 \series bold
46325
46326 \begin_inset CommandInset href
46327 LatexCommand href
46328 name "lettrine"
46329 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46330
46331 \end_inset
46332
46333
46334 \series default
46335  et un 
46336 \begin_inset CommandInset href
46337 LatexCommand href
46338 name "exemple"
46339 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46340
46341 \end_inset
46342
46343
46344 \begin_inset Index idx
46345 status collapsed
46346
46347 \begin_layout Plain Layout
46348 Paquetages \SpecialChar LaTeX
46349  ! lettrine
46350 \end_layout
46351
46352 \end_inset
46353
46354
46355 \end_layout
46356
46357 \begin_layout Bibliography
46358 \begin_inset CommandInset bibitem
46359 LatexCommand bibitem
46360 key "listings"
46361
46362 \end_inset
46363
46364 Documentation du paquetage \SpecialChar LaTeX
46365  
46366 \series bold
46367
46368 \begin_inset CommandInset href
46369 LatexCommand href
46370 name "listings"
46371 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46372
46373 \end_inset
46374
46375
46376 \series default
46377
46378 \begin_inset Index idx
46379 status collapsed
46380
46381 \begin_layout Plain Layout
46382 Paquetages \SpecialChar LaTeX
46383  ! listings
46384 \end_layout
46385
46386 \end_inset
46387
46388
46389 \end_layout
46390
46391 \begin_layout Bibliography
46392 \begin_inset CommandInset bibitem
46393 LatexCommand bibitem
46394 key "marginnote"
46395
46396 \end_inset
46397
46398 Documentation du paquetage \SpecialChar LaTeX
46399  
46400 \series bold
46401
46402 \begin_inset CommandInset href
46403 LatexCommand href
46404 name "marginnote"
46405 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46406
46407 \end_inset
46408
46409
46410 \series default
46411
46412 \begin_inset Index idx
46413 status collapsed
46414
46415 \begin_layout Plain Layout
46416 Paquetages \SpecialChar LaTeX
46417  ! marginnote
46418 \end_layout
46419
46420 \end_inset
46421
46422
46423 \end_layout
46424
46425 \begin_layout Bibliography
46426 \begin_inset CommandInset bibitem
46427 LatexCommand bibitem
46428 key "pdfpages"
46429
46430 \end_inset
46431
46432 Documentation du paquetage \SpecialChar LaTeX
46433  
46434 \series bold
46435
46436 \begin_inset CommandInset href
46437 LatexCommand href
46438 name "pdfpages"
46439 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46440
46441 \end_inset
46442
46443
46444 \series default
46445
46446 \begin_inset Index idx
46447 status collapsed
46448
46449 \begin_layout Plain Layout
46450 Paquetages \SpecialChar LaTeX
46451  ! pdfpages
46452 \end_layout
46453
46454 \end_inset
46455
46456
46457 \end_layout
46458
46459 \begin_layout Bibliography
46460 \begin_inset CommandInset bibitem
46461 LatexCommand bibitem
46462 key "prettyref"
46463
46464 \end_inset
46465
46466 Documentation du paquetage \SpecialChar LaTeX
46467
46468 \series bold
46469  
46470 \begin_inset CommandInset href
46471 LatexCommand href
46472 name "prettyref"
46473 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46474
46475 \end_inset
46476
46477
46478 \series default
46479
46480 \begin_inset Index idx
46481 status collapsed
46482
46483 \begin_layout Plain Layout
46484 Paquetages \SpecialChar LaTeX
46485  ! prettyref
46486 \end_layout
46487
46488 \end_inset
46489
46490
46491 \end_layout
46492
46493 \begin_layout Bibliography
46494 \begin_inset CommandInset bibitem
46495 LatexCommand bibitem
46496 key "pstricks"
46497
46498 \end_inset
46499
46500 Page Web du paquetage \SpecialChar LaTeX
46501  
46502 \series bold
46503
46504 \begin_inset CommandInset href
46505 LatexCommand href
46506 name "PSTricks"
46507 target "http://tug.org/PSTricks/"
46508
46509 \end_inset
46510
46511
46512 \series default
46513
46514 \begin_inset Index idx
46515 status collapsed
46516
46517 \begin_layout Plain Layout
46518 Paquetages \SpecialChar LaTeX
46519  ! PSTricks
46520 \end_layout
46521
46522 \end_inset
46523
46524
46525 \end_layout
46526
46527 \begin_layout Bibliography
46528 \begin_inset CommandInset bibitem
46529 LatexCommand bibitem
46530 key "refstyle"
46531
46532 \end_inset
46533
46534 Documentation du paquetage \SpecialChar LaTeX
46535
46536 \series bold
46537  
46538 \begin_inset CommandInset href
46539 LatexCommand href
46540 name "refstyle"
46541 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46542
46543 \end_inset
46544
46545
46546 \series default
46547
46548 \begin_inset Index idx
46549 status collapsed
46550
46551 \begin_layout Plain Layout
46552 Paquetages \SpecialChar LaTeX
46553  ! refstyle
46554 \end_layout
46555
46556 \end_inset
46557
46558
46559 \end_layout
46560
46561 \begin_layout Bibliography
46562 \begin_inset CommandInset bibitem
46563 LatexCommand bibitem
46564 key "sidecap"
46565
46566 \end_inset
46567
46568 Documentation du paquetage \SpecialChar LaTeX
46569  
46570 \series bold
46571
46572 \begin_inset CommandInset href
46573 LatexCommand href
46574 name "sidecap"
46575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46576
46577 \end_inset
46578
46579
46580 \series default
46581
46582 \begin_inset Index idx
46583 status collapsed
46584
46585 \begin_layout Plain Layout
46586 Paquetages \SpecialChar LaTeX
46587  ! sidecap
46588 \end_layout
46589
46590 \end_inset
46591
46592
46593 \end_layout
46594
46595 \begin_layout Bibliography
46596 \begin_inset CommandInset bibitem
46597 LatexCommand bibitem
46598 key "NewInLyX20"
46599
46600 \end_inset
46601
46602
46603 \begin_inset CommandInset href
46604 LatexCommand href
46605 name "Page Wiki"
46606 target "http://wiki.lyx.org/LyX/NewInLyX20"
46607
46608 \end_inset
46609
46610  au sujet des nouveautés de 
46611 \family sans
46612 \SpecialChar LyX
46613  2.0
46614 \family default
46615 .
46616 \end_layout
46617
46618 \begin_layout Standard
46619 \begin_inset CommandInset index_print
46620 LatexCommand printindex
46621 type "idx"
46622
46623 \end_inset
46624
46625
46626 \end_layout
46627
46628 \end_body
46629 \end_document