]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
French EmbeddedObjects.lyx: translations and revision by Siegfried
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package arydshln
119 % used for tables with dashed lines
120 \newboolean{arydshln}
121 \IfFileExists{arydshln.sty}
122  {\usepackage{arydshln}
123   \setboolean{arydshln}{true}}
124  {\setboolean{arydshln}{false}}
125
126 % check for package marginnote
127 % used for margin notes
128 \newboolean{marginnote}
129 \IfFileExists{marginnote.sty}
130  {\usepackage{marginnote}
131   \let\marginpar\marginnote
132   \setboolean{marginnote}{true}}
133  {\setboolean{marginnote}{false}}
134
135 % check for package sidecap
136 % used for captions on the side
137 \newboolean{sidecap}
138 \IfFileExists{sidecap.sty}
139  {\usepackage{sidecap}
140   \setboolean{sidecap}{true}}
141  {\setboolean{sidecap}{false}}
142
143 % check for picinpar
144 % used for surrounded fixed objects
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % use normal list environments also in French documents
159 \frenchbsetup{StandardLayout}
160 \end_preamble
161 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
162 \use_default_options false
163 \begin_modules
164 initials
165 \end_modules
166 \maintain_unincluded_children false
167 \language french
168 \language_package default
169 \inputencoding auto
170 \fontencoding global
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180
181 \graphics default
182 \default_output_format default
183 \output_sync 0
184 \bibtex_command default
185 \index_command default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
190 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
203 \papersize default
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \use_mhchem 1
208 \use_mathdots 1
209 \cite_engine basic
210 \use_bibtopic false
211 \use_indices false
212 \paperorientation portrait
213 \suppress_date false
214 \use_refstyle 0
215 \notefontcolor #0000ff
216 \index Index
217 \shortcut idx
218 \color #008000
219 \end_index
220 \secnumdepth 3
221 \tocdepth 3
222 \paragraph_separation skip
223 \defskip medskip
224 \quotes_language french
225 \papercolumns 1
226 \papersides 2
227 \paperpagestyle default
228 \bullet 1 1 34 -1
229 \bullet 2 2 35 -1
230 \bullet 3 2 7 -1
231 \tracking_changes false
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \end_header
237
238 \begin_body
239
240 \begin_layout Title
241 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
242  les boîtes et les objets externes de LyX
243 \end_layout
244
245 \begin_layout Author
246 par l'Équipe LyX
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
253  de la documentation de LyX: 
254 \begin_inset CommandInset href
255 LatexCommand href
256 name "lyx-docs@lists.lyx.org"
257 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
258 type "mailto:"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 auteur original : Uwe Stöhr
273 \end_layout
274
275 \begin_layout Plain Layout
276 Traduction française : Siegfried Meunier-Guttin-Cluzel
277 \end_layout
278
279 \begin_layout Plain Layout
280 version 2.0.x novembre 2011
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.0.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
313  
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 lettrine, marginnote, picinpar
324 \series default
325 , et 
326 \series bold
327 sidecap
328 \series default
329  doivent être installés.
330  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
331  les sections qui nécessitent les paquetages en question n'apparaîtront
332  pas sur la sortie.
333 \end_layout
334
335 \begin_layout Plain Layout
336 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series bold
342 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Chapter
351 Figures
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 Figures
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 Graphiques|see
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 {
373 \end_layout
374
375 \end_inset
376
377 Figures
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383 }
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 La fenêtre de dialogue graphique
398 \begin_inset Index idx
399 status collapsed
400
401 \begin_layout Plain Layout
402 Figures ! Fenêtre de dialogue Graphique
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset CommandInset label
409 LatexCommand label
410 name "sec:Graphics-Dialog"
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Standard
418 Pour placer une figure dans votre document, cliquez sur le bouton 
419 \family sans
420
421 \begin_inset Info
422 type  "icon"
423 arg   "dialog-show-new-inset graphics"
424 \end_inset
425
426
427 \family default
428  dans la barre d'outils, ou faites 
429 \family sans
430 Insérer\SpecialChar \menuseparator
431 Graphique
432 \family default
433 .
434  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
435  à charger.
436  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
437  dans le texte.
438 \end_layout
439
440 \begin_layout Standard
441 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
442  sur une image
443 \begin_inset Note Note
444 status collapsed
445
446 \begin_layout Plain Layout
447 Ça marche aussi avec le bouton gauche ! (NdT)
448 \end_layout
449
450 \end_inset
451
452 .
453  Cette fenêtre de dialogue possède trois onglets:
454 \end_layout
455
456 \begin_layout Description
457 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
458  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
459  Les unités de longueurs utilisées sont décrites dans l'appendice
460 \begin_inset space ~
461 \end_inset
462
463
464 \begin_inset CommandInset ref
465 LatexCommand ref
466 reference "cha:Unités-de-longueur"
467
468 \end_inset
469
470 .
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Figures ! Pivotées
480 \end_layout
481
482 \end_inset
483
484 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
485  d'une montre, en donnant l'angle de rotation et la position du pivot.
486  L'image apparaîtra pivotée dans LyX.
487 \begin_inset Newline newline
488 \end_inset
489
490
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 Figures ! Redimensionnées
496 \end_layout
497
498 \end_inset
499
500 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
501  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
502  sa largeur.
503  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
504  déterminée automatiquement.
505  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
506  éventuellement une distorsion.
507  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
508  
509 \family sans
510 Conserver
511 \begin_inset space ~
512 \end_inset
513
514 les
515 \begin_inset space ~
516 \end_inset
517
518 proportions
519 \family default
520 .
521  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
522  pas les valeurs fixées.
523  
524 \begin_inset Newline newline
525 \end_inset
526
527 Les images peuvent être modifiée en utilisant le programme de votre choix
528  en faisant un clic droit dessus et en choisissant 
529 \family sans
530 Éditer le fichier ailleurs
531 \family default
532  dans le menu contextuel qui apparaît.
533  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
534  
535 \family sans
536 Formats
537 \begin_inset space ~
538 \end_inset
539
540 de
541 \begin_inset space ~
542 \end_inset
543
544 fichiers
545 \family default
546  dans la fenêtre de dialogue de 
547 \family sans
548 Préférences
549 \family default
550  de LyX.
551 \end_layout
552
553 \begin_layout Description
554 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
555  la sortie finale est de modifier les coordonnées de la zone de l'image
556  qui est affichée.
557  Cette zone peut être calculée automatiquement à partir des données présentes
558  dans le fichier en appuyant sur le bouton 
559 \family sans
560 Valeurs
561 \begin_inset space ~
562 \end_inset
563
564 du
565 \begin_inset space ~
566 \end_inset
567
568 Fichier
569 \family default
570 .
571  Avec l'option 
572 \family sans
573 Couper
574 \begin_inset space ~
575 \end_inset
576
577 à
578 \begin_inset space ~
579 \end_inset
580
581 la
582 \begin_inset space ~
583 \end_inset
584
585 boîte
586 \begin_inset space ~
587 \end_inset
588
589 de
590 \begin_inset space ~
591 \end_inset
592
593 délimitation, 
594 \family default
595 seule la portion de l'image qui est dans la zone définie sera imprimée.
596  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
597  donc vous pouvez ignorer l'onglet 
598 \family sans
599 Rogner
600 \family default
601 .
602 \end_layout
603
604 \begin_layout Description
605
606 \family sans
607 Options
608 \begin_inset space ~
609 \end_inset
610
611 LaTeX
612 \begin_inset space ~
613 \end_inset
614
615 et
616 \begin_inset space ~
617 \end_inset
618
619 LyX
620 \family default
621  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
622  les experts ès-LaTeX pourront fournir des options supplémentaires pour
623  LaTeX
624 \begin_inset Newline newline
625 \end_inset
626
627 L'option 
628 \family sans
629 Mode brouillon
630 \family default
631  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
632  avec la taille de l'image.
633 \begin_inset Newline newline
634 \end_inset
635
636 L'option 
637 \family sans
638 Ne
639 \begin_inset space ~
640 \end_inset
641
642 pas
643 \begin_inset space ~
644 \end_inset
645
646 décompresser
647 \begin_inset space ~
648 \end_inset
649
650 à
651 \begin_inset space ~
652 \end_inset
653
654 l'exportation
655 \family default
656  n'affectera que les graphiques EPS zippés, par exemple 
657 \family typewriter
658 x.eps.gz
659 \family default
660 .
661  Quand cette option est activée, les images ne sont pas décompressées à
662  l'exportation, vu que LaTeX peut les traiter telles-quelles
663 \begin_inset Newline newline
664 \end_inset
665
666 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
667  disques quand on utilise PostScript comme format de sortie, voir l'appendice
668 \begin_inset space ~
669 \end_inset
670
671
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:PostScript"
675
676 \end_inset
677
678 .
679  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
680  terminal UNIX ou une console Windows:
681 \begin_inset Newline newline
682 \end_inset
683
684
685 \series bold
686 gzip x.eps
687 \series default
688
689 \begin_inset Newline newline
690 \end_inset
691
692
693 \series bold
694 zgrep %%Bounding x.eps.gz > x.eps.bb
695 \series default
696
697 \begin_inset Newline newline
698 \end_inset
699
700 La seconde commande va créer le fichier contenant la description de la boîte
701  de délimitation 
702 \begin_inset Quotes eld
703 \end_inset
704
705
706 \family typewriter
707 x.eps.bb
708 \family default
709
710 \begin_inset Quotes erd
711 \end_inset
712
713  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
714 \begin_inset Newline newline
715 \end_inset
716
717 Dans la section 
718 \family sans
719 Groupe
720 \begin_inset space ~
721 \end_inset
722
723 de
724 \begin_inset space ~
725 \end_inset
726
727 graphiques
728 \family default
729  vous pouvez définir ou de choisir un groupe de paramètres d'image
730 \begin_inset Index idx
731 status collapsed
732
733 \begin_layout Plain Layout
734 Figures ! Groupes de paramétrisation
735 \end_layout
736
737 \end_inset
738
739 .
740  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
741  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
742  les autres soient automatiquement modifiées de la même manière.
743  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
744  avoir à modifier leur taille manuellement une par une.
745  On peut rattacher une image à un groupe existant en utilisant le menu contextue
746 l de l'image et en cochant le nom du groupe dans la liste
747 \begin_inset Foot
748 status collapsed
749
750 \begin_layout Plain Layout
751 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
752 \end_layout
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \begin_layout Standard
760 \begin_inset VSpace bigskip
761 \end_inset
762
763
764 \end_layout
765
766 \begin_layout Standard
767 Voici un exemple d'image au format EPS
768 \begin_inset Foot
769 status collapsed
770
771 \begin_layout Plain Layout
772 Les format d'images sont décrits dans la section
773 \begin_inset space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "sec:Image-Formats"
780
781 \end_inset
782
783 .
784 \end_layout
785
786 \end_inset
787
788  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
789 nt:
790 \end_layout
791
792 \begin_layout Standard
793 \align center
794 \begin_inset Graphics
795         filename ../clipart/mobius.eps
796         scale 70
797         scaleBeforeRotation
798         rotateOrigin center
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 Et voici la même image mais en mode brouillon:
807 \end_layout
808
809 \begin_layout Standard
810 \align center
811 \begin_inset Graphics
812         filename ../clipart/mobius.eps
813         scale 70
814         draft
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Section
824 Figures flottantes
825 \begin_inset CommandInset label
826 LatexCommand label
827 name "sec:Figure-Floats"
828
829 \end_inset
830
831
832 \begin_inset Index idx
833 status collapsed
834
835 \begin_layout Plain Layout
836 Flottants ! Figures
837 \end_layout
838
839 \end_inset
840
841
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 Figures ! Flottants
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Standard
855 Pour des explications d'ordre général concernant les flottants, jetez un
856  coup d'œil à la section
857 \begin_inset space ~
858 \end_inset
859
860
861 \begin_inset CommandInset ref
862 LatexCommand ref
863 reference "sec:Flottants-Introduction"
864
865 \end_inset
866
867 .
868 \end_layout
869
870 \begin_layout Standard
871 Le bouton 
872 \family sans
873
874 \begin_inset Info
875 type  "icon"
876 arg   "float-insert figure"
877 \end_inset
878
879
880 \family default
881  de la barre d'outils et le menu 
882 \family sans
883 Insérer\SpecialChar \menuseparator
884 Flottant\SpecialChar \menuseparator
885 Figure
886 \family default
887  insèrent un flottant avec l'étiquette 
888 \begin_inset Quotes eld
889 \end_inset
890
891
892 \series bold
893 Figure
894 \begin_inset space ~
895 \end_inset
896
897 #:
898 \series default
899
900 \begin_inset Quotes erd
901 \end_inset
902
903  (# est le numéro réel de l'image).
904  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
905 \begin_inset space ~
906 \end_inset
907
908
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:kill-plat"
912
913 \end_inset
914
915  ou en dessous de la légende comme pour la Figure
916 \begin_inset space ~
917 \end_inset
918
919
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "fig:escher"
923
924 \end_inset
925
926 .
927  Vous trouverez plus d'information sur le positionnement des légendes dans
928  la section
929 \begin_inset space ~
930 \end_inset
931
932
933 \begin_inset CommandInset ref
934 LatexCommand ref
935 reference "sec:Placement-légende"
936
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Standard
943 \begin_inset Float figure
944 wide false
945 sideways false
946 status open
947
948 \begin_layout Plain Layout
949 \align center
950 \begin_inset Graphics
951         filename ../clipart/platypus.eps
952         width 50col%
953         scaleBeforeRotation
954         rotateOrigin center
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Plain Layout
962 \begin_inset Caption
963
964 \begin_layout Plain Layout
965 \begin_inset CommandInset label
966 LatexCommand label
967 name "fig:kill-plat"
968
969 \end_inset
970
971 Un ornithorynque sévèrement déformé dans un flottant de figure.
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Standard
985 \begin_inset Float figure
986 wide false
987 sideways false
988 status open
989
990 \begin_layout Plain Layout
991 \begin_inset Caption
992
993 \begin_layout Plain Layout
994 \begin_inset CommandInset label
995 LatexCommand label
996 name "fig:escher"
997
998 \end_inset
999
1000 M.C.
1001  Escher sous LSD.
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Plain Layout
1010 \align center
1011 \begin_inset Graphics
1012         filename ../clipart/escher-lsd.eps
1013         scale 80
1014         scaleBeforeRotation
1015         rotateOrigin center
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \begin_layout Standard
1028 \begin_inset Index idx
1029 status collapsed
1030
1031 \begin_layout Plain Layout
1032 References@Références ! à des Figures
1033 \end_layout
1034
1035 \end_inset
1036
1037 Les figure
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "fig:kill-plat"
1045
1046 \end_inset
1047
1048  et 
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:escher"
1052
1053 \end_inset
1054
1055  sont des exemples de figures référencées.
1056  Dans le texte, on fait référence à une figure en faisant référence à sa
1057  légende.
1058  On insère donc une étiquette dans la légende en utilisant le menu 
1059 \family sans
1060 Insérer
1061 \family default
1062 \SpecialChar \menuseparator
1063
1064 \family sans
1065 Étiquette
1066 \family default
1067  ou le bouton 
1068 \family sans
1069
1070 \begin_inset Info
1071 type  "icon"
1072 arg   "label-insert"
1073 \end_inset
1074
1075
1076 \family default
1077  de la barre d'outils.
1078  On peut alors faire référence à cette étiquette en utilisant le menu 
1079 \family sans
1080 Insérer\SpecialChar \menuseparator
1081 Référence
1082 \begin_inset space ~
1083 \end_inset
1084
1085 croisée
1086 \family default
1087  ou le bouton 
1088 \family sans
1089
1090 \begin_inset Info
1091 type  "icon"
1092 arg   "dialog-show-new-inset ref"
1093 \end_inset
1094
1095
1096 \family default
1097  de la barre d'outils.
1098  Il est important d'utiliser des références pour les flottants de figures
1099  plutôt que des locutions vagues du genre 
1100 \begin_inset Quotes eld
1101 \end_inset
1102
1103 la figure ci-dessous
1104 \begin_inset Quotes erd
1105 \end_inset
1106
1107 , puisque LaTeX va repositionner la figure dans le document final.
1108  Votre figure risque de ne plus être ci-dessous du tout !
1109 \begin_inset Newline newline
1110 \end_inset
1111
1112 Le référencement est expliqué plus en détail dans la section
1113 \begin_inset space ~
1114 \end_inset
1115
1116
1117 \begin_inset CommandInset ref
1118 LatexCommand ref
1119 reference "sec:Referencer-les-Flottants"
1120
1121 \end_inset
1122
1123 .
1124 \end_layout
1125
1126 \begin_layout Standard
1127 En principe on met une seule figure dans un flottant, mais parfois vous
1128  pouvez vouloir deux figures avec chacune sa sous-légende.
1129  C'est possible en insérant des flottants d'image dans des flottants d'image
1130  existants.
1131  Notez que seule la légende principale des flottants est reprise dans la
1132  liste des figures.
1133  La figure
1134 \begin_inset space ~
1135 \end_inset
1136
1137
1138 \begin_inset CommandInset ref
1139 LatexCommand ref
1140 reference "fig:Deux-images-déformées"
1141
1142 \end_inset
1143
1144  est un exemple de flottant de figure avec deux images mises l'une à côté
1145  de l'autre.
1146  Vous pouvez aussi mettre les images les unes sous les autres.
1147  Les figures
1148 \begin_inset space ~
1149 \end_inset
1150
1151
1152 \begin_inset CommandInset ref
1153 LatexCommand ref
1154 reference "fig:Structure-indéfinissable"
1155
1156 \end_inset
1157
1158  et 
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "fig:Un-ornithorynque"
1162
1163 \end_inset
1164
1165  sont des sous-figures.
1166 \end_layout
1167
1168 \begin_layout Standard
1169 \begin_inset Float figure
1170 wide false
1171 sideways false
1172 status open
1173
1174 \begin_layout Plain Layout
1175 \begin_inset space \hfill{}
1176 \end_inset
1177
1178
1179 \begin_inset Float figure
1180 wide false
1181 sideways false
1182 status open
1183
1184 \begin_layout Plain Layout
1185 \begin_inset Caption
1186
1187 \begin_layout Plain Layout
1188 \begin_inset CommandInset label
1189 LatexCommand label
1190 name "fig:Structure-indéfinissable"
1191
1192 \end_inset
1193
1194 Structure indéfinissable
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \begin_layout Plain Layout
1203 \begin_inset Graphics
1204         filename ../clipart/escher-lsd.eps
1205         width 45col%
1206         scaleBeforeRotation
1207         groupId Déformés
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \begin_inset space \hfill{}
1218 \end_inset
1219
1220
1221 \begin_inset Float figure
1222 wide false
1223 sideways false
1224 status open
1225
1226 \begin_layout Plain Layout
1227 \begin_inset Caption
1228
1229 \begin_layout Plain Layout
1230 \begin_inset CommandInset label
1231 LatexCommand label
1232 name "fig:Un-ornithorynque"
1233
1234 \end_inset
1235
1236 Un ornithorynque
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \begin_layout Plain Layout
1245 \begin_inset Graphics
1246         filename ../clipart/platypus.eps
1247         width 45col%
1248         scaleBeforeRotation
1249         groupId Déformés
1250
1251 \end_inset
1252
1253
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \begin_inset space \hfill{}
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \begin_layout Plain Layout
1266 \begin_inset Caption
1267
1268 \begin_layout Plain Layout
1269 \begin_inset CommandInset label
1270 LatexCommand label
1271 name "fig:Deux-images-déformées"
1272
1273 \end_inset
1274
1275 Deux images déformées.
1276  Les deux images font partie du groupe de paramétrisation 
1277 \begin_inset Quotes eld
1278 \end_inset
1279
1280 déformés
1281 \begin_inset Quotes erd
1282 \end_inset
1283
1284 .
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \begin_layout Section
1298 Les formats d'images
1299 \begin_inset CommandInset label
1300 LatexCommand label
1301 name "sec:Image-Formats"
1302
1303 \end_inset
1304
1305
1306 \begin_inset Index idx
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310 Formats d' images
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 Figures ! Formats d'images
1321 \end_layout
1322
1323 \end_inset
1324
1325
1326 \end_layout
1327
1328 \begin_layout Standard
1329 Vous pouvez insérer des images dans n'importe quel format connu.
1330  Mais, comme nous l'avons expliqué dans l'appendice
1331 \begin_inset space ~
1332 \end_inset
1333
1334
1335 \begin_inset CommandInset ref
1336 LatexCommand ref
1337 reference "cha:Formats-fichiers-graphiques"
1338
1339 \end_inset
1340
1341 ,
1342 \lang english
1343  
1344 \lang french
1345 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1346  de formats d'images.
1347  Pour s'en sortir LyX utilise le programme 
1348 \family typewriter
1349 ImageMagick
1350 \family default
1351  en arrière plan pour convertir les formats que vous utilisez dans un des
1352  formats acceptés par le format de sortie.
1353  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1354 ons en n'utilisant que les formats listés dans les sous sections de
1355 \lang english
1356  
1357 \lang french
1358 l'appendice
1359 \begin_inset space ~
1360 \end_inset
1361
1362
1363 \begin_inset CommandInset ref
1364 LatexCommand ref
1365 reference "cha:Formats-fichiers-graphiques"
1366
1367 \end_inset
1368
1369 .
1370 \end_layout
1371
1372 \begin_layout Standard
1373 Comme pour les polices de caractères, il y a deux grands types de formats
1374  d'images:
1375 \end_layout
1376
1377 \begin_layout Description
1378 Les
1379 \begin_inset space ~
1380 \end_inset
1381
1382 images
1383 \begin_inset space ~
1384 \end_inset
1385
1386 Matricielles
1387 \begin_inset space ~
1388 \end_inset
1389
1390 (ou
1391 \begin_inset space ~
1392 \end_inset
1393
1394 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1395  enregistrés sous un format compressé.
1396  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1397  petits carrés quand on utilise des agrandissements trop importants (aspect
1398  
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402 pixellisé
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406 ).
1407  Les formats matriciels les plus connus sont le GIF (
1408 \begin_inset Quotes eld
1409 \end_inset
1410
1411 Graphics Interchange Format
1412 \begin_inset Quotes erd
1413 \end_inset
1414
1415 , avec comme extension de fichier 
1416 \begin_inset Quotes eld
1417 \end_inset
1418
1419
1420 \family typewriter
1421 .gif
1422 \family default
1423
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427 )
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 GIF|see
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 {
1439 \end_layout
1440
1441 \end_inset
1442
1443 Format d'image
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 }
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458
1459 , le PNG (
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 Portable Network Graphics, extension 
1464 \begin_inset Quotes eld
1465 \end_inset
1466
1467
1468 \family typewriter
1469 .png
1470 \family default
1471
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475 )
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 PNG|see
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 {
1487 \end_layout
1488
1489 \end_inset
1490
1491 Formats d'image
1492 \begin_inset ERT
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 }
1498 \end_layout
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \end_inset
1506
1507  et le JPG (
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Joint Photographic Expert Group, extension 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515
1516 \family typewriter
1517 .jpg
1518 \family default
1519
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  ou 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .jpeg
1530 \family default
1531
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 JPG|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Formats d'image
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567 .
1568 \end_layout
1569
1570 \begin_layout Description
1571 Les
1572 \begin_inset space ~
1573 \end_inset
1574
1575 images
1576 \begin_inset space ~
1577 \end_inset
1578
1579 Vectorielles
1580 \begin_inset space ~
1581 \end_inset
1582
1583 (ou
1584 \begin_inset space ~
1585 \end_inset
1586
1587 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1588  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1589 nnée comme on le veut sans perte de précision.
1590  La possibilité de redimensionner les images est très utilisé pour les présentat
1591 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1592 nnement.
1593  Le redimensionnement permet aussi de présenter des documents en ligne où
1594  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1595  étudier les détails.
1596 \begin_inset Newline newline
1597 \end_inset
1598
1599 Les principaux formats vectoriels sont le SVG (
1600 \begin_inset Quotes eld
1601 \end_inset
1602
1603 Scalable Vector Graphics
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607 , extension
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611
1612 \family typewriter
1613 .svg
1614 \family default
1615
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 )
1620 \begin_inset Index idx
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 SVG|see
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630 {
1631 \end_layout
1632
1633 \end_inset
1634
1635 Format d'image
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640
1641 }
1642 \end_layout
1643
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \end_inset
1650
1651 , l'EPS ( 
1652 \begin_inset Quotes eld
1653 \end_inset
1654
1655 encapsulated PostScript
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659 , extension
1660 \begin_inset Quotes eld
1661 \end_inset
1662
1663
1664 \family typewriter
1665 .eps
1666 \family default
1667
1668 \begin_inset Quotes erd
1669 \end_inset
1670
1671 )
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 EPS|see
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682 {
1683 \end_layout
1684
1685 \end_inset
1686
1687 Format d'image
1688 \begin_inset ERT
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692
1693 }
1694 \end_layout
1695
1696 \end_inset
1697
1698
1699 \end_layout
1700
1701 \end_inset
1702
1703 , le PDF (
1704 \begin_inset Quotes eld
1705 \end_inset
1706
1707 Portable Document Format
1708 \begin_inset Quotes erd
1709 \end_inset
1710
1711 , extension
1712 \begin_inset Quotes eld
1713 \end_inset
1714
1715
1716 \family typewriter
1717 .pdf
1718 \family default
1719
1720 \begin_inset Quotes erd
1721 \end_inset
1722
1723 )
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 PDF|see
1729 \begin_inset ERT
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733
1734 {
1735 \end_layout
1736
1737 \end_inset
1738
1739 Format d'image
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 }
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \end_layout
1752
1753 \end_inset
1754
1755  et le WMF (
1756 \begin_inset Quotes eld
1757 \end_inset
1758
1759 Windows Metafile
1760 \begin_inset Quotes erd
1761 \end_inset
1762
1763 , extension 
1764 \begin_inset Quotes eld
1765 \end_inset
1766
1767
1768 \family typewriter
1769 .wfm
1770 \family default
1771
1772 \begin_inset Quotes erd
1773 \end_inset
1774
1775  ou 
1776 \begin_inset Quotes eld
1777 \end_inset
1778
1779
1780 \family typewriter
1781 .emf
1782 \family default
1783
1784 \begin_inset Quotes erd
1785 \end_inset
1786
1787 )
1788 \begin_inset Index idx
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 WMF|see
1793 \begin_inset ERT
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 {
1799 \end_layout
1800
1801 \end_inset
1802
1803 Formats d'images
1804 \begin_inset ERT
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808
1809 }
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \end_inset
1818
1819 .
1820  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1821  en EPS, mais le résultat ne sera pas redimensionnable.
1822  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1823 \begin_inset Foot
1824 status open
1825
1826 \begin_layout Plain Layout
1827 Dans le cas du PDF l'image initiale est aussi compressée.
1828 \end_layout
1829
1830 \end_inset
1831
1832 .
1833 \end_layout
1834
1835 \begin_layout Standard
1836 Les fichiers PDF générés par 
1837 \family typewriter
1838 Adobe Photoshop
1839 \family default
1840 , par exemple, sont des images matricielles.
1841 \end_layout
1842
1843 \begin_layout Standard
1844 En principe il est quasiment impossible de convertir une image matricielle
1845  en graphique vectoriel, seul le contraire est possible.
1846
1847 \lang english
1848  
1849 \lang french
1850 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1851  dans respectivement un fichier de sortie PDF ou PostScript.
1852  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1853  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1854  WMF/SVG
1855 \begin_inset Formula $\to$
1856 \end_inset
1857
1858 PDF/EPS convenables.
1859 \end_layout
1860
1861 \begin_layout Chapter
1862 Tableaux
1863 \begin_inset Index idx
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tableau
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Section
1876 Introduction
1877 \begin_inset Index idx
1878 status collapsed
1879
1880 \begin_layout Plain Layout
1881 Tableau ! Introduction
1882 \end_layout
1883
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \begin_layout Standard
1890 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1891  
1892 \begin_inset Info
1893 type  "icon"
1894 arg   "tabular-insert"
1895 \end_inset
1896
1897  soit 
1898 \family sans
1899 Insérer\SpecialChar \menuseparator
1900 Tableau
1901 \family default
1902 .
1903  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1904  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1905  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1906  sur un bouton de la souris pour valider votre choix.
1907  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1908  vous demandant le nombre de lignes et de colonnes.
1909 \begin_inset Newline newline
1910 \end_inset
1911
1912 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1913  une à droite de la colonne la plus à droite et une en bas de la rangée
1914  du bas, qui forment une boîte autour du tableau.
1915  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1916  apparaît séparée du reste du tableau.
1917  Voici un exemple :
1918 \end_layout
1919
1920 \begin_layout Standard
1921 \align center
1922 \begin_inset Tabular
1923 <lyxtabular version="3" rows="4" columns="4">
1924 <features tabularvalignment="middle">
1925 <column alignment="center" valignment="top" width="0">
1926 <column alignment="center" valignment="top" width="0">
1927 <column alignment="center" valignment="top" width="0">
1928 <column alignment="center" valignment="top" width="0">
1929 <row>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 1
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 2
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961 3
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 </row>
1967 <row>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972 A
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 <row>
2006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010 B
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 </row>
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 C
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 </row>
2081 </lyxtabular>
2082
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \begin_layout Section
2089 La fenêtre 
2090 \family sans
2091 tableau
2092 \family default
2093
2094 \begin_inset Index idx
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098 Tableau ! Fenêtre de dialogue
2099 \end_layout
2100
2101 \end_inset
2102
2103
2104 \end_layout
2105
2106 \begin_layout Standard
2107 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2108  de la souris, ce qui fait apparaître une fenêtre avec des options.
2109  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2110  la colonne et la ligne dans laquelle le curseur se trouve.
2111  La plupart des options peuvent s'appliquer à des sélections.
2112  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2113  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2114  votre sélection.
2115  Notez qu'il y a une différence entre sélectionner le 
2116 \emph on
2117 contenu 
2118 \emph default
2119 d'une cellule et sélectionner la cellule elle-même.
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 En cochant l'option 
2124 \family sans
2125 Application
2126 \begin_inset space ~
2127 \end_inset
2128
2129 immédiate
2130 \family default
2131  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2132  est appliquée directement.
2133  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2134  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2135  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2136  de dialogue, vous devez appuyer sur 
2137 \family sans
2138 Entrée
2139 \family default
2140  pour que la modification soit appliquée.
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2145  :
2146 \end_layout
2147
2148 \begin_layout Description
2149 Paramètres
2150 \begin_inset space ~
2151 \end_inset
2152
2153 du
2154 \begin_inset space ~
2155 \end_inset
2156
2157 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2158  la largeur de la colonne courante.
2159  L'alignement horizontal 
2160 \family sans
2161 Au
2162 \begin_inset space ~
2163 \end_inset
2164
2165 séparateur
2166 \begin_inset space ~
2167 \end_inset
2168
2169 décimal
2170 \family default
2171  est décrit dans la section
2172 \begin_inset space ~
2173 \end_inset
2174
2175
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "sub:Alignements-de-cellules"
2179
2180 \end_inset
2181
2182 .
2183  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2184  vertical de la ligne courante.
2185  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2186  et donc, plusieurs paragraphes de texte, voir la section
2187 \begin_inset space ~
2188 \end_inset
2189
2190
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "sub:Lignes-multiple-dans-cellule"
2194
2195 \end_inset
2196
2197 .
2198  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2199  pour accommoder le contenu de cellule le plus large.
2200 \begin_inset Newline newline
2201 \end_inset
2202
2203 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2204  un multicolonne, voir la section
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "sub:Multicolonnes"
2212
2213 \end_inset
2214
2215  ou une cellule d'une colonne comme cellule multiligne, voir la section
2216 \begin_inset space ~
2217 \end_inset
2218
2219
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sub:Multi-lignes"
2223
2224 \end_inset
2225
2226 .
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230 L'option 
2231 \family sans
2232 Tourner
2233 \begin_inset space ~
2234 \end_inset
2235
2236 la
2237 \begin_inset space ~
2238 \end_inset
2239
2240 case
2241 \begin_inset space ~
2242 \end_inset
2243
2244 de
2245 \begin_inset space ~
2246 \end_inset
2247
2248 90°
2249 \family default
2250  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2251  L'option 
2252 \family sans
2253 Tourner
2254 \begin_inset space ~
2255 \end_inset
2256
2257 le
2258 \begin_inset space ~
2259 \end_inset
2260
2261 tableau
2262 \begin_inset space ~
2263 \end_inset
2264
2265 de
2266 \begin_inset space ~
2267 \end_inset
2268
2269 90°
2270 \family default
2271  fait pivoter tout le tableau.
2272  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2273  la sortie finale.
2274 \begin_inset Newline newline
2275 \end_inset
2276
2277
2278 \begin_inset Note Greyedout
2279 status open
2280
2281 \begin_layout Plain Layout
2282
2283 \series bold
2284 Note:
2285 \series default
2286  La plupart des visualiseurs DVI ne sont 
2287 \emph on
2288 pas
2289 \emph default
2290  capables d'afficher ces rotations.
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2300  qui sont incorporés dans une ligne de texte :
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304 Une ligne avec des tableaux alignés de différentes manières: 
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="2" columns="2">
2307 <features tabularvalignment="top">
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top" width="0">
2310 <row>
2311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Plain Layout
2315
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Plain Layout
2324 1
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335 A
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 </row>
2350 </lyxtabular>
2351
2352 \end_inset
2353
2354  
2355 \begin_inset Tabular
2356 <lyxtabular version="3" rows="2" columns="2">
2357 <features tabularvalignment="middle">
2358 <column alignment="center" valignment="top" width="0">
2359 <column alignment="center" valignment="top" width="0">
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 1
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 A
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Plain Layout
2394
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 </row>
2400 </lyxtabular>
2401
2402 \end_inset
2403
2404  
2405 \begin_inset Tabular
2406 <lyxtabular version="3" rows="2" columns="2">
2407 <features tabularvalignment="bottom">
2408 <column alignment="center" valignment="top" width="0pt">
2409 <column alignment="center" valignment="top" width="0">
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 1
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 </row>
2430 <row>
2431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Plain Layout
2435 A
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 </lyxtabular>
2451
2452 \end_inset
2453
2454
2455 \begin_inset Newline newline
2456 \end_inset
2457
2458 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2459  spéciales pour le tableau, voir les sections
2460 \begin_inset space ~
2461 \end_inset
2462
2463
2464 \begin_inset CommandInset ref
2465 LatexCommand ref
2466 reference "sub:Calculs-multicolonnes"
2467
2468 \end_inset
2469
2470  et 
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "sec:Tableaux-Colorés"
2474
2475 \end_inset
2476
2477 .
2478 \end_layout
2479
2480 \begin_layout Description
2481
2482 \family sans
2483 Bordures
2484 \family default
2485  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2486  ou la colonne courante.
2487  
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 En utilisant le style 
2492 \family sans
2493 Formel
2494 \family default
2495  à la place du style par 
2496 \family sans
2497 Défaut
2498 \family default
2499 , on va convertir le tableau en tableau formel comme on le décrit dans la
2500  section
2501 \begin_inset space ~
2502 \end_inset
2503
2504
2505 \begin_inset CommandInset ref
2506 LatexCommand ref
2507 reference "sec:Tableaux-Formels"
2508
2509 \end_inset
2510
2511 .
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2516  dans les lignes du tableau comme c'est décrit dans la section
2517 \begin_inset space ~
2518 \end_inset
2519
2520
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "sub:Espacement-lignes"
2524
2525 \end_inset
2526
2527 .
2528 \end_layout
2529
2530 \begin_layout Description
2531 Tableau
2532 \begin_inset space ~
2533 \end_inset
2534
2535 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2536  un 
2537 \begin_inset Quotes eld
2538 \end_inset
2539
2540
2541 \emph on
2542 tableau long
2543 \emph default
2544
2545 \begin_inset Quotes erd
2546 \end_inset
2547
2548  qui peut continuer sur plusieurs pages.
2549  Les sections
2550 \begin_inset space ~
2551 \end_inset
2552
2553
2554 \begin_inset CommandInset ref
2555 LatexCommand ref
2556 reference "sec:Tableaux-longs"
2557
2558 \end_inset
2559
2560  et 
2561 \begin_inset CommandInset ref
2562 LatexCommand ref
2563 reference "sec:Questions-sur-tableaux-longs"
2564
2565 \end_inset
2566
2567  décrivent ces tableaux longs plus en détail.
2568 \end_layout
2569
2570 \begin_layout Section
2571 La barre d'outils tableau
2572 \begin_inset Index idx
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Tableau ! Barre d'outils
2577 \end_layout
2578
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \begin_layout Standard
2585 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2586  permet de modifier plus rapidement les tableaux.
2587  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2588  le curseur se trouve à l'intérieur d'un tableau.
2589  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2590  au menu 
2591 \family sans
2592 Visualiser\SpecialChar \menuseparator
2593 Barres
2594 \begin_inset space ~
2595 \end_inset
2596
2597 d'outils\SpecialChar \menuseparator
2598 Tableau
2599 \family default
2600 .
2601 \end_layout
2602
2603 \begin_layout Standard
2604 La barre d'outils contient les icônes suivantes :
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609
2610 \family sans
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "inset-modify tabular append-row"
2614 \end_inset
2615
2616
2617 \family default
2618  ajoute une ligne sous la cellule ou la sélection courante
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623
2624 \family sans
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "inset-modify tabular append-column"
2628 \end_inset
2629
2630
2631 \family default
2632  ajoute une colonne à la droite de la cellule ou de la sélection courante
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637
2638 \family sans
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "inset-modify tabular delete-row"
2642 \end_inset
2643
2644
2645 \family default
2646  supprime la ligne ou la sélection courante
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651
2652 \family sans
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "inset-modify tabular delete-column"
2656 \end_inset
2657
2658
2659 \family default
2660  supprime la colonne ou la sélection courante
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665
2666 \family sans
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "inset-modify tabular toggle-line-top"
2670 \end_inset
2671
2672
2673 \family default
2674  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2675  courante
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680
2681 \family sans
2682 \begin_inset Info
2683 type  "icon"
2684 arg   "inset-modify tabular toggle-line-bottom"
2685 \end_inset
2686
2687
2688 \family default
2689  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2690 \end_layout
2691
2692 \begin_layout Labeling
2693 \labelwidthstring 00.00.0000
2694
2695 \family sans
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "inset-modify tabular toggle-line-left"
2699 \end_inset
2700
2701
2702 \family default
2703  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2704 \begin_inset Note Note
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 ou colonne ?
2709 \end_layout
2710
2711 \end_inset
2712
2713  ou de la sélection courante
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718
2719 \family sans
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "inset-modify tabular toggle-line-right"
2723 \end_inset
2724
2725
2726 \family default
2727  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2728 \begin_inset Note Note
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732 ou colonne ?
2733 \end_layout
2734
2735 \end_inset
2736
2737  ou de la sélection courante
2738 \end_layout
2739
2740 \begin_layout Labeling
2741 \labelwidthstring 00.00.0000
2742
2743 \family sans
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "inset-modify tabular set-all-lines"
2747 \end_inset
2748
2749
2750 \family default
2751  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2752  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2753  colonne et la ligne courante
2754 \end_layout
2755
2756 \begin_layout Labeling
2757 \labelwidthstring 00.00.0000
2758
2759 \family sans
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "inset-modify tabular unset-all-lines"
2763 \end_inset
2764
2765
2766 \family default
2767  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2768  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2769  aussi la colonne et la ligne courante
2770 \end_layout
2771
2772 \begin_layout Labeling
2773 \labelwidthstring 00.00.0000
2774
2775 \family sans
2776 \begin_inset Info
2777 type  "icon"
2778 arg   "inset-modify tabular m-align-left"
2779 \end_inset
2780
2781
2782 \family default
2783  aligne à gauche le contenu de la cellule ou de la colonne courante
2784 \end_layout
2785
2786 \begin_layout Labeling
2787 \labelwidthstring 00.00.0000
2788
2789 \family sans
2790 \begin_inset Info
2791 type  "icon"
2792 arg   "inset-modify tabular m-align-center"
2793 \end_inset
2794
2795
2796 \family default
2797  centre horizontalement le contenu de la cellule ou de la colonne courante
2798 \end_layout
2799
2800 \begin_layout Labeling
2801 \labelwidthstring 00.00.0000
2802
2803 \family sans
2804 \begin_inset Info
2805 type  "icon"
2806 arg   "inset-modify tabular m-align-right"
2807 \end_inset
2808
2809
2810 \family default
2811  aligne à droite le contenu de la cellule ou de la colonne courante
2812 \end_layout
2813
2814 \begin_layout Labeling
2815 \labelwidthstring 00.00.0000
2816
2817 \family sans
2818 \begin_inset Info
2819 type  "icon"
2820 arg   "inset-modify tabular align-decimal"
2821 \end_inset
2822
2823
2824 \family default
2825  aligne le contenu de la colonne courante sur un caractère
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830
2831 \family sans
2832 \begin_inset Info
2833 type  "icon"
2834 arg   "inset-modify tabular m-valign-top"
2835 \end_inset
2836
2837
2838 \family default
2839  aligne le contenu de la cellule courante verticalement vers le haut
2840 \end_layout
2841
2842 \begin_layout Labeling
2843 \labelwidthstring 00.00.0000
2844
2845 \family sans
2846 \begin_inset Info
2847 type  "icon"
2848 arg   "inset-modify tabular m-valign-middle"
2849 \end_inset
2850
2851
2852 \family default
2853  centre verticalement le contenu de la cellule courante
2854 \end_layout
2855
2856 \begin_layout Labeling
2857 \labelwidthstring 00.00.0000
2858
2859 \family sans
2860 \begin_inset Info
2861 type  "icon"
2862 arg   "inset-modify tabular m-valign-bottom"
2863 \end_inset
2864
2865
2866 \family default
2867  aligne le contenu de la cellule courante verticalement vers le bas
2868 \end_layout
2869
2870 \begin_layout Labeling
2871 \labelwidthstring 00.00.0000
2872
2873 \family sans
2874 \begin_inset Info
2875 type  "icon"
2876 arg   "inset-modify tabular set-rotate-cell"
2877 \end_inset
2878
2879
2880 \family default
2881  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2882 re
2883 \end_layout
2884
2885 \begin_layout Labeling
2886 \labelwidthstring 00.00.0000
2887
2888 \family sans
2889 \begin_inset Info
2890 type  "icon"
2891 arg   "inset-modify tabular set-rotate-tabular"
2892 \end_inset
2893
2894
2895 \family default
2896  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2897 \end_layout
2898
2899 \begin_layout Labeling
2900 \labelwidthstring 00.00.0000
2901
2902 \family sans
2903 \begin_inset Info
2904 type  "icon"
2905 arg   "inset-modify tabular multicolumn"
2906 \end_inset
2907
2908
2909 \family default
2910  transforme en multi-colonne la cellule ou la sélection courante
2911 \end_layout
2912
2913 \begin_layout Labeling
2914 \labelwidthstring 00.00.0000
2915
2916 \family sans
2917 \begin_inset Info
2918 type  "icon"
2919 arg   "inset-modify tabular multirow"
2920 \end_inset
2921
2922
2923 \family default
2924  transforme en multi-ligne la cellule ou la sélection courante
2925 \end_layout
2926
2927 \begin_layout Standard
2928 \begin_inset Note Greyedout
2929 status open
2930
2931 \begin_layout Plain Layout
2932
2933 \series bold
2934 Note :
2935 \series default
2936  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2937  est utilisé pour toutes les autres cellules de la ligne.
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \begin_layout Section
2946 Le menu éditer tableau
2947 \begin_inset Index idx
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 Tableau ! Menu Éditer
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \begin_layout Standard
2960 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2961  
2962 \family sans
2963 Éditer\SpecialChar \menuseparator
2964 Tableau
2965 \family default
2966  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2967  ou de la ligne courante et aussi de transformer la sélection courante en
2968  multi-colonne.
2969  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2970 \end_layout
2971
2972 \begin_layout Section
2973 Flottant de tableau
2974 \begin_inset CommandInset label
2975 LatexCommand label
2976 name "sec:Table-Floats"
2977
2978 \end_inset
2979
2980
2981 \begin_inset Index idx
2982 status collapsed
2983
2984 \begin_layout Plain Layout
2985 Flottants ! Tableaux
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Tableau ! Flottants
2996 \end_layout
2997
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \begin_layout Standard
3004 Pour des explications générales sur les flottants, jetez un œil à la section
3005 \begin_inset space ~
3006 \end_inset
3007
3008
3009 \begin_inset CommandInset ref
3010 LatexCommand ref
3011 reference "sec:Flottants-Introduction"
3012
3013 \end_inset
3014
3015 .
3016 \end_layout
3017
3018 \begin_layout Standard
3019 \begin_inset Float table
3020 placement h
3021 wide false
3022 sideways false
3023 status open
3024
3025 \begin_layout Plain Layout
3026 \begin_inset Caption
3027
3028 \begin_layout Plain Layout
3029 \begin_inset CommandInset label
3030 LatexCommand label
3031 name "tab:Flottant-de-tableau"
3032
3033 \end_inset
3034
3035 Un flottant de tableau.
3036 \end_layout
3037
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \begin_layout Plain Layout
3044 \align center
3045 \begin_inset Tabular
3046 <lyxtabular version="3" rows="3" columns="3">
3047 <features tabularvalignment="middle">
3048 <column alignment="center" valignment="top" width="0pt">
3049 <column alignment="center" valignment="top" width="0pt">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056 1
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 2
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 3
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row>
3081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 Jules
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 Marie
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 Jean
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\int x^{2}dx$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 \begin_inset Formula $\left[\begin{array}{cc}
3127 a & b\\
3128 c & d
3129 \end{array}\right]$
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $1+1=2$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163 Les flottants de tableau sont insérés en utilisant le menu 
3164 \family sans
3165 Insérer\SpecialChar \menuseparator
3166 Flottant\SpecialChar \menuseparator
3167 Tableau
3168 \family default
3169  ou le bouton 
3170 \family sans
3171
3172 \begin_inset Info
3173 type  "icon"
3174 arg   "float-insert table"
3175 \end_inset
3176
3177
3178 \family default
3179  de la barre d'outils.
3180 \end_layout
3181
3182 \begin_layout Standard
3183 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3184  qui a comme étiquette 
3185 \begin_inset Quotes eld
3186 \end_inset
3187
3188 Tableau
3189 \begin_inset space ~
3190 \end_inset
3191
3192 #:
3193 \begin_inset Quotes erd
3194 \end_inset
3195
3196  (où # est le numéro du tableau).
3197  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3198 \end_layout
3199
3200 \begin_layout Standard
3201 Le tableau
3202 \begin_inset space ~
3203 \end_inset
3204
3205
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "tab:Flottant-de-tableau"
3209
3210 \end_inset
3211
3212  est un exemple de tableau dans un flottant de tableau.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 On met habituellement la légende au dessus des tableaux, mais cette règle
3217  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3218  Cela signifie que si vous utilisez un document appartenant aux classes
3219  
3220 \family sans
3221 article
3222 \family default
3223
3224 \family sans
3225 book
3226 \family default
3227
3228 \family sans
3229 letter
3230 \family default
3231 , ou
3232 \family sans
3233  report
3234 \family default
3235  il n'y aura pas d'espace entre la légende et le tableau.
3236  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3237  la commande de chargement du paquetage LaTeX 
3238 \series bold
3239 caption
3240 \series default
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Paquetages LaTeX ! caption
3247 \end_layout
3248
3249 \end_inset
3250
3251  dans le préambule de votre document.
3252 \begin_inset Foot
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Pour plus d'information voyez la section
3257 \begin_inset space ~
3258 \end_inset
3259
3260
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Placement-légende"
3264
3265 \end_inset
3266
3267 .
3268 \end_layout
3269
3270 \end_inset
3271
3272 :
3273 \end_layout
3274
3275 \begin_layout Standard
3276
3277 \series bold
3278 tableposition=top
3279 \end_layout
3280
3281 \begin_layout Standard
3282 Le paquetage 
3283 \series bold
3284 caption
3285 \series default
3286 , qui est décrit dans la section
3287 \begin_inset space ~
3288 \end_inset
3289
3290
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sec:Formatage-légende"
3294
3295 \end_inset
3296
3297 , est utilisé pour ajuster le format des légendes.
3298 \end_layout
3299
3300 \begin_layout Standard
3301 Dans le texte, on fait référence à un tableau
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 References@Références ! à des Tableaux
3307 \end_layout
3308
3309 \end_inset
3310
3311  en faisant référence à sa légende.
3312  On insère donc une étiquette dans la légende en utilisant le menu 
3313 \family sans
3314 Insérer
3315 \family default
3316 \SpecialChar \menuseparator
3317
3318 \family sans
3319 Étiquette
3320 \family default
3321  ou le bouton 
3322 \family sans
3323
3324 \begin_inset Info
3325 type  "icon"
3326 arg   "label-insert"
3327 \end_inset
3328
3329
3330 \family default
3331  de la barre d'outils.
3332  On peut alors faire référence à cette étiquette en utilisant le menu 
3333 \family sans
3334 Insérer\SpecialChar \menuseparator
3335 Référence
3336 \begin_inset space ~
3337 \end_inset
3338
3339 croisée
3340 \family default
3341  ou le bouton 
3342 \family sans
3343
3344 \begin_inset Info
3345 type  "icon"
3346 arg   "dialog-show-new-inset ref"
3347 \end_inset
3348
3349
3350 \family default
3351  de la barre d'outils.
3352 \begin_inset Newline newline
3353 \end_inset
3354
3355 Les références croisées sont expliquées en détail dans la section
3356 \begin_inset space ~
3357 \end_inset
3358
3359
3360 \begin_inset CommandInset ref
3361 LatexCommand ref
3362 reference "sec:Referencer-les-Flottants"
3363
3364 \end_inset
3365
3366 .
3367 \end_layout
3368
3369 \begin_layout Section
3370 Tableaux Longs
3371 \begin_inset CommandInset label
3372 LatexCommand label
3373 name "sec:Tableaux-longs"
3374
3375 \end_inset
3376
3377
3378 \begin_inset Index idx
3379 status collapsed
3380
3381 \begin_layout Plain Layout
3382 Tableaux longs
3383 \end_layout
3384
3385 \end_inset
3386
3387
3388 \begin_inset Index idx
3389 status collapsed
3390
3391 \begin_layout Plain Layout
3392 Tableau ! Tableaux longs
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \begin_layout Standard
3401 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3402  l'option 
3403 \family sans
3404 Utiliser
3405 \begin_inset space ~
3406 \end_inset
3407
3408 les
3409 \begin_inset space ~
3410 \end_inset
3411
3412 tableaux
3413 \begin_inset space ~
3414 \end_inset
3415
3416 longs
3417 \family default
3418  de l'onglet 
3419 \family sans
3420 Tableau
3421 \begin_inset space ~
3422 \end_inset
3423
3424 long
3425 \family default
3426  de la fenêtre 
3427 \family sans
3428 Paramètres
3429 \begin_inset space ~
3430 \end_inset
3431
3432 du
3433 \begin_inset space ~
3434 \end_inset
3435
3436 tableau
3437 \family default
3438  pour le répartir automatiquement sur plusieurs pages.
3439  En cochant cette option, vous activez les options suivantes:
3440 \end_layout
3441
3442 \begin_layout Description
3443 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3444  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3445  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3446  première page, si 
3447 \family sans
3448 Premier
3449 \begin_inset space ~
3450 \end_inset
3451
3452 en-tête
3453 \family default
3454  est défini.
3455  Ces lignes forment l'en-tête principal.
3456 \end_layout
3457
3458 \begin_layout Description
3459 Premier
3460 \begin_inset space ~
3461 \end_inset
3462
3463 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3464  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3465  d'en-tête utilisées pour la première page du tableau long.
3466 \end_layout
3467
3468 \begin_layout Description
3469 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3470  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3471  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3472  page si 
3473 \family sans
3474 Dernier
3475 \begin_inset space ~
3476 \end_inset
3477
3478 pied
3479 \family default
3480  est défini.
3481 \end_layout
3482
3483 \begin_layout Description
3484 Dernier
3485 \begin_inset space ~
3486 \end_inset
3487
3488 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3489  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3490  constituant le pied de la dernière page du tableau long.
3491 \end_layout
3492
3493 \begin_layout Description
3494 Légende La ligne courante contient la légende du tableau.
3495  La première ligne est transformée en une colonne unique et une légende
3496  est insérée.
3497  Vous trouverez d'autres explications sur les légendes pour les tableaux
3498  longs dans la section
3499 \begin_inset space ~
3500 \end_inset
3501
3502
3503 \begin_inset CommandInset ref
3504 LatexCommand ref
3505 reference "sub:Tableaux-longs-légende"
3506
3507 \end_inset
3508
3509 .
3510 \end_layout
3511
3512 \begin_layout Standard
3513 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3514  Voyez le tableau long qui suit pour voir comment ça marche :
3515 \end_layout
3516
3517 \begin_layout Standard
3518 \align center
3519 \begin_inset Tabular
3520 <lyxtabular version="3" rows="69" columns="3">
3521 <features islongtable="true" longtabularalignment="center">
3522 <column alignment="left" valignment="top" width="0cm">
3523 <column alignment="left" valignment="top" width="0pt">
3524 <column alignment="center" valignment="top" width="0pt">
3525 <row endfirsthead="true">
3526 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Exemple d'annuaire téléphonique (ignorez les noms)
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row endfirsthead="true">
3557 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 NOM
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 TEL.
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row endhead="true">
3590 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Exemple d'annuaire téléphonique
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row endhead="true">
3621 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 NOM
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645
3646 \series bold
3647 TEL.
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row endfoot="true">
3654 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658  continue page suivante
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Annovi
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Silvia
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Bertoli
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Stefano
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Bozzi
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Walter
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Cachia
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Maria
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Cachia
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Maurizio
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Cinquemani
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Giusi
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Colin
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Bernard
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Concli
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Gianfranco
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Dal Bosco
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Carolina
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Dalpiaz
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Annamaria
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Feliciello
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Domenico
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Focarelli
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Paola
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Galletti
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Oreste
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Gasparini
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Franca
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Rizzardi
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Paola
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 111
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Lassini
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Giancarlo
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 111
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Malfatti
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Luciano
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 111
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Malfatti
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Valeriano
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 111
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Meneguzzo
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Roberto
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 111
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Mezzadra
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Roberto
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 111
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Pirpamer
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Erich
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 111
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Pochiesa
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Paolo
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 111, 222
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Radina
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Claudio
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 111
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Stuffer
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Oskar
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 111
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Tacchelli
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Ugo
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 111
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Tezzele
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Margit
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 111
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Unterkalmsteiner
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Frieda
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 111
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Vieider
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Hilde
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 111
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Vigna
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Jürgen
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 111
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Weber
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Maurizio
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 111
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Winkler
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Franz
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 111
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648  
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Annovi
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Silvia
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Bertoli
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Stefano
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Bozzi
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Walter
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Cachia
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Maria
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Cachia
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Maurizio
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Cinquemani
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Giusi
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Colin
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Bernard
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Concli
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Gianfranco
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Dal Bosco
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Carolina
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Dalpiaz
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Annamaria
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Feliciello
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Domenico
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Focarelli
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Paola
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 555
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Galletti
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Oreste
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Gasparini
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Franca
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \series bold
5113 Rizzardi
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 Paola
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 555
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \series bold
5144 Lassini
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Giancarlo
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 555
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175 Malfatti
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Luciano
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 555
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \series bold
5206 Malfatti
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Valeriano
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 555
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 </row>
5230 <row>
5231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \series bold
5237 Meneguzzo
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 Roberto
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 555
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \series bold
5268 Mezzadra
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 Roberto
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 555
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 <row>
5293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297
5298 \series bold
5299 Pirpamer
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 Erich
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 555
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 <row>
5324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \series bold
5330 Pochiesa
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 Paolo
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 555, 222
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row>
5355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \series bold
5361 Radina
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 Claudio
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 555
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 <row>
5386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \series bold
5392 Stuffer
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Oskar
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 555
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \series bold
5423 Tacchelli
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 Ugo
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 555
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 <row>
5448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \series bold
5454 Tezzele
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 Margit
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 555
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 </row>
5478 <row>
5479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \series bold
5485 Unterkalmsteiner
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 Frieda
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 555
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \series bold
5516 Vieider
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 Hilde
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 555
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 </row>
5540 <row>
5541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545
5546 \series bold
5547 Vigna
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 Jürgen
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 999
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \series bold
5578 Weber
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 Maurizio
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 555
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607
5608 \series bold
5609 Winkler
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 Franz
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 555
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 <row endlastfoot="true">
5634 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 Fin
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 </lyxtabular>
5663
5664 \end_inset
5665
5666
5667 \begin_inset ERT
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671
5672
5673 \backslash
5674 addtocounter{table}{-1}
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \begin_inset Note Note
5681 status collapsed
5682
5683 \begin_layout Plain Layout
5684 Voyez la première note grisée de la section
5685 \begin_inset space ~
5686 \end_inset
5687
5688
5689 \begin_inset CommandInset ref
5690 LatexCommand ref
5691 reference "sub:Tableaux-longs-légende"
5692
5693 \end_inset
5694
5695  pour une explication de cette commande.
5696 \end_layout
5697
5698 \end_inset
5699
5700
5701 \end_layout
5702
5703 \begin_layout Subsection
5704 Notes de bas de page dans les tableaux longs
5705 \begin_inset CommandInset label
5706 LatexCommand label
5707 name "sub:Notes-dans-tableau-long"
5708
5709 \end_inset
5710
5711
5712 \begin_inset Index idx
5713 status collapsed
5714
5715 \begin_layout Plain Layout
5716 Tableaux longs ! Notes de bas de page
5717 \end_layout
5718
5719 \end_inset
5720
5721
5722 \end_layout
5723
5724 \begin_layout Standard
5725 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5726  long.
5727  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5728  contenant la note.
5729  Par exemple le tableau
5730 \begin_inset space ~
5731 \end_inset
5732
5733
5734 \begin_inset CommandInset ref
5735 LatexCommand ref
5736 reference "tab:Légendes-tableau-différentes"
5737
5738 \end_inset
5739
5740  a une note de bas de page.
5741 \end_layout
5742
5743 \begin_layout Subsection
5744 Alignement des tableaux longs
5745 \begin_inset Index idx
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Tableaux longs ! Alignement
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Standard
5758 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5759  de dialogue des paramètres de tableau.
5760  Pour les alignements à droite et à gauche, le tableau sera directement
5761  au bord de la page.
5762  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5763  l'alignement centré et modifier les valeurs des longueurs 
5764 \series bold
5765
5766 \backslash
5767 LTleft 
5768 \series default
5769 et 
5770 \series bold
5771
5772 \backslash
5773 LTright
5774 \series default
5775  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5776  concerné :
5777 \end_layout
5778
5779 \begin_layout Standard
5780
5781 \series bold
5782
5783 \backslash
5784 setlength{
5785 \backslash
5786 LTleft}{valeur}
5787 \end_layout
5788
5789 \begin_layout Standard
5790 Où 
5791 \series bold
5792 valeur
5793 \series default
5794  peut avoir n'importe laquelle des unités listées dans le tableau
5795 \begin_inset space ~
5796 \end_inset
5797
5798
5799 \begin_inset CommandInset ref
5800 LatexCommand ref
5801 reference "cha:Unités-de-longueur"
5802
5803 \end_inset
5804
5805 .
5806  
5807 \series bold
5808
5809 \backslash
5810 LTleft
5811 \series default
5812  contrôle la distance horizontale entre le bord gauche de la page et le
5813  tableau, et
5814 \series bold
5815  
5816 \backslash
5817 LTright
5818 \series default
5819  la distance au bord droit.
5820  La valeur implicite des ces deux distances est 
5821 \series bold
5822
5823 \backslash
5824 fill
5825 \series default
5826 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5827 \end_layout
5828
5829 \begin_layout Standard
5830 Le tableau long suivant a été centrée en mettant 
5831 \series bold
5832
5833 \backslash
5834 LTleft
5835 \series default
5836  à 
5837 \family sans
5838 0.1
5839 \backslash
5840 columnwidth
5841 \family default
5842 :
5843 \begin_inset ERT
5844 status collapsed
5845
5846 \begin_layout Plain Layout
5847
5848
5849 \backslash
5850 setlength{
5851 \backslash
5852 LTleft}{0.1
5853 \backslash
5854 columnwidth}
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \begin_layout Standard
5863 \begin_inset Tabular
5864 <lyxtabular version="3" rows="5" columns="5">
5865 <features islongtable="true" longtabularalignment="center">
5866 <column alignment="center" valignment="top" width="0">
5867 <column alignment="center" valignment="top" width="0">
5868 <column alignment="center" valignment="top" width="0">
5869 <column alignment="center" valignment="top" width="0">
5870 <column alignment="center" valignment="top" width="0">
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 1
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 2
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 3
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 4
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 5
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 </row>
5918 <row>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 s
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 asd
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 <row>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 asd
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 s
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 </row>
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 s
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 asd
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 asd
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 </lyxtabular>
6107
6108 \end_inset
6109
6110
6111 \begin_inset ERT
6112 status collapsed
6113
6114 \begin_layout Plain Layout
6115
6116
6117 \backslash
6118 setlength{
6119 \backslash
6120 LTleft}{
6121 \backslash
6122 fill}
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \begin_inset ERT
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132
6133
6134 \backslash
6135 addtocounter{table}{-1}
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \begin_inset Note Note
6142 status collapsed
6143
6144 \begin_layout Plain Layout
6145 Voyez la première note grisée de la section
6146 \begin_inset space ~
6147 \end_inset
6148
6149
6150 \begin_inset CommandInset ref
6151 LatexCommand ref
6152 reference "sub:Tableaux-longs-légende"
6153
6154 \end_inset
6155
6156  pour une explication de cette commande.
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \begin_layout Subsection
6165 Légendes et tableaux longs
6166 \begin_inset Index idx
6167 status collapsed
6168
6169 \begin_layout Plain Layout
6170 Tableaux longs ! Legendes@Légendes
6171 \end_layout
6172
6173 \end_inset
6174
6175
6176 \begin_inset CommandInset label
6177 LatexCommand label
6178 name "sub:Tableaux-longs-légende"
6179
6180 \end_inset
6181
6182
6183 \end_layout
6184
6185 \begin_layout Standard
6186 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6187  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6188  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6189  longs quand on utilise pour une ligne l'option de tableau long 
6190 \family sans
6191 Légende
6192 \family default
6193 , comme c'est expliqué dans la section
6194 \begin_inset space ~
6195 \end_inset
6196
6197
6198 \begin_inset CommandInset ref
6199 LatexCommand ref
6200 reference "sec:Tableaux-longs"
6201
6202 \end_inset
6203
6204 .
6205 \end_layout
6206
6207 \begin_layout Standard
6208 Voici un petit Tableau long pour voir comment ça marche :
6209 \end_layout
6210
6211 \begin_layout Standard
6212 \begin_inset Tabular
6213 <lyxtabular version="3" rows="6" columns="5">
6214 <features islongtable="true" longtabularalignment="center">
6215 <column alignment="center" valignment="top" width="0">
6216 <column alignment="center" valignment="top" width="0">
6217 <column alignment="center" valignment="top" width="0">
6218 <column alignment="center" valignment="top" width="0">
6219 <column alignment="center" valignment="top" width="0">
6220 <row caption="true">
6221 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 \begin_inset Caption
6226
6227 \begin_layout Plain Layout
6228 Tableau long avec une légende
6229 \begin_inset Argument
6230 status open
6231
6232 \begin_layout Plain Layout
6233 Tableau long
6234 \end_layout
6235
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 1
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 2
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 3
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 4
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 5
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 </row>
6332 <row>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 asd
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 s
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 s
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 s
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 asd
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 </row>
6379 <row>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 asd
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 s
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 s
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 s
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 asd
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 </row>
6426 <row>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 asd
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 s
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 s
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 s
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 asd
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 </row>
6473 <row>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 asd
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 asd
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 asd
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 asd
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 asd
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 </lyxtabular>
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \begin_layout Standard
6528 \begin_inset VSpace medskip
6529 \end_inset
6530
6531
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 1:
6543 \series default
6544  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6545  n'avez pas prévu de légende.
6546  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6547 \begin_inset space ~
6548 \end_inset
6549
6550 2.4 suit le tableau
6551 \begin_inset space ~
6552 \end_inset
6553
6554 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6555  sans légende.
6556  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6557  après chaque tableau long sans légende :
6558 \end_layout
6559
6560 \begin_layout Plain Layout
6561
6562 \series bold
6563
6564 \backslash
6565 addtocounter{table}{-1}
6566 \end_layout
6567
6568 \begin_layout Plain Layout
6569 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6570  et que vous ajoutez le code suivant dans le préambule du document :
6571 \end_layout
6572
6573 \begin_layout Plain Layout
6574
6575 \series bold
6576
6577 \backslash
6578 let
6579 \backslash
6580 myEnd
6581 \backslash
6582 endlongtable
6583 \begin_inset Newline newline
6584 \end_inset
6585
6586
6587 \backslash
6588 renewcommand{
6589 \backslash
6590 endlongtable}{
6591 \backslash
6592 myEnd
6593 \backslash
6594 addtocounter{table}{-1}}
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Standard
6603 \begin_inset Note Greyedout
6604 status open
6605
6606 \begin_layout Plain Layout
6607
6608 \series bold
6609 Note
6610 \begin_inset space ~
6611 \end_inset
6612
6613 2:
6614 \series default
6615  Si vous utilisez 
6616 \series bold
6617 hyperref
6618 \series default
6619
6620 \begin_inset Index idx
6621 status collapsed
6622
6623 \begin_layout Plain Layout
6624 Paquetages LaTeX ! hyperref
6625 \end_layout
6626
6627 \end_inset
6628
6629  dans les 
6630 \family sans
6631 Paramètres du document
6632 \family default
6633  rubrique 
6634 \family sans
6635 Propriétés
6636 \begin_inset space ~
6637 \end_inset
6638
6639 du
6640 \begin_inset space ~
6641 \end_inset
6642
6643 PDF
6644 \family default
6645 , pour transformer vos références croisées en liens cliquables, le lien
6646  vers un tableau long pointera toujours sur le début du document.
6647 \end_layout
6648
6649 \end_inset
6650
6651
6652 \end_layout
6653
6654 \begin_layout Subsubsection
6655 Références à des tableaux longs
6656 \begin_inset Index idx
6657 status collapsed
6658
6659 \begin_layout Plain Layout
6660 Tableaux longs ! Références
6661 \end_layout
6662
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \begin_layout Standard
6669 \begin_inset Tabular
6670 <lyxtabular version="3" rows="6" columns="5">
6671 <features islongtable="true" longtabularalignment="center">
6672 <column alignment="center" valignment="top" width="0">
6673 <column alignment="center" valignment="top" width="0">
6674 <column alignment="center" valignment="top" width="0">
6675 <column alignment="center" valignment="top" width="0">
6676 <column alignment="center" valignment="top" width="0">
6677 <row caption="true">
6678 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Caption
6683
6684 \begin_layout Plain Layout
6685 Tableau long référencé
6686 \begin_inset CommandInset label
6687 LatexCommand label
6688 name "tab:RefExemple"
6689
6690 \end_inset
6691
6692
6693 \end_layout
6694
6695 \end_inset
6696
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 1
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 2
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 3
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 4
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 5
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 s
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 s
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 s
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 asd
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 <row>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 s
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 s
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 asd
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 </row>
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 asd
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 s
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 s
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 s
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 asd
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 sad
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 asd
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 asd
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 </lyxtabular>
6975
6976 \end_inset
6977
6978
6979 \end_layout
6980
6981 \begin_layout Standard
6982 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6983  dans sa légende.
6984 \end_layout
6985
6986 \begin_layout Standard
6987 Ceci est une référence au tableau
6988 \begin_inset space ~
6989 \end_inset
6990
6991
6992 \begin_inset CommandInset ref
6993 LatexCommand ref
6994 reference "tab:RefExemple"
6995
6996 \end_inset
6997
6998 .
6999 \end_layout
7000
7001 \begin_layout Standard
7002 La mise en forme de la légende peut être ajustée avec celle de toutes les
7003  autres légendes de votre document en utilisant le paquetage LaTeX 
7004 \series bold
7005 caption
7006 \series default
7007
7008 \begin_inset Index idx
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012 Paquetages LaTeX ! caption
7013 \end_layout
7014
7015 \end_inset
7016
7017 , voir la section
7018 \begin_inset space ~
7019 \end_inset
7020
7021
7022 \begin_inset CommandInset ref
7023 LatexCommand ref
7024 reference "sec:Formatage-légende"
7025
7026 \end_inset
7027
7028 .
7029 \end_layout
7030
7031 \begin_layout Subsubsection
7032 Largeur de la légende
7033 \begin_inset Index idx
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037 Tableaux longs ! Largeur de la légende
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \begin_layout Standard
7046 La largeur maximale des lignes de légende est définie par la longueur 
7047 \series bold
7048
7049 \backslash
7050 LTcapwidth
7051 \series default
7052 .
7053  Sa valeur implicite est 4
7054 \begin_inset space \thinspace{}
7055 \end_inset
7056
7057 in.
7058  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7059  de votre document ou en tant que code TeX directement dans votre document
7060  avant le tableau qui doit être affectée.
7061 \end_layout
7062
7063 \begin_layout Standard
7064
7065 \series bold
7066
7067 \backslash
7068 setlength{
7069 \backslash
7070 LTcapwidth}{largeur}
7071 \end_layout
7072
7073 \begin_layout Standard
7074 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7075 ce
7076 \begin_inset space ~
7077 \end_inset
7078
7079
7080 \begin_inset CommandInset ref
7081 LatexCommand ref
7082 reference "cha:Unités-de-longueur"
7083
7084 \end_inset
7085
7086 .
7087 \end_layout
7088
7089 \begin_layout Standard
7090 Les tableaux suivants montrent la différence :
7091 \end_layout
7092
7093 \begin_layout Standard
7094 \begin_inset Tabular
7095 <lyxtabular version="3" rows="6" columns="5">
7096 <features islongtable="true" longtabularalignment="center">
7097 <column alignment="center" valignment="top" width="0">
7098 <column alignment="center" valignment="top" width="0">
7099 <column alignment="center" valignment="top" width="0">
7100 <column alignment="center" valignment="top" width="0">
7101 <column alignment="center" valignment="top" width="0">
7102 <row caption="true">
7103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 \begin_inset Caption
7108
7109 \begin_layout Plain Layout
7110 long titre complet avec la largeur implicite long titre complet avec la
7111  largeur implicite long titre complet avec la largeur implicite
7112 \begin_inset Argument
7113 status open
7114
7115 \begin_layout Plain Layout
7116 Légende avec largeur implicite
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 1
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 2
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 3
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 4
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 5
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 s
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 s
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 s
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 s
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 asd
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 sad
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 asd
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 asd
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 </lyxtabular>
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \begin_layout Standard
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 setlength{
7419 \backslash
7420 LTcapwidth}{5cm}
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \begin_inset Tabular
7427 <lyxtabular version="3" rows="6" columns="5">
7428 <features islongtable="true" longtabularalignment="center">
7429 <column alignment="center" valignment="top" width="0">
7430 <column alignment="center" valignment="top" width="0">
7431 <column alignment="center" valignment="top" width="0">
7432 <column alignment="center" valignment="top" width="0">
7433 <column alignment="center" valignment="top" width="0">
7434 <row caption="true">
7435 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 \begin_inset Caption
7440
7441 \begin_layout Plain Layout
7442 long titre complet avec la largeur réglée à 5
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 cm long titre complet avec la largeur réglée à 5
7447 \begin_inset space \thinspace{}
7448 \end_inset
7449
7450 cm long titre complet avec la largeur réglée à 5
7451 \begin_inset space \thinspace{}
7452 \end_inset
7453
7454 cm
7455 \begin_inset Argument
7456 status open
7457
7458 \begin_layout Plain Layout
7459 Légende avec largeur à
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 =
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 5
7468 \begin_inset space \thinspace{}
7469 \end_inset
7470
7471 cm
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 1
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 2
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 3
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 4
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 5
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 asd
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 s
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 s
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 s
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 asd
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 asd
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 s
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 s
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 s
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 asd
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 asd
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 s
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 s
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 s
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 asd
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 asd
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 sad
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 asd
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 asd
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 asd
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 </lyxtabular>
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \begin_layout Standard
7766 \begin_inset ERT
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770
7771
7772 \backslash
7773 setlength{
7774 \backslash
7775 LTcapwidth}{4in}
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \begin_layout Standard
7784 \begin_inset Note Greyedout
7785 status open
7786
7787 \begin_layout Plain Layout
7788
7789 \series bold
7790 Note:
7791 \series default
7792  Quand on utilise la paquetage LaTeX 
7793 \series bold
7794 caption
7795 \series default
7796
7797 \begin_inset Index idx
7798 status collapsed
7799
7800 \begin_layout Plain Layout
7801 Paquetages LaTeX ! caption
7802 \end_layout
7803
7804 \end_inset
7805
7806  , comme c'est les cas dans ce document, la légende prend toute la largeur
7807  de la page quand on utilise la largeur implicite de 4
7808 \begin_inset space \thinspace{}
7809 \end_inset
7810
7811 in pour 
7812 \series bold
7813
7814 \backslash
7815 LTcapwidth
7816 \series default
7817 .
7818  Pour avoir dans ce cas une légende qui fasse exactement 4
7819 \begin_inset space \thinspace{}
7820 \end_inset
7821
7822 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7823  comme par exemple 3.99
7824 \begin_inset space \thinspace{}
7825 \end_inset
7826
7827 in, soit utiliser la commande LaTeX 
7828 \series bold
7829
7830 \backslash
7831 captionsetup{width=valeur}
7832 \series default
7833  qui est disponible dans le paquetage 
7834 \series bold
7835 caption
7836 \series default
7837 .
7838 \end_layout
7839
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \begin_layout Subsubsection
7846 Des légendes différentes sur chaque page d'un tableau
7847 \begin_inset Argument
7848 status collapsed
7849
7850 \begin_layout Plain Layout
7851 Légendes différentes
7852 \end_layout
7853
7854 \end_inset
7855
7856
7857 \begin_inset Index idx
7858 status collapsed
7859
7860 \begin_layout Plain Layout
7861 Tableaux longs ! Legendes@Légendes différentes par page
7862 \end_layout
7863
7864 \end_inset
7865
7866
7867 \end_layout
7868
7869 \begin_layout Standard
7870 Quand la légende du tableau pour les pages suivantes doit être différente
7871  de celle de la première page, insérez une légende avec la commande suivante
7872  en code TeX :
7873 \end_layout
7874
7875 \begin_layout Standard
7876
7877 \series bold
7878
7879 \backslash
7880 caption*{caption text}
7881 \backslash
7882
7883 \backslash
7884 %
7885 \end_layout
7886
7887 \begin_layout Standard
7888 dans une ligne de légende fictive qui sera marquée comme une entête.
7889  Le tableau
7890 \begin_inset space ~
7891 \end_inset
7892
7893
7894 \begin_inset CommandInset ref
7895 LatexCommand ref
7896 reference "tab:Légendes-tableau-différentes"
7897
7898 \end_inset
7899
7900  est un exemple de tableau long avec des légendes différentes et où la seconde
7901  légende ne contient pas le numéro du tableau.
7902 \end_layout
7903
7904 \begin_layout Standard
7905 \align center
7906 \begin_inset Tabular
7907 <lyxtabular version="3" rows="59" columns="3">
7908 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7909 <column alignment="left" valignment="top" width="0cm">
7910 <column alignment="left" valignment="top" width="0pt">
7911 <column alignment="center" valignment="top" width="0pt">
7912 <row caption="true">
7913 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 \begin_inset Caption
7918
7919 \begin_layout Plain Layout
7920 Exemple d'annuaire téléphonique
7921 \begin_inset CommandInset label
7922 LatexCommand label
7923 name "tab:Légendes-tableau-différentes"
7924
7925 \end_inset
7926
7927
7928 \begin_inset Argument
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 Exemple Annuaire 
7933 \end_layout
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row endfirsthead="true">
7967 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row endfirsthead="true">
7998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 NOM
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 TÉL.
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row endhead="true">
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 \begin_inset ERT
8036 status open
8037
8038 \begin_layout Plain Layout
8039
8040
8041 \backslash
8042 caption*{Suite de l'exemple d'annuaire téléphonique}
8043 \backslash
8044
8045 \backslash
8046 %
8047 \end_layout
8048
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row endhead="true">
8076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Exemple d'annuaire téléphonique
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row endhead="true">
8107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 NOM
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 TÉL.
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row endfoot="true">
8140 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 suite page suivante\SpecialChar \ldots{}
8145
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Annovi
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Silvia
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Bertoli
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Stefano
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Bozzi
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Walter
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Cachia
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Maria
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Cachia
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Maurizio
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Cinquemani
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Giusi
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Colin
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Bernard
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Concli
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Gianfranco
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Dal Bosco
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Carolina
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Dalpiaz
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Annamaria
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Feliciello
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Domenico
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Focarelli
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Paola
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Galletti
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Oreste
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Gasparini
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Franca
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Rizzardi
8611 \series default
8612
8613 \begin_inset Foot
8614 status open
8615
8616 \begin_layout Plain Layout
8617 Exemple de note de bas de page
8618 \end_layout
8619
8620 \end_inset
8621
8622
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Paola
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 111
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Lassini
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Giancarlo
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 111
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Malfatti
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Luciano
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \series bold
8715 Malfatti
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Valeriano
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 111
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746 Meneguzzo
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Roberto
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 111
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \series bold
8777 Mezzadra
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Roberto
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 111
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Pirpamer
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Erich
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 111
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Pochiesa
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Paolo
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 111, 222
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Radina
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Claudio
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 111
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Stuffer
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Oskar
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 111
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Tacchelli
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Ugo
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 111
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Tezzele
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Margit
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 111
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Unterkalmsteiner
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Frieda
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 111
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Vieider
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Hilde
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 111
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Vigna
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Jürgen
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 111
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Weber
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Maurizio
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 111
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Winkler
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Franz
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 111
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147  
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Annovi
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Silvia
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 <row>
9203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207
9208 \series bold
9209 Bertoli
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 Stefano
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 555
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \series bold
9240 Bozzi
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 Walter
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 555
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 Cachia
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Maria
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 555
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 Cachia
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Maurizio
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 555
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \series bold
9333 Cinquemani
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 Giusi
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 555
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \series bold
9364 Colin
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Bernard
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 555
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 </row>
9388 <row>
9389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \series bold
9395 Concli
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 Gianfranco
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 555
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \series bold
9426 Dal Bosco
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 Carolina
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 555
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \series bold
9457 Dalpiaz
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 Annamaria
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 555
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \series bold
9488 Feliciello
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 Domenico
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 555
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \series bold
9519 Focarelli
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 Paola
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 555
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550 Galletti
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 Oreste
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 555
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581 Gasparini
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 Franca
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 555
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row>
9606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \series bold
9612 Rizzardi
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Paola
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 555
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row>
9637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 Lassini
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Giancarlo
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 555
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 Malfatti
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Luciano
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 555
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \series bold
9705 Malfatti
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 Valeriano
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 555
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \series bold
9736 Meneguzzo
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 Roberto
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 555
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 </row>
9760 <row>
9761 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \series bold
9767 Mezzadra
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 Roberto
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 555
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 </row>
9791 </lyxtabular>
9792
9793 \end_inset
9794
9795
9796 \end_layout
9797
9798 \begin_layout Section
9799 Questions particulières concernant les tableaux longs
9800 \begin_inset Argument
9801 status collapsed
9802
9803 \begin_layout Plain Layout
9804 Questions sur les tableaux longs
9805 \end_layout
9806
9807 \end_inset
9808
9809
9810 \begin_inset CommandInset label
9811 LatexCommand label
9812 name "sec:Questions-sur-tableaux-longs"
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \begin_layout Subsection
9820 Calculs des pages des tableaux longs
9821 \begin_inset Index idx
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 Tableaux longs ! Calculs
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \begin_layout Standard
9834 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9835  en utilisant des blocs (chunks).
9836  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9837  mémoire de LaTeX.
9838  La valeur implicite est fixée pour des raisons historiques à seulement
9839  20 lignes de tableau.
9840  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9841  peut ralentir la création de votre document.
9842  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9843  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9844  préambule de votre document :
9845 \end_layout
9846
9847 \begin_layout Standard
9848
9849 \series bold
9850
9851 \backslash
9852 setcounter{LTchunksize}{100}
9853 \end_layout
9854
9855 \begin_layout Subsection
9856 Les flottants et les tableaux longs
9857 \begin_inset Index idx
9858 status collapsed
9859
9860 \begin_layout Plain Layout
9861 Tableaux longs ! Flottants
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \begin_layout Standard
9870 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9871  commence un tableau long.
9872  Pour éviter une telle situation, insérez un saut de page (menu 
9873 \family sans
9874 Insérer\SpecialChar \menuseparator
9875 Typographie
9876 \begin_inset space ~
9877 \end_inset
9878
9879 spéciale\SpecialChar \menuseparator
9880 Saut de page (vide le tampon)
9881 \family default
9882
9883 \begin_inset space \thinspace{}
9884 \end_inset
9885
9886 ) juste avant votre tableau long.
9887 \end_layout
9888
9889 \begin_layout Subsection
9890 Sauts de pages forcés
9891 \begin_inset Index idx
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895 Tableaux longs ! Sauts de pages forcés
9896 \end_layout
9897
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \begin_layout Standard
9904 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9905  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9906  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9907  de saut de ligne 
9908 \begin_inset Quotes eld
9909 \end_inset
9910
9911
9912 \backslash
9913
9914 \backslash
9915
9916 \begin_inset Quotes erd
9917 \end_inset
9918
9919  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9920  Avant la commande 
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924
9925 \backslash
9926
9927 \backslash
9928
9929 \begin_inset Quotes erd
9930 \end_inset
9931
9932 , vous devez insérer en code TeX, autant de caractères 
9933 \begin_inset Quotes eld
9934 \end_inset
9935
9936 &
9937 \begin_inset Quotes erd
9938 \end_inset
9939
9940  qu'il y a de colonnes après la cellule concernée.
9941  Le caractère 
9942 \begin_inset Quotes eld
9943 \end_inset
9944
9945 &
9946 \begin_inset Quotes erd
9947 \end_inset
9948
9949  sert à séparer les colonnes d'un tableau.
9950  Écrivez en code-TeX, après chaque 
9951 \begin_inset Quotes eld
9952 \end_inset
9953
9954 &
9955 \begin_inset Quotes erd
9956 \end_inset
9957
9958  le contenu des cellules correspondantes et en même temps supprimez le contenu
9959  de ces cellules dans le texte normal.
9960  
9961 \begin_inset Newline newline
9962 \end_inset
9963
9964 Après la commande 
9965 \backslash
9966
9967 \backslash
9968 , insérez autant de caractères 
9969 \begin_inset Quotes eld
9970 \end_inset
9971
9972 &
9973 \begin_inset Quotes erd
9974 \end_inset
9975
9976  qu'il y a de colonnes avant la colonne traitée.
9977  Dans le tableau
9978 \begin_inset space ~
9979 \end_inset
9980
9981
9982 \begin_inset CommandInset ref
9983 LatexCommand ref
9984 reference "tab:Tableau-saut-de-page"
9985
9986 \end_inset
9987
9988  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9989  suivie par une autre colonne.
9990  La commande suivante a donc été insérée en code TeX dans la cellule après
9991  le mot 
9992 \begin_inset Quotes eld
9993 \end_inset
9994
9995
9996 \emph on
9997 Castelchiodato,
9998 \emph default
9999
10000 \begin_inset Quotes erd
10001 \end_inset
10002
10003 :
10004 \end_layout
10005
10006 \begin_layout Standard
10007
10008 \series bold
10009 & 111
10010 \backslash
10011
10012 \backslash
10013  
10014 \backslash
10015 newpage
10016 \begin_inset Newline newline
10017 \end_inset
10018
10019 &
10020 \end_layout
10021
10022 \begin_layout Standard
10023 Le 
10024 \begin_inset Quotes eld
10025 \end_inset
10026
10027 111
10028 \begin_inset Quotes erd
10029 \end_inset
10030
10031  dans la troisième colonne de la ligne a été supprimé.
10032  
10033 \series bold
10034
10035 \backslash
10036 newpage
10037 \series default
10038  est nécessaire seulement quand un saut de page doit impérativement avoir
10039  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10040  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10041  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10042  est coupée, utilisez cette commande à la place de la précédente :
10043 \end_layout
10044
10045 \begin_layout Standard
10046
10047 \series bold
10048 & 111
10049 \backslash
10050
10051 \backslash
10052
10053 \begin_inset Newline newline
10054 \end_inset
10055
10056
10057 \backslash
10058 hline &
10059 \end_layout
10060
10061 \begin_layout Standard
10062 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10063  insérer la commande
10064 \end_layout
10065
10066 \begin_layout Standard
10067
10068 \series bold
10069
10070 \backslash
10071 setlength{
10072 \backslash
10073 parfillskip}{0pt}
10074 \end_layout
10075
10076 \begin_layout Standard
10077 au début de la cellule.
10078  Cela assure que la portion de la cellule qui va se trouver affichée sur
10079  la page suivante le sera avec toute la largeur de la cellule.
10080 \end_layout
10081
10082 \begin_layout Standard
10083 \align center
10084 \begin_inset Tabular
10085 <lyxtabular version="3" rows="38" columns="3">
10086 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10087 <column alignment="left" valignment="top" width="0cm">
10088 <column alignment="left" valignment="top" width="3cm">
10089 <column alignment="center" valignment="top" width="0pt">
10090 <row caption="true">
10091 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Caption
10096
10097 \begin_layout Plain Layout
10098 Tableau avec un saut de page forcé dans une cellule
10099 \begin_inset CommandInset label
10100 LatexCommand label
10101 name "tab:Tableau-saut-de-page"
10102
10103 \end_inset
10104
10105
10106 \begin_inset Argument
10107 status collapsed
10108
10109 \begin_layout Plain Layout
10110 Tableau avec un saut de page forcé dans une cellule
10111 \end_layout
10112
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row endfirsthead="true">
10145 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" 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 </row>
10175 <row endfirsthead="true">
10176 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 NOM
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 TÉL.
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row endhead="true">
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 \begin_inset ERT
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217
10218
10219 \backslash
10220 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10221 \backslash
10222
10223 \backslash
10224 %
10225 \end_layout
10226
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row endhead="true">
10254 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258  
10259 \series bold
10260 Exemple d'annuaire téléphonique
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row endhead="true">
10285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 NOM
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 TÉL.
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row endfoot="true">
10318 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 suite page suivante\SpecialChar \ldots{}
10323
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Annovi
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Silvia
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Bertoli
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Stefano
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Bozzi
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Walter
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Cachia
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Maria
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Cachia
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Maurizio
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Cinquemani
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Giusi
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Colin
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Bernard
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Concli
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Gianfranco
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Dal Bosco
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Carolina
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Dalpiaz
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Annamaria
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 111
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \series bold
10664 Feliciello
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 Domenico
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 111
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row>
10689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \series bold
10695 Focarelli
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Paola
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 111
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 <row>
10720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \series bold
10726 Galletti
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 Oreste
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 111
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 </row>
10750 <row>
10751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \series bold
10757 Gasparini
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Franca
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 111
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \series bold
10788 Lassini
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Giancarlo
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 111
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \series bold
10819 Malfatti
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Luciano
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 111
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850 Malfatti
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 Valeriano
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 111
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \series bold
10881 Meneguzzo
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Roberto
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 111
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \series bold
10912 Mezzadra
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 Roberto
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 111
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Pirpamer
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Erich
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 111
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Pochiesa
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Paolo
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111, 222
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \series bold
11005 Radina
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 Claudio
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 111
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \series bold
11036 Rizzardi
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 Giancarlo, 11.
11046  Fürst von Montecompatri, 11.
11047  Fürst von Sulmona und Vivaro, 10.
11048  Fürst von Rossano, 5.
11049  Herzog von Canemorte, 11.
11050  Herzog von Palombara, 5.
11051  Herzog von Castelchiodato,
11052 \begin_inset ERT
11053 status open
11054
11055 \begin_layout Plain Layout
11056
11057 & 111
11058 \backslash
11059
11060 \backslash
11061  
11062 \backslash
11063 newpage
11064 \end_layout
11065
11066 \begin_layout Plain Layout
11067
11068 &
11069 \end_layout
11070
11071 \end_inset
11072
11073  11.
11074  Herzog von Poggionativo, 11.
11075  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11076  Graf von Valinfreda, 11.
11077  Baron von Cropalati, 11.
11078  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 <row>
11094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \series bold
11100 Stuffer
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 Oskar
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 111
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row>
11125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \series bold
11131 Tacchelli
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Ugo
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 111
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160
11161 \series bold
11162 Tezzele
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 Margit
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 111
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 <row>
11187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \series bold
11193 Unterkalmsteiner
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 Frieda
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 111
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \series bold
11224 Vieider
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Hilde
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 111
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \series bold
11255 Vigna
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 Jürgen
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 111
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \series bold
11286 Weber
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 Maurizio
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 111
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 </row>
11310 <row>
11311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315
11316 \series bold
11317 Winkler
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 Franz
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 111
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 </row>
11341 </lyxtabular>
11342
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \begin_layout Section
11349 Colonnes et lignes à lignes multiples
11350 \end_layout
11351
11352 \begin_layout Subsection
11353 Lignes multiples dans une cellule de tableau
11354 \begin_inset CommandInset label
11355 LatexCommand label
11356 name "sub:Lignes-multiple-dans-cellule"
11357
11358 \end_inset
11359
11360
11361 \begin_inset Index idx
11362 status collapsed
11363
11364 \begin_layout Plain Layout
11365 Plusieurs lignes dans une case de tableau
11366 \end_layout
11367
11368 \end_inset
11369
11370
11371 \begin_inset Index idx
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375 Tableau ! Saut de ligne
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Standard
11384 \noindent
11385 \begin_inset Float table
11386 placement H
11387 wide false
11388 sideways false
11389 status open
11390
11391 \begin_layout Plain Layout
11392 \begin_inset Caption
11393
11394 \begin_layout Plain Layout
11395 \begin_inset CommandInset label
11396 LatexCommand label
11397 name "tab:Tableau-avec-plusieurs-lignes"
11398
11399 \end_inset
11400
11401 Tableau avec des lignes multiples dans une cellule
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Plain Layout
11410 \align center
11411 \begin_inset Tabular
11412 <lyxtabular version="3" rows="3" columns="3">
11413 <features tabularvalignment="middle">
11414 <column alignment="center" valignment="middle" width="2.5cm">
11415 <column alignment="center" valignment="middle" width="0">
11416 <column alignment="center" valignment="middle" width="0">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 Lignes
11423 \begin_inset Newline linebreak
11424 \end_inset
11425
11426 multiples
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 b
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 c
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 d
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 e
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 f
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 g
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 h
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 i
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \begin_layout Standard
11521 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11522  d'un paragraphe avec des sauts de lignes et des césures.
11523 \end_layout
11524
11525 \begin_layout Standard
11526 Pour obtenir le tableau
11527 \begin_inset space ~
11528 \end_inset
11529
11530
11531 \begin_inset CommandInset ref
11532 LatexCommand ref
11533 reference "tab:Tableau-avec-plusieurs-lignes"
11534
11535 \end_inset
11536
11537 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11538  droit dessus.
11539  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11540  2.5
11541 \begin_inset space \thinspace{}
11542 \end_inset
11543
11544 cm et choisissez les alignements vertical et horizontal centrés.
11545  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11546  Comme notre texte est plus petit que 2.5
11547 \begin_inset space \thinspace{}
11548 \end_inset
11549
11550 cm, une seule ligne va apparaître.
11551  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11552  
11553 \family sans
11554 Ctrl-Shift-Entrée
11555 \family default
11556 ).
11557  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11558 ement découpé en plusieurs lignes.
11559 \end_layout
11560
11561 \begin_layout Standard
11562 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11563  pas effectuer de césure si c'est le premier élément de la cellule.
11564  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11565  premier élément : Ajoutez un espace horizontal de 0
11566 \begin_inset space \thinspace{}
11567 \end_inset
11568
11569 pt juste avant votre mot.
11570  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11571  Le tableau
11572 \begin_inset space ~
11573 \end_inset
11574
11575
11576 \begin_inset CommandInset ref
11577 LatexCommand ref
11578 reference "tab:Tableau-césure"
11579
11580 \end_inset
11581
11582  montre l'effet de cette insertion.
11583 \end_layout
11584
11585 \begin_layout Standard
11586 \begin_inset Float table
11587 placement h
11588 wide false
11589 sideways false
11590 status open
11591
11592 \begin_layout Plain Layout
11593 \begin_inset Caption
11594
11595 \begin_layout Plain Layout
11596 \begin_inset CommandInset label
11597 LatexCommand label
11598 name "tab:Tableau-césure"
11599
11600 \end_inset
11601
11602 Tableau avec et sans césure.
11603 \end_layout
11604
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \begin_layout Plain Layout
11611 \begin_inset space \hfill{}
11612 \end_inset
11613
11614
11615 \begin_inset Tabular
11616 <lyxtabular version="3" rows="3" columns="3">
11617 <features tabularvalignment="middle">
11618 <column alignment="center" valignment="middle" width="2.5cm">
11619 <column alignment="center" valignment="middle" width="0">
11620 <column alignment="center" valignment="middle" width="0">
11621 <row>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 mottrèslongdansunecellule
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 b
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 c
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 d
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 e
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 f
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 g
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 h
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 i
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 </lyxtabular>
11709
11710 \end_inset
11711
11712
11713 \begin_inset space \hfill{}
11714 \end_inset
11715
11716
11717 \begin_inset Tabular
11718 <lyxtabular version="3" rows="3" columns="3">
11719 <features tabularvalignment="middle">
11720 <column alignment="center" valignment="middle" width="2.5cm">
11721 <column alignment="center" valignment="middle" width="0">
11722 <column alignment="center" valignment="middle" width="0">
11723 <row>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 \begin_inset space \hspace{}
11729 \length 0pt
11730 \end_inset
11731
11732 mottrèslongdansunecellule
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 b
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 c
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row>
11757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 d
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 e
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 f
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 <row>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 g
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 h
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 i
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 </lyxtabular>
11815
11816 \end_inset
11817
11818
11819 \begin_inset space \hfill{}
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \begin_layout Subsection
11831 Multi-colonnes
11832 \begin_inset CommandInset label
11833 LatexCommand label
11834 name "sub:Multicolonnes"
11835
11836 \end_inset
11837
11838
11839 \begin_inset Index idx
11840 status collapsed
11841
11842 \begin_layout Plain Layout
11843 Multi-colonnes
11844 \end_layout
11845
11846 \end_inset
11847
11848
11849 \begin_inset Index idx
11850 status collapsed
11851
11852 \begin_layout Plain Layout
11853 Tableau ! Multi-colonnes
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Subsubsection
11862 Les bases des multi-colonnes
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11867  qu'elle doit couvrir et utilisez soit le bouton 
11868 \family sans
11869
11870 \begin_inset Info
11871 type  "icon"
11872 arg   "inset-modify tabular multicolumn"
11873 \end_inset
11874
11875
11876 \family default
11877  de la barre d'outils tableau, ou le menu 
11878 \family sans
11879 Éditer\SpecialChar \menuseparator
11880 Tableau\SpecialChar \menuseparator
11881 Multi-colonnes
11882 \family default
11883 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11884  
11885 \family sans
11886 Multi-colonnes
11887 \family default
11888 .
11889 \end_layout
11890
11891 \begin_layout Standard
11892 Les multi-colonnes ont leurs propres paramètres de cellule.
11893  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11894  de la cellule, cela n'affecte que la cellule multi-colonne.
11895  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11896  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11897 \end_layout
11898
11899 \begin_layout Standard
11900 \align center
11901 \begin_inset Tabular
11902 <lyxtabular version="3" rows="3" columns="4">
11903 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11904 <column alignment="center" valignment="top" width="0pt">
11905 <column alignment="center" valignment="middle" width="0">
11906 <column alignment="center" valignment="top" width="0in">
11907 <column alignment="center" valignment="top" width="0pt">
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 abc
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 def ghi
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 jkl
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 <row>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 A
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 B
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 C
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 D
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 <row>
11985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 1
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 2
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 3
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 4
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 </row>
12022 </lyxtabular>
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Subsubsection
12030 Calculs avec les multi-colonnes
12031 \begin_inset CommandInset label
12032 LatexCommand label
12033 name "sub:Calculs-multicolonnes"
12034
12035 \end_inset
12036
12037
12038 \begin_inset Index idx
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Multi-colonnes ! Calculs
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \begin_layout Standard
12051 LyX gère directement les multi-colonnes, mais nous devons faire attention
12052  à la largeur des cellules couvertes par la cellule multi-colonne.
12053 \end_layout
12054
12055 \begin_layout Standard
12056 \begin_inset Float table
12057 placement h
12058 wide false
12059 sideways false
12060 status open
12061
12062 \begin_layout Plain Layout
12063 \begin_inset Caption
12064
12065 \begin_layout Plain Layout
12066 \begin_inset CommandInset label
12067 LatexCommand label
12068 name "tab:Tableau-multicolonne-parfaite"
12069
12070 \end_inset
12071
12072 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
12073  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12074 \begin_inset Argument
12075 status open
12076
12077 \begin_layout Plain Layout
12078 Tableau avec multicolonne parfaite
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Plain Layout
12092 \align center
12093 \begin_inset Tabular
12094 <lyxtabular version="3" rows="3" columns="3">
12095 <features tabularvalignment="middle">
12096 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12097 <column alignment="center" valignment="middle" width="0">
12098 <column alignment="center" valignment="top" width="0">
12099 <row>
12100 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 multi-colonne sur plusieurs lignes
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 c
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 </row>
12128 <row>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 d
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 e
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 f
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 </row>
12157 <row>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 g
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 h
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 i
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 </row>
12186 </lyxtabular>
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 Par exemple, pour créer le tableau
12200 \begin_inset space ~
12201 \end_inset
12202
12203
12204 \begin_inset CommandInset ref
12205 LatexCommand ref
12206 reference "tab:Tableau-multicolonne-parfaite"
12207
12208 \end_inset
12209
12210 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12211  3×3 et faites un clic droit dessus.
12212  Ensuite choisissez pour cette cellule
12213 \emph on
12214 ,
12215 \emph default
12216  dans la fenêtre de dialogue de tableau, 
12217 \emph on
12218 multi-colonne
12219 \emph default
12220
12221 \emph on
12222 alignement
12223 \begin_inset space ~
12224 \end_inset
12225
12226 horizontal
12227 \begin_inset space ~
12228 \end_inset
12229
12230 centré
12231 \emph default
12232  et une largeur de 2.5
12233 \begin_inset space \thinspace{}
12234 \end_inset
12235
12236 cm.
12237  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12238  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12239 \begin_inset space \thinspace{}
12240 \end_inset
12241
12242 cm pour la première colonne.
12243  La deuxième colonne aura alors automatiquement une largeur de 1.25
12244 \begin_inset space \thinspace{}
12245 \end_inset
12246
12247 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12248  C'est ce qui a été fait pour le tableau
12249 \begin_inset space ~
12250 \end_inset
12251
12252
12253 \begin_inset CommandInset ref
12254 LatexCommand ref
12255 reference "tab:Tableau-multicolonne-imparfait"
12256
12257 \end_inset
12258
12259 .
12260 \end_layout
12261
12262 \begin_layout Standard
12263 \begin_inset Float table
12264 wide false
12265 sideways false
12266 status open
12267
12268 \begin_layout Plain Layout
12269 \begin_inset Caption
12270
12271 \begin_layout Plain Layout
12272 \begin_inset CommandInset label
12273 LatexCommand label
12274 name "tab:Tableau-multicolonne-imparfait"
12275
12276 \end_inset
12277
12278 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12279  de la largeur de la cellule multi-colonne.
12280 \begin_inset Argument
12281 status open
12282
12283 \begin_layout Plain Layout
12284 Tableau avec multi-colonne pas parfaite
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Plain Layout
12298 \align center
12299 \begin_inset Tabular
12300 <lyxtabular version="3" rows="3" columns="3">
12301 <features tabularvalignment="middle">
12302 <column alignment="center" valignment="top" width="1.25cm">
12303 <column alignment="center" valignment="top" width="0">
12304 <column alignment="center" valignment="top" width="0">
12305 <row>
12306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 multi-colonne sur plusieurs lignes
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 c
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 </row>
12334 <row>
12335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12336 \begin_inset Text
12337
12338 \begin_layout Plain Layout
12339 d
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348 e
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 f
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 </row>
12363 <row>
12364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368 g
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 h
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 i
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 </row>
12392 </lyxtabular>
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12406  de la cellule multi-colonne, elle est un peu plus large.
12407  La raison est que la taille que l'on donne à une cellule, 
12408 \begin_inset Formula $W_{g}$
12409 \end_inset
12410
12411  n'est pas sa taille totale, 
12412 \begin_inset Formula $W_{\mathrm{tot}}$
12413 \end_inset
12414
12415  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12416  lui donne.
12417  L'appendice
12418 \begin_inset space ~
12419 \end_inset
12420
12421
12422 \begin_inset CommandInset ref
12423 LatexCommand ref
12424 reference "cha:Explication-de-l'Equation"
12425
12426 \end_inset
12427
12428  explique pourquoi en détail.
12429 \end_layout
12430
12431 \begin_layout Standard
12432 La largeur nécessaire 
12433 \begin_inset Formula $W_{g\, n}$
12434 \end_inset
12435
12436  quand 
12437 \emph on
12438 n
12439 \emph default
12440  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12441  ait une largeur totale de 
12442 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12443 \end_inset
12444
12445 :
12446 \begin_inset Formula 
12447 \begin{equation}
12448 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12449 \end{equation}
12450
12451 \end_inset
12452
12453
12454 \end_layout
12455
12456 \begin_layout Standard
12457 Dans notre cas nous avons 
12458 \begin_inset Formula $n=2$
12459 \end_inset
12460
12461
12462 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12463 \end_inset
12464
12465 cm et les valeurs implicites pour les autres longueurs, l'équation
12466 \begin_inset space ~
12467 \end_inset
12468
12469
12470 \begin_inset CommandInset ref
12471 LatexCommand ref
12472 reference "eq:Wgn"
12473
12474 \end_inset
12475
12476  devient
12477 \begin_inset Formula 
12478 \begin{equation}
12479 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12480 \end{equation}
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \begin_layout Standard
12488 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12489  
12490 \series bold
12491 calc
12492 \series default
12493  avec la ligne suivante dans le préambule du document
12494 \begin_inset Index idx
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Paquetages LaTeX ! calc
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509
12510 \backslash
12511 usepackage{calc}
12512 \end_layout
12513
12514 \begin_layout Standard
12515 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12516  de dialogue.
12517  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12518  la fenêtre de dialogue.
12519  Voici un aperçu de ces paramètres :
12520 \end_layout
12521
12522 \begin_layout Itemize
12523
12524 \series bold
12525 p{largeur}
12526 \series default
12527  crée une cellule de taille donnée, le texte est aligné verticalement en
12528  haut.
12529 \end_layout
12530
12531 \begin_layout Itemize
12532
12533 \series bold
12534 m{largeur}
12535 \series default
12536  crée une cellule de taille donnée, le texte est aligné verticalement au
12537  centre
12538 \end_layout
12539
12540 \begin_layout Itemize
12541
12542 \series bold
12543 b{largeur}
12544 \series default
12545  crée une cellule de taille donnée, le texte est aligné verticalement en
12546  bas
12547 \end_layout
12548
12549 \begin_layout Standard
12550 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12551  la fenêtre de dialogue sont ignorés.
12552 \end_layout
12553
12554 \begin_layout Standard
12555 \begin_inset Note Greyedout
12556 status open
12557
12558 \begin_layout Plain Layout
12559
12560 \series bold
12561 Note:
12562 \series default
12563  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12564  en compte.
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \begin_layout Standard
12573 Comme le texte doit être centré horizontalement, on ajoute la commande 
12574 \series bold
12575
12576 \backslash
12577 centering
12578 \series default
12579 .
12580  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12581  des colonnes recouvertes :
12582 \end_layout
12583
12584 \begin_layout Standard
12585
12586 \series bold
12587 >{
12588 \backslash
12589 centering}m{1.25cm-6.2pt}
12590 \end_layout
12591
12592 \begin_layout Standard
12593 La commande 
12594 \series bold
12595 >{ }
12596 \series default
12597  signifie que les commandes qui se trouvent entre les accolades doivent
12598  être appliquées avant que la cellule ne soit créée.
12599 \end_layout
12600
12601 \begin_layout Standard
12602 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12603  multi-colonne, il est toujours aligné à gauche.
12604  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12605  isolées.
12606  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612 >{
12613 \backslash
12614 centering}m{2.5cm}
12615 \end_layout
12616
12617 \begin_layout Subsection
12618 Multi-lignes
12619 \begin_inset CommandInset label
12620 LatexCommand label
12621 name "sub:Multi-lignes"
12622
12623 \end_inset
12624
12625
12626 \begin_inset Index idx
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Multi-lignes
12631 \end_layout
12632
12633 \end_inset
12634
12635
12636 \begin_inset Index idx
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640 Tableau ! Multi-ligne
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12650  qu'elle doit couvrir et utilisez soit le bouton 
12651 \family sans
12652
12653 \begin_inset Info
12654 type  "icon"
12655 arg   "inset-modify tabular multirow"
12656 \end_inset
12657
12658
12659 \family default
12660  de la barre d'outils tableau, ou le menu 
12661 \family sans
12662 Éditer\SpecialChar \menuseparator
12663 Tableau\SpecialChar \menuseparator
12664 Multi-lignes
12665 \family default
12666 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12667  
12668 \family sans
12669 Multi-lignes
12670 \family default
12671 .
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12676 \end_layout
12677
12678 \begin_layout Standard
12679 \align center
12680 \begin_inset Tabular
12681 <lyxtabular version="3" rows="3" columns="3">
12682 <features tabularvalignment="middle">
12683 <column alignment="center" valignment="top" width="0pt">
12684 <column alignment="center" valignment="top" width="0">
12685 <column alignment="center" valignment="top" width="0">
12686 <row>
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 un contenu long
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 b
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 c
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 <row>
12716 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 multi-ligne
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 e
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 f
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row>
12745 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 h
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 i
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 </lyxtabular>
12774
12775 \end_inset
12776
12777
12778 \end_layout
12779
12780 \begin_layout Standard
12781 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12782  la colonne.
12783  L'
12784 \family sans
12785 Espacement
12786 \begin_inset space ~
12787 \end_inset
12788
12789 vertical
12790 \family default
12791  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12792  est positive ou négative.
12793 \end_layout
12794
12795 \begin_layout Standard
12796 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12797  explicitement, la cellule hérite de l'alignement de la colonne.
12798  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12799  implicite, vous devez redéfinir la commande 
12800 \series bold
12801
12802 \backslash
12803 multirowsetup
12804 \series default
12805  avec la commande
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 renewcommand{
12814 \backslash
12815 multirowsetup}{
12816 \backslash
12817 centering}
12818 \end_layout
12819
12820 \begin_layout Standard
12821 dans le préambule du document.
12822  Après ça, tous les contenus de cellules multi-lignes du document seront
12823  centrés.
12824  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12825  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12826  juste avant le tableau concerné, plutôt que dans le préambule.
12827  Si le texte doit être aligné à droite, remplacez 
12828 \series bold
12829
12830 \backslash
12831 centering
12832 \series default
12833  par 
12834 \series bold
12835
12836 \backslash
12837 raggedleft
12838 \series default
12839 .
12840  Pour revenir à l'alignement à gauche utilisez 
12841 \series bold
12842
12843 \backslash
12844 raggedright
12845 \series default
12846 .
12847 \end_layout
12848
12849 \begin_layout Standard
12850 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12851  avec un décalage vertical de -4
12852 \begin_inset space \thinspace{}
12853 \end_inset
12854
12855 mm dans une colonne de 3
12856 \begin_inset space \thinspace{}
12857 \end_inset
12858
12859 cm de large
12860 \begin_inset space ~
12861 \end_inset
12862
12863 :
12864 \end_layout
12865
12866 \begin_layout Standard
12867 \noindent
12868 \align center
12869 \begin_inset ERT
12870 status collapsed
12871
12872 \begin_layout Plain Layout
12873
12874
12875 \backslash
12876 renewcommand{
12877 \backslash
12878 multirowsetup}{
12879 \backslash
12880 raggedleft}
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \begin_inset Tabular
12887 <lyxtabular version="3" rows="4" columns="3">
12888 <features tabularvalignment="middle">
12889 <column alignment="center" valignment="top" width="3cm">
12890 <column alignment="center" valignment="top" width="0">
12891 <column alignment="center" valignment="top" width="0">
12892 <row>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 un contenu long
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 b
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 c
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 t
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 n
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 m
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 <row>
12951 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 multi-ligne
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 e
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 f
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row>
12980 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 h
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 i
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 </lyxtabular>
13009
13010 \end_inset
13011
13012
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 renewcommand{
13021 \backslash
13022 multirowsetup}{
13023 \backslash
13024 raggedright}
13025 \end_layout
13026
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \begin_layout Standard
13033 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
13034  utiliser un saut de ligne forcé (
13035 \begin_inset space ~
13036 \end_inset
13037
13038 raccourci 
13039 \family sans
13040 Ctrl+Entrée
13041 \family default
13042
13043 \begin_inset space ~
13044 \end_inset
13045
13046 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
13047  on le voit dans ce tableau :
13048 \end_layout
13049
13050 \begin_layout Standard
13051 \noindent
13052 \align center
13053 \begin_inset Tabular
13054 <lyxtabular version="3" rows="3" columns="2">
13055 <features tabularvalignment="middle">
13056 <column alignment="left" valignment="middle" width="2cm">
13057 <column alignment="center" valignment="top" width="0">
13058 <row>
13059 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 aaa
13064 \begin_inset Newline newline
13065 \end_inset
13066
13067 aaa
13068 \begin_inset Newline newline
13069 \end_inset
13070
13071 mauvaise cellule
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 ccc
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 ddd
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 </row>
13106 <row>
13107 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 bbb
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 eee
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 </row>
13126 </lyxtabular>
13127
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \begin_layout Standard
13134 Vous devez donc faire attention avec les saut de lignes forcés.
13135 \end_layout
13136
13137 \begin_layout Section
13138 Les tableaux formels
13139 \begin_inset CommandInset label
13140 LatexCommand label
13141 name "sec:Tableaux-Formels"
13142
13143 \end_inset
13144
13145
13146 \begin_inset Index idx
13147 status collapsed
13148
13149 \begin_layout Plain Layout
13150 Tableau ! Formel
13151 \end_layout
13152
13153 \end_inset
13154
13155
13156 \end_layout
13157
13158 \begin_layout Standard
13159 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13160  à celle du tableau
13161 \begin_inset space ~
13162 \end_inset
13163
13164
13165 \begin_inset CommandInset ref
13166 LatexCommand ref
13167 reference "tab:Exemple-tableau-booktabs"
13168
13169 \end_inset
13170
13171 .
13172  Ce genre de tableau est appelé 
13173 \begin_inset Quotes eld
13174 \end_inset
13175
13176
13177 \emph on
13178 formel
13179 \emph default
13180
13181 \begin_inset Quotes erd
13182 \end_inset
13183
13184 .
13185  Pour transformer un tableau en tableau formel, utilisez l'option 
13186 \family sans
13187 Formel
13188 \family default
13189  de l'onglet 
13190 \family sans
13191 Bordures
13192 \family default
13193  de la fenêtre de dialogue 
13194 \family sans
13195 Paramètres
13196 \begin_inset space ~
13197 \end_inset
13198
13199 du
13200 \begin_inset space ~
13201 \end_inset
13202
13203 tableau
13204 \family default
13205 .
13206 \end_layout
13207
13208 \begin_layout Standard
13209 \begin_inset Float table
13210 placement h
13211 wide false
13212 sideways false
13213 status open
13214
13215 \begin_layout Plain Layout
13216 \begin_inset Caption
13217
13218 \begin_layout Plain Layout
13219 \begin_inset CommandInset label
13220 LatexCommand label
13221 name "tab:Exemple-tableau-booktabs"
13222
13223 \end_inset
13224
13225 Exemple de tableau formel
13226 \end_layout
13227
13228 \end_inset
13229
13230
13231 \end_layout
13232
13233 \begin_layout Plain Layout
13234 \align center
13235 \begin_inset Tabular
13236 <lyxtabular version="3" rows="8" columns="4">
13237 <features booktabs="true" tabularvalignment="middle">
13238 <column alignment="center" valignment="top" width="0">
13239 <column alignment="center" valignment="top" width="0">
13240 <column alignment="center" valignment="top" width="0">
13241 <column alignment="center" valignment="top" width="0">
13242 <row>
13243 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 Système
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 <cell alignment="center" valignment="top" topline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 Chip
13257 \begin_inset space \thinspace{}
13258 \end_inset
13259
13260 1
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Chip
13270 \begin_inset space \thinspace{}
13271 \end_inset
13272
13273 2
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 </row>
13288 <row>
13289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 \begin_inset ERT
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297
13298
13299 \backslash
13300 cmidrule(r){2-2}
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311
13312 \backslash
13313 cmidrule(l){3-4}
13314 \end_layout
13315
13316 \end_inset
13317
13318 Épaisseur du capteur en µm
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 300
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 300
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 700
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 </row>
13351 <row>
13352 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 Angle du biseau en °
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" topline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 3.55
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 2.71
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 7.99
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 </row>
13389 <row topspace="default">
13390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 Résolution spatiale en µm
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 4.26
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 10.17
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 10.56
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row topspace="default">
13428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 MTF à 
13433 \begin_inset Formula $f_{\mathrm{max}}$
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 0.53
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 0.37
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 0.39
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row topspace="default">
13470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 \begin_inset ERT
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478
13479
13480 \backslash
13481 cmidrule(l{10pt}){1-1}
13482 \end_layout
13483
13484 \end_inset
13485
13486 résolution spatiale LSF
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 </row>
13519 <row>
13520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 en µm
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 129.7
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 52.75
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 50.78
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 <row>
13558 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 en % de la taille des pixels
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 76.3
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 95.9
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 92.3
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 </row>
13595 </lyxtabular>
13596
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \begin_layout Standard
13608 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13609  
13610 \family sans
13611 Bordures
13612 \family default
13613  de la fenêtre de dialogue 
13614 \family sans
13615 Paramètres
13616 \begin_inset space ~
13617 \end_inset
13618
13619 du
13620 \begin_inset space ~
13621 \end_inset
13622
13623 tableau
13624 \family default
13625  comme c'est décrit dans la section
13626 \begin_inset space ~
13627 \end_inset
13628
13629
13630 \begin_inset CommandInset ref
13631 LatexCommand ref
13632 reference "sub:Espacement-lignes"
13633
13634 \end_inset
13635
13636 .
13637 \end_layout
13638
13639 \begin_layout Standard
13640 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13641  verticales.
13642  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13643  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13644  sortie imprimée :
13645 \begin_inset Newline newline
13646 \end_inset
13647
13648 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13649 \begin_inset space \thinspace{}
13650 \end_inset
13651
13652 em alors que les autres lignes ont implicite une épaisseur de 0.05
13653 \begin_inset space \thinspace{}
13654 \end_inset
13655
13656 em.
13657 \end_layout
13658
13659 \begin_layout Standard
13660 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13661  les lignes de préambule suivantes :
13662 \end_layout
13663
13664 \begin_layout Standard
13665
13666 \series bold
13667
13668 \backslash
13669 let
13670 \backslash
13671 mytoprule
13672 \backslash
13673 toprule
13674 \begin_inset Newline newline
13675 \end_inset
13676
13677
13678 \backslash
13679 renewcommand{
13680 \backslash
13681 toprule}{
13682 \backslash
13683 mytoprule[width]}
13684 \end_layout
13685
13686 \begin_layout Standard
13687 Cet exemple concerne la première ligne, appelée 
13688 \series bold
13689 toprule
13690 \series default
13691 .
13692  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13693 \series bold
13694 toprule
13695 \series default
13696  par 
13697 \series bold
13698 bottomrule
13699 \series default
13700 .
13701  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13702  
13703 \series bold
13704 toprule
13705 \series default
13706  par 
13707 \series bold
13708 midrule
13709 \series default
13710 .
13711  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13712 \begin_inset space ~
13713 \end_inset
13714
13715
13716 \begin_inset CommandInset ref
13717 LatexCommand ref
13718 reference "cha:Unités-de-longueur"
13719
13720 \end_inset
13721
13722  pour préciser l'épaisseur voulue.
13723 \end_layout
13724
13725 \begin_layout Standard
13726 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13727  en mettant une ligne pour une cellule multi-colonne.
13728  LyX va utiliser en interne la commande 
13729 \series bold
13730
13731 \backslash
13732 cmidrule
13733 \series default
13734  pour créer cette ligne.
13735  Sa syntaxe complète est :
13736 \end_layout
13737
13738 \begin_layout Standard
13739
13740 \series bold
13741
13742 \backslash
13743 cmidrule[largeur](rognage){colDépart-colFin}
13744 \end_layout
13745
13746 \begin_layout Standard
13747 Les options de la commande 
13748 \series bold
13749
13750 \backslash
13751 cmidrule
13752 \series default
13753  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13754  TeX pour pouvoir les utiliser.
13755  On peut créer manuellement des lignes 
13756 \series bold
13757
13758 \backslash
13759 mitrales
13760 \series default
13761  en insérant la commande en code TeX comme le premier élément de la première
13762  cellule de la ligne.
13763  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13764  en question.
13765 \end_layout
13766
13767 \begin_layout Standard
13768 La valeur implicite pour l'épaisseur des lignes est de 0.03
13769 \begin_inset space \thinspace{}
13770 \end_inset
13771
13772 em.
13773  
13774 \series bold
13775 colDépart
13776 \series default
13777  est le numéro de la colonne dans laquelle la ligne commence et 
13778 \series bold
13779 colFin
13780 \series default
13781  est le numéro de la colonne dans laquelle elle se termine.
13782  La valeur de 
13783 \series bold
13784 colFin
13785 \series default
13786  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13787  Le paramètre optionnel 
13788 \series bold
13789 rognage
13790 \series default
13791  peut être soit 
13792 \emph on
13793 l{largeurRognage}
13794 \emph default
13795 , ou 
13796 \emph on
13797 r{largeurRognage}
13798 \emph default
13799  où les valeurs de
13800 \emph on
13801  largeurRognage
13802 \emph default
13803  sont aussi optionnelles.
13804  En utilisant par exemple la valeur 
13805 \emph on
13806 l{2pt}
13807 \emph default
13808  pour ce paramètre, la ligne va être rognée de 2
13809 \begin_inset space \thinspace{}
13810 \end_inset
13811
13812 pt à son extrémité gauche.
13813  Si vous ne spécifiez pas de valeur pour 
13814 \emph on
13815 largeurRognage
13816 \emph default
13817  les lignes sont implicitement rognées de 0.5
13818 \begin_inset space \thinspace{}
13819 \end_inset
13820
13821 em.
13822 \end_layout
13823
13824 \begin_layout Standard
13825 \begin_inset VSpace bigskip
13826 \end_inset
13827
13828 Le tableau
13829 \begin_inset space ~
13830 \end_inset
13831
13832
13833 \begin_inset CommandInset ref
13834 LatexCommand ref
13835 reference "tab:Exemple-tableau-booktabs"
13836
13837 \end_inset
13838
13839  a été créé en utilisant les commandes
13840 \end_layout
13841
13842 \begin_layout Standard
13843
13844 \series bold
13845
13846 \backslash
13847 cmidrule(r){2-2}
13848 \backslash
13849 cmidrule(l){3-4}
13850 \end_layout
13851
13852 \begin_layout Standard
13853 au début de la deuxième ligne et
13854 \end_layout
13855
13856 \begin_layout Standard
13857
13858 \series bold
13859
13860 \backslash
13861 cmidrule(l{10pt}){1-1}
13862 \end_layout
13863
13864 \begin_layout Standard
13865 au début de la sixième ligne.
13866 \end_layout
13867
13868 \begin_layout Standard
13869 \begin_inset VSpace bigskip
13870 \end_inset
13871
13872
13873 \end_layout
13874
13875 \begin_layout Standard
13876 Vous pouvez vouloir des commandes 
13877 \series bold
13878
13879 \backslash
13880 cmidrule
13881 \series default
13882 s qui se recouvrent comme pour le tableau
13883 \begin_inset space ~
13884 \end_inset
13885
13886
13887 \begin_inset CommandInset ref
13888 LatexCommand ref
13889 reference "tab:Tableau-booktabs-special"
13890
13891 \end_inset
13892
13893 .
13894  On obtient ce résultat en utilisant la commande suivante en code TeX
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \series bold
13900
13901 \backslash
13902 morecmidrules
13903 \end_layout
13904
13905 \begin_layout Standard
13906 La commande qui a été utilisée pour la deuxième ligne du tableau
13907 \begin_inset space ~
13908 \end_inset
13909
13910
13911 \begin_inset CommandInset ref
13912 LatexCommand ref
13913 reference "tab:Tableau-booktabs-special"
13914
13915 \end_inset
13916
13917  est
13918 \end_layout
13919
13920 \begin_layout Standard
13921
13922 \series bold
13923
13924 \backslash
13925 cmidrule(r){2-2}
13926 \backslash
13927 cmidrule(l){3-4}
13928 \backslash
13929 morecmidrules
13930 \backslash
13931 cmidrule{2-4}
13932 \end_layout
13933
13934 \begin_layout Standard
13935 La commande pour la sixième ligne est
13936 \end_layout
13937
13938 \begin_layout Standard
13939
13940 \series bold
13941
13942 \backslash
13943 midrule
13944 \backslash
13945 morecmidrules
13946 \backslash
13947 cmidrule{3-4}
13948 \end_layout
13949
13950 \begin_layout Standard
13951 \begin_inset VSpace bigskip
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \begin_layout Standard
13958 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13959 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13960  font toute la largeur du tableau :
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \series bold
13966
13967 \backslash
13968 specialrule{largeur}{espace au dessus}{espace en dessous}
13969 \end_layout
13970
13971 \begin_layout Standard
13972 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13973  du paquetage LaTeX 
13974 \series bold
13975 booktabs
13976 \series default
13977  
13978 \begin_inset CommandInset citation
13979 LatexCommand cite
13980 key "booktabs"
13981
13982 \end_inset
13983
13984 .
13985 \begin_inset Index idx
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989 Paquetages LaTeX ! booktabs
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \begin_layout Standard
13998 \begin_inset Float table
13999 placement h
14000 wide false
14001 sideways false
14002 status open
14003
14004 \begin_layout Plain Layout
14005 \begin_inset Caption
14006
14007 \begin_layout Plain Layout
14008 \begin_inset CommandInset label
14009 LatexCommand label
14010 name "tab:Tableau-booktabs-special"
14011
14012 \end_inset
14013
14014 Tableau formel spécial
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \begin_layout Plain Layout
14023 \align center
14024 \begin_inset Tabular
14025 <lyxtabular version="3" rows="8" columns="4">
14026 <features booktabs="true" tabularvalignment="middle">
14027 <column alignment="center" valignment="top" width="0">
14028 <column alignment="center" valignment="top" width="0">
14029 <column alignment="center" valignment="top" width="0">
14030 <column alignment="center" valignment="top" width="0">
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 Système
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 Chip
14046 \begin_inset space \thinspace{}
14047 \end_inset
14048
14049 1
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 Chip
14059 \begin_inset space \thinspace{}
14060 \end_inset
14061
14062 2
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 </row>
14077 <row>
14078 <cell alignment="center" valignment="top" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 cmidrule(r){2-2}
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100
14101 \backslash
14102 cmidrule(l){3-4}
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \begin_inset ERT
14109 status collapsed
14110
14111 \begin_layout Plain Layout
14112
14113
14114 \backslash
14115 morecmidrules 
14116 \end_layout
14117
14118 \end_inset
14119
14120
14121 \begin_inset ERT
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126
14127 \backslash
14128 cmidrule{2-4}
14129 \end_layout
14130
14131 \end_inset
14132
14133 Epaisseur du capteur en µm
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 300
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 300
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 700
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" topline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 Angle biseau en °
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 3.55
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 2.71
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 7.99
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row topspace="default">
14205 <cell alignment="center" valignment="top" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 Résolution spatiale en µm
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 4.26
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 10.17
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 10.56
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 </row>
14242 <row topspace="default">
14243 <cell alignment="center" valignment="top" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 MTF à 
14248 \begin_inset Formula $f_{\mathrm{max}}$
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 0.53
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 0.37
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 0.39
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 <row>
14285 <cell alignment="center" valignment="top" topline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294
14295 \backslash
14296 morecmidrules 
14297 \end_layout
14298
14299 \end_inset
14300
14301
14302 \begin_inset ERT
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306
14307
14308 \backslash
14309 cmidrule{3-4}
14310 \end_layout
14311
14312 \end_inset
14313
14314 résolution spatiale LSF
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 <row>
14348 <cell alignment="center" valignment="top" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 en µm
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 129.7
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 52.75
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 50.78
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 </row>
14385 <row>
14386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 en % de la taille des pixels
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 76.3
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 95.9
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 92.3
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 </row>
14423 </lyxtabular>
14424
14425 \end_inset
14426
14427
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Section
14436 Alignement vertical des tableaux
14437 \begin_inset Index idx
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 Tableau ! Alignement
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \begin_layout Standard
14450 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14451  doit être à l'intérieur d'une boîte.
14452  La boîte peut alors être alignée comme c'est décrit dans la 
14453 \begin_inset space ~
14454 \end_inset
14455
14456
14457 \begin_inset CommandInset ref
14458 LatexCommand ref
14459 reference "sec:Boîte-Dialogue"
14460
14461 \end_inset
14462
14463 .
14464 \end_layout
14465
14466 \begin_layout Standard
14467 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14468  minipage
14469 \begin_inset Foot
14470 status open
14471
14472 \begin_layout Plain Layout
14473 Les minipages son décrites dans la section
14474 \begin_inset space ~
14475 \end_inset
14476
14477
14478 \begin_inset CommandInset ref
14479 LatexCommand ref
14480 reference "sec:Minipages"
14481
14482 \end_inset
14483
14484 .
14485 \end_layout
14486
14487 \end_inset
14488
14489  dont la largeur est de 15
14490 \begin_inset space \thinspace{}
14491 \end_inset
14492
14493 col% :
14494 \end_layout
14495
14496 \begin_layout Itemize
14497 test 
14498 \begin_inset Box Frameless
14499 position "t"
14500 hor_pos "c"
14501 has_inner_box 1
14502 inner_pos "c"
14503 use_parbox 0
14504 use_makebox 0
14505 width "15col%"
14506 special "none"
14507 height "1in"
14508 height_special "totalheight"
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512 \begin_inset Tabular
14513 <lyxtabular version="3" rows="3" columns="3">
14514 <features tabularvalignment="middle">
14515 <column alignment="center" valignment="top" width="0">
14516 <column alignment="center" valignment="top" width="0">
14517 <column alignment="center" valignment="top" width="0">
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 a
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 d
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 g
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 <row>
14548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 b
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 e
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 h
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 c
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 f
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 i
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 </lyxtabular>
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \end_inset
14613
14614  test 
14615 \begin_inset ERT
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619
14620
14621 \backslash
14622 raisebox{0.85
14623 \backslash
14624 baselineskip}{
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \begin_inset Box Frameless
14631 position "t"
14632 hor_pos "c"
14633 has_inner_box 1
14634 inner_pos "c"
14635 use_parbox 0
14636 use_makebox 0
14637 width "15col%"
14638 special "none"
14639 height "1in"
14640 height_special "totalheight"
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644 \begin_inset Tabular
14645 <lyxtabular version="3" rows="3" columns="3">
14646 <features tabularvalignment="middle">
14647 <column alignment="center" valignment="top" width="0">
14648 <column alignment="center" valignment="top" width="0">
14649 <column alignment="center" valignment="top" width="0">
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 a
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 d
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 g
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 b
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 e
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 h
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 </row>
14708 <row>
14709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713 c
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 f
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 i
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 </row>
14737 </lyxtabular>
14738
14739 \end_inset
14740
14741
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \begin_inset ERT
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751
14752 }
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Itemize
14761 test 
14762 \begin_inset Box Frameless
14763 position "c"
14764 hor_pos "c"
14765 has_inner_box 1
14766 inner_pos "c"
14767 use_parbox 0
14768 use_makebox 0
14769 width "15col%"
14770 special "none"
14771 height "1in"
14772 height_special "totalheight"
14773 status collapsed
14774
14775 \begin_layout Plain Layout
14776 \begin_inset Tabular
14777 <lyxtabular version="3" rows="3" columns="3">
14778 <features tabularvalignment="middle">
14779 <column alignment="center" valignment="top" width="0">
14780 <column alignment="center" valignment="top" width="0">
14781 <column alignment="center" valignment="top" width="0">
14782 <row>
14783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 a
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 d
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 g
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 </row>
14811 <row>
14812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816 b
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 e
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 h
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 </row>
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 c
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 f
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 i
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 </row>
14869 </lyxtabular>
14870
14871 \end_inset
14872
14873
14874 \end_layout
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Itemize
14882 test 
14883 \begin_inset Box Frameless
14884 position "b"
14885 hor_pos "c"
14886 has_inner_box 1
14887 inner_pos "c"
14888 use_parbox 0
14889 use_makebox 0
14890 width "15col%"
14891 special "none"
14892 height "1in"
14893 height_special "totalheight"
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897 \begin_inset Tabular
14898 <lyxtabular version="3" rows="3" columns="3">
14899 <features tabularvalignment="middle">
14900 <column alignment="center" valignment="top" width="0">
14901 <column alignment="center" valignment="top" width="0">
14902 <column alignment="center" valignment="top" width="0">
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908 a
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 d
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926 g
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 </row>
14932 <row>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 b
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 e
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 h
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 c
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 f
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 i
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 </lyxtabular>
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998
14999  test 
15000 \begin_inset ERT
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004
15005
15006 \backslash
15007 raisebox{-0.32
15008 \backslash
15009 baselineskip}{
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \begin_inset Box Frameless
15016 position "b"
15017 hor_pos "c"
15018 has_inner_box 1
15019 inner_pos "c"
15020 use_parbox 0
15021 use_makebox 0
15022 width "15col%"
15023 special "none"
15024 height "1in"
15025 height_special "totalheight"
15026 status collapsed
15027
15028 \begin_layout Plain Layout
15029 \begin_inset Tabular
15030 <lyxtabular version="3" rows="3" columns="3">
15031 <features tabularvalignment="middle">
15032 <column alignment="center" valignment="top" width="0">
15033 <column alignment="center" valignment="top" width="0">
15034 <column alignment="center" valignment="top" width="0">
15035 <row>
15036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040 a
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 d
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 g
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 <row>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 b
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 e
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 h
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 c
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 f
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 i
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 </lyxtabular>
15123
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130
15131
15132 \begin_inset ERT
15133 status collapsed
15134
15135 \begin_layout Plain Layout
15136
15137 }
15138 \end_layout
15139
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \begin_layout Standard
15146 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15147  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15148  la ligne dans laquelle le tableau est inséré.
15149  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15150  boîte élévatrice (raisebox)
15151 \begin_inset Foot
15152 status collapsed
15153
15154 \begin_layout Plain Layout
15155 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15156 \begin_inset space ~
15157 \end_inset
15158
15159
15160 \begin_inset CommandInset ref
15161 LatexCommand ref
15162 reference "sub:Alignement-Vertical"
15163
15164 \end_inset
15165
15166 .
15167 \end_layout
15168
15169 \end_inset
15170
15171 .
15172  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15173  aligné en utilisant la commande en code TeX suivante 
15174 \end_layout
15175
15176 \begin_layout Standard
15177
15178 \series bold
15179
15180 \backslash
15181 raisebox{0.85
15182 \backslash
15183 baselineskip}{
15184 \end_layout
15185
15186 \begin_layout Standard
15187 placée juste avant la boîte minipage.
15188  Après la boîte on insère l'accolade fermante en code TeX.
15189  Pour le deuxième tableau de la dernière ligne, la commande 
15190 \end_layout
15191
15192 \begin_layout Standard
15193
15194 \series bold
15195
15196 \backslash
15197 raisebox{-0.32
15198 \backslash
15199 baselineskip}{
15200 \end_layout
15201
15202 \begin_layout Standard
15203 est utilisée.
15204 \end_layout
15205
15206 \begin_layout Standard
15207 \begin_inset Note Greyedout
15208 status open
15209
15210 \begin_layout Plain Layout
15211
15212 \series bold
15213 Note:
15214 \series default
15215  L'alignement entre le contenu de la ligne du tableau et le texte de la
15216  ligne qui l'entoure ne peut pas être parfait.
15217  Le facteur utilisé dans la commande 
15218 \series bold
15219
15220 \backslash
15221 raisebox
15222 \series default
15223  pour obtenir cet alignement dépend de la police de caractères du document,
15224  de la taille de la police et de l'épaisseur des lignes du tableau.
15225 \end_layout
15226
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Section
15233 Tableaux colorés
15234 \begin_inset CommandInset label
15235 LatexCommand label
15236 name "sec:Tableaux-Colorés"
15237
15238 \end_inset
15239
15240
15241 \begin_inset Index idx
15242 status collapsed
15243
15244 \begin_layout Plain Layout
15245 Tableau ! Coloré
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \begin_layout Subsection
15254 Cellules colorées
15255 \begin_inset Index idx
15256 status collapsed
15257
15258 \begin_layout Plain Layout
15259 Couleur des tableaux ! Pour les cellules
15260 \end_layout
15261
15262 \end_inset
15263
15264
15265 \begin_inset Index idx
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 Couleur ! Pour les cellules de tableau
15270 \end_layout
15271
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \begin_layout Standard
15278 \begin_inset Float table
15279 placement h
15280 wide false
15281 sideways false
15282 status open
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Caption
15286
15287 \begin_layout Plain Layout
15288 \begin_inset CommandInset label
15289 LatexCommand label
15290 name "tab:Tableau-coloré-sans-colortbl"
15291
15292 \end_inset
15293
15294 Tableau coloré sans utiliser le paquetage  
15295 \series bold
15296 colortbl
15297 \series default
15298
15299 \begin_inset Argument
15300 status open
15301
15302 \begin_layout Plain Layout
15303 Tableau sans colortbl
15304 \end_layout
15305
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Plain Layout
15317 \align center
15318 \begin_inset Tabular
15319 <lyxtabular version="3" rows="3" columns="3">
15320 <features tabularvalignment="middle">
15321 <column alignment="center" valignment="top" width="0">
15322 <column alignment="center" valignment="top" width="0">
15323 <column alignment="center" valignment="top" width="0">
15324 <row>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \color green
15331 a
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \color red
15342 b
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351
15352 \color red
15353 c
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 </row>
15359 <row>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364
15365 \color green
15366 d
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \color blue
15377 e
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386
15387 \color blue
15388 f
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 <row>
15395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \color green
15401 g
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \color blue
15412 h
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \color blue
15423 i
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 </row>
15429 </lyxtabular>
15430
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \begin_layout Standard
15442 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15443  et choisissez une couleur dans le menu 
15444 \family sans
15445 Éditer\SpecialChar \menuseparator
15446 Style
15447 \begin_inset space ~
15448 \end_inset
15449
15450 de
15451 \begin_inset space ~
15452 \end_inset
15453
15454 Texte
15455 \family default
15456 .
15457  C'est ce qui a été utilisé pour créer le tableau
15458 \begin_inset space ~
15459 \end_inset
15460
15461
15462 \begin_inset CommandInset ref
15463 LatexCommand ref
15464 reference "tab:Tableau-coloré-sans-colortbl"
15465
15466 \end_inset
15467
15468 .
15469  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15470 \series bold
15471 colortbl
15472 \series default
15473 .
15474 \begin_inset Index idx
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478 Paquetages LaTeX ! colortbl
15479 \end_layout
15480
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \begin_layout Standard
15487 \begin_inset ERT
15488 status collapsed
15489
15490 \begin_layout Plain Layout
15491
15492
15493 \backslash
15494 ifcolortbl
15495 \end_layout
15496
15497 \end_inset
15498
15499
15500 \begin_inset Note Note
15501 status open
15502
15503 \begin_layout Plain Layout
15504 La section qui suit ne sera affichée que si vous avez installé le paquetage
15505  LaTeX 
15506 \series bold
15507 colortbl
15508 \series default
15509 .
15510 \end_layout
15511
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \begin_layout Standard
15518 Pour créer des tableaux colorés, vous devez charger le paquetage
15519 \series bold
15520  colortbl
15521 \series default
15522  dans le préambule avec la ligne
15523 \end_layout
15524
15525 \begin_layout Standard
15526
15527 \series bold
15528
15529 \backslash
15530 usepackage{colortbl}
15531 \end_layout
15532
15533 \begin_layout Standard
15534 On choisit la couleur d'une colonne avec la commande 
15535 \end_layout
15536
15537 \begin_layout Standard
15538
15539 \series bold
15540
15541 \backslash
15542 columncolor{nom de couleur}
15543 \end_layout
15544
15545 \begin_layout Standard
15546 à l'intérieur d'une commande 
15547 \series bold
15548 >{ }
15549 \series default
15550 .
15551  Vous trouverez plus d'information sur la commande 
15552 \series bold
15553 >{}
15554 \series default
15555  dans la section
15556 \begin_inset space ~
15557 \end_inset
15558
15559
15560 \begin_inset CommandInset ref
15561 LatexCommand ref
15562 reference "sub:Calculs-multicolonnes"
15563
15564 \end_inset
15565
15566 .
15567 \end_layout
15568
15569 \begin_layout Standard
15570 Les noms de couleurs suivants sont prédéfinis :
15571 \end_layout
15572
15573 \begin_layout Standard
15574
15575 \family sans
15576 red
15577 \family default
15578  (rouge), 
15579 \family sans
15580 green
15581 \family default
15582  (vert), 
15583 \family sans
15584 yellow
15585 \family default
15586  (jaune), 
15587 \family sans
15588 blue
15589 \family default
15590  (bleu), 
15591 \family sans
15592 cyan
15593 \family default
15594
15595 \family sans
15596 magenta
15597 \family default
15598
15599 \family sans
15600 black 
15601 \family default
15602 (noir) et 
15603 \family sans
15604 white 
15605 \family default
15606 (blanc)
15607 \end_layout
15608
15609 \begin_layout Standard
15610 \begin_inset VSpace medskip
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \begin_layout Standard
15617 Si vous ajoutez les options
15618 \end_layout
15619
15620 \begin_layout Standard
15621
15622 \series bold
15623 usenames,dvipsnames
15624 \end_layout
15625
15626 \begin_layout Standard
15627 aux options de la classe de document dans les paramètres du document, vous
15628  pouvez utiliser 61
15629 \begin_inset space ~
15630 \end_inset
15631
15632 couleurs supplémentaires.
15633  Ces couleurs sont listées dans l'appendice
15634 \begin_inset space ~
15635 \end_inset
15636
15637
15638 \begin_inset CommandInset ref
15639 LatexCommand ref
15640 reference "chap:Liste-de-noms-de-couleur-dvips"
15641
15642 \end_inset
15643
15644 .
15645  Une de ces couleurs, 
15646 \family sans
15647 Maroon
15648 \family default
15649 , est utilisée comme exemple dans le tableau
15650 \begin_inset space ~
15651 \end_inset
15652
15653
15654 \begin_inset CommandInset ref
15655 LatexCommand ref
15656 reference "tab:Tableau-coloré-avec-colortbl"
15657
15658 \end_inset
15659
15660 .
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset VSpace medskip
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \begin_layout Standard
15671 Vous pouvez aussi définir votre propre couleur avec la commande
15672 \end_layout
15673
15674 \begin_layout Standard
15675
15676 \series bold
15677
15678 \backslash
15679 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15680 \end_layout
15681
15682 \begin_layout Standard
15683 Le modèle de couleur peut être
15684 \end_layout
15685
15686 \begin_layout Labeling
15687 \labelwidthstring 00.00.0000
15688 cmyk
15689 \begin_inset space ~
15690 \end_inset
15691
15692 : cyan, magenta, jaune (yellow), noir (black)
15693 \end_layout
15694
15695 \begin_layout Labeling
15696 \labelwidthstring 00.00.0000
15697 rgb
15698 \begin_inset space ~
15699 \end_inset
15700
15701 : rouge (red), vert (green), bleu (blue)
15702 \end_layout
15703
15704 \begin_layout Labeling
15705 \labelwidthstring 00.00.0000
15706 gray
15707 \begin_inset space ~
15708 \end_inset
15709
15710 : dégradé de gris (gray)
15711 \end_layout
15712
15713 \begin_layout Standard
15714 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15715  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15716 \end_layout
15717
15718 \begin_layout Standard
15719 Vous pouvez par exemple définir la couleur 
15720 \begin_inset Quotes eld
15721 \end_inset
15722
15723
15724 \emph on
15725 vertfonce
15726 \begin_inset Quotes erd
15727 \end_inset
15728
15729  dans le préambule avec la ligne
15730 \end_layout
15731
15732 \begin_layout Standard
15733
15734 \series bold
15735
15736 \backslash
15737 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15738 \end_layout
15739
15740 \begin_layout Standard
15741 et la couleur "
15742 \emph on
15743 grisclair
15744 \emph default
15745 " avec
15746 \end_layout
15747
15748 \begin_layout Standard
15749
15750 \series bold
15751
15752 \backslash
15753 definecolor{grisclair}{gray}{0.8}
15754 \end_layout
15755
15756 \begin_layout Standard
15757 \begin_inset VSpace medskip
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \begin_layout Standard
15764 Les lignes sont colorées avec la commande
15765 \end_layout
15766
15767 \begin_layout Standard
15768
15769 \series bold
15770
15771 \backslash
15772 rowcolor{nom de la couleur}
15773 \end_layout
15774
15775 \begin_layout Standard
15776 et les cellules sont colorées avec la commande
15777 \end_layout
15778
15779 \begin_layout Standard
15780
15781 \series bold
15782
15783 \backslash
15784 cellcolor{nom de la couleur}
15785 \end_layout
15786
15787 \begin_layout Standard
15788 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15789 \end_layout
15790
15791 \begin_layout Standard
15792 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15793  choisissez une couleur dans le menu 
15794 \family sans
15795 Éditer\SpecialChar \menuseparator
15796 Style
15797 \begin_inset space ~
15798 \end_inset
15799
15800 de
15801 \begin_inset space ~
15802 \end_inset
15803
15804 Texte
15805 \family default
15806 .
15807  Si une cellule contient du code TeX, faites bien attention à ne colorer
15808  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15809 \end_layout
15810
15811 \begin_layout Standard
15812 \begin_inset Note Greyedout
15813 status open
15814
15815 \begin_layout Plain Layout
15816
15817 \series bold
15818 Note:
15819 \series default
15820  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15821  définies par l'utilisateur.
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 \begin_inset VSpace bigskip
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 Pour créer le tableau
15838 \begin_inset space ~
15839 \end_inset
15840
15841
15842 \begin_inset CommandInset ref
15843 LatexCommand ref
15844 reference "tab:Tableau-coloré-avec-colortbl"
15845
15846 \end_inset
15847
15848  faites ce qui suit : La couleur de la première colonne doit être 
15849 \emph on
15850 vertfonce
15851 \emph default
15852 .
15853  On insère donc la commande
15854 \end_layout
15855
15856 \begin_layout Standard
15857
15858 \series bold
15859 >{
15860 \backslash
15861 columncolor{vertfonce}
15862 \backslash
15863 centering}c
15864 \end_layout
15865
15866 \begin_layout Standard
15867 en code TeX pour cette colonne.
15868  La première ligne doit être bleue clair, d'où la commande en code TeX
15869 \end_layout
15870
15871 \begin_layout Standard
15872
15873 \series bold
15874
15875 \backslash
15876 rowcolor{cyan}
15877 \end_layout
15878
15879 \begin_layout Standard
15880 qui est insérée dans la première cellule de cette ligne.
15881  Notez que cela annule la couleur de colonne pour la première cellule.
15882  La dernière cellule de la dernière ligne est colorée en marron
15883 \series bold
15884  
15885 \series default
15886 en insérant en code TeX la commande
15887 \end_layout
15888
15889 \begin_layout Standard
15890
15891 \series bold
15892
15893 \backslash
15894 cellcolor{Maroon}
15895 \end_layout
15896
15897 \begin_layout Standard
15898 Les caractères peuvent maintenant être colorés en utilisant le menu 
15899 \family sans
15900 Éditer\SpecialChar \menuseparator
15901 Style
15902 \begin_inset space ~
15903 \end_inset
15904
15905 de
15906 \begin_inset space ~
15907 \end_inset
15908
15909 Texte
15910 \family default
15911 .
15912 \end_layout
15913
15914 \begin_layout Standard
15915 \begin_inset Float table
15916 placement h
15917 wide false
15918 sideways false
15919 status open
15920
15921 \begin_layout Plain Layout
15922 \begin_inset Caption
15923
15924 \begin_layout Plain Layout
15925 \begin_inset CommandInset label
15926 LatexCommand label
15927 name "tab:Tableau-coloré-avec-colortbl"
15928
15929 \end_inset
15930
15931 Tableau coloré en utilisant le paquetage 
15932 \series bold
15933 colortbl
15934 \series default
15935
15936 \begin_inset Argument
15937 status collapsed
15938
15939 \begin_layout Plain Layout
15940 Tableau avec colortbl
15941 \end_layout
15942
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Plain Layout
15954 \align center
15955 \begin_inset Tabular
15956 <lyxtabular version="3" rows="3" columns="3">
15957 <features tabularvalignment="middle">
15958 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15959 <column alignment="center" valignment="top" width="0">
15960 <column alignment="center" valignment="top" width="0">
15961 <row>
15962 <cell alignment="center" valignment="top" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 \begin_inset ERT
15967 status collapsed
15968
15969 \begin_layout Plain Layout
15970
15971
15972 \backslash
15973 rowcolor{cyan}
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \color magenta
15980 a
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989
15990 \color red
15991 b
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \color red
16002 c
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 </row>
16008 <row>
16009 <cell alignment="center" valignment="top" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \color yellow
16015 d
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \color blue
16026 e
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \color blue
16037 f
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row>
16044 <cell alignment="center" valignment="top" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048
16049 \color yellow
16050 g
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \color blue
16061 h
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 \begin_inset ERT
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075
16076 \backslash
16077 cellcolor{Maroon}
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \color green
16084 i
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 </row>
16090 </lyxtabular>
16091
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \begin_layout Standard
16103 \begin_inset ERT
16104 status collapsed
16105
16106 \begin_layout Plain Layout
16107
16108
16109 \backslash
16110 else
16111 \end_layout
16112
16113 \end_inset
16114
16115
16116 \begin_inset Note Note
16117 status open
16118
16119 \begin_layout Plain Layout
16120 Ce qui suit sera affiché si le paquetage 
16121 \series bold
16122 colortbl
16123 \series default
16124  n'est pas installé :
16125 \end_layout
16126
16127 \end_inset
16128
16129
16130 \end_layout
16131
16132 \begin_layout Standard
16133 Vous devez installer le paquetage 
16134 \series bold
16135 colortbl
16136 \series default
16137  pour voir le contenu des cette section dans la sortie imprimée.
16138 \end_layout
16139
16140 \begin_layout Standard
16141 \begin_inset ERT
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145
16146
16147 \backslash
16148 fi
16149 \end_layout
16150
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \begin_layout Subsection
16157 Les filets colorées
16158 \begin_inset Index idx
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162 Tableau Coloré ! Pour les filets
16163 \end_layout
16164
16165 \end_inset
16166
16167
16168 \begin_inset Index idx
16169 status collapsed
16170
16171 \begin_layout Plain Layout
16172 Couleur ! Pour les filets des tableaux
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \begin_inset Note Note
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182 on parle de filets plutôt que de lignes pour les tableaux
16183 \end_layout
16184
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \begin_layout Standard
16191 Comme c'est décrit dans la section
16192 \begin_inset space ~
16193 \end_inset
16194
16195
16196 \begin_inset CommandInset ref
16197 LatexCommand ref
16198 reference "sub:Epaisseur-filets"
16199
16200 \end_inset
16201
16202 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16203  variable 
16204 \series bold
16205
16206 \backslash
16207 arrayrulewidth
16208 \series default
16209 .
16210  Elle est mise à 1.5
16211 \begin_inset space \thinspace{}
16212 \end_inset
16213
16214 pt pour tous les tableaux de cette section.
16215 \begin_inset ERT
16216 status collapsed
16217
16218 \begin_layout Plain Layout
16219
16220
16221 \backslash
16222 setlength{
16223 \backslash
16224 arrayrulewidth}{1.5pt}
16225 \end_layout
16226
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \begin_layout Standard
16233 Pour colorer les filets verticaux, par exemple en vert, créez le format
16234  de colonne suivant dans le préambule du document, en suivant la description
16235  de la section
16236 \begin_inset space ~
16237 \end_inset
16238
16239
16240 \begin_inset CommandInset ref
16241 LatexCommand ref
16242 reference "sub:Formats-personnalisés"
16243
16244 \end_inset
16245
16246 :
16247 \end_layout
16248
16249 \begin_layout Standard
16250
16251 \series bold
16252
16253 \backslash
16254 newcolumntype{W}{!{
16255 \backslash
16256 color{green}
16257 \backslash
16258 vline}}
16259 \end_layout
16260
16261 \begin_layout Standard
16262 Pour le tableau
16263 \begin_inset space ~
16264 \end_inset
16265
16266
16267 \begin_inset CommandInset ref
16268 LatexCommand ref
16269 reference "tab:Tableau-filets-verticaux-colorés"
16270
16271 \end_inset
16272
16273  le paramètre LaTeX
16274 \series bold
16275  WcW
16276 \series default
16277  a été utilisé pour la dernière colonne et
16278 \series bold
16279  Wc
16280 \series default
16281  pour les autres colonnes.
16282 \end_layout
16283
16284 \begin_layout Standard
16285 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16286 \end_layout
16287
16288 \begin_layout Standard
16289 \begin_inset Float table
16290 placement h
16291 wide false
16292 sideways false
16293 status open
16294
16295 \begin_layout Plain Layout
16296 \begin_inset Caption
16297
16298 \begin_layout Plain Layout
16299 \begin_inset CommandInset label
16300 LatexCommand label
16301 name "tab:Tableau-filets-verticaux-colorés"
16302
16303 \end_inset
16304
16305 Tableau avec filets verticaux colorés
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \begin_layout Plain Layout
16314 \align center
16315 \begin_inset Tabular
16316 <lyxtabular version="3" rows="3" columns="3">
16317 <features tabularvalignment="middle">
16318 <column alignment="center" valignment="top" width="0" special="Wc">
16319 <column alignment="center" valignment="top" width="0" special="Wc">
16320 <column alignment="center" valignment="top" width="0" special="WcW">
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 sd
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 sd
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row>
16380 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 sd
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 </lyxtabular>
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Standard
16421 \begin_inset VSpace bigskip
16422 \end_inset
16423
16424 Pour colorer les filets horizontaux en rouge comme pour le tableau
16425 \begin_inset space ~
16426 \end_inset
16427
16428
16429 \begin_inset CommandInset ref
16430 LatexCommand ref
16431 reference "tab:Tableau-filet-horizontaux-colorés"
16432
16433 \end_inset
16434
16435 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16436  le flottant de tableau :
16437 \end_layout
16438
16439 \begin_layout Standard
16440
16441 \series bold
16442
16443 \backslash
16444 let
16445 \backslash
16446 myHlineC
16447 \backslash
16448 hline
16449 \begin_inset Newline newline
16450 \end_inset
16451
16452
16453 \backslash
16454 renewcommand{
16455 \backslash
16456 hline}
16457 \begin_inset Newline newline
16458 \end_inset
16459
16460
16461 \begin_inset Phantom HPhantom
16462 status open
16463
16464 \begin_layout Plain Layout
16465
16466 \series bold
16467 \begin_inset space ~
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \end_inset
16474
16475 {
16476 \backslash
16477 arrayrulecolor{red}
16478 \backslash
16479 myHlineC
16480 \backslash
16481 arrayrulecolor{black}}
16482 \end_layout
16483
16484 \begin_layout Standard
16485 \begin_inset ERT
16486 status collapsed
16487
16488 \begin_layout Plain Layout
16489
16490
16491 \backslash
16492 let
16493 \backslash
16494 myHlineC
16495 \backslash
16496 hline
16497 \end_layout
16498
16499 \begin_layout Plain Layout
16500
16501
16502 \backslash
16503 renewcommand{
16504 \backslash
16505 hline}
16506 \end_layout
16507
16508 \begin_layout Plain Layout
16509
16510  {
16511 \backslash
16512 arrayrulecolor{red}
16513 \backslash
16514 myHlineC
16515 \backslash
16516 arrayrulecolor{black}}
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \begin_inset Float table
16523 placement h
16524 wide false
16525 sideways false
16526 status open
16527
16528 \begin_layout Plain Layout
16529 \begin_inset Caption
16530
16531 \begin_layout Plain Layout
16532 \begin_inset CommandInset label
16533 LatexCommand label
16534 name "tab:Tableau-filet-horizontaux-colorés"
16535
16536 \end_inset
16537
16538 Tableau avec filets horizontaux colorés
16539 \end_layout
16540
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \begin_layout Plain Layout
16547 \align center
16548 \begin_inset Tabular
16549 <lyxtabular version="3" rows="3" columns="3">
16550 <features tabularvalignment="middle">
16551 <column alignment="center" valignment="top" width="0">
16552 <column alignment="center" valignment="top" width="0">
16553 <column alignment="center" valignment="top" width="0">
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 sd
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 sd
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 sd
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 </lyxtabular>
16642
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \begin_layout Standard
16654 Pour revenir à la couleur noire implicite, insérez la commande suivante
16655  en code TeX, juste après le tableau ou le flottant de tableau :
16656 \end_layout
16657
16658 \begin_layout Standard
16659
16660 \series bold
16661
16662 \backslash
16663 renewcommand{
16664 \backslash
16665 hline}{
16666 \backslash
16667 myHlineC}
16668 \end_layout
16669
16670 \begin_layout Standard
16671 Le tableau
16672 \begin_inset space ~
16673 \end_inset
16674
16675
16676 \begin_inset CommandInset ref
16677 LatexCommand ref
16678 reference "tab:Tableau-avec-filets-colorés"
16679
16680 \end_inset
16681
16682  est un exemple avec des filets horizontaux et verticaux colorés.
16683 \end_layout
16684
16685 \begin_layout Standard
16686 \begin_inset Float table
16687 placement h
16688 wide false
16689 sideways false
16690 status open
16691
16692 \begin_layout Plain Layout
16693 \begin_inset Caption
16694
16695 \begin_layout Plain Layout
16696 \begin_inset CommandInset label
16697 LatexCommand label
16698 name "tab:Tableau-avec-filets-colorés"
16699
16700 \end_inset
16701
16702 Tableau avec filets horizontaux et verticaux colorés
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Plain Layout
16711 \align center
16712 \begin_inset Tabular
16713 <lyxtabular version="3" rows="3" columns="3">
16714 <features tabularvalignment="middle">
16715 <column alignment="center" valignment="top" width="0" special="Wc">
16716 <column alignment="center" valignment="top" width="0" special="Wc">
16717 <column alignment="center" valignment="top" width="0" special="WcW">
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 sd
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row>
16748 <cell alignment="center" valignment="top" topline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 sd
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row topspace="default">
16777 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 sd
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 </lyxtabular>
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \begin_layout Standard
16818 \begin_inset ERT
16819 status collapsed
16820
16821 \begin_layout Plain Layout
16822
16823
16824 \backslash
16825 renewcommand{
16826 \backslash
16827 hline}{
16828 \backslash
16829 myHlineC}
16830 \end_layout
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \begin_layout Standard
16838 \begin_inset ERT
16839 status collapsed
16840
16841 \begin_layout Plain Layout
16842
16843
16844 \backslash
16845 setlength{
16846 \backslash
16847 arrayrulewidth}{0.4pt}
16848 \end_layout
16849
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \begin_layout Section
16856 Personnalisation des tableaux
16857 \begin_inset Index idx
16858 status collapsed
16859
16860 \begin_layout Plain Layout
16861 Tableau ! Personnalisation
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \begin_inset Index idx
16868 status collapsed
16869
16870 \begin_layout Plain Layout
16871 Personnalisation des tableaux
16872 \end_layout
16873
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \begin_layout Subsection
16880 Espacement des lignes
16881 \begin_inset CommandInset label
16882 LatexCommand label
16883 name "sub:Espacement-lignes"
16884
16885 \end_inset
16886
16887
16888 \begin_inset Index idx
16889 status collapsed
16890
16891 \begin_layout Plain Layout
16892 Personnalisation des tableaux ! Espacement des lignes
16893 \end_layout
16894
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \begin_layout Standard
16901 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16902  l'onglet 
16903 \family sans
16904 Bordures
16905 \family default
16906  de la fenêtre de dialogue 
16907 \family sans
16908 Paramètres
16909 \begin_inset space ~
16910 \end_inset
16911
16912 du
16913 \begin_inset space ~
16914 \end_inset
16915
16916 tableau
16917 \family default
16918 .
16919  Vous y trouverez trois possibilités :
16920 \end_layout
16921
16922 \begin_layout Description
16923 Haut
16924 \begin_inset space ~
16925 \end_inset
16926
16927 de
16928 \begin_inset space ~
16929 \end_inset
16930
16931 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16932  Si le tableau est un tableau formel
16933 \begin_inset Foot
16934 status collapsed
16935
16936 \begin_layout Plain Layout
16937 Les tableaux formels sont décrits dans la section
16938 \begin_inset space ~
16939 \end_inset
16940
16941
16942 \begin_inset CommandInset ref
16943 LatexCommand ref
16944 reference "sec:Tableaux-Formels"
16945
16946 \end_inset
16947
16948 .
16949 \end_layout
16950
16951 \end_inset
16952
16953  LyX va insérer implicitement un espace de 0.5
16954 \begin_inset space \thinspace{}
16955 \end_inset
16956
16957 em.
16958  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16959  les filets verticaux comme dans le tableau suivant :
16960 \begin_inset VSpace medskip
16961 \end_inset
16962
16963
16964 \begin_inset Newline newline
16965 \end_inset
16966
16967
16968 \begin_inset space \hspace*{}
16969 \length 0pt
16970 \end_inset
16971
16972
16973 \begin_inset space \hfill{}
16974 \end_inset
16975
16976
16977 \begin_inset Tabular
16978 <lyxtabular version="3" rows="3" columns="1">
16979 <features tabularvalignment="middle">
16980 <column alignment="center" valignment="top" width="0">
16981 <row>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 A
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row topspace="3mm">
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 espace de 3
16998 \begin_inset space \thinspace{}
16999 \end_inset
17000
17001 mm en haut de la ligne
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 C
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 </lyxtabular>
17019
17020 \end_inset
17021
17022
17023 \begin_inset space \hfill{}
17024 \end_inset
17025
17026
17027 \begin_inset space \hspace*{}
17028 \length 0pt
17029 \end_inset
17030
17031
17032 \begin_inset VSpace medskip
17033 \end_inset
17034
17035
17036 \begin_inset Newline newline
17037 \end_inset
17038
17039 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
17040  pas de filets verticaux.
17041 \end_layout
17042
17043 \begin_layout Description
17044 Bas
17045 \begin_inset space ~
17046 \end_inset
17047
17048 de
17049 \begin_inset space ~
17050 \end_inset
17051
17052 ligne va ajouter de l'espace sous les caractères de la ligne.
17053  Si le tableau est un tableau formel LyX va insérer implicitement un espace
17054  de 0.5
17055 \begin_inset space \thinspace{}
17056 \end_inset
17057
17058 em, pour les tableaux normaux, l'espace implicite est de 2
17059 \begin_inset space \thinspace{}
17060 \end_inset
17061
17062 pt.
17063 \end_layout
17064
17065 \begin_layout Description
17066 Entre
17067 \begin_inset space ~
17068 \end_inset
17069
17070 les
17071 \begin_inset space ~
17072 \end_inset
17073
17074 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
17075  Si le tableau est un tableau formel LyX va insérer implicitement un espace
17076  de 0.5
17077 \begin_inset space \thinspace{}
17078 \end_inset
17079
17080 em.
17081  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
17082  les filets verticaux comme dans le tableau suivant :
17083 \begin_inset VSpace medskip
17084 \end_inset
17085
17086
17087 \begin_inset Newline newline
17088 \end_inset
17089
17090
17091 \begin_inset space \hspace*{}
17092 \length 0pt
17093 \end_inset
17094
17095
17096 \begin_inset space \hfill{}
17097 \end_inset
17098
17099
17100 \begin_inset Tabular
17101 <lyxtabular version="3" rows="3" columns="1">
17102 <features tabularvalignment="middle">
17103 <column alignment="center" valignment="top" width="0">
17104 <row>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 A
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row interlinespace="3mm">
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\downarrow$
17121 \end_inset
17122
17123  espace de 3
17124 \begin_inset space \thinspace{}
17125 \end_inset
17126
17127 mm entre les lignes 
17128 \begin_inset Formula $\downarrow$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $\uparrow$
17143 \end_inset
17144
17145  espace de 3
17146 \begin_inset space \thinspace{}
17147 \end_inset
17148
17149 mm entre les lignes 
17150 \begin_inset Formula $\uparrow$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 </lyxtabular>
17160
17161 \end_inset
17162
17163
17164 \begin_inset space \hfill{}
17165 \end_inset
17166
17167
17168 \begin_inset space \hspace*{}
17169 \length 0pt
17170 \end_inset
17171
17172
17173 \begin_inset VSpace medskip
17174 \end_inset
17175
17176
17177 \begin_inset Newline newline
17178 \end_inset
17179
17180 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17181  pas de filets verticaux.
17182 \end_layout
17183
17184 \begin_layout Standard
17185 \begin_inset VSpace bigskip
17186 \end_inset
17187
17188 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17189  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17190  dans le préambule :
17191 \end_layout
17192
17193 \begin_layout Standard
17194
17195 \series bold
17196
17197 \backslash
17198 @ifundefined{extrarowheight}
17199 \begin_inset Newline newline
17200 \end_inset
17201
17202
17203 \begin_inset Phantom HPhantom
17204 status open
17205
17206 \begin_layout Plain Layout
17207
17208 \series bold
17209 \begin_inset space ~
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216
17217 {
17218 \backslash
17219 usepackage{array}}{}
17220 \begin_inset Newline newline
17221 \end_inset
17222
17223
17224 \backslash
17225 setlength{
17226 \backslash
17227 extrarowheight}{height}
17228 \end_layout
17229
17230 \begin_layout Standard
17231 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17232  plus exactement centré verticalement.
17233  (le paquetage 
17234 \series bold
17235 array 
17236 \series default
17237 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17238  auto-définis.
17239  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17240  
17241 \series bold
17242
17243 \backslash
17244 @ifundefined
17245 \series default
17246  dans la commande précédente.)
17247 \end_layout
17248
17249 \begin_layout Standard
17250 Si vous utilisez des polices de taille plus grande que la taille normale,
17251  les bordures des tableaux sont souvent trop proches du texte.
17252  On peut corriger ce problème en insérant la commande 
17253 \series bold
17254
17255 \begin_inset space \space{}
17256 \end_inset
17257
17258
17259 \backslash
17260 strut
17261 \series default
17262  en code TeX au debut d'une ligne du tableau.
17263  Le tableau
17264 \lang english
17265
17266 \begin_inset space ~
17267 \end_inset
17268
17269
17270 \begin_inset CommandInset ref
17271 LatexCommand ref
17272 reference "tab:Alignement-vertical"
17273
17274 \end_inset
17275
17276
17277 \lang french
17278  montre l'effet de cette commande.
17279 \end_layout
17280
17281 \begin_layout Standard
17282 \noindent
17283 \begin_inset Float table
17284 placement h
17285 wide false
17286 sideways false
17287 status open
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Caption
17291
17292 \begin_layout Plain Layout
17293 \begin_inset CommandInset label
17294 LatexCommand label
17295 name "tab:Alignement-vertical"
17296
17297 \end_inset
17298
17299 Alignement vertical d'un texte avec une police de grande taille.
17300 \end_layout
17301
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Plain Layout
17308 \begin_inset space \hfill{}
17309 \end_inset
17310
17311
17312 \begin_inset Float table
17313 wide false
17314 sideways false
17315 status collapsed
17316
17317 \begin_layout Plain Layout
17318 \begin_inset Caption
17319
17320 \begin_layout Plain Layout
17321 Tableau normal.
17322 \end_layout
17323
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \begin_layout Plain Layout
17330 \noindent
17331 \align center
17332 \begin_inset Tabular
17333 <lyxtabular version="3" rows="6" columns="1">
17334 <features tabularvalignment="middle">
17335 <column alignment="left" valignment="top" width="0">
17336 <row>
17337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 Normal, g
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \size large
17354 Large
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 </row>
17360 <row>
17361 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \size larger
17367 Larger
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 </row>
17373 <row>
17374 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378
17379 \size largest
17380 Largest
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \size huge
17393 Huge
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \size huge
17406 Huger
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 </lyxtabular>
17413
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420
17421
17422 \begin_inset space \hfill{}
17423 \end_inset
17424
17425
17426 \begin_inset Float table
17427 wide false
17428 sideways false
17429 status collapsed
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Caption
17433
17434 \begin_layout Plain Layout
17435 Tableau utilisant la commande 
17436 \series bold
17437
17438 \backslash
17439 strut
17440 \series default
17441 .
17442 \end_layout
17443
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \begin_layout Plain Layout
17450 \noindent
17451 \align center
17452 \begin_inset Tabular
17453 <lyxtabular version="3" rows="6" columns="1">
17454 <features tabularvalignment="middle">
17455 <column alignment="left" valignment="top" width="0">
17456 <row>
17457 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 Normal, g
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \size large
17474 \begin_inset ERT
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478
17479
17480 \backslash
17481 strut 
17482 \end_layout
17483
17484 \end_inset
17485
17486 Large
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 </row>
17492 <row>
17493 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \size larger
17499 \begin_inset ERT
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503
17504
17505 \backslash
17506 strut 
17507 \end_layout
17508
17509 \end_inset
17510
17511 Larger
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \size largest
17524 \begin_inset ERT
17525 status collapsed
17526
17527 \begin_layout Plain Layout
17528
17529
17530 \backslash
17531 strut 
17532 \end_layout
17533
17534 \end_inset
17535
17536 Largest
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \size huge
17549 \begin_inset ERT
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553
17554
17555 \backslash
17556 strut 
17557 \end_layout
17558
17559 \end_inset
17560
17561 Huge
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 <row>
17568 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \size giant
17574 \begin_inset ERT
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578
17579
17580 \backslash
17581 strut 
17582 \end_layout
17583
17584 \end_inset
17585
17586
17587 \size huge
17588 Huger
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 </lyxtabular>
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \begin_inset space \hfill{}
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Standard
17616 \begin_inset Newpage newpage
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Subsection
17623 Alignements de cellules spéciaux
17624 \begin_inset CommandInset label
17625 LatexCommand label
17626 name "sub:Alignements-de-cellules"
17627
17628 \end_inset
17629
17630
17631 \begin_inset Index idx
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635 Personnalisation des tableaux ! Alignement de cellules spéciaux
17636 \end_layout
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Standard
17644 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17645  cellules sur un caractère donné, par exemple le séparateur décimal comme
17646  dans le tableau
17647 \begin_inset space ~
17648 \end_inset
17649
17650
17651 \begin_inset CommandInset ref
17652 LatexCommand ref
17653 reference "tab:Tableau-centré-sur-séparateur-1"
17654
17655 \end_inset
17656
17657 .
17658  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17659  soit en appuyant sur le bouton 
17660 \begin_inset Graphics
17661         filename ../../images/tabular-feature_align-decimal.png
17662         scale 85
17663         scaleBeforeRotation
17664
17665 \end_inset
17666
17667 de la barre d'outils ou en modifiant le paramètre 
17668 \family sans
17669 Alignement horizontal
17670 \family default
17671  à 
17672 \family sans
17673 Au séparateur décimal
17674 \family default
17675 .
17676  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17677  dans les paramètres du tableau.
17678 \end_layout
17679
17680 \begin_layout Standard
17681 \begin_inset Float table
17682 placement h
17683 wide false
17684 sideways false
17685 status open
17686
17687 \begin_layout Plain Layout
17688 \begin_inset Caption
17689
17690 \begin_layout Plain Layout
17691 \begin_inset CommandInset label
17692 LatexCommand label
17693 name "tab:Tableau-centré-sur-séparateur-1"
17694
17695 \end_inset
17696
17697 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Plain Layout
17706 \align center
17707 \begin_inset Tabular
17708 <lyxtabular version="3" rows="4" columns="1">
17709 <features booktabs="true" tabularvalignment="middle">
17710 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17711 <row>
17712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 en-tête
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row>
17723 <cell alignment="center" valignment="top" topline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 12,6
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 </row>
17733 <row>
17734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 0,68
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 </row>
17744 <row>
17745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 -123,0
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 </lyxtabular>
17756
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \begin_layout Standard
17768 \begin_inset Float table
17769 placement h
17770 wide false
17771 sideways false
17772 status open
17773
17774 \begin_layout Plain Layout
17775 \begin_inset Caption
17776
17777 \begin_layout Plain Layout
17778 \begin_inset CommandInset label
17779 LatexCommand label
17780 name "tab:Tableau-centré-sur-séparateur-2"
17781
17782 \end_inset
17783
17784 Les cellules d'une colonnes sont centrées sur les opérateurs.
17785 \end_layout
17786
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \begin_layout Plain Layout
17793 \align center
17794 \begin_inset Tabular
17795 <lyxtabular version="3" rows="4" columns="2">
17796 <features booktabs="true" tabularvalignment="middle">
17797 <column alignment="right" valignment="top" width="0pt">
17798 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17799 <row>
17800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 en-tête
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 </row>
17819 <row>
17820 <cell alignment="center" valignment="top" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824 \begin_inset Formula $12\,+$
17825 \end_inset
17826
17827
17828 \end_layout
17829
17830 \end_inset
17831 </cell>
17832 <cell alignment="center" valignment="top" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836 \begin_inset Formula $\,6$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 \begin_inset Formula $0\,-$
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Formula $\,68$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 \begin_inset Formula $-123\,/$
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888 \begin_inset Formula $\,0$
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 </row>
17897 </lyxtabular>
17898
17899 \end_inset
17900
17901
17902 \end_layout
17903
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \begin_layout Standard
17910 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17911  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17912  formules.
17913  Dans ce cas on doit utiliser la méthode du tableau
17914 \begin_inset space ~
17915 \end_inset
17916
17917
17918 \begin_inset CommandInset ref
17919 LatexCommand ref
17920 reference "tab:Tableau-centré-sur-séparateur-2"
17921
17922 \end_inset
17923
17924 .
17925  Ce tableau a été créé comme un tableau 4×2.
17926  L'en-tête est une cellule multi-colonne centrée.
17927  La première colonne est alignée à droite et contient la première partie
17928  et inclue l'opérateur.
17929  La seconde colonne contient le reste de la cellule aligné à gauche.
17930  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
17931  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17932  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17933  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17934  :
17935 \end_layout
17936
17937 \begin_layout Standard
17938
17939 \series bold
17940 @{}l
17941 \end_layout
17942
17943 \begin_layout Standard
17944 Le tableau
17945 \begin_inset space ~
17946 \end_inset
17947
17948
17949 \begin_inset CommandInset ref
17950 LatexCommand ref
17951 reference "tab:Plusieurs-exemples-alignements"
17952
17953 \end_inset
17954
17955  montre quelques exemples d'alignements.
17956  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17957  comme pour la deuxième colonne du tableau
17958 \begin_inset space ~
17959 \end_inset
17960
17961
17962 \begin_inset CommandInset ref
17963 LatexCommand ref
17964 reference "tab:Tableau-centré-sur-séparateur-2"
17965
17966 \end_inset
17967
17968 .
17969 \end_layout
17970
17971 \begin_layout Standard
17972 \begin_inset Float table
17973 wide false
17974 sideways false
17975 status open
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Caption
17979
17980 \begin_layout Plain Layout
17981 \begin_inset CommandInset label
17982 LatexCommand label
17983 name "tab:Plusieurs-exemples-alignements"
17984
17985 \end_inset
17986
17987 Plusieurs exemples d'alignement de cellules.
17988 \end_layout
17989
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \begin_layout Plain Layout
17996 \align center
17997 \begin_inset Tabular
17998 <lyxtabular version="3" rows="4" columns="6">
17999 <features tabularvalignment="middle">
18000 <column alignment="right" valignment="top" width="0">
18001 <column alignment="left" valignment="top" width="0" special="@{}l">
18002 <column alignment="right" valignment="top" width="0">
18003 <column alignment="left" valignment="top" width="0" special="@{}l">
18004 <column alignment="right" valignment="top" width="0">
18005 <column alignment="left" valignment="top" width="0" special="@{}l">
18006 <row>
18007 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011 unités
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 exposants
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 relations
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 </row>
18062 <row>
18063 <cell alignment="center" valignment="top" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067 12×
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 24
18077 \begin_inset space \thinspace{}
18078 \end_inset
18079
18080 bouteilles
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 \begin_inset Formula $10\cdot$
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 \begin_inset Formula $10^{\mbox{-}17}$
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 \begin_inset Formula $\Gamma(t)\propto$
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Formula $\:\Upsilon(t)$
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 </row>
18134 <row>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 1024×
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 768
18149 \begin_inset space \thinspace{}
18150 \end_inset
18151
18152 Pixels
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Formula $5.78\cdot$
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 \begin_inset Formula $10^{7}$
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 \begin_inset Formula $A\ne$
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 \begin_inset Formula $\: B_{\mathrm{red}}$
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 <row>
18207 <cell alignment="center" valignment="top" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 32×
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 6
18221 \begin_inset space \thinspace{}
18222 \end_inset
18223
18224 cm
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 -
18234 \begin_inset Formula $33.5\cdot$
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 \begin_inset Formula $10^{4}$
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 \begin_inset Formula $\sin(\alpha)\ge$
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 \begin_inset Formula $\:\sin(\beta)$
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 </lyxtabular>
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Subsection
18292 Formats de cellule et de colonne personnalisés
18293 \begin_inset CommandInset label
18294 LatexCommand label
18295 name "sub:Formats-personnalisés"
18296
18297 \end_inset
18298
18299
18300 \begin_inset Index idx
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304 Personnalisation des tableaux !  Format de cellule/colonne
18305 \end_layout
18306
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \begin_layout Standard
18313 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18314  multi-colonne comme dans la section
18315 \begin_inset space ~
18316 \end_inset
18317
18318
18319 \begin_inset CommandInset ref
18320 LatexCommand ref
18321 reference "sub:Calculs-multicolonnes"
18322
18323 \end_inset
18324
18325  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18326  multi-colonnes.
18327  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18328  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18329  du document.
18330  Le format est défini avec la commande
18331 \end_layout
18332
18333 \begin_layout Standard
18334
18335 \series bold
18336
18337 \backslash
18338 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18339 \end_layout
18340
18341 \begin_layout Standard
18342 Le nom du format peut n'avoir qu'une lettre.
18343  Les lettres 
18344 \emph on
18345 b
18346 \emph default
18347
18348 \emph on
18349 c
18350 \emph default
18351
18352 \emph on
18353 l
18354 \emph default
18355
18356 \emph on
18357 m
18358 \emph default
18359
18360 \emph on
18361 p
18362 \emph default
18363  et 
18364 \emph on
18365 r
18366 \emph default
18367  sont prédéfinies et donc ne peuvent être utilisées.
18368  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18369 \end_layout
18370
18371 \begin_layout Standard
18372 \begin_inset VSpace medskip
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 Pour de cellules multi-colonnes centrées verticalement et horizontalement
18380  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18381  :
18382 \end_layout
18383
18384 \begin_layout Standard
18385
18386 \series bold
18387
18388 \backslash
18389 newcolumntype{M}[1]{>{
18390 \backslash
18391 centering
18392 \backslash
18393 hspace{0pt}}m{#1}}
18394 \end_layout
18395
18396 \begin_layout Standard
18397 Où le 
18398 \series bold
18399
18400 \backslash
18401 hspace{0pt}
18402 \series default
18403  évite le problème de césure du premier mot, comme c'est décrit en section
18404 \begin_inset space ~
18405 \end_inset
18406
18407
18408 \begin_inset CommandInset ref
18409 LatexCommand ref
18410 reference "sub:Lignes-multiple-dans-cellule"
18411
18412 \end_inset
18413
18414 .
18415  Ensuite, vous pouvez entrer
18416 \end_layout
18417
18418 \begin_layout Standard
18419
18420 \series bold
18421 M{width}
18422 \end_layout
18423
18424 \begin_layout Standard
18425 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18426  une multi-colonne.
18427 \end_layout
18428
18429 \begin_layout Standard
18430 \begin_inset VSpace bigskip
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
18438  pouvez définir le format
18439 \end_layout
18440
18441 \begin_layout Standard
18442
18443 \series bold
18444
18445 \backslash
18446 newcolumntype{S}[2]{>{
18447 \backslash
18448 centering
18449 \backslash
18450 hspace{0pt}}
18451 \begin_inset Newline newline
18452 \end_inset
18453
18454
18455 \begin_inset Phantom HPhantom
18456 status open
18457
18458 \begin_layout Plain Layout
18459
18460 \series bold
18461
18462 \backslash
18463 newcolumntype{S}[2]
18464 \end_layout
18465
18466 \end_inset
18467
18468 m{(#1+(2
18469 \backslash
18470 tabcolsep+
18471 \backslash
18472 arrayrulewidth)*(1-#2))/#2}}
18473 \end_layout
18474
18475 \begin_layout Standard
18476 Ce format utilise l'équation
18477 \begin_inset space ~
18478 \end_inset
18479
18480
18481 \begin_inset CommandInset ref
18482 LatexCommand eqref
18483 reference "eq:Wgn"
18484
18485 \end_inset
18486
18487  pour calculer la largeur que doit avoir chacune des cellules couverte par
18488  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
18489 \end_layout
18490
18491 \begin_layout Standard
18492 Ensuite, vous pouvez entrer
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \series bold
18498 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
18499 \end_layout
18500
18501 \begin_layout Standard
18502 comme paramètre LaTeX de la colonne.
18503 \end_layout
18504
18505 \begin_layout Standard
18506 \begin_inset VSpace bigskip
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 Pour des colonnes colorées, vous pouvez définir
18514 \end_layout
18515
18516 \begin_layout Standard
18517
18518 \series bold
18519
18520 \backslash
18521 newcolumntype{K}[1]{>{
18522 \backslash
18523 columncolor{#1}
18524 \backslash
18525 hspace{0pt}}c}
18526 \end_layout
18527
18528 \begin_layout Standard
18529 Le 
18530 \begin_inset Quotes eld
18531 \end_inset
18532
18533 c
18534 \begin_inset Quotes erd
18535 \end_inset
18536
18537  à la fin crée une colonne de largeur variable dont le texte est centré
18538  horizontalement.
18539  Vous pouvez maintenant entrer
18540 \end_layout
18541
18542 \begin_layout Standard
18543
18544 \series bold
18545 K{nom de couleur}
18546 \end_layout
18547
18548 \begin_layout Standard
18549 comme paramètre LaTeX.
18550 \end_layout
18551
18552 \begin_layout Standard
18553 \begin_inset VSpace bigskip
18554 \end_inset
18555
18556
18557 \end_layout
18558
18559 \begin_layout Standard
18560 Pour créer le tableau
18561 \begin_inset space ~
18562 \end_inset
18563
18564
18565 \begin_inset CommandInset ref
18566 LatexCommand ref
18567 reference "tab:Tableau-formats-personnalisés"
18568
18569 \end_inset
18570
18571  utilisez les paramètres LaTeX
18572 \end_layout
18573
18574 \begin_layout Standard
18575
18576 \series bold
18577 M{2.5cm}
18578 \end_layout
18579
18580 \begin_layout Standard
18581 pour la première colonne et la multi-colonne,
18582 \end_layout
18583
18584 \begin_layout Standard
18585
18586 \series bold
18587 K{red}
18588 \end_layout
18589
18590 \begin_layout Standard
18591 pour la dernière colonne, et
18592 \end_layout
18593
18594 \begin_layout Standard
18595
18596 \series bold
18597 S{2.5cm}{2}
18598 \end_layout
18599
18600 \begin_layout Standard
18601 pour les cellules de la deuxième colonne.
18602 \end_layout
18603
18604 \begin_layout Standard
18605 \begin_inset Float table
18606 placement h
18607 wide false
18608 sideways false
18609 status open
18610
18611 \begin_layout Plain Layout
18612 \begin_inset Caption
18613
18614 \begin_layout Plain Layout
18615 \begin_inset CommandInset label
18616 LatexCommand label
18617 name "tab:Tableau-formats-personnalisés"
18618
18619 \end_inset
18620
18621 Tableau utilisant des formats personnalisés
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Plain Layout
18630 \align center
18631 \begin_inset Tabular
18632 <lyxtabular version="3" rows="3" columns="4">
18633 <features tabularvalignment="middle">
18634 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18635 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18636 <column alignment="center" valignment="middle" width="0">
18637 <column alignment="center" valignment="middle" width="0" special="K{red}">
18638 <row>
18639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 motTrèsLongDansUneCellule
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 multi-colonne avec multi-ligne
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 c
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 </row>
18676 <row>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 d
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 e
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 f
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708 g
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 </row>
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 h
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 i
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 j
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18743 \begin_inset Text
18744
18745 \begin_layout Plain Layout
18746 k
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 </lyxtabular>
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Subsection
18765 Épaisseur des filets
18766 \begin_inset CommandInset label
18767 LatexCommand label
18768 name "sub:Epaisseur-filets"
18769
18770 \end_inset
18771
18772
18773 \begin_inset Index idx
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 Personnalisation des tableaux ! Épaisseur filets
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18787  
18788 \series bold
18789
18790 \backslash
18791 arrayrulewidth
18792 \series default
18793 .
18794  Pour mettre, par exemple, une épaisseur de filet de 1.5
18795 \begin_inset space \thinspace{}
18796 \end_inset
18797
18798 pt, comme pour le tableau
18799 \begin_inset space ~
18800 \end_inset
18801
18802
18803 \begin_inset CommandInset ref
18804 LatexCommand ref
18805 reference "tab:Tableau-filets-1.5pt"
18806
18807 \end_inset
18808
18809 , insérez la commande
18810 \end_layout
18811
18812 \begin_layout Standard
18813
18814 \series bold
18815
18816 \backslash
18817 setlength{
18818 \backslash
18819 arrayrulewidth}{1.5pt}
18820 \end_layout
18821
18822 \begin_layout Standard
18823 en code TeX avant le tableau ou le flottant de tableau.
18824  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18825  suivent.
18826  pour revenir aux valeurs implicites, mettez 
18827 \series bold
18828
18829 \backslash
18830 arrayrulewidth
18831 \series default
18832  à 0.4
18833 \begin_inset space \thinspace{}
18834 \end_inset
18835
18836 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18837 \end_layout
18838
18839 \begin_layout Standard
18840 \begin_inset ERT
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844
18845
18846 \backslash
18847 setlength{
18848 \backslash
18849 arrayrulewidth}{1.5pt}
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \begin_inset Float table
18856 wide false
18857 sideways false
18858 status open
18859
18860 \begin_layout Plain Layout
18861 \begin_inset Caption
18862
18863 \begin_layout Plain Layout
18864 \begin_inset CommandInset label
18865 LatexCommand label
18866 name "tab:Tableau-filets-1.5pt"
18867
18868 \end_inset
18869
18870 Tableau avec des filets de 1.5
18871 \begin_inset space \thinspace{}
18872 \end_inset
18873
18874 pt
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \begin_layout Plain Layout
18883 \align center
18884 \begin_inset Tabular
18885 <lyxtabular version="3" rows="3" columns="3">
18886 <features tabularvalignment="middle">
18887 <column alignment="center" valignment="top" width="0">
18888 <column alignment="center" valignment="top" width="0">
18889 <column alignment="center" valignment="top" width="0">
18890 <row>
18891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895 sd
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 </row>
18919 <row>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 sd
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 </row>
18948 <row>
18949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 sd
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 </row>
18977 </lyxtabular>
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \end_inset
18985
18986
18987 \begin_inset ERT
18988 status collapsed
18989
18990 \begin_layout Plain Layout
18991
18992
18993 \backslash
18994 setlength{
18995 \backslash
18996 arrayrulewidth}{0.4pt}
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Standard
19005 \begin_inset VSpace bigskip
19006 \end_inset
19007
19008 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
19009 \begin_inset space \thinspace{}
19010 \end_inset
19011
19012 pt, comme dans le tableau
19013 \begin_inset space ~
19014 \end_inset
19015
19016
19017 \begin_inset CommandInset ref
19018 LatexCommand ref
19019 reference "tab:Tableau-filets-horizontaux-1.5pt"
19020
19021 \end_inset
19022
19023 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
19024  de tableau :
19025 \end_layout
19026
19027 \begin_layout Standard
19028
19029 \series bold
19030
19031 \backslash
19032 let
19033 \backslash
19034 myHline
19035 \backslash
19036 hline
19037 \begin_inset Newline newline
19038 \end_inset
19039
19040
19041 \backslash
19042 renewcommand{
19043 \backslash
19044 hline}
19045 \begin_inset Newline newline
19046 \end_inset
19047
19048  {
19049 \backslash
19050 noalign{
19051 \backslash
19052 global
19053 \backslash
19054 arrayrulewidth 1.5pt}
19055 \begin_inset Newline newline
19056 \end_inset
19057
19058  
19059 \backslash
19060 myHline
19061 \backslash
19062 noalign{
19063 \backslash
19064 global
19065 \backslash
19066 arrayrulewidth 0.4pt}}
19067 \end_layout
19068
19069 \begin_layout Standard
19070 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
19071  en code TeX après le tableau ou le flottant de tableau :
19072 \end_layout
19073
19074 \begin_layout Standard
19075
19076 \series bold
19077
19078 \backslash
19079 renewcommand{
19080 \backslash
19081 hline}{
19082 \backslash
19083 myHline}
19084 \end_layout
19085
19086 \begin_layout Standard
19087 \begin_inset ERT
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 let
19095 \backslash
19096 myHline
19097 \backslash
19098 hline
19099 \end_layout
19100
19101 \begin_layout Plain Layout
19102
19103
19104 \backslash
19105 renewcommand{
19106 \backslash
19107 hline}
19108 \end_layout
19109
19110 \begin_layout Plain Layout
19111
19112  {
19113 \backslash
19114 noalign{
19115 \backslash
19116 global
19117 \backslash
19118 arrayrulewidth 1.5pt}
19119 \end_layout
19120
19121 \begin_layout Plain Layout
19122
19123   
19124 \backslash
19125 myHline
19126 \backslash
19127 noalign{
19128 \backslash
19129 global
19130 \backslash
19131 arrayrulewidth 0.4pt}}
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \begin_inset Float table
19138 wide false
19139 sideways false
19140 status open
19141
19142 \begin_layout Plain Layout
19143 \begin_inset Caption
19144
19145 \begin_layout Plain Layout
19146 \begin_inset CommandInset label
19147 LatexCommand label
19148 name "tab:Tableau-filets-horizontaux-1.5pt"
19149
19150 \end_inset
19151
19152 Tableau avec des filets horizontaux de 1.5
19153 \begin_inset space \thinspace{}
19154 \end_inset
19155
19156 pt
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \begin_layout Plain Layout
19165 \align center
19166 \begin_inset Tabular
19167 <lyxtabular version="3" rows="3" columns="3">
19168 <features tabularvalignment="middle">
19169 <column alignment="center" valignment="top" width="0">
19170 <column alignment="center" valignment="top" width="0">
19171 <column alignment="center" valignment="top" width="0">
19172 <row>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 sd
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 </row>
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 sd
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 sd
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 </lyxtabular>
19260
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \begin_inset ERT
19270 status collapsed
19271
19272 \begin_layout Plain Layout
19273
19274
19275 \backslash
19276 renewcommand{
19277 \backslash
19278 hline}{
19279 \backslash
19280 myHline}
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \begin_layout Standard
19289 \begin_inset VSpace bigskip
19290 \end_inset
19291
19292 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19293 \begin_inset space \thinspace{}
19294 \end_inset
19295
19296 pt, créez le format de colonne suivant dans le préambule, en suivant la
19297  description de la section
19298 \begin_inset space ~
19299 \end_inset
19300
19301
19302 \begin_inset CommandInset ref
19303 LatexCommand ref
19304 reference "sub:Formats-personnalisés"
19305
19306 \end_inset
19307
19308 :
19309 \end_layout
19310
19311 \begin_layout Standard
19312
19313 \series bold
19314
19315 \backslash
19316 newcolumntype{V}{!{
19317 \backslash
19318 vrule width 1.5pt}}
19319 \end_layout
19320
19321 \begin_layout Standard
19322 Pour le tableau
19323 \begin_inset space ~
19324 \end_inset
19325
19326
19327 \begin_inset CommandInset ref
19328 LatexCommand ref
19329 reference "tab:Tableau-filets-verticaux-1.5pt"
19330
19331 \end_inset
19332
19333  le paramètre LaTeX 
19334 \end_layout
19335
19336 \begin_layout Standard
19337
19338 \series bold
19339 VcV
19340 \end_layout
19341
19342 \begin_layout Standard
19343 a été utilisé pour la dernière colonne et
19344 \end_layout
19345
19346 \begin_layout Standard
19347
19348 \series bold
19349 Vc
19350 \end_layout
19351
19352 \begin_layout Standard
19353 pour les autres colonnes.
19354 \end_layout
19355
19356 \begin_layout Standard
19357 \begin_inset Float table
19358 wide false
19359 sideways false
19360 status open
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Caption
19364
19365 \begin_layout Plain Layout
19366 \begin_inset CommandInset label
19367 LatexCommand label
19368 name "tab:Tableau-filets-verticaux-1.5pt"
19369
19370 \end_inset
19371
19372 Tableau avec des filets verticaux de 1.5
19373 \begin_inset space \thinspace{}
19374 \end_inset
19375
19376 pt 
19377 \end_layout
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Plain Layout
19385 \align center
19386 \begin_inset Tabular
19387 <lyxtabular version="3" rows="3" columns="3">
19388 <features tabularvalignment="middle">
19389 <column alignment="center" valignment="top" width="0" special="Vc">
19390 <column alignment="center" valignment="top" width="0" special="Vc">
19391 <column alignment="center" valignment="top" width="0" special="VcV">
19392 <row>
19393 <cell alignment="center" valignment="top" topline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 sd
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 sd
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 sd
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 </row>
19479 </lyxtabular>
19480
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Subsection
19492 Filets à traits interrompus
19493 \begin_inset Index idx
19494 status collapsed
19495
19496 \begin_layout Plain Layout
19497 Personnalisation des tableaux ! Filets à traits interrompus
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Standard
19506 \begin_inset ERT
19507 status collapsed
19508
19509 \begin_layout Plain Layout
19510
19511
19512 \backslash
19513 ifarydshln
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \begin_inset Note Note
19520 status open
19521
19522 \begin_layout Plain Layout
19523 La section suivante ne s'affichera que si vous avez installé le paquetage
19524  LaTeX 
19525 \series bold
19526 arydshln
19527 \series default
19528 .
19529 \end_layout
19530
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \begin_layout Standard
19537 \begin_inset Float table
19538 placement H
19539 wide false
19540 sideways false
19541 status open
19542
19543 \begin_layout Plain Layout
19544 \begin_inset Caption
19545
19546 \begin_layout Plain Layout
19547 \begin_inset CommandInset label
19548 LatexCommand label
19549 name "tab:Tableau-filets-tirets"
19550
19551 \end_inset
19552
19553 Tableau avec des filets à traits interrompus
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Plain Layout
19562 \align center
19563 \begin_inset Tabular
19564 <lyxtabular version="3" rows="5" columns="5">
19565 <features tabularvalignment="middle">
19566 <column alignment="center" valignment="top" width="0">
19567 <column alignment="center" valignment="top" width="0">
19568 <column alignment="center" valignment="top" width="0" special=":c">
19569 <column alignment="center" valignment="top" width="0">
19570 <column alignment="center" valignment="top" width="0">
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 a
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 b
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19591 \begin_inset Text
19592
19593 \begin_layout Plain Layout
19594 c
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 d
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 e
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 f
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 g
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 h
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 i
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 j
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 \begin_inset ERT
19671 status collapsed
19672
19673 \begin_layout Plain Layout
19674
19675
19676 \backslash
19677 hdashline 
19678 \end_layout
19679
19680 \end_inset
19681
19682 k
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 l
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 m
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 n
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 o
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729 \begin_inset ERT
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733
19734
19735 \backslash
19736 cdashline{4-5}
19737 \end_layout
19738
19739 \end_inset
19740
19741 p
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 q
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759 r
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 s
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 t
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 u
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 v
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 w
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 x
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19844  donc employer du code TeX.
19845  Mais avant il faut charger le paquetage LaTeX 
19846 \series bold
19847 arydshln
19848 \series default
19849
19850 \begin_inset Index idx
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854 Paquetages LaTeX ! arydshln
19855 \end_layout
19856
19857 \end_inset
19858
19859  dans le préambule du document avec la commande 
19860 \end_layout
19861
19862 \begin_layout Standard
19863
19864 \series bold
19865
19866 \backslash
19867 usepackage{arydshln}
19868 \end_layout
19869
19870 \begin_layout Standard
19871 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19872  
19873 \begin_inset Quotes eld
19874 \end_inset
19875
19876 :
19877 \begin_inset Quotes erd
19878 \end_inset
19879
19880  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19881  dans la fenêtre de dialogue de paramètre du tableau.
19882 \end_layout
19883
19884 \begin_layout Standard
19885 Pour un trait horizontal interrompu, ajoutez la commande
19886 \end_layout
19887
19888 \begin_layout Standard
19889
19890 \series bold
19891
19892 \backslash
19893 hdashline
19894 \end_layout
19895
19896 \begin_layout Standard
19897 en code TeX comme premier élément de la première cellule de la ligne de
19898  tableau.
19899 \end_layout
19900
19901 \begin_layout Standard
19902 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
19903  commande 
19904 \end_layout
19905
19906 \begin_layout Standard
19907
19908 \series bold
19909
19910 \backslash
19911 cdashline{
19912 \series default
19913 numéros de colonnes}
19914 \end_layout
19915
19916 \begin_layout Standard
19917 en code TeX comme premier élément de la première cellule de la ligne.
19918  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
19919  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19920 \end_layout
19921
19922 \begin_layout Standard
19923
19924 \series bold
19925
19926 \backslash
19927 cdashline{2-4}
19928 \end_layout
19929
19930 \begin_layout Standard
19931 comme premier élément de la première cellule de la ligne contenant la multi-colo
19932 nne.
19933 \end_layout
19934
19935 \begin_layout Standard
19936 \begin_inset VSpace bigskip
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \begin_layout Standard
19943 Le tableau
19944 \begin_inset space ~
19945 \end_inset
19946
19947
19948 \begin_inset CommandInset ref
19949 LatexCommand ref
19950 reference "tab:Tableau-filets-tirets"
19951
19952 \end_inset
19953
19954  a été créé en utilisant 
19955 \begin_inset Quotes eld
19956 \end_inset
19957
19958
19959 \series bold
19960 :c
19961 \series default
19962
19963 \begin_inset Quotes erd
19964 \end_inset
19965
19966  comme paramètre LaTeX pour la troisième colonne.
19967  La commande en code TeX 
19968 \series bold
19969
19970 \backslash
19971 hdashline
19972 \series default
19973  a été insérée dans la première cellule de la troisième ligne et la commande
19974  en code TeX 
19975 \series bold
19976
19977 \backslash
19978 cdashline{4-5}
19979 \series default
19980  a été insérée dans la première cellule de la quatrième ligne.
19981 \end_layout
19982
19983 \begin_layout Standard
19984 \begin_inset Note Greyedout
19985 status open
19986
19987 \begin_layout Plain Layout
19988
19989 \series bold
19990 Note:
19991 \series default
19992  Le paquetage LaTeX 
19993 \series bold
19994 arydshln
19995 \series default
19996  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19997  
19998 \series bold
19999 colortbl
20000 \series default
20001
20002 \begin_inset Index idx
20003 status collapsed
20004
20005 \begin_layout Plain Layout
20006 Paquetages LaTeX ! colortbl
20007 \end_layout
20008
20009 \end_inset
20010
20011  qui est utilisé pour avoir des tableaux colorés dans la section
20012 \begin_inset space ~
20013 \end_inset
20014
20015
20016 \begin_inset CommandInset ref
20017 LatexCommand ref
20018 reference "sec:Tableaux-Colorés"
20019
20020 \end_inset
20021
20022 .
20023  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
20024  traits interrompus.
20025 \end_layout
20026
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \begin_layout Standard
20033 \begin_inset ERT
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037
20038
20039 \backslash
20040 else
20041 \end_layout
20042
20043 \end_inset
20044
20045
20046 \begin_inset Note Note
20047 status open
20048
20049 \begin_layout Plain Layout
20050 Ce qui suit sera affiché si le paquetage LaTeX 
20051 \series bold
20052 arydshln
20053 \series default
20054  n'est pas installé :
20055 \end_layout
20056
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \begin_layout Standard
20063 Vous devez installer le paquetage LaTeX 
20064 \series bold
20065 arydshln
20066 \series default
20067  pour voir le contenu des cette section dans la sortie imprimée.
20068 \end_layout
20069
20070 \begin_layout Standard
20071 \begin_inset ERT
20072 status collapsed
20073
20074 \begin_layout Plain Layout
20075
20076
20077 \backslash
20078 fi
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Chapter
20087 Flottants
20088 \begin_inset CommandInset label
20089 LatexCommand label
20090 name "chap:Flottants"
20091
20092 \end_inset
20093
20094
20095 \begin_inset Index idx
20096 status collapsed
20097
20098 \begin_layout Plain Layout
20099 Flottants
20100 \end_layout
20101
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \begin_layout Section
20108 Introduction
20109 \begin_inset CommandInset label
20110 LatexCommand label
20111 name "sec:Flottants-Introduction"
20112
20113 \end_inset
20114
20115
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 Flottants ! Introduction
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \begin_layout Standard
20129 Un flottant est une portion de document, qui peut être associé à une étiquette
20130  et dont la position n'est pas fixée.
20131  Il peut 
20132 \begin_inset Quotes eld
20133 \end_inset
20134
20135 flotter
20136 \begin_inset Quotes erd
20137 \end_inset
20138
20139  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20140  plus approprié.
20141  Les 
20142 \family sans
20143 Notes
20144 \begin_inset space ~
20145 \end_inset
20146
20147 en
20148 \begin_inset space ~
20149 \end_inset
20150
20151 Bas
20152 \begin_inset space ~
20153 \end_inset
20154
20155 de
20156 \begin_inset space ~
20157 \end_inset
20158
20159 Page
20160 \family default
20161  et le 
20162 \family sans
20163 Notes
20164 \begin_inset space ~
20165 \end_inset
20166
20167 en
20168 \begin_inset space ~
20169 \end_inset
20170
20171 Marge
20172 \family default
20173  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20174  sur la page suivante quand il y a trop de notes sur la page courante.
20175 \end_layout
20176
20177 \begin_layout Standard
20178 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20179  très grande qualité.
20180  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20181  éviter des lignes blanches ou des pages sans texte.
20182  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20183  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20184  le texte.
20185  Les flottants sont donc numérotés.
20186  Les références croisées sont décrites dans la section
20187 \begin_inset space ~
20188 \end_inset
20189
20190
20191 \begin_inset CommandInset ref
20192 LatexCommand ref
20193 reference "sec:Referencer-les-Flottants"
20194
20195 \end_inset
20196
20197 .
20198 \end_layout
20199
20200 \begin_layout Standard
20201 Pour insérer un flottant, on utilise un des sous menus du menu 
20202 \family sans
20203 Insérer\SpecialChar \menuseparator
20204 Flottant.
20205
20206 \family default
20207  Une boîte va être insérée dans votre document avec par exemple une étiquette
20208  du genre 
20209 \begin_inset Quotes eld
20210 \end_inset
20211
20212 Figure
20213 \begin_inset space ~
20214 \end_inset
20215
20216 #:
20217 \begin_inset Quotes erd
20218 \end_inset
20219
20220  (où # est un numéro).
20221  L'étiquette est automatiquement traduite dans la langue du document dans
20222  la sortie finale.
20223  Après l'étiquette vous pouvez insérer du texte comme légende.
20224  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20225  séparé, à l'intérieur du flottant.
20226  Vous trouverez plus de détails sur le positionnement des légendes dans
20227  la section
20228 \begin_inset space ~
20229 \end_inset
20230
20231
20232 \begin_inset CommandInset ref
20233 LatexCommand ref
20234 reference "sec:Placement-légende"
20235
20236 \end_inset
20237
20238 .
20239  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20240  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20241  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20242  Une boîte de flottant fermée ressemble à ceci : 
20243 \begin_inset Graphics
20244         filename clipart/floatQt4.png
20245         scale 60
20246
20247 \end_inset
20248
20249  – une case grise avec un texte rouge.
20250 \end_layout
20251
20252 \begin_layout Standard
20253 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20254  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20255  est formaté de façon particulière.
20256 \end_layout
20257
20258 \begin_layout Section
20259 Les types de flottants
20260 \end_layout
20261
20262 \begin_layout Standard
20263 En plus des flottants de figures et de tableau qui sont décrits respectivement
20264  dans les sections
20265 \begin_inset space ~
20266 \end_inset
20267
20268
20269 \begin_inset CommandInset ref
20270 LatexCommand ref
20271 reference "sec:Figure-Floats"
20272
20273 \end_inset
20274
20275  et 
20276 \begin_inset CommandInset ref
20277 LatexCommand ref
20278 reference "sec:Table-Floats"
20279
20280 \end_inset
20281
20282 , LyX offre aussi les types 
20283 \family sans
20284 Algorithme
20285 \family default
20286  et 
20287 \family sans
20288 Enrobage
20289 \family default
20290 .
20291  Ces derniers sont expliques dans la section
20292 \begin_inset space \thinspace{}
20293 \end_inset
20294
20295
20296 \begin_inset CommandInset ref
20297 LatexCommand ref
20298 reference "sec:Flottant-d'enrobage"
20299
20300 \end_inset
20301
20302 .
20303 \end_layout
20304
20305 \begin_layout Subsection
20306 Flottant d'algorithme
20307 \begin_inset Index idx
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311 Flottants ! Algorithmes
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \begin_inset CommandInset label
20318 LatexCommand label
20319 name "sub:Flottant-d'Algorithme"
20320
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \begin_layout Standard
20327 \begin_inset Float algorithm
20328 placement h
20329 wide false
20330 sideways false
20331 status open
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Caption
20335
20336 \begin_layout Plain Layout
20337 \begin_inset CommandInset label
20338 LatexCommand label
20339 name "alg:Exemple-Flottant-Algorithme"
20340
20341 \end_inset
20342
20343 Exemple de flottant d'algorithme
20344 \end_layout
20345
20346 \end_inset
20347
20348
20349 \end_layout
20350
20351 \begin_layout LyX-Code
20352 for I in 1..N loop
20353 \begin_inset Newline newline
20354 \end_inset
20355
20356  Sum:= Sum + A(I); /*comment*/
20357 \begin_inset Newline newline
20358 \end_inset
20359
20360 end loop
20361 \begin_inset VSpace -4mm
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \begin_layout Standard
20373 Ce type de flottant est inséré à l'aide du menu 
20374 \family sans
20375 Insérer\SpecialChar \menuseparator
20376 Flottant\SpecialChar \menuseparator
20377 Algorithme
20378 \family default
20379 .
20380  Il peut être utilisé pour des morceaux de code source ou des descriptions
20381  d'algorithmes et peut être utilisé comme une alternative au listing de
20382  code source qui est décrit au chapitre
20383 \begin_inset space ~
20384 \end_inset
20385
20386
20387 \begin_inset CommandInset ref
20388 LatexCommand ref
20389 reference "cha:Program-Code-Listings"
20390
20391 \end_inset
20392
20393 .
20394  Vous pouvez par exemple utiliser l'environnement Code
20395 \begin_inset space ~
20396 \end_inset
20397
20398 LyX qui est décrit dans le 
20399 \emph on
20400 Guide
20401 \emph default
20402
20403 \begin_inset space ~
20404 \end_inset
20405
20406
20407 \emph on
20408 de
20409 \begin_inset space ~
20410 \end_inset
20411
20412 l'Utilisateur
20413 \emph default
20414  de LyX.
20415  l'algorithme
20416 \begin_inset space ~
20417 \end_inset
20418
20419
20420 \begin_inset CommandInset ref
20421 LatexCommand ref
20422 reference "alg:Exemple-Flottant-Algorithme"
20423
20424 \end_inset
20425
20426  est un exemple de flottant d'algorithme où un espace vertical de -4
20427 \begin_inset space \thinspace{}
20428 \end_inset
20429
20430 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20431  soit placée exactement sous le texte de la dernière ligne.
20432 \end_layout
20433
20434 \begin_layout Standard
20435 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20436  du document.
20437  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20438 ent en ajoutant la ligne suivante dans le préambule de votre document :
20439 \end_layout
20440
20441 \begin_layout Standard
20442
20443 \series bold
20444
20445 \backslash
20446 floatname{algorithm}{votre
20447 \begin_inset space ~
20448 \end_inset
20449
20450 nom}
20451 \end_layout
20452
20453 \begin_layout Standard
20454
20455 \family sans
20456  votre
20457 \begin_inset space ~
20458 \end_inset
20459
20460 nom
20461 \family default
20462  est le mot 
20463 \begin_inset Quotes eld
20464 \end_inset
20465
20466
20467 \emph on
20468 algorithme
20469 \emph default
20470
20471 \begin_inset Quotes erd
20472 \end_inset
20473
20474  dans votre langue.
20475 \end_layout
20476
20477 \begin_layout Standard
20478 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20479 \family sans
20480 Insérer\SpecialChar \menuseparator
20481 Listes
20482 \begin_inset space ~
20483 \end_inset
20484
20485 &
20486 \begin_inset space ~
20487 \end_inset
20488
20489 TdM\SpecialChar \menuseparator
20490 Liste
20491 \begin_inset space ~
20492 \end_inset
20493
20494 des
20495 \begin_inset space ~
20496 \end_inset
20497
20498 algorithmes
20499 \family default
20500  si votre document est en la même langue que les menus de LyX.
20501  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20502  en code TeX à la place:
20503 \end_layout
20504
20505 \begin_layout Standard
20506
20507 \series bold
20508
20509 \backslash
20510 listof{algorithm}{votre
20511 \begin_inset space ~
20512 \end_inset
20513
20514 nom}
20515 \end_layout
20516
20517 \begin_layout Standard
20518 où 
20519 \family sans
20520 votre
20521 \begin_inset space ~
20522 \end_inset
20523
20524 nom
20525 \family default
20526  est la traduction de 
20527 \begin_inset Quotes eld
20528 \end_inset
20529
20530
20531 \emph on
20532 List of Algorithm
20533 \emph default
20534 s
20535 \begin_inset Quotes erd
20536 \end_inset
20537
20538  dans votre langue.
20539 \end_layout
20540
20541 \begin_layout Standard
20542 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20543  le schéma 
20544 \begin_inset Quotes eld
20545 \end_inset
20546
20547 chapitre.algorithme
20548 \begin_inset Quotes erd
20549 \end_inset
20550
20551  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20552  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20553  commande dans le préambule de votre document :
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559
20560 \backslash
20561 numberwithin{algorithm}{chapter}
20562 \end_layout
20563
20564 \begin_layout Standard
20565 Pour pouvoir utiliser la commande 
20566 \series bold
20567
20568 \backslash
20569 numberwithin
20570 \series default
20571 , activez l'option 
20572 \family sans
20573 Utiliser
20574 \begin_inset space ~
20575 \end_inset
20576
20577 le
20578 \begin_inset space ~
20579 \end_inset
20580
20581 paquetage
20582 \begin_inset space ~
20583 \end_inset
20584
20585 AMS
20586 \begin_inset space ~
20587 \end_inset
20588
20589 math
20590 \family default
20591  dans la rubrique 
20592 \family sans
20593 Options
20594 \begin_inset space ~
20595 \end_inset
20596
20597 des
20598 \begin_inset space ~
20599 \end_inset
20600
20601 Maths
20602 \family default
20603  de la fenêtre de dialogue 
20604 \family sans
20605 Paramètres
20606 \begin_inset space ~
20607 \end_inset
20608
20609 du
20610 \begin_inset space ~
20611 \end_inset
20612
20613 Document
20614 \family default
20615 .
20616 \end_layout
20617
20618 \begin_layout Section
20619 Numérotation des flottants
20620 \begin_inset Index idx
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624 Flottants ! Numérotation
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Standard
20633 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
20634  ils se trouvent, soit en utilisant un format du genre 
20635 \begin_inset Quotes eld
20636 \end_inset
20637
20638 chapitre.numéro
20639 \begin_inset Quotes erd
20640 \end_inset
20641
20642  ou 
20643 \begin_inset Quotes eld
20644 \end_inset
20645
20646 section.numéro
20647 \begin_inset Quotes erd
20648 \end_inset
20649
20650 .
20651  Cela dépend de la classe de document utilisée.
20652 \end_layout
20653
20654 \begin_layout Standard
20655 Pour changer le format de la numérotation qui ne dépend pas de la section
20656  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20657  le préambule du document :
20658 \end_layout
20659
20660 \begin_layout Standard
20661
20662 \series bold
20663
20664 \backslash
20665 renewcommand{
20666 \backslash
20667 thetable}{
20668 \backslash
20669 roman{table}}
20670 \end_layout
20671
20672 \begin_layout Standard
20673
20674 \series bold
20675
20676 \backslash
20677 thetable
20678 \series default
20679  est la commande qui imprime le numéro du tableau, pour les figures, la
20680  commande serait 
20681 \series bold
20682
20683 \backslash
20684 thefigure
20685 \series default
20686 .
20687  La commande 
20688 \series bold
20689
20690 \backslash
20691 roman
20692 \series default
20693  utilisée dans la commande précédente, imprime le numéro du tableau sous
20694  forme de petits chiffres romains.
20695 \end_layout
20696
20697 \begin_layout Standard
20698 Pour changer le type de numérotation pour par exemple 
20699 \begin_inset Quotes eld
20700 \end_inset
20701
20702 sous-section.numéro
20703 \begin_inset Quotes erd
20704 \end_inset
20705
20706 , utilisez la commande suivante dans le préambule du document :
20707 \end_layout
20708
20709 \begin_layout Standard
20710
20711 \series bold
20712
20713 \backslash
20714 numberwithin{table}{subsection}
20715 \end_layout
20716
20717 \begin_layout Standard
20718 Pour pouvoir utiliser la commande 
20719 \series bold
20720
20721 \backslash
20722 numberwithin
20723 \series default
20724 , vous devez activer l'option 
20725 \family sans
20726 Utiliser
20727 \begin_inset space ~
20728 \end_inset
20729
20730 le
20731 \begin_inset space ~
20732 \end_inset
20733
20734 paquetage
20735 \begin_inset space ~
20736 \end_inset
20737
20738 maths
20739 \begin_inset space ~
20740 \end_inset
20741
20742 AMS
20743 \family default
20744  dans la rubrique 
20745 \family sans
20746 Options
20747 \begin_inset space ~
20748 \end_inset
20749
20750 des
20751 \begin_inset space ~
20752 \end_inset
20753
20754 Maths
20755 \family default
20756  de la fenêtre de dialogue 
20757 \family sans
20758 Paramètres
20759 \family default
20760  du document.
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Veuillez aussi jeter un coup d'œil à la section
20765 \begin_inset space ~
20766 \end_inset
20767
20768
20769 \begin_inset CommandInset ref
20770 LatexCommand ref
20771 reference "sub:Numerotation-notes-bas-de-page"
20772
20773 \end_inset
20774
20775  pour plus de détails et des notes importantes sur les commandes de numérotation.
20776 \end_layout
20777
20778 \begin_layout Section
20779 Faire référence à des flottants
20780 \begin_inset CommandInset label
20781 LatexCommand label
20782 name "sec:Referencer-les-Flottants"
20783
20784 \end_inset
20785
20786
20787 \begin_inset Index idx
20788 status collapsed
20789
20790 \begin_layout Plain Layout
20791 Flottants ! Références
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \begin_inset Index idx
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801 References@Références ! à des Flottants 
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \begin_layout Standard
20810 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20811  en utilisant le menu 
20812 \family sans
20813 Insérer\SpecialChar \menuseparator
20814 Étiquette
20815 \family default
20816  ou le bouton 
20817 \family sans
20818
20819 \begin_inset Info
20820 type  "icon"
20821 arg   "label-insert"
20822 \end_inset
20823
20824
20825 \family default
20826  de la barre d'outils.
20827  Une boîte grise de ce genre : 
20828 \begin_inset Graphics
20829         filename clipart/labelQt4.png
20830         lyxscale 85
20831         scale 85
20832         scaleBeforeRotation
20833
20834 \end_inset
20835
20836  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20837  de saisir le texte de l'étiquette.
20838  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20839  précédés d'un préfixe.
20840  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20841  préfixe sera "
20842 \family sans
20843 fig:
20844 \family default
20845 ".
20846 \end_layout
20847
20848 \begin_layout Standard
20849 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20850  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20851 \family sans
20852 Insérer\SpecialChar \menuseparator
20853 Référence
20854 \begin_inset space ~
20855 \end_inset
20856
20857 Croisée
20858 \family default
20859  ou le bouton 
20860 \family sans
20861
20862 \begin_inset Info
20863 type  "icon"
20864 arg   "dialog-show-new-inset ref"
20865 \end_inset
20866
20867
20868 \family default
20869  de la barre d'outils.
20870  Une boîte grise de référence croisée comme celle-ci : 
20871 \begin_inset Graphics
20872         filename ../clipart/referenceQt4.png
20873         scale 85
20874         scaleBeforeRotation
20875
20876 \end_inset
20877
20878  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20879  toutes les étiquettes définies dans votre document.
20880  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20881  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20882  de la fenêtre de dialogue.
20883  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20884  une.
20885  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20886  de la référence croisée.
20887 \end_layout
20888
20889 \begin_layout Standard
20890 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20891  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20892  les deux.
20893  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20894  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20895  du numéro de la référence.
20896 \end_layout
20897
20898 \begin_layout Standard
20899 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20900  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20901  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20902  pas à vous en préoccuper.
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Le bouton 
20907 \family sans
20908 Aller
20909 \begin_inset space ~
20910 \end_inset
20911
20912 à
20913 \begin_inset space ~
20914 \end_inset
20915
20916 l'étiquette
20917 \family default
20918  dans la fenêtre de référence croisée va positionner le curseur juste devant
20919  l'étiquette à laquelle on fait référence.
20920  Le nom du bouton bouton 
20921 \family sans
20922 Revenir
20923 \family default
20924  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20925  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20926  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20927  à votre point de départ.
20928 \end_layout
20929
20930 \begin_layout Subsection
20931 Formats de références croisées
20932 \begin_inset CommandInset label
20933 LatexCommand label
20934 name "sub:Formats-Références-Croisées"
20935
20936 \end_inset
20937
20938
20939 \begin_inset Index idx
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943 References@Références ! Formats
20944 \end_layout
20945
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \begin_layout Standard
20952 Il y a six types de références croisées :
20953 \end_layout
20954
20955 \begin_layout Description
20956 <référence>
20957 \begin_inset space ~
20958 \end_inset
20959
20960 : affiche le numéro de l'élément, c'est le choix implicite : 
20961 \begin_inset CommandInset ref
20962 LatexCommand ref
20963 reference "fig:Deux-images-déformées"
20964
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \begin_layout Description
20971 (<référence>)
20972 \begin_inset space ~
20973 \end_inset
20974
20975 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20976  normalement pour faire référence à des formules mathématiques, en particulier
20977  quand le mot 
20978 \begin_inset Quotes eld
20979 \end_inset
20980
20981 Équation
20982 \begin_inset Quotes erd
20983 \end_inset
20984
20985  est omis : 
20986 \begin_inset CommandInset ref
20987 LatexCommand eqref
20988 reference "eq:Wgn"
20989
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \begin_layout Description
20996 <page>
20997 \begin_inset space ~
20998 \end_inset
20999
21000 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
21001 \begin_inset space ~
21002 \end_inset
21003
21004
21005 \begin_inset CommandInset ref
21006 LatexCommand pageref
21007 reference "fig:Deux-images-déformées"
21008
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \begin_layout Description
21015 Sur
21016 \begin_inset space ~
21017 \end_inset
21018
21019 la
21020 \begin_inset space ~
21021 \end_inset
21022
21023 page
21024 \begin_inset space ~
21025 \end_inset
21026
21027 <page>
21028 \begin_inset space ~
21029 \end_inset
21030
21031 : affiche le mot 
21032 \begin_inset Quotes eld
21033 \end_inset
21034
21035 page
21036 \begin_inset Quotes erd
21037 \end_inset
21038
21039  suivi du numéro de la page sur laquelle se trouve l'élément : 
21040 \begin_inset CommandInset ref
21041 LatexCommand vpageref
21042 reference "fig:Deux-images-déformées"
21043
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \begin_layout Description
21050 <référence>
21051 \begin_inset space ~
21052 \end_inset
21053
21054 page
21055 \begin_inset space ~
21056 \end_inset
21057
21058 <page>
21059 \begin_inset space ~
21060 \end_inset
21061
21062 : affiche le numéro de l'élément, le mot 
21063 \begin_inset Quotes eld
21064 \end_inset
21065
21066 page
21067 \begin_inset Quotes erd
21068 \end_inset
21069
21070  et le numéro de la page : 
21071 \begin_inset CommandInset ref
21072 LatexCommand vref
21073 reference "fig:Deux-images-déformées"
21074
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \begin_layout Description
21081 Référence
21082 \begin_inset space ~
21083 \end_inset
21084
21085 mise
21086 \begin_inset space ~
21087 \end_inset
21088
21089 en
21090 \begin_inset space ~
21091 \end_inset
21092
21093 forme
21094 \begin_inset space ~
21095 \end_inset
21096
21097 : affiche une référence croisée qui définit son propre format.
21098 \begin_inset Newline newline
21099 \end_inset
21100
21101
21102 \begin_inset Note Greyedout
21103 status open
21104
21105 \begin_layout Plain Layout
21106
21107 \series bold
21108 Note:
21109 \series default
21110  Ce type de référence croisée n'est disponible que si vous avez installé
21111  le paquetage LaTeX 
21112 \series bold
21113 prettyref
21114 \series default
21115  ou 
21116 \series bold
21117 refstyle
21118 \series default
21119
21120 \begin_inset Index idx
21121 status collapsed
21122
21123 \begin_layout Plain Layout
21124 Paquetages LaTeX ! prettyref
21125 \end_layout
21126
21127 \end_inset
21128
21129
21130 \begin_inset Index idx
21131 status collapsed
21132
21133 \begin_layout Plain Layout
21134 Paquetages LaTeX ! refstyle
21135 \end_layout
21136
21137 \end_inset
21138
21139 .
21140 \end_layout
21141
21142 \end_inset
21143
21144
21145 \begin_inset Newline newline
21146 \end_inset
21147
21148 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21149  fonction en utilisant l'option 
21150 \family sans
21151 Utiliser refstyle (à la place de prettyref) pour les références croisées
21152 \family default
21153  dans le menu 
21154 \family sans
21155 Document\SpecialChar \menuseparator
21156 Paramètres\SpecialChar \menuseparator
21157 Classe de document
21158 \family default
21159 .
21160  Le format est précisé en ajoutant la commande 
21161 \series bold
21162
21163 \backslash
21164 newrefformat
21165 \series default
21166  (prettyref) ou 
21167 \series bold
21168
21169 \backslash
21170 newref
21171 \series default
21172  (refstyle) au préambule du document.
21173  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21174  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21175 \begin_inset space ~
21176 \end_inset
21177
21178 :
21179 \begin_inset Newline newline
21180 \end_inset
21181
21182
21183 \series bold
21184
21185 \backslash
21186 newref{fig}{refcmd={Image sur la page 
21187 \backslash
21188 pageref{#1}}}
21189 \series default
21190
21191 \begin_inset Newline newline
21192 \end_inset
21193
21194 Pour plus d'information sur le format, jetez un œil sur la documentation
21195  du paquetage, 
21196 \begin_inset CommandInset citation
21197 LatexCommand cite
21198 key "prettyref,refstyle"
21199
21200 \end_inset
21201
21202 .
21203 \end_layout
21204
21205 \begin_layout Description
21206 Référence
21207 \begin_inset space ~
21208 \end_inset
21209
21210 textuelle: affiche la légende de la référence
21211 \begin_inset space ~
21212 \end_inset
21213
21214
21215 \begin_inset CommandInset ref
21216 LatexCommand nameref
21217 reference "fig:Deux-images-déformées"
21218
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \begin_layout Standard
21225
21226 \family sans
21227 <page>
21228 \family default
21229  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21230  précédente, la même page ou la page suivante.
21231  Vous verrez par exemple un texte du genre 
21232 \begin_inset Quotes eld
21233 \end_inset
21234
21235
21236 \family sans
21237 sur cette page
21238 \family default
21239
21240 \begin_inset Quotes erd
21241 \end_inset
21242
21243  à la place.
21244  Le style 
21245 \family sans
21246 <référence>
21247 \begin_inset space ~
21248 \end_inset
21249
21250 page
21251 \begin_inset space ~
21252 \end_inset
21253
21254 <page> 
21255 \family default
21256 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21257  page.
21258 \end_layout
21259
21260 \begin_layout Standard
21261 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21262  se trouve sont calculés automatiquement par LaTeX.
21263  Vous choisissez une des six variétés de références dans le champ Format
21264  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21265  boîte de la référence croisée.
21266 \end_layout
21267
21268 \begin_layout Standard
21269 \begin_inset Note Greyedout
21270 status open
21271
21272 \begin_layout Plain Layout
21273
21274 \series bold
21275 Note:
21276 \series default
21277  L'utilisation du paquetage LaTeX 
21278 \series bold
21279 refstyle
21280 \series default
21281
21282 \begin_inset Index idx
21283 status collapsed
21284
21285 \begin_layout Plain Layout
21286 Paquetages LaTeX ! refstyle
21287 \end_layout
21288
21289 \end_inset
21290
21291  est recommandée parce que 
21292 \series bold
21293 prettyref
21294 \series default
21295
21296 \begin_inset Index idx
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300 Paquetages LaTeX ! prettyref
21301 \end_layout
21302
21303 \end_inset
21304
21305  ne connaît pas tous les raccourcis possibles pour les étiquettes
21306 \begin_inset Foot
21307 status collapsed
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Quotes eld
21311 \end_inset
21312
21313 fig:
21314 \begin_inset Quotes erd
21315 \end_inset
21316
21317  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21318  de figures,.
21319 \end_layout
21320
21321 \end_inset
21322
21323  et n'est pas internationalisé.
21324 \end_layout
21325
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \begin_layout Standard
21332 \begin_inset Note Greyedout
21333 status open
21334
21335 \begin_layout Plain Layout
21336
21337 \series bold
21338 Note:
21339 \series default
21340  Du fait d'un bogue dans la paquetage LaTeX 
21341 \series bold
21342 varioref
21343 \series default
21344  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21345  si la langue du document est le français.
21346  Pour contourner ce bogue, voir
21347 \begin_inset Newline newline
21348 \end_inset
21349
21350
21351 \begin_inset CommandInset href
21352 LatexCommand href
21353 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21354
21355 \end_inset
21356
21357 .
21358 \end_layout
21359
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Subsection
21366 Nommage automatique des références croisées
21367 \begin_inset Index idx
21368 status collapsed
21369
21370 \begin_layout Plain Layout
21371 References@Références ! Nommage automatique
21372 \end_layout
21373
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \begin_layout Standard
21380 Le paquetage LaTeX 
21381 \series bold
21382 hyperref
21383 \series default
21384
21385 \begin_inset Index idx
21386 status collapsed
21387
21388 \begin_layout Plain Layout
21389 Paquetages LaTeX ! hyperref
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \series bold
21396
21397 \series default
21398 qui est activé dans la rubrique 
21399 \family sans
21400 Propriétés du PDF
21401 \family default
21402  de la fenêtre de dialogue 
21403 \family sans
21404 Paramètres du document
21405 \family default
21406  fournit une fonction très utile pour automatiser la création des références
21407  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21408  une section).
21409  Par exemple pour vous éviter de devoir écrire le mot 
21410 \begin_inset Quotes eld
21411 \end_inset
21412
21413 Figure
21414 \begin_inset Quotes erd
21415 \end_inset
21416
21417  devant chaque référence à une figure.
21418  Pour profiter de ce nommage automatique des références croisées, vous devez
21419  activer 
21420 \series bold
21421 hyperref
21422 \series default
21423  et insérer la ligne suivante dans le préambule du document :
21424 \end_layout
21425
21426 \begin_layout Standard
21427
21428 \series bold
21429
21430 \backslash
21431 AtBeginDocument{
21432 \backslash
21433 renewcommand{
21434 \backslash
21435 ref}[1]{
21436 \backslash
21437 mbox{
21438 \backslash
21439 autoref{#1}}}}
21440 \end_layout
21441
21442 \begin_layout Standard
21443 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21444  défaut, par exemple vous préférez le nom 
21445 \begin_inset Quotes eld
21446 \end_inset
21447
21448 sec.
21449 \begin_inset space \thinspace{}
21450 \end_inset
21451
21452
21453 \begin_inset Quotes eld
21454 \end_inset
21455
21456  plutôt que 
21457 \begin_inset Quotes eld
21458 \end_inset
21459
21460 section
21461 \begin_inset Quotes erd
21462 \end_inset
21463
21464 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21465 \end_layout
21466
21467 \begin_layout Standard
21468
21469 \series bold
21470
21471 \backslash
21472 addto
21473 \backslash
21474 extrasenglish{
21475 \backslash
21476 renewcommand{
21477 \backslash
21478 sectionautorefname}
21479 \begin_inset Newline newline
21480 \end_inset
21481
21482
21483 \begin_inset Phantom HPhantom
21484 status open
21485
21486 \begin_layout Plain Layout
21487
21488 \series bold
21489 \begin_inset space ~
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496
21497 {sec.
21498 \backslash
21499 negthinspace}}
21500 \end_layout
21501
21502 \begin_layout Standard
21503 Si vous utilisez une autre langue que l'anglais, remplacez 
21504 \series bold
21505
21506 \backslash
21507 extrasenglish
21508 \series default
21509  par 
21510 \series bold
21511
21512 \backslash
21513 extras***
21514 \series default
21515 , où *** est le nom de la langue que vous utilisez.
21516
21517 \series bold
21518  
21519 \end_layout
21520
21521 \begin_layout Standard
21522 Pour avoir des noms automatiques, mais pas pour certains types de références,
21523  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21524 \end_layout
21525
21526 \begin_layout Standard
21527
21528 \series bold
21529
21530 \backslash
21531 newlength{
21532 \backslash
21533 abc}
21534 \begin_inset Newline newline
21535 \end_inset
21536
21537
21538 \backslash
21539 settowidth{
21540 \backslash
21541 abc}{
21542 \backslash
21543 space}
21544 \begin_inset Newline newline
21545 \end_inset
21546
21547
21548 \backslash
21549 addto
21550 \backslash
21551 extrasenglish{
21552 \backslash
21553 renewcommand{
21554 \backslash
21555 equationautorefname}
21556 \begin_inset Newline newline
21557 \end_inset
21558
21559
21560 \begin_inset Phantom HPhantom
21561 status open
21562
21563 \begin_layout Plain Layout
21564
21565 \series bold
21566 \begin_inset space ~
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573
21574 {
21575 \backslash
21576 hspace{-
21577 \backslash
21578 abc}}
21579 \end_layout
21580
21581 \begin_layout Standard
21582 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21583  de 
21584 \series bold
21585 hyperref
21586 \series default
21587  
21588 \begin_inset CommandInset citation
21589 LatexCommand cite
21590 key "hyperref"
21591
21592 \end_inset
21593
21594 .
21595 \end_layout
21596
21597 \begin_layout Standard
21598 \begin_inset Note Greyedout
21599 status open
21600
21601 \begin_layout Plain Layout
21602
21603 \series bold
21604 Note:
21605 \series default
21606  Le nommage automatique de références ne peut être utilisé si vous avez
21607  choisi le style de référence 
21608 \family sans
21609 Référence
21610 \begin_inset space ~
21611 \end_inset
21612
21613 mise
21614 \begin_inset space ~
21615 \end_inset
21616
21617 en
21618 \begin_inset space ~
21619 \end_inset
21620
21621 forme
21622 \family default
21623  décrit dans la section
21624 \begin_inset space ~
21625 \end_inset
21626
21627
21628 \begin_inset CommandInset ref
21629 LatexCommand ref
21630 reference "sub:Formats-Références-Croisées"
21631
21632 \end_inset
21633
21634 .
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Le manuel 
21644 \emph on
21645 Math
21646 \emph default
21647  est un exemple dans lequel on a utilisé le référencement automatique.
21648 \end_layout
21649
21650 \begin_layout Subsection
21651 Positionnement des références 
21652 \begin_inset CommandInset label
21653 LatexCommand label
21654 name "sub:Reference-Position"
21655
21656 \end_inset
21657
21658
21659 \begin_inset Index idx
21660 status collapsed
21661
21662 \begin_layout Plain Layout
21663 References@Références ! Positionnement
21664 \end_layout
21665
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \begin_layout Standard
21672 Si vous utilisez le paquetage 
21673 \series bold
21674 hyperref, 
21675 \series default
21676 qui est activé dans la rubrique 
21677 \family sans
21678 Propriétés du PDF
21679 \family default
21680  de la fenêtre de dialogue 
21681 \family sans
21682 Paramètres du document,
21683 \family default
21684  pour lier vos références croisées dans la sortie finale, vous verrez que
21685  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21686  l'image.
21687  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21688  pourrez voir l'image sans faire défiler le texte.
21689  Ce problème vient du fait que le point d'ancrage de la référence se situe
21690  à l'endroit de l'étiquette.
21691  En utilisant le paquetage LaTeX 
21692 \series bold
21693 hypcap
21694 \series default
21695
21696 \begin_inset Index idx
21697 status collapsed
21698
21699 \begin_layout Plain Layout
21700 Paquetages LaTeX ! hypcap
21701 \end_layout
21702
21703 \end_inset
21704
21705 , qui fait partie du paquetage LaTeX 
21706 \series bold
21707 oberdiek
21708 \series default
21709
21710 \begin_inset Index idx
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714 Paquetages LaTeX ! oberdiek
21715 \end_layout
21716
21717 \end_inset
21718
21719 , le point d'ancrage d'un lien est place en haut du flottant.
21720  Pour utiliser cette fonction avec les flottants de figure, chargez 
21721 \series bold
21722 hypcap
21723 \series default
21724  dans l'entête du document avec la ligne
21725 \end_layout
21726
21727 \begin_layout Standard
21728
21729 \series bold
21730
21731 \backslash
21732 usepackage[figure]{hypcap}
21733 \end_layout
21734
21735 \begin_layout Standard
21736 Vous pouvez aussi utiliser 
21737 \series bold
21738 hypcap
21739 \series default
21740  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21741  raisons de stabilité.
21742  Pour plus d'information, jetez un coup d'œil au manuel d' 
21743 \series bold
21744 hypcap
21745 \series default
21746  
21747 \begin_inset CommandInset citation
21748 LatexCommand cite
21749 key "hypcap"
21750
21751 \end_inset
21752
21753 .
21754 \end_layout
21755
21756 \begin_layout Standard
21757 \begin_inset Note Greyedout
21758 status open
21759
21760 \begin_layout Plain Layout
21761
21762 \series bold
21763 Note:
21764 \series default
21765  
21766 \series bold
21767 hypcap
21768 \series default
21769  n'a aucun effet pour les références à des sous-figures.
21770 \end_layout
21771
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \begin_layout Section
21778 Placement des flottants
21779 \begin_inset CommandInset label
21780 LatexCommand label
21781 name "sec:Placement-flottants"
21782
21783 \end_inset
21784
21785
21786 \begin_inset Index idx
21787 status collapsed
21788
21789 \begin_layout Plain Layout
21790 Flottants ! Placement
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21800  de dialogue 
21801 \family sans
21802 Paramètre
21803 \begin_inset space ~
21804 \end_inset
21805
21806 de
21807 \begin_inset space ~
21808 \end_inset
21809
21810 Flottant
21811 \family default
21812  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21813  utilise pour déterminer où placer le flottant.
21814 \begin_inset Newline newline
21815 \end_inset
21816
21817 L'option 
21818 \family sans
21819 Plusieurs
21820 \begin_inset space ~
21821 \end_inset
21822
21823 colonnes
21824 \family default
21825  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21826  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21827  confiné sur une seule colonne.
21828 \begin_inset Newline newline
21829 \end_inset
21830
21831 L'option 
21832 \family sans
21833 Rotation
21834 \begin_inset space ~
21835 \end_inset
21836
21837 90°
21838 \family default
21839  est utilisée pour faire tourner les flottants, voyez la section
21840 \begin_inset space ~
21841 \end_inset
21842
21843
21844 \begin_inset CommandInset ref
21845 LatexCommand ref
21846 reference "sec:Flottants-renversés"
21847
21848 \end_inset
21849
21850 .
21851 \end_layout
21852
21853 \begin_layout Standard
21854 En désactivant l'option 
21855 \family sans
21856 Utilise
21857 \begin_inset space ~
21858 \end_inset
21859
21860 le
21861 \begin_inset space ~
21862 \end_inset
21863
21864 placement
21865 \begin_inset space ~
21866 \end_inset
21867
21868 par
21869 \begin_inset space ~
21870 \end_inset
21871
21872 défaut
21873 \family default
21874  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21875  le placement du flottant:
21876 \end_layout
21877
21878 \begin_layout Description
21879 Ici,
21880 \begin_inset space ~
21881 \end_inset
21882
21883 si
21884 \begin_inset space ~
21885 \end_inset
21886
21887 possible: essaie de placer le flottant à la position où il a été inséré
21888  dans LyX
21889 \end_layout
21890
21891 \begin_layout Description
21892 Haut
21893 \begin_inset space ~
21894 \end_inset
21895
21896 de
21897 \begin_inset space ~
21898 \end_inset
21899
21900 la
21901 \begin_inset space ~
21902 \end_inset
21903
21904 page: essaie de placer le flottant en haut de la page courante
21905 \end_layout
21906
21907 \begin_layout Description
21908 Bas
21909 \begin_inset space ~
21910 \end_inset
21911
21912 de
21913 \begin_inset space ~
21914 \end_inset
21915
21916 la
21917 \begin_inset space ~
21918 \end_inset
21919
21920 page: essaie de placer le flottant en bas de la page courante
21921 \end_layout
21922
21923 \begin_layout Description
21924 Page
21925 \begin_inset space ~
21926 \end_inset
21927
21928 de
21929 \begin_inset space ~
21930 \end_inset
21931
21932 flottants: essaie de placer le flottant sur une page à part, éventuellement
21933  avec d'autres flottants 
21934 \end_layout
21935
21936 \begin_layout Standard
21937 LaTeX utilise
21938 \emph on
21939  toujours 
21940 \emph default
21941 les options dans l'ordre donné ci-dessus.
21942  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21943  d'abord essayer 
21944 \family sans
21945 Ici
21946 \begin_inset space ~
21947 \end_inset
21948
21949 si
21950 \begin_inset space ~
21951 \end_inset
21952
21953 possible
21954 \family default
21955 , ensuite 
21956 \family sans
21957 Haut
21958 \begin_inset space ~
21959 \end_inset
21960
21961 de
21962 \begin_inset space ~
21963 \end_inset
21964
21965 la
21966 \begin_inset space ~
21967 \end_inset
21968
21969 page
21970 \family default
21971 , et ainsi de suite.
21972  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21973  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21974  Si aucune des quatre options de placement n'est possible, la procédure
21975  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21976 \end_layout
21977
21978 \begin_layout Standard
21979 Implicitement, chaque option a ses propres règles d'application:
21980 \end_layout
21981
21982 \begin_layout Standard
21983
21984 \family sans
21985 Haut
21986 \begin_inset space ~
21987 \end_inset
21988
21989 de
21990 \begin_inset space ~
21991 \end_inset
21992
21993 la
21994 \begin_inset space ~
21995 \end_inset
21996
21997 page
21998 \family default
21999  : seuls les flottants occupant moins de 70% de la page peuvent être placés
22000  en haut de page (
22001 \series bold
22002
22003 \backslash
22004 topfraction
22005 \series default
22006 ).
22007 \end_layout
22008
22009 \begin_layout Standard
22010
22011 \family sans
22012 Bas
22013 \begin_inset space ~
22014 \end_inset
22015
22016 de
22017 \begin_inset space ~
22018 \end_inset
22019
22020 la
22021 \begin_inset space ~
22022 \end_inset
22023
22024 page
22025 \family default
22026  : seuls les flottants occupant moins de 30% de la page peuvent être placés
22027  en bas de page (
22028 \series bold
22029
22030 \backslash
22031 bottomfraction
22032 \series default
22033 ).
22034 \end_layout
22035
22036 \begin_layout Standard
22037
22038 \family sans
22039 Page
22040 \begin_inset space ~
22041 \end_inset
22042
22043 de
22044 \begin_inset space ~
22045 \end_inset
22046
22047 flottants
22048 \family default
22049  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22050  si ils occupent plus de 50% de celle-ci (
22051 \series bold
22052
22053 \backslash
22054 floatpagefraction
22055 \series default
22056 ).
22057 \end_layout
22058
22059 \begin_layout Standard
22060 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22061  supplémentaire 
22062 \family sans
22063 Ignorer
22064 \begin_inset space ~
22065 \end_inset
22066
22067 les
22068 \begin_inset space ~
22069 \end_inset
22070
22071 règles
22072 \begin_inset space ~
22073 \end_inset
22074
22075 LaTeX
22076 \family default
22077 \lang english
22078 .
22079 \begin_inset Newline newline
22080 \end_inset
22081
22082
22083 \lang french
22084 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22085  données entre parenthèses après les descriptions des règles données ci-dessus.
22086  Par exemple, pour augmenter à 50
22087 \begin_inset space \thinspace{}
22088 \end_inset
22089
22090 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22091  trop petite, ajoutez cette ligne au préambule de votre document :
22092 \end_layout
22093
22094 \begin_layout Standard
22095
22096 \series bold
22097
22098 \backslash
22099 renewcommand{
22100 \backslash
22101 bottomfraction}{0.5}
22102 \end_layout
22103
22104 \begin_layout Standard
22105 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22106  exactement à l'endroit où vous l'avez inséré.
22107  dans ce cas utilisez l'option 
22108 \family sans
22109 Ici
22110 \begin_inset space ~
22111 \end_inset
22112
22113 à
22114 \begin_inset space ~
22115 \end_inset
22116
22117 tout
22118 \begin_inset space ~
22119 \end_inset
22120
22121 Prix
22122 \family default
22123 .
22124  Utilisez cette option le moins souvent possible et seulement quand le document
22125  est presque prêt à être imprimé.
22126  En effet, le flottant n'est plus capable de 
22127 \begin_inset Quotes eld
22128 \end_inset
22129
22130 flotter
22131 \begin_inset Quotes erd
22132 \end_inset
22133
22134 , ce qui peut perturber toutes les mises en page.
22135 \end_layout
22136
22137 \begin_layout Standard
22138 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22139  sont toujours entourés par le texte d'un paragraphe donné.
22140 \begin_inset VSpace bigskip
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Standard
22147 On peut parfois se trouver dans la situation où un flottant est placé en
22148  haut d'une page alors que la section concernée ne commence qu'au milieu
22149  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22150  la section précédente.
22151  On peut utiliser la commande LaTeX 
22152 \series bold
22153
22154 \backslash
22155 suppressfloats
22156 \series default
22157  pour éviter ce cas.
22158  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22159  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22160  soit placé avant que la section commence.
22161  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22162  votre document :
22163 \end_layout
22164
22165 \begin_layout Standard
22166
22167 \series bold
22168
22169 \backslash
22170 let
22171 \backslash
22172 mySection
22173 \backslash
22174 section
22175 \begin_inset Newline newline
22176 \end_inset
22177
22178
22179 \backslash
22180 renewcommand{
22181 \backslash
22182 section}{
22183 \backslash
22184 suppressfloats[t]
22185 \backslash
22186 mySection}
22187 \end_layout
22188
22189 \begin_layout Standard
22190 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22191  comme les chapitres et les sous-sections.
22192  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22193  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22194  ensuite avoir du mal à trouver un positionnement correct.
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset VSpace bigskip
22199 \end_inset
22200
22201 Dans certains cas il est demandé de placer toutes les figures et tous les
22202  tableaux à la fin du document.
22203  C'est pour de telles situations que le paquetage LaTeX 
22204 \series bold
22205 endfloat
22206 \series default
22207
22208 \begin_inset Index idx
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 Paquetages LaTeX ! endfloat
22213 \end_layout
22214
22215 \end_inset
22216
22217  a été développé.
22218  Il met en effet tous les flottants de figures et de tableaux à la fin du
22219  document dans leurs propres sections.
22220  À la position d'origine du flottant, une indication textuelle du genre
22221  
22222 \begin_inset Quotes eld
22223 \end_inset
22224
22225
22226 \family sans
22227 [Figure
22228 \begin_inset space ~
22229 \end_inset
22230
22231 3.2 
22232 \lang english
22233 about here.
22234 \lang french
22235 ]
22236 \family default
22237
22238 \begin_inset Quotes erd
22239 \end_inset
22240
22241  est insérée.
22242  Le paquetage 
22243 \series bold
22244 endfloat
22245 \series default
22246  est chargé dans le préambule avec la ligne suivante 
22247 \end_layout
22248
22249 \begin_layout Standard
22250
22251 \series bold
22252
22253 \backslash
22254 usepackage[options]{endfloat}
22255 \end_layout
22256
22257 \begin_layout Standard
22258 Il y a aussi de nombreuses options de paquetage pour modifier le format
22259  des sections de figures ou de tableau qui sont créées.
22260  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22261  
22262 \series bold
22263 endfloa
22264 \series default
22265
22266 \begin_inset CommandInset citation
22267 LatexCommand cite
22268 key "endfloat"
22269
22270 \end_inset
22271
22272 .
22273 \begin_inset Newline newline
22274 \end_inset
22275
22276
22277 \begin_inset Note Greyedout
22278 status open
22279
22280 \begin_layout Plain Layout
22281
22282 \series bold
22283 Note: endfloat
22284 \series default
22285  ne fournit pas de traduction automatique de l'indication textuelle, vous
22286  devez donc le faire manuellement, voyez la section
22287 \begin_inset space ~
22288 \end_inset
22289
22290 4 de 
22291 \begin_inset CommandInset citation
22292 LatexCommand cite
22293 key "endfloat"
22294
22295 \end_inset
22296
22297 .
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \begin_inset Newline newline
22304 \end_inset
22305
22306
22307 \begin_inset Note Greyedout
22308 status open
22309
22310 \begin_layout Plain Layout
22311
22312 \series bold
22313 Note:
22314 \series default
22315  Il y a actuellement un bug dans le paquetage 
22316 \series bold
22317 endfloat
22318 \series default
22319  quand la légende contient un 
22320 \begin_inset Quotes eld
22321 \end_inset
22322
22323 ß
22324 \begin_inset Quotes erd
22325 \end_inset
22326
22327  allemand.
22328  Utilisez dans ce cas la commande 
22329 \begin_inset Quotes eld
22330 \end_inset
22331
22332
22333 \series bold
22334
22335 \backslash
22336 ss
22337 \series default
22338
22339 \begin_inset Quotes erd
22340 \end_inset
22341
22342  en code TeX à la place du 
22343 \begin_inset Quotes eld
22344 \end_inset
22345
22346 ß
22347 \begin_inset Quotes erd
22348 \end_inset
22349
22350 .
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \begin_inset VSpace bigskip
22360 \end_inset
22361
22362 Pour plus d'information sur les manières de placer les flottants, jetez
22363  un coup d'œil aux livres sur LaTeX, 
22364 \begin_inset CommandInset citation
22365 LatexCommand cite
22366 key "latexcompanion,latexguide,latexbook"
22367
22368 \end_inset
22369
22370 .
22371 \end_layout
22372
22373 \begin_layout Section
22374 Flottants renversés
22375 \begin_inset CommandInset label
22376 LatexCommand label
22377 name "sec:Flottants-renversés"
22378
22379 \end_inset
22380
22381
22382 \begin_inset Index idx
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386 Flottants ! Renversés
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \begin_layout Standard
22395 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22396  tableaux très larges.
22397  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22398  un clic droit sur la boîte du flottant et utilisez l'option 
22399 \family sans
22400 Rotation
22401 \begin_inset space ~
22402 \end_inset
22403
22404 90°
22405 \family default
22406 .
22407 \end_layout
22408
22409 \begin_layout Standard
22410 Les flottants renversés sont systématiquement placés sur leur propre page
22411  ( ou colonne, si vous avez un document sur deux colonnes ).
22412  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22413  
22414 \family sans
22415 Plusieurs
22416 \begin_inset space ~
22417 \end_inset
22418
22419 colonnes
22420 \family default
22421  dans les paramètres du flottant.
22422  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22423  du côté de la marge externe.
22424  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22425  ajouter soit l'option 
22426 \series bold
22427 figuresleft
22428 \series default
22429  soit l'option 
22430 \series bold
22431 figuresright
22432 \series default
22433  aux options de la classe de document.
22434 \end_layout
22435
22436 \begin_layout Standard
22437 Faire référence à un flottant renversé se fait de la même manière que pour
22438  un flottant normal, la mise en forme de la légende est aussi identique
22439  : Le tableau
22440 \begin_inset space ~
22441 \end_inset
22442
22443
22444 \begin_inset CommandInset ref
22445 LatexCommand ref
22446 reference "tab:Tableau-pivoté"
22447
22448 \end_inset
22449
22450  est un exemple de flottant de tableau renversé.
22451 \end_layout
22452
22453 \begin_layout Standard
22454 \begin_inset Note Greyedout
22455 status open
22456
22457 \begin_layout Plain Layout
22458
22459 \series bold
22460 Note:
22461 \series default
22462  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22463  DVI.
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 \begin_inset Float table
22473 wide false
22474 sideways true
22475 status open
22476
22477 \begin_layout Plain Layout
22478 \begin_inset Caption
22479
22480 \begin_layout Plain Layout
22481 \begin_inset CommandInset label
22482 LatexCommand label
22483 name "tab:Tableau-pivoté"
22484
22485 \end_inset
22486
22487  Tableau pivoté
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \begin_layout Plain Layout
22496 \align center
22497 \begin_inset Tabular
22498 <lyxtabular version="3" rows="1" columns="5">
22499 <features tabularvalignment="middle">
22500 <column alignment="center" valignment="top" width="0">
22501 <column alignment="center" valignment="top" width="0">
22502 <column alignment="center" valignment="top" width="0">
22503 <column alignment="center" valignment="top" width="0">
22504 <column alignment="center" valignment="top" width="0">
22505 <row>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 test
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 b
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 c
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 d
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 e
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 </lyxtabular>
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \begin_layout Section
22565 Sous-flottants
22566 \begin_inset Index idx
22567 status collapsed
22568
22569 \begin_layout Plain Layout
22570 Flottants ! Sous-flottants
22571 \end_layout
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \begin_layout Standard
22579 Un exemple de sous-flottant : une figure composée de plusieurs images.
22580  On les crée en insérant un flottant dans un flottant existant.
22581  Le positionnement des sous-flottants peut être contrôlé comme pour les
22582  paragraphes comme on le voit avec les tableaux
22583 \begin_inset space ~
22584 \end_inset
22585
22586
22587 \begin_inset CommandInset ref
22588 LatexCommand ref
22589 reference "tab:Deux-sous-tableaux-cote-a-cote"
22590
22591 \end_inset
22592
22593  et 
22594 \begin_inset CommandInset ref
22595 LatexCommand ref
22596 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22597
22598 \end_inset
22599
22600 .
22601 \end_layout
22602
22603 \begin_layout Standard
22604 On fait référence à des sous-flottants comme on le ferait avec des flottants
22605  normaux : Les tableaux
22606 \begin_inset space ~
22607 \end_inset
22608
22609
22610 \begin_inset CommandInset ref
22611 LatexCommand ref
22612 reference "tab:Le-sous-tableau-a"
22613
22614 \end_inset
22615
22616  et 
22617 \begin_inset CommandInset ref
22618 LatexCommand ref
22619 reference "tab:Le-sous-tableau-b"
22620
22621 \end_inset
22622
22623  sont des sous-tableaux du tableau
22624 \begin_inset space ~
22625 \end_inset
22626
22627
22628 \begin_inset CommandInset ref
22629 LatexCommand ref
22630 reference "tab:Deux-sous-tableaux-cote-a-cote"
22631
22632 \end_inset
22633
22634 .
22635 \end_layout
22636
22637 \begin_layout Standard
22638 \begin_inset Float table
22639 wide false
22640 sideways false
22641 status open
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Caption
22645
22646 \begin_layout Plain Layout
22647 \begin_inset CommandInset label
22648 LatexCommand label
22649 name "tab:Deux-sous-tableaux-cote-a-cote"
22650
22651 \end_inset
22652
22653 Deux sous-tableaux placés côte-à-côte.
22654 \end_layout
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Plain Layout
22662 \align center
22663 \begin_inset space \hfill{}
22664 \end_inset
22665
22666
22667 \begin_inset Float table
22668 wide false
22669 sideways false
22670 status collapsed
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Caption
22674
22675 \begin_layout Plain Layout
22676 \begin_inset CommandInset label
22677 LatexCommand label
22678 name "tab:Le-sous-tableau-a"
22679
22680 \end_inset
22681
22682 Le sous-tableau a
22683 \end_layout
22684
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Plain Layout
22691 \align center
22692 \begin_inset Tabular
22693 <lyxtabular version="3" rows="1" columns="5">
22694 <features tabularvalignment="middle">
22695 <column alignment="center" valignment="top" width="0">
22696 <column alignment="center" valignment="top" width="0">
22697 <column alignment="center" valignment="top" width="0">
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 test
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 b
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 c
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 d
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 e
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 </lyxtabular>
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \begin_inset space \hfill{}
22758 \end_inset
22759
22760
22761 \begin_inset Float table
22762 wide false
22763 sideways false
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Caption
22768
22769 \begin_layout Plain Layout
22770 \begin_inset CommandInset label
22771 LatexCommand label
22772 name "tab:Le-sous-tableau-b"
22773
22774 \end_inset
22775
22776 Le sous-tableau b.
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \begin_layout Plain Layout
22785 \align center
22786 \begin_inset Tabular
22787 <lyxtabular version="3" rows="1" columns="5">
22788 <features tabularvalignment="middle">
22789 <column alignment="center" valignment="top" width="0">
22790 <column alignment="center" valignment="top" width="0">
22791 <column alignment="center" valignment="top" width="0">
22792 <column alignment="center" valignment="top" width="0">
22793 <column alignment="center" valignment="top" width="0">
22794 <row>
22795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 e
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 d
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 c
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 b
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 test
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 </row>
22841 </lyxtabular>
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \begin_inset space \hfill{}
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \begin_layout Standard
22863 \begin_inset Float table
22864 wide false
22865 sideways false
22866 status open
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Caption
22870
22871 \begin_layout Plain Layout
22872 \begin_inset CommandInset label
22873 LatexCommand label
22874 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22875
22876 \end_inset
22877
22878 Deux sous-tableaux placés l'un sur l'autre.
22879  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Plain Layout
22888 \align center
22889 \begin_inset Float table
22890 wide false
22891 sideways false
22892 status collapsed
22893
22894 \begin_layout Plain Layout
22895 \begin_inset Caption
22896
22897 \begin_layout Plain Layout
22898
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Plain Layout
22907 \align center
22908 \begin_inset Tabular
22909 <lyxtabular version="3" rows="1" columns="4">
22910 <features tabularvalignment="middle">
22911 <column alignment="center" valignment="top" width="0">
22912 <column alignment="center" valignment="top" width="0">
22913 <column alignment="center" valignment="top" width="0">
22914 <column alignment="center" valignment="top" width="0">
22915 <row>
22916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 test
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 test
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 test
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 test
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 </lyxtabular>
22954
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \begin_layout Plain Layout
22966 \align center
22967 \begin_inset Float table
22968 wide false
22969 sideways false
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Caption
22974
22975 \begin_layout Plain Layout
22976
22977 \end_layout
22978
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \begin_layout Plain Layout
22985 \align center
22986 \begin_inset Tabular
22987 <lyxtabular version="3" rows="1" columns="5">
22988 <features tabularvalignment="middle">
22989 <column alignment="center" valignment="top" width="0">
22990 <column alignment="center" valignment="top" width="0">
22991 <column alignment="center" valignment="top" width="0">
22992 <column alignment="center" valignment="top" width="0">
22993 <column alignment="center" valignment="top" width="0">
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 a
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 b
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 c
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026 d
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 e
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 </lyxtabular>
23042
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \begin_layout Section
23059 Flottants côte-à-côte
23060 \begin_inset Index idx
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 Flottants ! côte-à-côte
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \begin_layout Standard
23073 Pour placer des flottants côte-à-côte, comme pour la figure
23074 \begin_inset space ~
23075 \end_inset
23076
23077
23078 \begin_inset CommandInset ref
23079 LatexCommand ref
23080 reference "fig:Flottant-gauche"
23081
23082 \end_inset
23083
23084  et 
23085 \begin_inset CommandInset ref
23086 LatexCommand ref
23087 reference "fig:Flottant-droit"
23088
23089 \end_inset
23090
23091 , on n'utilise 
23092 \emph on
23093 qu'un seul 
23094 \emph default
23095 flottant.
23096  On y insère deux boîtes de minipages.
23097 \begin_inset Foot
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 Les minipages sont décrites dans la section
23102 \begin_inset space ~
23103 \end_inset
23104
23105
23106 \begin_inset CommandInset ref
23107 LatexCommand ref
23108 reference "sec:Minipages"
23109
23110 \end_inset
23111
23112 .
23113 \end_layout
23114
23115 \end_inset
23116
23117  La largeur est mise à 45
23118 \begin_inset space \thinspace{}
23119 \end_inset
23120
23121 -50
23122 \begin_inset space \thinspace{}
23123 \end_inset
23124
23125 column% et l'alignement de la boîte à 
23126 \family sans
23127 Bas
23128 \family default
23129  pour chaque minipage.
23130  Les boîtes minipages contiennent l'image et la légende exactement comme
23131  avec un flottant.
23132  La seule différence est que l'unité de longueur 
23133 \family sans
23134 Largeur
23135 \begin_inset space ~
23136 \end_inset
23137
23138 colonne
23139 \begin_inset space ~
23140 \end_inset
23141
23142 %
23143 \family default
23144  utilisée pour l'image est maintenant définie par rapport à la largeur des
23145  boîtes minipages.
23146 \end_layout
23147
23148 \begin_layout Standard
23149 \begin_inset Float figure
23150 wide false
23151 sideways false
23152 status open
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Box Frameless
23156 position "b"
23157 hor_pos "c"
23158 has_inner_box 1
23159 inner_pos "t"
23160 use_parbox 0
23161 use_makebox 0
23162 width "45col%"
23163 special "none"
23164 height "1in"
23165 height_special "totalheight"
23166 status open
23167
23168 \begin_layout Plain Layout
23169 \align center
23170 \begin_inset Graphics
23171         filename ../clipart/mobius.eps
23172         lyxscale 50
23173         width 100col%
23174         scaleBeforeRotation
23175
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Caption
23183
23184 \begin_layout Plain Layout
23185 \begin_inset CommandInset label
23186 LatexCommand label
23187 name "fig:Flottant-gauche"
23188
23189 \end_inset
23190
23191 Flottant du côté gauche.
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \begin_inset space \hfill{}
23203 \end_inset
23204
23205
23206 \begin_inset Box Frameless
23207 position "b"
23208 hor_pos "c"
23209 has_inner_box 1
23210 inner_pos "t"
23211 use_parbox 0
23212 use_makebox 0
23213 width "45col%"
23214 special "none"
23215 height "1in"
23216 height_special "totalheight"
23217 status open
23218
23219 \begin_layout Plain Layout
23220 \align center
23221 \begin_inset Graphics
23222         filename ../clipart/platypus.eps
23223         lyxscale 50
23224         width 100col%
23225         scaleBeforeRotation
23226
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \begin_layout Plain Layout
23233 \begin_inset Caption
23234
23235 \begin_layout Plain Layout
23236 \begin_inset CommandInset label
23237 LatexCommand label
23238 name "fig:Flottant-droit"
23239
23240 \end_inset
23241
23242 Flottant du côté droit.
23243 \end_layout
23244
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Section
23261 Mise en forme de la légende
23262 \begin_inset Index idx
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266 Légende ! Mise en forme
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \begin_inset Index idx
23273 status collapsed
23274
23275 \begin_layout Plain Layout
23276 Flottants ! Mise en forme de la Légende
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \begin_inset CommandInset label
23283 LatexCommand label
23284 name "sec:Formatage-légende"
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 L'environnement 
23293 \family sans
23294 Légende
23295 \family default
23296  est l'environnement de paragraphe implicite pour les 
23297 \family sans
23298 flottants
23299 \family default
23300 .
23301  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23302  par exemple 
23303 \begin_inset Quotes eld
23304 \end_inset
23305
23306
23307 \family sans
23308 Figure #:
23309 \family default
23310
23311 \begin_inset Quotes erd
23312 \end_inset
23313
23314  suivi par le texte de la légende.
23315  Le 
23316 \begin_inset Quotes eld
23317 \end_inset
23318
23319 #
23320 \begin_inset Quotes erd
23321 \end_inset
23322
23323  étant remplacé par le numéro de référence réel.
23324  implicitement l'étiquette et le numéro sont dans la même police de caractères
23325  que le texte de la légende et deux points suivent le numéro pour séparer
23326  l'étiquette du texte.
23327  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23328 \end_layout
23329
23330 \begin_layout Standard
23331 Pour modifier le format implicite des légendes, il faut charger le paquetage
23332  LaTeX 
23333 \series bold
23334 caption
23335 \series default
23336
23337 \begin_inset Index idx
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341 Paquetages LaTeX ! caption
23342 \end_layout
23343
23344 \end_inset
23345
23346  dans le préambule de votre document avec la ligne suivante :
23347 \end_layout
23348
23349 \begin_layout Standard
23350
23351 \series bold
23352
23353 \backslash
23354 usepackage[format definition]{caption}
23355 \end_layout
23356
23357 \begin_layout Standard
23358 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23359  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23360  dans ce document, utilisez les commandes suivantes :
23361 \end_layout
23362
23363 \begin_layout Standard
23364
23365 \series bold
23366
23367 \backslash
23368 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23369 \end_layout
23370
23371 \begin_layout Standard
23372 Vous pouvez aussi définir des formats de légendes différents pour les différents
23373  types de flottants.
23374  Dans ce cas chargez le paquetage 
23375 \series bold
23376 caption 
23377 \series default
23378 sans option de format spécifique et définissez les différents formats à
23379  l'aide de la commande 
23380 \end_layout
23381
23382 \begin_layout Standard
23383
23384 \series bold
23385
23386 \backslash
23387 captionsetup[type de flottant]{définition du format}
23388 \end_layout
23389
23390 \begin_layout Standard
23391 dans le préambule du document.
23392  Par exemple les formats de légende de la Figure
23393 \begin_inset space ~
23394 \end_inset
23395
23396
23397 \begin_inset CommandInset ref
23398 LatexCommand ref
23399 reference "fig:Legende-de-fig"
23400
23401 \end_inset
23402
23403  et du Tableau
23404 \begin_inset space ~
23405 \end_inset
23406
23407
23408 \begin_inset CommandInset ref
23409 LatexCommand ref
23410 reference "tab:Légende-de-tab"
23411
23412 \end_inset
23413
23414  peuvent être créés en utilisant les commandes suivantes dans le préambule
23415  :
23416 \end_layout
23417
23418 \begin_layout Standard
23419
23420 \series bold
23421
23422 \backslash
23423 usepackage[tableposition=top]{caption}
23424 \series default
23425
23426 \begin_inset Newline newline
23427 \end_inset
23428
23429
23430 \series bold
23431
23432 \backslash
23433 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23434 \begin_inset Newline newline
23435 \end_inset
23436
23437
23438 \begin_inset Phantom HPhantom
23439 status open
23440
23441 \begin_layout Plain Layout
23442
23443 \series bold
23444
23445 \backslash
23446 captionsetup[figure]{
23447 \end_layout
23448
23449 \end_inset
23450
23451 labelsep=period}
23452 \begin_inset Newline newline
23453 \end_inset
23454
23455
23456 \backslash
23457 captionsetup[table]{labelfont={bf,sf}}
23458 \end_layout
23459
23460 \begin_layout Standard
23461 \begin_inset Note Greyedout
23462 status open
23463
23464 \begin_layout Plain Layout
23465
23466 \series bold
23467 Note:
23468 \series default
23469  L'option 
23470 \series bold
23471 tableposition=top
23472 \series default
23473  n'a pas d'effet quand on utilise un document de classe 
23474 \series bold
23475 KOMA-Script
23476 \series default
23477
23478 \begin_inset Index idx
23479 status collapsed
23480
23481 \begin_layout Plain Layout
23482 Paquetages LaTeX ! KOMA-Script
23483 \end_layout
23484
23485 \end_inset
23486
23487 .
23488  Dans ce cas on doit utiliser l'option 
23489 \series bold
23490 captions=tableheading
23491 \series default
23492  de la classe de document.
23493 \end_layout
23494
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \begin_layout Standard
23501 Pour plus d'information sur le paquetage 
23502 \series bold
23503 caption
23504 \series default
23505  nous vous renvoyons à sa documentation 
23506 \begin_inset CommandInset citation
23507 LatexCommand cite
23508 key "caption"
23509
23510 \end_inset
23511
23512 .
23513 \end_layout
23514
23515 \begin_layout Standard
23516 Pour changer le nom de l'étiquette, par exemple de 
23517 \begin_inset Quotes eld
23518 \end_inset
23519
23520 Figure
23521 \begin_inset Quotes erd
23522 \end_inset
23523
23524  à 
23525 \begin_inset Quotes eld
23526 \end_inset
23527
23528 Image
23529 \begin_inset Quotes erd
23530 \end_inset
23531
23532 , utilisez la commande suivante dans le préambule :
23533 \end_layout
23534
23535 \begin_layout Standard
23536
23537 \series bold
23538
23539 \backslash
23540 renewcommand{
23541 \backslash
23542 fnum@figure}{Image~
23543 \backslash
23544 thefigure}
23545 \end_layout
23546
23547 \begin_layout Standard
23548 où 
23549 \series bold
23550
23551 \backslash
23552 thefigure
23553 \series default
23554  insère le numéro de la figure et
23555 \series bold
23556  
23557 \begin_inset Quotes eld
23558 \end_inset
23559
23560 ~
23561 \series default
23562
23563 \begin_inset Quotes erd
23564 \end_inset
23565
23566  ajoute une espace insécable.
23567 \end_layout
23568
23569 \begin_layout Standard
23570 \begin_inset VSpace bigskip
23571 \end_inset
23572
23573 Si vous utilisez un document de classe 
23574 \series bold
23575 KOMA-Script
23576 \series default
23577
23578 \begin_inset Index idx
23579 status collapsed
23580
23581 \begin_layout Plain Layout
23582 Paquetages LaTeX ! KOMA-Script
23583 \end_layout
23584
23585 \end_inset
23586
23587  (
23588 \family sans
23589 article (KOMA-Script)
23590 \family default
23591
23592 \family sans
23593 book (KOMA-Script)
23594 \family default
23595
23596 \family sans
23597 letter (KOMA-Script)
23598 \family default
23599 , ou 
23600 \family sans
23601 report (KOMA-Script)
23602 \family default
23603
23604 \begin_inset space \thinspace{}
23605 \end_inset
23606
23607 ), Vous pouvez utiliser la commande incorporée 
23608 \series bold
23609
23610 \backslash
23611 setkomafont 
23612 \series default
23613 du paquetage
23614 \series bold
23615  KOMA-Script 
23616 \series default
23617 à la place du paquetage
23618 \series bold
23619  caption.
23620  
23621 \series default
23622 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23623  suivante au préambule de votre document :
23624 \end_layout
23625
23626 \begin_layout Standard
23627
23628 \series bold
23629
23630 \backslash
23631 setkomafont{captionlabel}{
23632 \backslash
23633 bfseries}
23634 \end_layout
23635
23636 \begin_layout Standard
23637 Pour plus d'information au sujet de 
23638 \series bold
23639
23640 \backslash
23641 setkomafont
23642 \series default
23643  nous vous renvoyons à la documentation du paquetage 
23644 \series bold
23645 KOMA-Script
23646 \series default
23647  
23648 \begin_inset CommandInset citation
23649 LatexCommand cite
23650 key "KOMA-Script"
23651
23652 \end_inset
23653
23654 .
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23666 }
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \begin_inset Note Note
23673 status open
23674
23675 \begin_layout Plain Layout
23676 Le format de la légende n'est modifié que pour cet exemple.
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Standard
23685 \begin_inset Float figure
23686 placement !p
23687 wide false
23688 sideways false
23689 status open
23690
23691 \begin_layout Plain Layout
23692 \align center
23693 \begin_inset Graphics
23694         filename ../clipart/mobius.eps
23695         lyxscale 50
23696         scale 50
23697         scaleBeforeRotation
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Caption
23706
23707 \begin_layout Plain Layout
23708 \begin_inset CommandInset label
23709 LatexCommand label
23710 name "fig:Legende-de-fig"
23711
23712 \end_inset
23713
23714 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23715  pour montrer les différents types de formats de légendes.
23716  Ici on a utilisé un format de légende personnalisé.
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \begin_layout Standard
23730 \begin_inset ERT
23731 status collapsed
23732
23733 \begin_layout Plain Layout
23734
23735
23736 \backslash
23737 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23738 on}
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \begin_layout Standard
23747 \begin_inset Float table
23748 placement !p
23749 wide false
23750 sideways false
23751 status open
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Caption
23755
23756 \begin_layout Plain Layout
23757 \begin_inset CommandInset label
23758 LatexCommand label
23759 name "tab:Légende-de-tab"
23760
23761 \end_inset
23762
23763 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23764  pour montrer les différents types de formats de légendes.
23765  Ici on a utilisé le format de légende implicite.
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Plain Layout
23774 \align center
23775 \begin_inset Tabular
23776 <lyxtabular version="3" rows="1" columns="5">
23777 <features tabularvalignment="middle">
23778 <column alignment="center" valignment="top" width="0">
23779 <column alignment="center" valignment="top" width="0">
23780 <column alignment="center" valignment="top" width="0">
23781 <column alignment="center" valignment="top" width="0">
23782 <column alignment="center" valignment="top" width="0">
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 a
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797 b
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 c
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 d
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 e
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 </lyxtabular>
23831
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \begin_layout Section
23843 Positionnement de la Légende
23844 \begin_inset Index idx
23845 status collapsed
23846
23847 \begin_layout Plain Layout
23848 Légende ! Placement
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \begin_inset Index idx
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858 Flottants ! Placement de la légende
23859 \end_layout
23860
23861 \end_inset
23862
23863
23864 \begin_inset CommandInset label
23865 LatexCommand label
23866 name "sec:Placement-légende"
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 La règle habituelle pour placer la légende est :
23875 \end_layout
23876
23877 \begin_layout Description
23878 Figure
23879 \begin_inset space ~
23880 \end_inset
23881
23882 : La légende est placée en dessous de la figure
23883 \end_layout
23884
23885 \begin_layout Description
23886 Tableau
23887 \begin_inset space ~
23888 \end_inset
23889
23890 : La légende est placée au dessus du tableau
23891 \end_layout
23892
23893 \begin_layout Standard
23894 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23895  au dessus des tableaux.
23896  Ce qui fait que si vous utilisez une des classes de document 
23897 \family sans
23898 article
23899 \family default
23900
23901 \family sans
23902 book
23903 \family default
23904
23905 \family sans
23906 letter
23907 \family default
23908 , ou 
23909 \family sans
23910 report
23911 \family default
23912  il n'y aura pas d'espace libre entre la légende et le tableau.
23913  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23914  de chargement du paquetage LaTeX 
23915 \series bold
23916 caption
23917 \series default
23918  dans le préambule de votre document
23919 \begin_inset Foot
23920 status open
23921
23922 \begin_layout Plain Layout
23923 Voir la section
23924 \begin_inset space ~
23925 \end_inset
23926
23927
23928 \begin_inset CommandInset ref
23929 LatexCommand ref
23930 reference "sec:Formatage-légende"
23931
23932 \end_inset
23933
23934  pour plus d'information sur le paquetage 
23935 \series bold
23936 caption
23937 \series default
23938 .
23939 \end_layout
23940
23941 \end_inset
23942
23943 :
23944 \end_layout
23945
23946 \begin_layout Standard
23947
23948 \series bold
23949 tableposition=top
23950 \end_layout
23951
23952 \begin_layout Standard
23953 Si vous utilisez une classe de document 
23954 \series bold
23955 KOMA-Script
23956 \series default
23957
23958 \begin_inset Index idx
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962 Paquetages LaTeX ! KOMA-Script
23963 \end_layout
23964
23965 \end_inset
23966
23967  (
23968 \family sans
23969 article (KOMA-Script)
23970 \family default
23971
23972 \family sans
23973 book (KOMA-Script)
23974 \family default
23975
23976 \family sans
23977 letter (KOMA-Script)
23978 \family default
23979 , ou 
23980 \family sans
23981 report (KOMA-Script)
23982 \family default
23983
23984 \begin_inset space \thinspace{}
23985 \end_inset
23986
23987 ), vous pouvez utiliser à la place du paquetage 
23988 \series bold
23989 caption
23990 \series default
23991  l'option 
23992 \series bold
23993 captions=tableheading
23994 \series default
23995  de la classe de document.
23996 \end_layout
23997
23998 \begin_layout Standard
23999 \begin_inset VSpace bigskip
24000 \end_inset
24001
24002 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
24003  Pour cela, vous devez charger le paquetage LaTeX 
24004 \series bold
24005 sidecap
24006 \series default
24007
24008 \begin_inset Index idx
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012 Paquetages LaTeX ! sidecap
24013 \end_layout
24014
24015 \end_inset
24016
24017  dans le préambule de votre document avec la ligne de commande suivante
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \series bold
24023
24024 \backslash
24025 usepackage[option]{sidecap}
24026 \end_layout
24027
24028 \begin_layout Standard
24029 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
24030  extérieure – à droite sur les pages impaires et à gauche sur les pages
24031  paires.
24032  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
24033  
24034 \series bold
24035 innercaption
24036 \series default
24037 .
24038  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
24039  
24040 \series bold
24041 rightcaption
24042 \series default
24043  ou 
24044 \series bold
24045 leftcaption
24046 \series default
24047 .
24048 \end_layout
24049
24050 \begin_layout Standard
24051 \begin_inset ERT
24052 status collapsed
24053
24054 \begin_layout Plain Layout
24055
24056
24057 \backslash
24058 ifsidecap
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \begin_inset Note Note
24065 status open
24066
24067 \begin_layout Plain Layout
24068 La section suivante ne sera affichée que si le paquetage LaTeX 
24069 \series bold
24070 sidecap
24071 \series default
24072  a été installé.
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Standard
24081 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24082  ajouter ces commandes dans le préambule de votre document :
24083 \end_layout
24084
24085 \begin_layout Standard
24086 \noindent
24087 \begin_inset CommandInset line
24088 LatexCommand rule
24089 offset "0.5ex"
24090 width "100line%"
24091 height "1pt"
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099
24100 \series bold
24101
24102 \backslash
24103 newcommand{
24104 \backslash
24105 TabBesBeg}[1][1.0]{%
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \begin_inset Phantom HPhantom
24111 status open
24112
24113 \begin_layout Plain Layout
24114 \begin_inset space ~
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \end_inset
24121
24122
24123 \backslash
24124 let
24125 \backslash
24126 MyTable
24127 \backslash
24128 table
24129 \begin_inset Newline newline
24130 \end_inset
24131
24132
24133 \begin_inset Phantom HPhantom
24134 status open
24135
24136 \begin_layout Plain Layout
24137
24138 \series medium
24139 \begin_inset space ~
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146
24147
24148 \backslash
24149 let
24150 \backslash
24151 MyEndtable
24152 \backslash
24153 endtable
24154 \begin_inset Newline newline
24155 \end_inset
24156
24157
24158 \begin_inset Phantom HPhantom
24159 status open
24160
24161 \begin_layout Plain Layout
24162
24163 \series medium
24164 \begin_inset space ~
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171
24172
24173 \backslash
24174 renewenvironment{table}[1]{
24175 \backslash
24176 begin{SCtable}[#1]##1}{
24177 \backslash
24178 end{SCtable}}}
24179 \end_layout
24180
24181 \begin_layout Standard
24182
24183 \series bold
24184
24185 \backslash
24186 newcommand{
24187 \backslash
24188 TabBesEnd}{%
24189 \begin_inset Newline newline
24190 \end_inset
24191
24192
24193 \begin_inset Phantom HPhantom
24194 status open
24195
24196 \begin_layout Plain Layout
24197 \begin_inset space ~
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \end_inset
24204
24205
24206 \backslash
24207 let
24208 \backslash
24209 table
24210 \backslash
24211 MyTable
24212 \begin_inset Newline newline
24213 \end_inset
24214
24215
24216 \begin_inset Phantom HPhantom
24217 status open
24218
24219 \begin_layout Plain Layout
24220 \begin_inset space ~
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \backslash
24230 let
24231 \backslash
24232 endtable
24233 \backslash
24234 MyEndtable
24235 \end_layout
24236
24237 \begin_layout Standard
24238
24239 \series bold
24240
24241 \backslash
24242 newcommand{
24243 \backslash
24244 FigBesBeg}[1][1.0]{%
24245 \begin_inset Newline newline
24246 \end_inset
24247
24248
24249 \begin_inset Phantom HPhantom
24250 status open
24251
24252 \begin_layout Plain Layout
24253 \begin_inset space ~
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \backslash
24263 let
24264 \backslash
24265 MyFigure
24266 \backslash
24267 figure
24268 \begin_inset Newline newline
24269 \end_inset
24270
24271
24272 \begin_inset Phantom HPhantom
24273 status open
24274
24275 \begin_layout Plain Layout
24276 \begin_inset space ~
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \backslash
24286 let
24287 \backslash
24288 MyEndfigure
24289 \backslash
24290 endfigure
24291 \begin_inset Newline newline
24292 \end_inset
24293
24294
24295 \begin_inset Phantom HPhantom
24296 status open
24297
24298 \begin_layout Plain Layout
24299 \begin_inset space ~
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \backslash
24309 renewenvironment{figure}[1]{
24310 \backslash
24311 begin{SCfigure}[#1]##1}{
24312 \backslash
24313 end{SCfigure}}}
24314 \end_layout
24315
24316 \begin_layout Standard
24317
24318 \series bold
24319
24320 \backslash
24321 newcommand{
24322 \backslash
24323 FigBesEnd}{%
24324 \begin_inset Newline newline
24325 \end_inset
24326
24327
24328 \begin_inset Phantom HPhantom
24329 status open
24330
24331 \begin_layout Plain Layout
24332 \begin_inset space ~
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339
24340
24341 \backslash
24342 let
24343 \backslash
24344 figure
24345 \backslash
24346 MyFigure
24347 \begin_inset Newline newline
24348 \end_inset
24349
24350
24351 \begin_inset Phantom HPhantom
24352 status open
24353
24354 \begin_layout Plain Layout
24355 \begin_inset space ~
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362
24363
24364 \backslash
24365 let
24366 \backslash
24367 endfigure
24368 \backslash
24369 MyEndfigure}
24370 \end_layout
24371
24372 \begin_layout Standard
24373 \noindent
24374 \begin_inset CommandInset line
24375 LatexCommand rule
24376 offset "0.5ex"
24377 width "100line%"
24378 height "1pt"
24379
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \begin_layout Standard
24386 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24387  la légende se place sur le côté.
24388  Pour les flottants de figure, utilisez la commande
24389 \end_layout
24390
24391 \begin_layout Standard
24392
24393 \series bold
24394
24395 \backslash
24396 FigBesBeg
24397 \end_layout
24398
24399 \begin_layout Standard
24400 en code TeX avant le flottant.
24401  Et insérez la commande
24402 \end_layout
24403
24404 \begin_layout Standard
24405
24406 \series bold
24407
24408 \backslash
24409 FigBesEnd
24410 \end_layout
24411
24412 \begin_layout Standard
24413 en code TeX à l'endroit où vous voulez revenir à la définition originale
24414  du flottant.
24415 \end_layout
24416
24417 \begin_layout Standard
24418 Pour les flottants de tableau, utilisez les commandes correspondantes
24419 \end_layout
24420
24421 \begin_layout Standard
24422
24423 \series bold
24424
24425 \backslash
24426 TabBesBeg
24427 \series default
24428  et 
24429 \series bold
24430
24431 \backslash
24432 TabBesEnd
24433 \end_layout
24434
24435 \begin_layout Standard
24436 La figure
24437 \begin_inset space ~
24438 \end_inset
24439
24440
24441 \begin_inset CommandInset ref
24442 LatexCommand ref
24443 reference "fig:legende-a-coté-fig"
24444
24445 \end_inset
24446
24447  et le tableau
24448 \begin_inset space ~
24449 \end_inset
24450
24451
24452 \begin_inset CommandInset ref
24453 LatexCommand ref
24454 reference "tab:legende-à-coté-tableau"
24455
24456 \end_inset
24457
24458  sont des exemples où la légende a été mises sur le coté.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24463  pour les flottants de tableau et vers le bas pour les flottants de figure.
24464  Pour changer ce comportement, vous pouvez utiliser les commandes
24465 \end_layout
24466
24467 \begin_layout Standard
24468
24469 \series bold
24470
24471 \backslash
24472 sidecaptionvpos{type flottant}{placement}
24473 \end_layout
24474
24475 \begin_layout Standard
24476 dans le préambule du document ou en code TeX juste avant le flottant visé.
24477  Le type du flottant est soit 
24478 \family sans
24479 figure
24480 \family default
24481  soit 
24482 \family sans
24483 table
24484 \family default
24485 , le placement peut être 
24486 \begin_inset Quotes eld
24487 \end_inset
24488
24489
24490 \family sans
24491 t
24492 \family default
24493
24494 \begin_inset Quotes erd
24495 \end_inset
24496
24497  pour haut (top), 
24498 \begin_inset Quotes eld
24499 \end_inset
24500
24501
24502 \family sans
24503 c
24504 \family default
24505
24506 \begin_inset Quotes erd
24507 \end_inset
24508
24509  pour centre (center), ou 
24510 \begin_inset Quotes eld
24511 \end_inset
24512
24513
24514 \family sans
24515 b
24516 \family default
24517
24518 \begin_inset Quotes erd
24519 \end_inset
24520
24521  pour bas (bottom).
24522  Pour que, par exemple, les légendes des flottants de figure soient centrés
24523  verticalement, utilisez la commande
24524 \end_layout
24525
24526 \begin_layout Standard
24527
24528 \series bold
24529
24530 \backslash
24531 sidecaptionvpos{figure}{c}
24532 \end_layout
24533
24534 \begin_layout Standard
24535 C'est ce qui a été utilisé pour la figure
24536 \begin_inset space ~
24537 \end_inset
24538
24539
24540 \begin_inset CommandInset ref
24541 LatexCommand ref
24542 reference "fig:legende-à-coté-fig-2"
24543
24544 \end_inset
24545
24546 .
24547 \end_layout
24548
24549 \begin_layout Standard
24550 \begin_inset VSpace medskip
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \begin_layout Standard
24557 La largeur de légende par défaut est celle de l'image ou du tableau.
24558  Pour des images ou des tableaux étroits, comme le tableau
24559 \begin_inset space ~
24560 \end_inset
24561
24562
24563 \begin_inset CommandInset ref
24564 LatexCommand ref
24565 reference "tab:legende-à-coté-tableau"
24566
24567 \end_inset
24568
24569 , cela donne des légendes trop étroites.
24570  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
24571  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
24572  La largeur de la légende sera automatiquement recalculée dans le cas où
24573  cette dernière déborderait dans la marge de la page ou de la colonne à
24574  cause de la largeur indiquée.
24575  Le 
24576 \emph on
24577 facteur 
24578 \emph default
24579 peut soit être donné comme argument pour 
24580 \series bold
24581
24582 \backslash
24583 FigBesBeg
24584 \series default
24585 :
24586 \end_layout
24587
24588 \begin_layout Standard
24589
24590 \series bold
24591
24592 \backslash
24593 FigBesBeg[facteur]
24594 \end_layout
24595
24596 \begin_layout Standard
24597 ou dans la définition de 
24598 \series bold
24599
24600 \backslash
24601 FigBesBeg 
24602 \series default
24603 en remplaçant le
24604 \series bold
24605  1.0 
24606 \series default
24607 par une autre valeur.
24608  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
24609  façon implicite quand  
24610 \series bold
24611
24612 \backslash
24613 FigBesBeg
24614 \series default
24615  est utilisé sans argument.
24616  Pour le tableau
24617 \begin_inset space ~
24618 \end_inset
24619
24620
24621 \begin_inset CommandInset ref
24622 LatexCommand ref
24623 reference "tab:cap-beside-tab-wider"
24624
24625 \end_inset
24626
24627  on a utilisé 5 comme facteur.
24628 \end_layout
24629
24630 \begin_layout Standard
24631
24632 \lang english
24633 \begin_inset Note Greyedout
24634 status open
24635
24636 \begin_layout Plain Layout
24637
24638 \series bold
24639 Note:
24640 \series default
24641  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
24642  utiliser l'option de placement, 
24643 \family sans
24644 Ici
24645 \begin_inset space ~
24646 \end_inset
24647
24648 à
24649 \begin_inset space ~
24650 \end_inset
24651
24652 tout
24653 \begin_inset space ~
24654 \end_inset
24655
24656 prix
24657 \family default
24658  parce qu'elle n'est pas gérée par 
24659 \series bold
24660 sidecap
24661 \series default
24662 .
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 \begin_inset VSpace medskip
24672 \end_inset
24673
24674 Pour plus d'information sur le paquetage 
24675 \series bold
24676 sidecap
24677 \series default
24678  nous vous renvoyons à sa documentation 
24679 \begin_inset CommandInset citation
24680 LatexCommand cite
24681 key "sidecap"
24682
24683 \end_inset
24684
24685 .
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \begin_inset Note Greyedout
24690 status open
24691
24692 \begin_layout Plain Layout
24693
24694 \series bold
24695 Note:
24696 \series default
24697  Le paquetage LaTeX 
24698 \series bold
24699 hypcap
24700 \series default
24701
24702 \begin_inset Index idx
24703 status collapsed
24704
24705 \begin_layout Plain Layout
24706 Paquetages LaTeX ! hypcap
24707 \end_layout
24708
24709 \end_inset
24710
24711 , qui est décrit dans la section
24712 \begin_inset space ~
24713 \end_inset
24714
24715
24716 \begin_inset CommandInset ref
24717 LatexCommand ref
24718 reference "sub:Reference-Position"
24719
24720 \end_inset
24721
24722 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 \begin_inset ERT
24732 status collapsed
24733
24734 \begin_layout Plain Layout
24735
24736
24737 \backslash
24738 FigBesBeg 
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \begin_layout Standard
24747 \begin_inset Float figure
24748 wide false
24749 sideways false
24750 status open
24751
24752 \begin_layout Plain Layout
24753 \begin_inset Graphics
24754         filename ../clipart/escher-lsd.eps
24755         scale 75
24756         scaleBeforeRotation
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \begin_layout Plain Layout
24764 \begin_inset Caption
24765
24766 \begin_layout Plain Layout
24767 \begin_inset CommandInset label
24768 LatexCommand label
24769 name "fig:legende-a-coté-fig"
24770
24771 \end_inset
24772
24773 Une légende à côté d'une figure.
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Standard
24787 \begin_inset ERT
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791
24792
24793 \backslash
24794 FigBesEnd
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 \begin_inset ERT
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807
24808
24809 \backslash
24810 TabBesBeg 
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \begin_inset Float table
24820 wide false
24821 sideways false
24822 status open
24823
24824 \begin_layout Plain Layout
24825 \begin_inset Caption
24826
24827 \begin_layout Plain Layout
24828 \begin_inset CommandInset label
24829 LatexCommand label
24830 name "tab:legende-à-coté-tableau"
24831
24832 \end_inset
24833
24834 Une légende à côté d'un tableau.
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Plain Layout
24843 \begin_inset Tabular
24844 <lyxtabular version="3" rows="4" columns="5">
24845 <features tabularvalignment="middle">
24846 <column alignment="center" valignment="top" width="0">
24847 <column alignment="center" valignment="top" width="0">
24848 <column alignment="center" valignment="top" width="0">
24849 <column alignment="center" valignment="top" width="0">
24850 <column alignment="center" valignment="top" width="0">
24851 <row>
24852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 a
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 b
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892 c
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 <row>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 d
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 e
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 </row>
24945 <row>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 f
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 g
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 h
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 i
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 j
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 </lyxtabular>
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \begin_inset ERT
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056
25057
25058 \backslash
25059 TabBesEnd
25060 \end_layout
25061
25062 \end_inset
25063
25064
25065 \end_layout
25066
25067 \begin_layout Standard
25068 \begin_inset ERT
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072
25073
25074 \backslash
25075 sidecaptionvpos{figure}{c}
25076 \end_layout
25077
25078 \end_inset
25079
25080
25081 \begin_inset Float figure
25082 wide false
25083 sideways false
25084 status open
25085
25086 \begin_layout Plain Layout
25087 \begin_inset Graphics
25088         filename ../clipart/escher-lsd.eps
25089         scale 75
25090         scaleBeforeRotation
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Plain Layout
25098 \begin_inset Caption
25099
25100 \begin_layout Plain Layout
25101 \begin_inset CommandInset label
25102 LatexCommand label
25103 name "fig:legende-à-coté-fig-2"
25104
25105 \end_inset
25106
25107 Une légende centrée verticalement à côté d'une figure.
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 \begin_inset ERT
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125
25126
25127 \backslash
25128 FigBesEnd
25129 \end_layout
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \begin_inset ERT
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141
25142
25143 \backslash
25144 TabBesBeg[5]
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Standard
25153 \begin_inset Float table
25154 wide false
25155 sideways false
25156 status open
25157
25158 \begin_layout Plain Layout
25159 \begin_inset Caption
25160
25161 \begin_layout Plain Layout
25162
25163 \lang english
25164 \begin_inset CommandInset label
25165 LatexCommand label
25166 name "tab:cap-beside-tab-wider"
25167
25168 \end_inset
25169
25170 This is a caption is wider than the one in
25171 \lang french
25172  tableau
25173 \begin_inset space ~
25174 \end_inset
25175
25176
25177 \begin_inset CommandInset ref
25178 LatexCommand ref
25179 reference "tab:legende-à-coté-tableau"
25180
25181 \end_inset
25182
25183 .
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Plain Layout
25192 \begin_inset Tabular
25193 <lyxtabular version="3" rows="4" columns="5">
25194 <features tabularvalignment="middle">
25195 <column alignment="center" valignment="top" width="0">
25196 <column alignment="center" valignment="top" width="0">
25197 <column alignment="center" valignment="top" width="0">
25198 <column alignment="center" valignment="top" width="0">
25199 <column alignment="center" valignment="top" width="0">
25200 <row>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 a
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 b
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241 c
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 </row>
25247 <row>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 d
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 e
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299 f
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317 g
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 h
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 </row>
25341 <row>
25342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 i
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373 j
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 </row>
25388 </lyxtabular>
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \begin_layout Standard
25401 \begin_inset ERT
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405
25406
25407 \backslash
25408 TabBesEnd
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Standard
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 else
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \begin_inset Note Note
25431 status open
25432
25433 \begin_layout Plain Layout
25434 Ce qui suit sera affiché si le paquetage LaTeX 
25435 \series bold
25436 sidecap
25437 \series default
25438  n'est pas installé :
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Standard
25447 Vous devez installer le paquetage LaTeX 
25448 \series bold
25449 sidecap
25450 \series default
25451  pour voir la suite de cette section dans la sortie imprimée.
25452 \end_layout
25453
25454 \begin_layout Standard
25455 \begin_inset ERT
25456 status collapsed
25457
25458 \begin_layout Plain Layout
25459
25460
25461 \backslash
25462 fi
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Section
25471 Les listes de flottants
25472 \begin_inset Index idx
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476 Flottants ! Listes de Flottants
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \begin_layout Standard
25485 De la même façon que la table des matières fait la liste des sections du
25486  document, il y a des listes pour tous les types de flottants, comme par
25487  exemple pour les figures du document.
25488  Vous pouvez les insérer en utilisant le menu 
25489 \family sans
25490 Insérer\SpecialChar \menuseparator
25491 Listes
25492 \begin_inset space ~
25493 \end_inset
25494
25495 &
25496 \begin_inset space ~
25497 \end_inset
25498
25499 TdM
25500 \family default
25501 .
25502 \end_layout
25503
25504 \begin_layout Standard
25505 Les entrées de la liste sont la légende du flottant ou éventuellement le
25506  titre court, le numéro du flottant, et le numéro de la page où le flottant
25507  apparaît dans le document.
25508 \end_layout
25509
25510 \begin_layout Standard
25511 Vous trouverez à la fin de ce document une liste des figures et une liste
25512  des tableaux.
25513 \end_layout
25514
25515 \begin_layout Chapter
25516 Notes
25517 \end_layout
25518
25519 \begin_layout Section
25520 Les notes de LyX
25521 \begin_inset Index idx
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 Notes ! Notes LyX 
25526 \end_layout
25527
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \begin_layout Standard
25534 On peut insérer une note en utilisant le bouton 
25535 \family sans
25536
25537 \begin_inset Info
25538 type  "icon"
25539 arg   "note-insert"
25540 \end_inset
25541
25542
25543 \family default
25544  de la barre d'outils ou avec le menu 
25545 \family sans
25546 Insérer\SpecialChar \menuseparator
25547 Note
25548 \family default
25549 .
25550  Il y a trois types de notes :
25551 \end_layout
25552
25553 \begin_layout Description
25554 Note
25555 \begin_inset space ~
25556 \end_inset
25557
25558 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25559  finale.
25560  La boîte de cette note ressemble à ceci :
25561 \begin_inset Newline newline
25562 \end_inset
25563
25564
25565 \begin_inset Newline newline
25566 \end_inset
25567
25568
25569 \begin_inset Graphics
25570         filename clipart/LyXNoteImageQt4.png
25571         display false
25572         scale 65
25573         scaleBeforeRotation
25574
25575 \end_inset
25576
25577  
25578 \begin_inset Note Note
25579 status open
25580
25581 \begin_layout Plain Layout
25582 Le texte de cette note n'apparaîtra pas à l'impression.
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Description
25591 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25592  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25593  vers un fichier au format LaTeX avec le menu 
25594 \family sans
25595 Fichier\SpecialChar \menuseparator
25596 Exporter\SpecialChar \menuseparator
25597 LaTeX (pdflatex) / (plain)
25598 \family default
25599 .
25600  La boîte de cette note ressemble à ceci :
25601 \begin_inset Newline newline
25602 \end_inset
25603
25604
25605 \begin_inset Newline newline
25606 \end_inset
25607
25608
25609 \begin_inset Graphics
25610         filename clipart/CommentNoteImageQt4.png
25611         display false
25612         scale 55
25613         scaleBeforeRotation
25614
25615 \end_inset
25616
25617
25618 \lang english
25619  
25620 \lang french
25621
25622 \begin_inset Note Comment
25623 status open
25624
25625 \begin_layout Plain Layout
25626 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25627  LaTeX.
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Description
25636 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25637  La boîte de cette note ressemble à ceci :
25638 \lang english
25639
25640 \begin_inset Newline newline
25641 \end_inset
25642
25643
25644 \lang french
25645
25646 \begin_inset Newline newline
25647 \end_inset
25648
25649
25650 \begin_inset Graphics
25651         filename clipart/GreyedOutNoteImageQt4.png
25652         lyxscale 80
25653         display false
25654         scale 55
25655         scaleBeforeRotation
25656
25657 \end_inset
25658
25659
25660 \begin_inset Newline newline
25661 \end_inset
25662
25663
25664 \begin_inset ERT
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668
25669
25670 \backslash
25671 renewenvironment{lyxgreyedout}
25672 \end_layout
25673
25674 \begin_layout Plain Layout
25675
25676 {
25677 \backslash
25678 textcolor[gray]{0.8}
25679 \backslash
25680 bgroup}{
25681 \backslash
25682 egroup}
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \begin_inset Note Greyedout
25689 status open
25690
25691 \begin_layout Plain Layout
25692 Le texte
25693 \begin_inset Foot
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25698  grisé.
25699  
25700 \end_layout
25701
25702 \end_inset
25703
25704  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \begin_inset ERT
25711 status collapsed
25712
25713 \begin_layout Plain Layout
25714
25715
25716 \backslash
25717 renewenvironment{lyxgreyedout}
25718 \end_layout
25719
25720 \begin_layout Plain Layout
25721
25722 {
25723 \backslash
25724 textcolor{blue}
25725 \backslash
25726 bgroup}{
25727 \backslash
25728 egroup}
25729 \end_layout
25730
25731 \end_inset
25732
25733
25734 \begin_inset Note Note
25735 status collapsed
25736
25737 \begin_layout Plain Layout
25738 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25739  originale qu'elle a dans LyX.
25740  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25741  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \begin_inset Newline newline
25748 \end_inset
25749
25750
25751 \begin_inset Newline newline
25752 \end_inset
25753
25754 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25755  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25756 \end_layout
25757
25758 \begin_layout Standard
25759 \begin_inset VSpace bigskip
25760 \end_inset
25761
25762 Quand vous utilisez le bouton 
25763 \family sans
25764
25765 \begin_inset Info
25766 type  "icon"
25767 arg   "note-insert"
25768 \end_inset
25769
25770
25771 \family default
25772  de la barre d'outils, vous insérez une 
25773 \family sans
25774 Note
25775 \begin_inset space ~
25776 \end_inset
25777
25778 LyX
25779 \family default
25780 .
25781  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25782 la et cliquez sur le bouton d'insertion de note.
25783  Pour retransformer une note en texte, appuyez sur la touche 
25784 \family sans
25785 backspace
25786 \family default
25787  quand le curseur est au tout début de la note ou appuyez sur la touche
25788  
25789 \family sans
25790 Suppr.
25791
25792 \family default
25793  quand le curseur se trouve à la fin de la note.
25794 \end_layout
25795
25796 \begin_layout Standard
25797 \begin_inset VSpace bigskip
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Vous pouvez changer la couleur des notes grisées dans le menu 
25805 \family sans
25806 Document\SpecialChar \menuseparator
25807 Paramètres\SpecialChar \menuseparator
25808 Couleurs
25809 \family default
25810 .
25811 \end_layout
25812
25813 \begin_layout Section
25814 Notes en bas de page
25815 \begin_inset CommandInset label
25816 LatexCommand label
25817 name "sec:Notes-bas-de-page"
25818
25819 \end_inset
25820
25821
25822 \begin_inset Index idx
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826 Notes ! Notes de bas de page
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \begin_inset Index idx
25833 status collapsed
25834
25835 \begin_layout Plain Layout
25836 Notes de bas de page
25837 \end_layout
25838
25839 \end_inset
25840
25841
25842 \end_layout
25843
25844 \begin_layout Standard
25845 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25846  
25847 \family sans
25848
25849 \begin_inset Info
25850 type  "icon"
25851 arg   "footnote-insert"
25852 \end_inset
25853
25854
25855 \family default
25856  de la barre d'outils, soit en utilisant le menu 
25857 \family sans
25858 Insérer\SpecialChar \menuseparator
25859 Note
25860 \begin_inset space ~
25861 \end_inset
25862
25863 en
25864 \begin_inset space ~
25865 \end_inset
25866
25867 Bas
25868 \begin_inset space ~
25869 \end_inset
25870
25871 de
25872 \begin_inset space ~
25873 \end_inset
25874
25875 Page
25876 \family default
25877 .
25878  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25879  rouge 
25880 \begin_inset Quotes fld
25881 \end_inset
25882
25883 bas
25884 \begin_inset Quotes frd
25885 \end_inset
25886
25887  qui ressemble à ceci : 
25888 \begin_inset Graphics
25889         filename clipart/footnoteQt4.png
25890         scale 80
25891         scaleBeforeRotation
25892
25893 \end_inset
25894
25895  Vous pouvez y entrer votre texte.
25896  Si vous voulez transformer du texte déjà existant en note en bas de page,
25897  sélectionnez-le et cliquez sur le bouton 
25898 \family sans
25899 Note
25900 \begin_inset space ~
25901 \end_inset
25902
25903 en
25904 \begin_inset space ~
25905 \end_inset
25906
25907 Bas
25908 \begin_inset space ~
25909 \end_inset
25910
25911 de
25912 \begin_inset space ~
25913 \end_inset
25914
25915 Page
25916 \family default
25917  de la barre d'outils.
25918  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25919  
25920 \family sans
25921 Backspace
25922 \family default
25923  quand le curseur est au tout début de la note ou appuyez sur la touche
25924  
25925 \family sans
25926 Suppr.
25927
25928 \family default
25929  quand le curseur se trouve à la fin de la note.
25930 \end_layout
25931
25932 \begin_layout Standard
25933 Voici un exemple de note en bas de page:
25934 \begin_inset Foot
25935 status open
25936
25937 \begin_layout Plain Layout
25938 \begin_inset CommandInset label
25939 LatexCommand label
25940 name "fn:Note-en-bas"
25941
25942 \end_inset
25943
25944 Ceci est un exemple de note en bas de page.
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \begin_inset ERT
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954
25955
25956 \backslash
25957 newcounter{MyRepeatFoot}
25958 \end_layout
25959
25960 \begin_layout Plain Layout
25961
25962
25963 \backslash
25964 setcounter{MyRepeatFoot}{
25965 \backslash
25966 thefootnote}
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \begin_layout Standard
25975 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25976  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25977  de note.
25978  Le texte de la note est placé en bas de la page courante.
25979  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25980  Selon votre classe de document les numéros de notes pourront être réinitialisés
25981  à chaque nouveau chapitre.
25982 \end_layout
25983
25984 \begin_layout Standard
25985 On peut faire référence à une note en bas de page comme on le fait avec
25986  les flottants : Insérez une étiquette dans la note et faites une référence
25987  croisée vers cette étiquette comme c'est décrit dans la
25988 \begin_inset space ~
25989 \end_inset
25990
25991
25992 \begin_inset CommandInset ref
25993 LatexCommand ref
25994 reference "sec:Referencer-les-Flottants"
25995
25996 \end_inset
25997
25998 .
25999 \begin_inset Newline newline
26000 \end_inset
26001
26002 Voici une référence à une note de bas de page :
26003 \begin_inset space ~
26004 \end_inset
26005
26006
26007 \begin_inset CommandInset ref
26008 LatexCommand ref
26009 reference "fn:Note-en-bas"
26010
26011 \end_inset
26012
26013 .
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset VSpace defskip
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
26025  par LaTeX pour des raisons techniques.
26026  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
26027  
26028 \series bold
26029
26030 \backslash
26031 footnotemark{}
26032 \series default
26033  en code TeX à la place de la note de bas de page.
26034  Le texte de la note est mis en argument de la commande TeX 
26035 \series bold
26036
26037 \backslash
26038 footnotetext
26039 \series default
26040  après le tableau.
26041 \begin_inset Newline newline
26042 \end_inset
26043
26044 C'est ce qui a été fait pour le tableau qui suit avec la commande
26045 \end_layout
26046
26047 \begin_layout Standard
26048
26049 \series bold
26050
26051 \backslash
26052 footnotetext{
26053 \series default
26054 Note de bas de page de tableau imprimée.
26055 \series bold
26056 }
26057 \end_layout
26058
26059 \begin_layout Standard
26060
26061 \lang english
26062 \begin_inset Tabular
26063 <lyxtabular version="3" rows="2" columns="1">
26064 <features tabularvalignment="middle">
26065 <column alignment="center" valignment="top" width="0">
26066 <row>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 Un exemple de texte
26072 \begin_inset Foot
26073 status open
26074
26075 \begin_layout Plain Layout
26076 Cette note ne sera pas imprimée
26077 \begin_inset space ~
26078 \end_inset
26079
26080 !
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 Un autre exemple de texte
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 footnotemark{}
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 </row>
26115 </lyxtabular>
26116
26117 \end_inset
26118
26119
26120 \begin_inset ERT
26121 status collapsed
26122
26123 \begin_layout Plain Layout
26124
26125
26126 \backslash
26127 footnotetext{
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \lang french
26134 Note de bas de page de tableau imprimée.
26135 \lang english
26136
26137 \begin_inset ERT
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141
26142 }
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Standard
26151 Les notes de bas de page dans des tableaux longs sont décrites dans la section
26152 \begin_inset space ~
26153 \end_inset
26154
26155
26156 \begin_inset CommandInset ref
26157 LatexCommand ref
26158 reference "sub:Notes-dans-tableau-long"
26159
26160 \end_inset
26161
26162 .
26163 \end_layout
26164
26165 \begin_layout Standard
26166 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
26167  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
26168 e, vu que la minipage est considérée comme une page se trouvant dans une
26169  autre page.
26170  Pour plus d'information sur les minipages, voyez la section
26171 \begin_inset space ~
26172 \end_inset
26173
26174
26175 \begin_inset CommandInset ref
26176 LatexCommand ref
26177 reference "sec:Minipages"
26178
26179 \end_inset
26180
26181 .
26182  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
26183  s'imprime en bas de page comme une note normale, on doit aussi utiliser
26184  la méthode utilisant les commandes 
26185 \series bold
26186
26187 \backslash
26188 footnotemark{}
26189 \series default
26190  et 
26191 \series bold
26192
26193 \backslash
26194 footnotetext
26195 \series default
26196 .
26197 \end_layout
26198
26199 \begin_layout Standard
26200 \begin_inset Box Frameless
26201 position "t"
26202 hor_pos "c"
26203 has_inner_box 1
26204 inner_pos "t"
26205 use_parbox 0
26206 use_makebox 0
26207 width "100col%"
26208 special "none"
26209 height "1in"
26210 height_special "totalheight"
26211 status open
26212
26213 \begin_layout Plain Layout
26214 Un exemple de texte dans une minipage.
26215 \begin_inset Foot
26216 status open
26217
26218 \begin_layout Plain Layout
26219 Note de bas de page dans la minipage.
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \begin_layout Plain Layout
26228 Un autre exemple de texte dans une minipage.
26229 \begin_inset ERT
26230 status collapsed
26231
26232 \begin_layout Plain Layout
26233
26234
26235 \backslash
26236 footnotemark{}
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \begin_layout Standard
26250 \begin_inset ERT
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254
26255
26256 \backslash
26257 footnotetext{
26258 \end_layout
26259
26260 \end_inset
26261
26262 Note de bas de page en dehors de la minipage.
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268 }
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \begin_inset VSpace defskip
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Standard
26284 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
26285  utilisez la commande 
26286 \series bold
26287
26288 \backslash
26289 footnotemark[number]
26290 \series default
26291  en code TeX.
26292 \begin_inset Newline newline
26293 \end_inset
26294
26295 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
26296  votre texte, vous devez enregistrer son numéro.
26297  Dans l'exemple de marque de note de bas de page suivant, ces commandes
26298  ont été insérées en code TeX après la note
26299 \begin_inset space ~
26300 \end_inset
26301
26302
26303 \begin_inset CommandInset ref
26304 LatexCommand ref
26305 reference "fn:Note-en-bas"
26306
26307 \end_inset
26308
26309  pour enregistrer son numéro
26310 \begin_inset space ~
26311 \end_inset
26312
26313 :
26314 \end_layout
26315
26316 \begin_layout Standard
26317
26318 \series bold
26319
26320 \backslash
26321 newcounter{MaNoteDupliquee}
26322 \begin_inset Newline newline
26323 \end_inset
26324
26325
26326 \backslash
26327 setcounter{MaNoteDupliquee}{
26328 \backslash
26329 thefootnote}
26330 \end_layout
26331
26332 \begin_layout Standard
26333 La note de bas de page a été créée avec la commande
26334 \begin_inset space ~
26335 \end_inset
26336
26337 :
26338 \end_layout
26339
26340 \begin_layout Standard
26341
26342 \series bold
26343
26344 \backslash
26345 footnotemark[
26346 \backslash
26347 MaNoteDupliquee]
26348 \end_layout
26349
26350 \begin_layout Standard
26351 Voici une note de bas de page dupliquée
26352 \begin_inset space ~
26353 \end_inset
26354
26355 :
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 footnotemark[
26364 \backslash
26365 theMyRepeatFoot]
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \begin_layout Standard
26374 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26375 t du numéro de note et juste utiliser la commande suivante
26376 \end_layout
26377
26378 \begin_layout Standard
26379
26380 \series bold
26381
26382 \backslash
26383 footnotemark[
26384 \backslash
26385 thefootnote]
26386 \end_layout
26387
26388 \begin_layout Standard
26389 Voici une autre note de bas de page dupliquée
26390 \begin_inset space ~
26391 \end_inset
26392
26393 :
26394 \begin_inset ERT
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398
26399
26400 \backslash
26401 footnotemark[
26402 \backslash
26403 thefootnote]
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \begin_layout Subsection
26412 Numérotation de notes de bas de page
26413 \begin_inset CommandInset label
26414 LatexCommand label
26415 name "sub:Numerotation-notes-bas-de-page"
26416
26417 \end_inset
26418
26419
26420 \begin_inset Index idx
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424 Notes de bas de page ! Numérotation
26425 \end_layout
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \begin_layout Standard
26433 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26434  ajoutez cette commande dans le préambule de votre document :
26435 \end_layout
26436
26437 \begin_layout Standard
26438
26439 \series bold
26440
26441 \backslash
26442 @addtoreset{footnote}{section}
26443 \end_layout
26444
26445 \begin_layout Standard
26446 \begin_inset VSpace bigskip
26447 \end_inset
26448
26449 La commande de préambule suivante change le style de numérotation des notes
26450  en petits chiffres romains :
26451 \end_layout
26452
26453 \begin_layout Standard
26454
26455 \series bold
26456
26457 \backslash
26458 renewcommand{
26459 \backslash
26460 thefootnote}{
26461 \backslash
26462 roman{footnote}}
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \begin_inset ERT
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470
26471
26472 \backslash
26473 renewcommand{
26474 \backslash
26475 thefootnote}{
26476 \backslash
26477 roman{footnote}}
26478 \end_layout
26479
26480 \end_inset
26481
26482  Cette note de bas de page utilise une numérotation en chiffres romains
26483  :
26484 \begin_inset Foot
26485 status open
26486
26487 \begin_layout Plain Layout
26488 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26489  romains.
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \begin_layout Standard
26498 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26499  la commande précédente 
26500 \series bold
26501
26502 \backslash
26503 roman
26504 \series default
26505  par 
26506 \series bold
26507
26508 \backslash
26509 Roman
26510 \series default
26511 .
26512  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26513  utilisez respectivement soit 
26514 \series bold
26515
26516 \backslash
26517 Alph
26518 \series default
26519  soit 
26520 \series bold
26521
26522 \backslash
26523 alph
26524 \series default
26525 .
26526  Pour les 
26527 \begin_inset Quotes eld
26528 \end_inset
26529
26530 numéroter
26531 \begin_inset Quotes erd
26532 \end_inset
26533
26534  avec des symboles, utilisez 
26535 \series bold
26536
26537 \backslash
26538 fnsymbol
26539 \series default
26540 .
26541 \end_layout
26542
26543 \begin_layout Standard
26544 \begin_inset Note Greyedout
26545 status open
26546
26547 \begin_layout Plain Layout
26548
26549 \series bold
26550 Note:
26551 \series default
26552  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26553  puisque cette numérotation est limitée à des lettres seules.
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \begin_inset Newline newline
26560 \end_inset
26561
26562
26563 \begin_inset Note Greyedout
26564 status open
26565
26566 \begin_layout Plain Layout
26567
26568 \series bold
26569 Note:
26570 \series default
26571  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \end_layout
26578
26579 \begin_layout Standard
26580 Pour revenir au style de numérotation implicite quand vous en avez changé,
26581  utilisez 
26582 \series bold
26583
26584 \backslash
26585 arabic
26586 \series default
26587  à la place de 
26588 \series bold
26589
26590 \backslash
26591 roman
26592 \series default
26593  dans la commande précédente.
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 renewcommand{
26602 \backslash
26603 thefootnote}{
26604 \backslash
26605 arabic{footnote}}
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \begin_layout Standard
26614 \begin_inset VSpace bigskip
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Standard
26621 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26622  le schéma 
26623 \begin_inset Quotes eld
26624 \end_inset
26625
26626 chapitre.note
26627 \begin_inset Quotes erd
26628 \end_inset
26629
26630 , ajoutez la commande suivante au préambule de votre document :
26631 \end_layout
26632
26633 \begin_layout Standard
26634
26635 \series bold
26636
26637 \backslash
26638 numberwithin{footnote}{chapter}
26639 \end_layout
26640
26641 \begin_layout Standard
26642 Pour pouvoir utiliser la commande 
26643 \series bold
26644
26645 \backslash
26646 numberwithin
26647 \series default
26648 , activez dans la rubrique 
26649 \family sans
26650 Options
26651 \begin_inset space ~
26652 \end_inset
26653
26654 des
26655 \begin_inset space ~
26656 \end_inset
26657
26658 Maths
26659 \family default
26660  dans les paramètres du document, l'option 
26661 \family sans
26662 Utiliser
26663 \begin_inset space ~
26664 \end_inset
26665
26666 le
26667 \begin_inset space ~
26668 \end_inset
26669
26670 paquetage
26671 \begin_inset space ~
26672 \end_inset
26673
26674 maths
26675 \begin_inset space ~
26676 \end_inset
26677
26678 AMS
26679 \family default
26680 .
26681 \end_layout
26682
26683 \begin_layout Standard
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 numberwithin{footnote}{chapter}
26692 \end_layout
26693
26694 \end_inset
26695
26696 Ceci est un autre exemple de note de bas de page:
26697 \series bold
26698
26699 \begin_inset Foot
26700 status open
26701
26702 \begin_layout Plain Layout
26703 Cette note est numérotée en suivant le schéma 
26704 \begin_inset Quotes fld
26705 \end_inset
26706
26707 chapitre.note
26708 \begin_inset Quotes frd
26709 \end_inset
26710
26711 .
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \series default
26718
26719 \begin_inset ERT
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723
26724
26725 \backslash
26726 renewcommand{
26727 \backslash
26728 thefootnote}{
26729 \backslash
26730 arabic{footnote}}
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \begin_layout Standard
26739 \begin_inset Note Greyedout
26740 status open
26741
26742 \begin_layout Plain Layout
26743
26744 \series bold
26745 Note:
26746 \series default
26747  
26748 \series bold
26749
26750 \backslash
26751 numberwithin
26752 \series default
26753  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26754  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26755  prises en compte.
26756  
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 Donc pour avoir par exemple le schéma 
26766 \begin_inset Quotes eld
26767 \end_inset
26768
26769 chapitre.
26770 \backslash
26771 Roman{note}
26772 \begin_inset Quotes erd
26773 \end_inset
26774
26775 , utilisez la commande suivante plutôt que 
26776 \series bold
26777
26778 \backslash
26779 numberwithin
26780 \series default
26781  :
26782 \end_layout
26783
26784 \begin_layout Standard
26785
26786 \series bold
26787
26788 \backslash
26789 renewcommand{
26790 \backslash
26791 thefootnote}{
26792 \backslash
26793 thechapter.
26794 \backslash
26795 Roman{footnote}}
26796 \end_layout
26797
26798 \begin_layout Subsection
26799 Positionnement de notes de bas de page
26800 \begin_inset Index idx
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 Notes de bas de page ! Positionnement
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \begin_layout Standard
26813 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26814  vertical entre elles en bas de la page.
26815  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26816  de 1.5
26817 \begin_inset space \thinspace{}
26818 \end_inset
26819
26820 mm avec la commande suivante dans le préambule :
26821 \end_layout
26822
26823 \begin_layout Standard
26824
26825 \series bold
26826
26827 \backslash
26828 let
26829 \backslash
26830 myFoot
26831 \backslash
26832 footnote
26833 \begin_inset Newline newline
26834 \end_inset
26835
26836
26837 \backslash
26838 renewcommand{
26839 \backslash
26840 footnote}[1]{
26841 \backslash
26842 myFoot{#1
26843 \backslash
26844 vspace{1.5mm}}}
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset VSpace bigskip
26849 \end_inset
26850
26851 Dans un document à deux colonnes les notes de bas de page apparaissent en
26852  bas de chaque colonne, comme sur la Figure
26853 \begin_inset space ~
26854 \end_inset
26855
26856
26857 \begin_inset CommandInset ref
26858 LatexCommand ref
26859 reference "fig:Position-standard-note-bas-de-page"
26860
26861 \end_inset
26862
26863 .
26864  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26865  sur la Figure
26866 \begin_inset space ~
26867 \end_inset
26868
26869
26870 \begin_inset CommandInset ref
26871 LatexCommand ref
26872 reference "fig:Position-note-avec-ftnright"
26873
26874 \end_inset
26875
26876 , utilisez le paquetage LaTeX 
26877 \series bold
26878 ftnright
26879 \series default
26880
26881 \begin_inset Index idx
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885 Paquetages LaTeX ! ftnright
26886 \end_layout
26887
26888 \end_inset
26889
26890  avec cette commande dans le préambule du document:
26891 \end_layout
26892
26893 \begin_layout Standard
26894
26895 \series bold
26896
26897 \backslash
26898 usepackage{ftnright}
26899 \end_layout
26900
26901 \begin_layout Standard
26902 \begin_inset Float figure
26903 placement !h
26904 wide false
26905 sideways false
26906 status open
26907
26908 \begin_layout Plain Layout
26909 \begin_inset ERT
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913
26914
26915 \backslash
26916 framebox{
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \begin_inset Graphics
26923         filename ../clipart/without_fntright.pdf
26924         width 100col%
26925         scaleBeforeRotation
26926
26927 \end_inset
26928
26929
26930 \begin_inset ERT
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934
26935 }
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Plain Layout
26944 \begin_inset Caption
26945
26946 \begin_layout Plain Layout
26947 \begin_inset CommandInset label
26948 LatexCommand label
26949 name "fig:Position-standard-note-bas-de-page"
26950
26951 \end_inset
26952
26953 Positionnement standard des notes de bas de page dans un document à deux
26954  colonnes.
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Standard
26968 \begin_inset Float figure
26969 placement !h
26970 wide false
26971 sideways false
26972 status open
26973
26974 \begin_layout Plain Layout
26975 \begin_inset ERT
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979
26980
26981 \backslash
26982 framebox{
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \begin_inset Graphics
26989         filename ../clipart/with_fntright.pdf
26990         width 100col%
26991         scaleBeforeRotation
26992
26993 \end_inset
26994
26995
26996 \begin_inset ERT
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001 }
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \begin_layout Plain Layout
27010 \begin_inset Caption
27011
27012 \begin_layout Plain Layout
27013 \begin_inset CommandInset label
27014 LatexCommand label
27015 name "fig:Position-note-avec-ftnright"
27016
27017 \end_inset
27018
27019 Positionnement de notes de bas de page dans un document à deux colonnes
27020  en utilisant le paquetage LaTeX 
27021 \series bold
27022 ftnright
27023 \series default
27024 .
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \begin_inset VSpace bigskip
27039 \end_inset
27040
27041 Dans certaines publications scientifiques, il est courant de rassembler
27042  les notes de bas de page et de les imprimer dans un paragraphe particulier
27043  à la fin de la section, comme sur la Figure
27044 \begin_inset space ~
27045 \end_inset
27046
27047
27048 \begin_inset CommandInset ref
27049 LatexCommand ref
27050 reference "fig:Notes-de-fin"
27051
27052 \end_inset
27053
27054 .
27055  On les appelle 
27056 \begin_inset Quotes eld
27057 \end_inset
27058
27059 notes de fin
27060 \begin_inset Quotes erd
27061 \end_inset
27062
27063 .
27064 \begin_inset Index idx
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068 Notes de fin
27069 \end_layout
27070
27071 \end_inset
27072
27073  Pour utiliser des notes de fin à la place des notes de bas de page dans
27074  votre document, charger le module 
27075 \family sans
27076 Note de bas de page en fin de document
27077 \family default
27078  à partir de 
27079 \family sans
27080 Document\SpecialChar \menuseparator
27081 Paramètres\SpecialChar \menuseparator
27082 Modules
27083 \family default
27084 .
27085  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
27086 \end_layout
27087
27088 \begin_layout Standard
27089
27090 \series bold
27091
27092 \backslash
27093 theendnotes
27094 \end_layout
27095
27096 \begin_layout Standard
27097 en code TeX à la fin d'une section ou d'un chapitre.
27098 \end_layout
27099
27100 \begin_layout Standard
27101 \begin_inset Float figure
27102 wide false
27103 sideways false
27104 status open
27105
27106 \begin_layout Plain Layout
27107 \align center
27108 \begin_inset ERT
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112
27113
27114 \backslash
27115 framebox{
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \begin_inset Graphics
27122         filename ../clipart/endnotes.pdf
27123         scaleBeforeRotation
27124
27125 \end_inset
27126
27127
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133 }
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Plain Layout
27142 \begin_inset Caption
27143
27144 \begin_layout Plain Layout
27145 \begin_inset CommandInset label
27146 LatexCommand label
27147 name "fig:Notes-de-fin"
27148
27149 \end_inset
27150
27151 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
27152  séparé à la fin des sections ou des chapitres.
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace medskip
27167 \end_inset
27168
27169 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
27170  dans la langue du document, cela doit être fait manuellement.
27171  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
27172  
27173 \begin_inset Quotes eld
27174 \end_inset
27175
27176 Notes
27177 \begin_inset Quotes erd
27178 \end_inset
27179
27180  en sa traduction Allemande
27181 \begin_inset Foot
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 En français, 
27186 \begin_inset Quotes eld
27187 \end_inset
27188
27189 Notes
27190 \begin_inset Quotes erd
27191 \end_inset
27192
27193  peut être conservé.
27194 \end_layout
27195
27196 \end_inset
27197
27198  
27199 \begin_inset Quotes eld
27200 \end_inset
27201
27202 Anmerkungen
27203 \begin_inset Quotes erd
27204 \end_inset
27205
27206  :
27207 \end_layout
27208
27209 \begin_layout Standard
27210
27211 \series bold
27212
27213 \backslash
27214 renewcommand{
27215 \backslash
27216 notesname}{Anmerkungen}
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \begin_inset VSpace medskip
27221 \end_inset
27222
27223 La numérotation des notes de fin peut être modifiée comme celle des notes
27224  de bas de page comme c'est décrit dans la section
27225 \begin_inset space ~
27226 \end_inset
27227
27228
27229 \begin_inset CommandInset ref
27230 LatexCommand ref
27231 reference "sub:Numerotation-notes-bas-de-page"
27232
27233 \end_inset
27234
27235  ; remplacez juste la commande 
27236 \series bold
27237
27238 \backslash
27239 thefootnote
27240 \series default
27241  par 
27242 \series bold
27243
27244 \backslash
27245 theendnote
27246 \series default
27247 .
27248  Pour réinitialiser le numéro de note de fin, utilisez la commande 
27249 \series bold
27250
27251 \backslash
27252 @addtoreset
27253 \series default
27254  comme c'est décrit dans la section
27255 \begin_inset space ~
27256 \end_inset
27257
27258
27259 \begin_inset CommandInset ref
27260 LatexCommand ref
27261 reference "sub:Numerotation-notes-bas-de-page"
27262
27263 \end_inset
27264
27265  et remplacez le paramètre de commande 
27266 \series bold
27267 footnote
27268 \series default
27269  par 
27270 \series bold
27271 endnote
27272 \series default
27273 .
27274 \end_layout
27275
27276 \begin_layout Standard
27277 Pour les notes de fin, il y a la commande 
27278 \series bold
27279
27280 \backslash
27281 endnotemark[numéro]
27282 \series default
27283  qui est semblable à 
27284 \series bold
27285
27286 \backslash
27287 footnotemark
27288 \series default
27289 , décrite dans la section
27290 \begin_inset space ~
27291 \end_inset
27292
27293
27294 \begin_inset CommandInset ref
27295 LatexCommand ref
27296 reference "sec:Notes-bas-de-page"
27297
27298 \end_inset
27299
27300 .
27301 \end_layout
27302
27303 \begin_layout Standard
27304 \begin_inset VSpace bigskip
27305 \end_inset
27306
27307  Les notes de bas de page peuvent être mise dans la marge de la page et
27308  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
27309  
27310 \series bold
27311 footmisc
27312 \series default
27313
27314 \begin_inset Index idx
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 Paquetages LaTeX ! footmisc
27319 \end_layout
27320
27321 \end_inset
27322
27323
27324 \begin_inset CommandInset citation
27325 LatexCommand cite
27326 key "footmisc"
27327
27328 \end_inset
27329
27330  pour plus d'information à ce sujet.
27331 \end_layout
27332
27333 \begin_layout Standard
27334 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27335  voyez les livres sur LaTeX, 
27336 \begin_inset CommandInset citation
27337 LatexCommand cite
27338 key "latexcompanion,latexguide,latexbook"
27339
27340 \end_inset
27341
27342 .
27343  Si vous utilisez une classe de document  
27344 \series bold
27345 KOMA-Script
27346 \series default
27347
27348 \begin_inset Index idx
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 Paquetages LaTeX ! KOMA-Script
27353 \end_layout
27354
27355 \end_inset
27356
27357 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
27358  des commandes spécifiques à la classe de document utilisée, voyez 
27359 \begin_inset CommandInset citation
27360 LatexCommand cite
27361 key "KOMA-Script"
27362
27363 \end_inset
27364
27365 .
27366 \end_layout
27367
27368 \begin_layout Section
27369 Notes en marge
27370 \begin_inset Index idx
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 Notes ! Notes en Marge
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27384 t de la même façon.
27385  Quand vous insérez une note en marge avec 
27386 \family sans
27387 Insérer\SpecialChar \menuseparator
27388 Note
27389 \begin_inset space ~
27390 \end_inset
27391
27392 en
27393 \begin_inset space ~
27394 \end_inset
27395
27396 Marge
27397 \family default
27398  ou avec le bouton 
27399 \family sans
27400
27401 \begin_inset Info
27402 type  "icon"
27403 arg   "marginalnote-insert"
27404 \end_inset
27405
27406
27407 \family default
27408  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27409  grise avec une étiquette rouge 
27410 \begin_inset Quotes fld
27411 \end_inset
27412
27413 marge
27414 \begin_inset Quotes frd
27415 \end_inset
27416
27417 .
27418  
27419 \begin_inset Marginal
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423 C'est une note en marge.
27424 \end_layout
27425
27426 \end_inset
27427
27428  Cette boîte est la représentation de votre note dans LyX.
27429  Vous pouvez y entrer votre texte.
27430 \end_layout
27431
27432 \begin_layout Standard
27433 Les notes en marge apparaissent dans la marge de droite dans les documents
27434  imprimées sur une seule face.
27435  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27436  
27437 \begin_inset Quotes eld
27438 \end_inset
27439
27440 extérieure
27441 \begin_inset Quotes erd
27442 \end_inset
27443
27444  – la gauche sur les pages paires et la droite sur les pages impaires.
27445  Le texte de la note en marge est aligné à l'opposé de la marge externe
27446  – aligné à droite quand la note apparaît dans la marge de gauche.
27447  La première ligne de la note apparaît à la hauteur de la ligne de texte
27448  où la note a été insérée dans le document.
27449 \end_layout
27450
27451 \begin_layout Standard
27452 \begin_inset VSpace bigskip
27453 \end_inset
27454
27455 Pour placer une note dans la marge interne, ajoutez la commande suivante
27456  :
27457 \end_layout
27458
27459 \begin_layout Standard
27460
27461 \series bold
27462
27463 \backslash
27464 reversemarginpar
27465 \end_layout
27466
27467 \begin_layout Standard
27468 sous forme de code TeX avant votre note de marge.
27469  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27470  qui suivent 
27471 \begin_inset ERT
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475
27476
27477 \backslash
27478 reversemarginpar 
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \begin_inset Marginal
27485 status open
27486
27487 \begin_layout Plain Layout
27488 Cette note en marge est dans la marge interne.
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \series bold
27495
27496 \begin_inset Newline newline
27497 \end_inset
27498
27499
27500 \series default
27501
27502 \begin_inset Note Greyedout
27503 status open
27504
27505 \begin_layout Plain Layout
27506
27507 \series bold
27508 Note:
27509 \series default
27510  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27511  les notes sont souvent mal mises en formes dans la sortie imprimée.
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 Pour revenir au positionnement implicite, ajoutez la commande :
27521 \end_layout
27522
27523 \begin_layout Standard
27524
27525 \series bold
27526
27527 \backslash
27528 normalmarginpar
27529 \end_layout
27530
27531 \begin_layout Standard
27532 sous forme de code TeX.
27533 \begin_inset ERT
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537
27538
27539 \backslash
27540 normalmarginpar 
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \begin_inset Newline newline
27547 \end_inset
27548
27549  
27550 \begin_inset Note Greyedout
27551 status open
27552
27553 \begin_layout Plain Layout
27554
27555 \series bold
27556 Note:
27557 \series default
27558  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27559  
27560 \series bold
27561
27562 \backslash
27563 reversemarginpar
27564 \series default
27565  est aussi utilisée.
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \begin_layout Standard
27574 \begin_inset VSpace bigskip
27575 \end_inset
27576
27577
27578 \begin_inset Marginal
27579 status open
27580
27581 \begin_layout Plain Layout
27582 UnTrèsLongMotEnMarge sans césure.
27583 \end_layout
27584
27585 \end_inset
27586
27587  Comme dans le cas décrit dans la section
27588 \begin_inset space ~
27589 \end_inset
27590
27591
27592 \begin_inset CommandInset ref
27593 LatexCommand ref
27594 reference "sub:Lignes-multiple-dans-cellule"
27595
27596 \end_inset
27597
27598 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27599  mot d'une note en marge.
27600  Pour éviter ce problème, insérez un espacement horizontal de 0
27601 \begin_inset space \thinspace{}
27602 \end_inset
27603
27604 pt avant le mot en question: 
27605 \begin_inset Marginal
27606 status open
27607
27608 \begin_layout Plain Layout
27609 \begin_inset space \hspace{}
27610 \length 0pt
27611 \end_inset
27612
27613 UnMotTrèsLongEnMarge avec une césure.
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \begin_layout Standard
27622 \begin_inset VSpace bigskip
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Standard
27629 \begin_inset Note Greyedout
27630 status open
27631
27632 \begin_layout Plain Layout
27633
27634 \series bold
27635 Note:
27636 \series default
27637  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27638  tableaux, des flottants et des notes de bas de page.
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 \begin_inset VSpace bigskip
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \begin_layout Standard
27654 \begin_inset ERT
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658
27659
27660 \backslash
27661 ifmarginnote
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \begin_inset Note Note
27668 status open
27669
27670 \begin_layout Plain Layout
27671 La section suivante ne sera affichée que si le paquetage LaTeX 
27672 \series bold
27673 marginnote
27674 \series default
27675  a été installé.
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27685 \series bold
27686 marginnote
27687 \series default
27688
27689 \begin_inset Index idx
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 Paquetages LaTeX ! marginnote
27694 \end_layout
27695
27696 \end_inset
27697
27698 .
27699  En ajoutant les deux lignes suivantes au préambule de votre document, la
27700  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27701  la commande fournie par le paquetage 
27702 \series bold
27703 marginnote
27704 \series default
27705  :
27706 \end_layout
27707
27708 \begin_layout Standard
27709
27710 \series bold
27711
27712 \backslash
27713 usepackage{marginnote}
27714 \begin_inset Newline newline
27715 \end_inset
27716
27717
27718 \backslash
27719 let
27720 \backslash
27721 marginpar
27722 \backslash
27723 marginnote
27724 \end_layout
27725
27726 \begin_layout Standard
27727 Ce paquetage est aussi utilisé dans ce document parce que 
27728 \series bold
27729 marginnote
27730 \series default
27731  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27732  vertical pour une note.
27733  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27734  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27735  en page.
27736  Le décalage est inséré dans LyX sous forme de code TeX directement après
27737  la note sous la forme
27738 \end_layout
27739
27740 \begin_layout Standard
27741
27742 \series bold
27743 [offset]
27744 \end_layout
27745
27746 \begin_layout Standard
27747 où l'offset utilise l'une des unités listées dans le tableau
27748 \begin_inset space ~
27749 \end_inset
27750
27751
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "cha:Unités-de-longueur"
27755
27756 \end_inset
27757
27758 .
27759  Une valeur négative déplace la note vers le haut, une valeur positive la
27760  déplace vers le bas.
27761  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27762  vers le haut de 1.5
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 cm avec la commande en code TeX 
27767 \begin_inset Quotes eld
27768 \end_inset
27769
27770
27771 \series bold
27772 [-1.5cm]
27773 \series default
27774
27775 \begin_inset Quotes erd
27776 \end_inset
27777
27778
27779 \begin_inset Marginal
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 Cette note en marge est décalée vers le haut de 1.5
27784 \begin_inset space \thinspace{}
27785 \end_inset
27786
27787 cm par rapport à sa position d'origine.
27788 \end_layout
27789
27790 \end_inset
27791
27792
27793 \begin_inset ERT
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798 [-1.5cm]
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 \begin_inset VSpace medskip
27808 \end_inset
27809
27810 Avec le paquetage 
27811 \series bold
27812 marginnote
27813 \series default
27814  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27815  Par exemple les commandes 
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821
27822 \backslash
27823 renewcommand*{
27824 \backslash
27825 raggedleftmarginnote}{
27826 \backslash
27827 centering}
27828 \begin_inset Newline newline
27829 \end_inset
27830
27831
27832 \backslash
27833 renewcommand*{
27834 \backslash
27835 raggedrightmarginnote}{
27836 \backslash
27837 centering}
27838 \end_layout
27839
27840 \begin_layout Standard
27841 donnent un alignement centré.
27842  
27843 \series bold
27844
27845 \backslash
27846 raggedleftmarginnote
27847 \series default
27848  indique une note qui apparaît dans la marge de gauche.
27849 \begin_inset ERT
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853
27854
27855 \backslash
27856 renewcommand*{
27857 \backslash
27858 raggedleftmarginnote}{
27859 \backslash
27860 centering}
27861 \end_layout
27862
27863 \begin_layout Plain Layout
27864
27865
27866 \backslash
27867 renewcommand*{
27868 \backslash
27869 raggedrightmarginnote}{
27870 \backslash
27871 centering}
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \begin_inset Marginal
27878 status collapsed
27879
27880 \begin_layout Plain Layout
27881 Le texte de cette note en marge est centré.
27882 \end_layout
27883
27884 \end_inset
27885
27886 .
27887  Le comportement implicite est donné par
27888 \end_layout
27889
27890 \begin_layout Standard
27891
27892 \series bold
27893
27894 \backslash
27895 renewcommand*{
27896 \backslash
27897 raggedleftmarginnote}{
27898 \backslash
27899 raggedleft}
27900 \begin_inset Newline newline
27901 \end_inset
27902
27903
27904 \backslash
27905 renewcommand*{
27906 \backslash
27907 raggedrightmarginnote}{
27908 \backslash
27909 raggedright}
27910 \series default
27911
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 renewcommand*{
27920 \backslash
27921 raggedleftmarginnote}{
27922 \backslash
27923 raggedleft}
27924 \end_layout
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 renewcommand*{
27931 \backslash
27932 raggedrightmarginnote}{
27933 \backslash
27934 raggedright}
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \begin_layout Standard
27943 \begin_inset VSpace medskip
27944 \end_inset
27945
27946 Pour les autre fonctions du paquetage 
27947 \series bold
27948 marginnote
27949 \series default
27950  nous vous renvoyons à sa documentation 
27951 \begin_inset CommandInset citation
27952 LatexCommand cite
27953 key "marginnote"
27954
27955 \end_inset
27956
27957 .
27958 \end_layout
27959
27960 \begin_layout Standard
27961 \begin_inset VSpace bigskip
27962 \end_inset
27963
27964 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27965  définition.
27966  Pour créer par exemple une entête pour toutes les notes en marge avec le
27967  texte 
27968 \begin_inset Quotes eld
27969 \end_inset
27970
27971
27972 \family sans
27973 \series bold
27974 \bar under
27975 Attention!
27976 \family default
27977 \series default
27978 \bar default
27979
27980 \begin_inset Quotes erd
27981 \end_inset
27982
27983  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27984  de votre document :
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990
27991 \backslash
27992 let
27993 \backslash
27994 myMarginpar
27995 \backslash
27996 marginpar
27997 \begin_inset Newline newline
27998 \end_inset
27999
28000
28001 \backslash
28002 renewcommand{
28003 \backslash
28004 marginpar}[1]{
28005 \backslash
28006 myMarginpar{%
28007 \begin_inset Newline newline
28008 \end_inset
28009
28010
28011 \begin_inset Phantom HPhantom
28012 status open
28013
28014 \begin_layout Plain Layout
28015
28016 \series bold
28017 \begin_inset space ~
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \end_inset
28024
28025
28026 \backslash
28027 hspace{0pt}
28028 \backslash
28029 textsf{
28030 \backslash
28031 textbf{
28032 \backslash
28033 underbar{Attention!}}}%
28034 \begin_inset Newline newline
28035 \end_inset
28036
28037
28038 \begin_inset Phantom HPhantom
28039 status open
28040
28041 \begin_layout Plain Layout
28042
28043 \series bold
28044 \begin_inset space ~
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \backslash
28054 vspace{1.5mm}
28055 \backslash
28056
28057 \backslash
28058 #1}}
28059 \end_layout
28060
28061 \begin_layout Standard
28062 \begin_inset ERT
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066
28067
28068 \backslash
28069 let
28070 \backslash
28071 myMarginpar
28072 \backslash
28073 marginpar
28074 \end_layout
28075
28076 \begin_layout Plain Layout
28077
28078
28079 \backslash
28080 renewcommand{
28081 \backslash
28082 marginpar}[1]{
28083 \backslash
28084 myMarginpar{%
28085 \end_layout
28086
28087 \begin_layout Plain Layout
28088
28089    
28090 \backslash
28091 textsf{
28092 \backslash
28093 textbf{
28094 \backslash
28095 underbar{Attention!}}}%
28096 \end_layout
28097
28098 \begin_layout Plain Layout
28099
28100    
28101 \backslash
28102 vspace{1.5mm}
28103 \backslash
28104
28105 \backslash
28106 #1}}
28107 \end_layout
28108
28109 \end_inset
28110
28111
28112 \begin_inset Marginal
28113 status open
28114
28115 \begin_layout Plain Layout
28116 Ceci est une note en marge avec une en-tête prédéfinie.
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \begin_inset ERT
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126
28127 [-1.5cm]
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \begin_inset ERT
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137
28138
28139 \backslash
28140 renewcommand{
28141 \backslash
28142 marginpar}[1]{
28143 \backslash
28144 myMarginpar{#1}}
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \begin_inset Note Note
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154
28155 \lang english
28156 The margin note format is changed only for this example.
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 \begin_inset ERT
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169
28170
28171 \backslash
28172 else
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \begin_inset Note Note
28179 status open
28180
28181 \begin_layout Plain Layout
28182 Ce qui suit sera affiché si le paquetage LaTeX 
28183 \series bold
28184 marginnote
28185 \series default
28186  n'est pas installé :
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Standard
28195 Vous devez installer le paquetage LaTeX 
28196 \series bold
28197 marginnote
28198 \series default
28199  pour voir la suite de cette section dans la sortie imprimée.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 \begin_inset ERT
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207
28208
28209 \backslash
28210 fi
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Chapter
28219 Les boîtes
28220 \end_layout
28221
28222 \begin_layout Section
28223 Introduction
28224 \begin_inset Index idx
28225 status collapsed
28226
28227 \begin_layout Plain Layout
28228 Boîtes ! Introduction
28229 \end_layout
28230
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Standard
28237 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
28238  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
28239  voir la section
28240 \begin_inset space ~
28241 \end_inset
28242
28243
28244 \begin_inset CommandInset ref
28245 LatexCommand ref
28246 reference "sec:Minipages"
28247
28248 \end_inset
28249
28250 , pour encadrer des portions de texte, voir la section
28251 \begin_inset space ~
28252 \end_inset
28253
28254
28255 \begin_inset CommandInset ref
28256 LatexCommand ref
28257 reference "sec:Décorations"
28258
28259 \end_inset
28260
28261 , pour empêcher que des mots subissent une césure, voir la section
28262 \begin_inset space ~
28263 \end_inset
28264
28265
28266 \begin_inset CommandInset ref
28267 LatexCommand ref
28268 reference "sec:Empêcher-césure"
28269
28270 \end_inset
28271
28272 , pour aligner du texte, voir la section
28273 \begin_inset space ~
28274 \end_inset
28275
28276
28277 \begin_inset CommandInset ref
28278 LatexCommand ref
28279 reference "sub:Alignement-Vertical"
28280
28281 \end_inset
28282
28283 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
28284 \begin_inset space ~
28285 \end_inset
28286
28287
28288 \begin_inset CommandInset ref
28289 LatexCommand ref
28290 reference "sec:Boîtes-colorées"
28291
28292 \end_inset
28293
28294 .
28295 \end_layout
28296
28297 \begin_layout Standard
28298 On peut insérer une boîte en utilisant le menu 
28299 \family sans
28300 Insérer\SpecialChar \menuseparator
28301 Boîte
28302 \family default
28303  ou avec le bouton 
28304 \family sans
28305
28306 \begin_inset Info
28307 type  "icon"
28308 arg   "box-insert Frameless"
28309 \end_inset
28310
28311
28312 \family default
28313  de la barre d'outils.
28314  Une boîte grise avec une étiquette 
28315 \family sans
28316 Boîte
28317 \begin_inset space ~
28318 \end_inset
28319
28320 (Minipage)
28321 \family default
28322
28323 \begin_inset Graphics
28324         filename clipart/BoxInsetDefaultQt4.png
28325         scale 65
28326         scaleBeforeRotation
28327
28328 \end_inset
28329
28330  est alors insérée.
28331  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28332  et en choisissant 
28333 \family sans
28334 Paramètres
28335 \family default
28336  .
28337  La fenêtre de dialogue qui apparaît donne accès aux types de
28338 \family sans
28339  Boîte
28340 \begin_inset space ~
28341 \end_inset
28342
28343 Intérieure
28344 \family default
28345  
28346 \family sans
28347 Makebox, Parbox
28348 \family default
28349  et 
28350 \family sans
28351 Minipage
28352 \family default
28353 .
28354  Le type 
28355 \family sans
28356 Minipage
28357 \family default
28358  est le type implicite pour les boîtes nouvellement créées et il est décrit
28359  dans la section
28360 \begin_inset space ~
28361 \end_inset
28362
28363
28364 \begin_inset CommandInset ref
28365 LatexCommand ref
28366 reference "sec:Minipages"
28367
28368 \end_inset
28369
28370 ; le type 
28371 \family sans
28372 Parbox
28373 \family default
28374  est décrit dans la section
28375 \begin_inset space ~
28376 \end_inset
28377
28378
28379 \begin_inset CommandInset ref
28380 LatexCommand ref
28381 reference "sec:Parboxes"
28382
28383 \end_inset
28384
28385  et le type 
28386 \family sans
28387 Makebox
28388 \family default
28389  est décrit dans la section
28390 \begin_inset space ~
28391 \end_inset
28392
28393
28394 \begin_inset CommandInset ref
28395 LatexCommand ref
28396 reference "sec:Empêcher-césure"
28397
28398 \end_inset
28399
28400 .
28401 \end_layout
28402
28403 \begin_layout Standard
28404 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28405  comme les flottants ou les notes de bas de page.
28406 \end_layout
28407
28408 \begin_layout Standard
28409 \begin_inset Note Greyedout
28410 status open
28411
28412 \begin_layout Plain Layout
28413
28414 \series bold
28415 Note:
28416 \series default
28417  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28418  de type 
28419 \family sans
28420 Liste
28421 \family default
28422  ou 
28423 \family sans
28424 Description
28425 \family default
28426 .
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset Note Greyedout
28436 status open
28437
28438 \begin_layout Plain Layout
28439
28440 \series bold
28441 Note:
28442 \series default
28443  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28444 \family sans
28445 Boîte
28446 \begin_inset space ~
28447 \end_inset
28448
28449 Intérieure
28450 \family default
28451  à 
28452 \family sans
28453 Aucune
28454 \family default
28455  que quand vous utilisez une boîte encadrée.
28456  Les boîtes sans 
28457 \family sans
28458 Boîte
28459 \begin_inset space ~
28460 \end_inset
28461
28462 Intérieure
28463 \family default
28464  et sans cadre sont expliquées dans la section
28465 \begin_inset space ~
28466 \end_inset
28467
28468
28469 \begin_inset CommandInset ref
28470 LatexCommand ref
28471 reference "sec:Empêcher-césure"
28472
28473 \end_inset
28474
28475 .
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Section
28484 La fenêtre de dialogue Boîte
28485 \begin_inset CommandInset label
28486 LatexCommand label
28487 name "sec:Boîte-Dialogue"
28488
28489 \end_inset
28490
28491
28492 \begin_inset Index idx
28493 status collapsed
28494
28495 \begin_layout Plain Layout
28496 Boîtes ! Fenêtre de dialogue Boîte
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Subsection
28505 Taille
28506 \begin_inset Index idx
28507 status collapsed
28508
28509 \begin_layout Plain Layout
28510 Boîtes ! Taille
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 Dans la fenêtre de dialogue 
28520 \family sans
28521 Paramètres
28522 \begin_inset space ~
28523 \end_inset
28524
28525 de
28526 \begin_inset space ~
28527 \end_inset
28528
28529 Boîte
28530 \family default
28531  vous pouvez modifier la géométrie de la boîte avec les champs 
28532 \family sans
28533 Largeur
28534 \family default
28535  et 
28536 \family sans
28537 Hauteur
28538 \family default
28539 .
28540  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28541  dans le tableau
28542 \begin_inset space ~
28543 \end_inset
28544
28545
28546 \begin_inset CommandInset ref
28547 LatexCommand ref
28548 reference "tab:Unités"
28549
28550 \end_inset
28551
28552 .
28553  Le champ 
28554 \family sans
28555 Hauteur
28556 \family default
28557  offre en plus les spécifications de taille suivantes :
28558 \end_layout
28559
28560 \begin_layout Description
28561 Profondeur C'est simplement la 
28562 \begin_inset Quotes eld
28563 \end_inset
28564
28565 hauteur
28566 \begin_inset Quotes erd
28567 \end_inset
28568
28569  du texte.
28570  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28571  lignes de texte dans la boîte.
28572 \begin_inset Newline newline
28573 \end_inset
28574
28575
28576 \begin_inset Newline newline
28577 \end_inset
28578
28579
28580 \begin_inset Newline newline
28581 \end_inset
28582
28583
28584 \begin_inset Box Boxed
28585 position "c"
28586 hor_pos "c"
28587 has_inner_box 1
28588 inner_pos "c"
28589 use_parbox 0
28590 use_makebox 0
28591 width "12col%"
28592 special "none"
28593 height "1in"
28594 height_special "depth"
28595 status open
28596
28597 \begin_layout Plain Layout
28598 \align center
28599 Boîte dont la hauteur est égale à 1
28600 \begin_inset space \thinspace{}
28601 \end_inset
28602
28603 Profondeur
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \begin_inset Newline newline
28610 \end_inset
28611
28612
28613 \begin_inset Newline newline
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Description
28620 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28621  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28622  est deux fois plus haute que le texte : 
28623 \begin_inset Box Boxed
28624 position "c"
28625 hor_pos "c"
28626 has_inner_box 1
28627 inner_pos "c"
28628 use_parbox 0
28629 use_makebox 0
28630 width "20col%"
28631 special "none"
28632 height "2in"
28633 height_special "height"
28634 status open
28635
28636 \begin_layout Plain Layout
28637 \align center
28638 Boîte dont la hauteur est 2
28639 \begin_inset space \thinspace{}
28640 \end_inset
28641
28642 Hauteur
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Description
28651 Hauteur
28652 \begin_inset space ~
28653 \end_inset
28654
28655 Totale C'est égal à Hauteur
28656 \begin_inset space \thinspace{}
28657 \end_inset
28658
28659 +
28660 \begin_inset space \thinspace{}
28661 \end_inset
28662
28663 Profondeur : 
28664 \begin_inset Box Boxed
28665 position "c"
28666 hor_pos "c"
28667 has_inner_box 1
28668 inner_pos "c"
28669 use_parbox 0
28670 use_makebox 0
28671 width "20col%"
28672 special "none"
28673 height "1in"
28674 height_special "totalheight"
28675 status open
28676
28677 \begin_layout Plain Layout
28678 \align center
28679 Boîte dont la hauteur est 1
28680 \begin_inset space \thinspace{}
28681 \end_inset
28682
28683 Hauteur
28684 \begin_inset space ~
28685 \end_inset
28686
28687 Totale
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Description
28696 Largeur On prend la largeur de la boîte comme hauteur : 
28697 \begin_inset Box Boxed
28698 position "c"
28699 hor_pos "c"
28700 has_inner_box 1
28701 inner_pos "c"
28702 use_parbox 0
28703 use_makebox 0
28704 width "12col%"
28705 special "none"
28706 height "1in"
28707 height_special "width"
28708 status open
28709
28710 \begin_layout Plain Layout
28711 \align center
28712 Boîte dont la hauteur est 1
28713 \begin_inset space \thinspace{}
28714 \end_inset
28715
28716 Largeur
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \begin_layout Subsection
28725 Alignement
28726 \begin_inset Index idx
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 Boîtes ! Alignement
28731 \end_layout
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \begin_layout Standard
28739 Quand vous avez choisi une 
28740 \family sans
28741 Boîte
28742 \begin_inset space ~
28743 \end_inset
28744
28745 Intérieure
28746 \family default
28747 , l'alignement vertical de la boîte peut être :
28748 \end_layout
28749
28750 \begin_layout Description
28751 Haut Ceci est un exemple de texte.
28752  
28753 \begin_inset Box Boxed
28754 position "t"
28755 hor_pos "c"
28756 has_inner_box 1
28757 inner_pos "c"
28758 use_parbox 0
28759 use_makebox 0
28760 width "12col%"
28761 special "none"
28762 height "1in"
28763 height_special "totalheight"
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 \align center
28768 Cette boîte est alignée sur le haut.
28769 \end_layout
28770
28771 \end_inset
28772
28773  Ceci est un exemple de texte.
28774 \end_layout
28775
28776 \begin_layout Description
28777 Milieu Ceci est un exemple de texte.
28778  
28779 \begin_inset Box Boxed
28780 position "c"
28781 hor_pos "c"
28782 has_inner_box 1
28783 inner_pos "c"
28784 use_parbox 0
28785 use_makebox 0
28786 width "12col%"
28787 special "none"
28788 height "1in"
28789 height_special "totalheight"
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793 \align center
28794 Cette boîte est alignée au centre.
28795 \end_layout
28796
28797 \end_inset
28798
28799  Ceci est un exemple de texte.
28800 \end_layout
28801
28802 \begin_layout Description
28803 Bas Ceci est un exemple de texte.
28804  
28805 \begin_inset Box Boxed
28806 position "b"
28807 hor_pos "c"
28808 has_inner_box 1
28809 inner_pos "c"
28810 use_parbox 0
28811 use_makebox 0
28812 width "12col%"
28813 special "none"
28814 height "1in"
28815 height_special "totalheight"
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819 \align center
28820 Cette boîte est alignée sur le bas.
28821 \end_layout
28822
28823 \end_inset
28824
28825  Ceci est un exemple de texte.
28826 \end_layout
28827
28828 \begin_layout Standard
28829 \begin_inset Note Greyedout
28830 status open
28831
28832 \begin_layout Plain Layout
28833
28834 \series bold
28835 Note:
28836 \series default
28837  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28838  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28839  l'autre non.
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Standard
28848 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28849  paragraphe grâce à la fenêtre de dialogue 
28850 \family sans
28851 Paramètres
28852 \begin_inset space ~
28853 \end_inset
28854
28855 de
28856 \begin_inset space ~
28857 \end_inset
28858
28859 Boîte
28860 \family default
28861 .
28862 \end_layout
28863
28864 \begin_layout Standard
28865 \begin_inset VSpace bigskip
28866 \end_inset
28867
28868 Quand vous avez choisi une 
28869 \family sans
28870 Boîte
28871 \begin_inset space ~
28872 \end_inset
28873
28874 Intérieure
28875 \family default
28876 , l'alignement vertical du contenu de la boîte peut être :
28877 \end_layout
28878
28879 \begin_layout Description
28880 haut Ceci est un exemple de texte.
28881 \begin_inset Box Boxed
28882 position "c"
28883 hor_pos "c"
28884 has_inner_box 1
28885 inner_pos "t"
28886 use_parbox 0
28887 use_makebox 0
28888 width "12col%"
28889 special "none"
28890 height "1.5in"
28891 height_special "totalheight"
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 \align center
28896 Le texte de cette boîte est aligné sur le haut.
28897 \end_layout
28898
28899 \end_inset
28900
28901  Ceci est un exemple de texte.
28902 \end_layout
28903
28904 \begin_layout Description
28905 milieu Ceci est un exemple de texte.
28906  
28907 \begin_inset Box Boxed
28908 position "c"
28909 hor_pos "c"
28910 has_inner_box 1
28911 inner_pos "c"
28912 use_parbox 0
28913 use_makebox 0
28914 width "12col%"
28915 special "none"
28916 height "1.5in"
28917 height_special "totalheight"
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 \align center
28922 Le texte de cette boîte est aligné au centre
28923 \end_layout
28924
28925 \end_inset
28926
28927  Ceci est un exemple de texte.
28928 \end_layout
28929
28930 \begin_layout Description
28931 bas Ceci est un exemple de texte.
28932  
28933 \begin_inset Box Boxed
28934 position "c"
28935 hor_pos "c"
28936 has_inner_box 1
28937 inner_pos "b"
28938 use_parbox 0
28939 use_makebox 0
28940 width "12col%"
28941 special "none"
28942 height "1.5in"
28943 height_special "totalheight"
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947 \align center
28948 Le texte de cette boîte est aligné en bas.
28949 \end_layout
28950
28951 \end_inset
28952
28953  Ceci est un exemple de texte.
28954 \end_layout
28955
28956 \begin_layout Description
28957 élongation Ceci est un exemple de texte.
28958  
28959 \begin_inset Box Boxed
28960 position "c"
28961 hor_pos "c"
28962 has_inner_box 1
28963 inner_pos "s"
28964 use_parbox 0
28965 use_makebox 0
28966 width "12col%"
28967 special "none"
28968 height "1.5in"
28969 height_special "totalheight"
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973 \align center
28974 Le texte 
28975 \end_layout
28976
28977 \begin_layout Plain Layout
28978 \align center
28979 de cette
28980 \end_layout
28981
28982 \begin_layout Plain Layout
28983 \align center
28984 boîte est
28985 \end_layout
28986
28987 \begin_layout Plain Layout
28988 \align center
28989 allongé.
28990 \end_layout
28991
28992 \end_inset
28993
28994  Ceci est un exemple de texte.
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28999  paragraphe.
29000  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
29001 \end_layout
29002
29003 \begin_layout Standard
29004 \begin_inset VSpace bigskip
29005 \end_inset
29006
29007 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
29008  la fenêtre de dialogue 
29009 \family sans
29010 Paramètres
29011 \begin_inset space ~
29012 \end_inset
29013
29014 de
29015 \begin_inset space ~
29016 \end_inset
29017
29018 paragraphe
29019 \family default
29020  quand vous avez choisi une 
29021 \family sans
29022 Boîte
29023 \begin_inset space ~
29024 \end_inset
29025
29026 Intérieure
29027 \family default
29028 .
29029 \end_layout
29030
29031 \begin_layout Standard
29032 \align center
29033 \begin_inset Box Boxed
29034 position "c"
29035 hor_pos "c"
29036 has_inner_box 1
29037 inner_pos "s"
29038 use_parbox 0
29039 use_makebox 0
29040 width "15col%"
29041 special "none"
29042 height "1.25in"
29043 height_special "totalheight"
29044 status open
29045
29046 \begin_layout Plain Layout
29047 \align left
29048 Le texte de 
29049 \end_layout
29050
29051 \begin_layout Plain Layout
29052 \align left
29053 cette boîte
29054 \end_layout
29055
29056 \begin_layout Plain Layout
29057 \align right
29058 est allongé.
29059 \end_layout
29060
29061 \end_inset
29062
29063
29064 \end_layout
29065
29066 \begin_layout Standard
29067 Si vous n'avez pas choisi une 
29068 \family sans
29069 Boîte
29070 \begin_inset space ~
29071 \end_inset
29072
29073 Intérieure
29074 \family default
29075 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
29076  de dialogue de boîte.
29077 \end_layout
29078
29079 \begin_layout Standard
29080 \align center
29081 \begin_inset Box Boxed
29082 position "c"
29083 hor_pos "s"
29084 has_inner_box 0
29085 inner_pos "s"
29086 use_parbox 0
29087 use_makebox 0
29088 width "90col%"
29089 special "none"
29090 height "1.25in"
29091 height_special "totalheight"
29092 status open
29093
29094 \begin_layout Plain Layout
29095 Le texte de cette boîte est allongé horizontalement.
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Subsection
29104 Décorations
29105 \begin_inset CommandInset label
29106 LatexCommand label
29107 name "sec:Décorations"
29108
29109 \end_inset
29110
29111
29112 \begin_inset Index idx
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Boîtes ! Décorations
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 On peut spécifier le style de la boîte en utilisant la liste déroulante
29126  
29127 \family sans
29128 Décoration
29129 \family default
29130 .
29131  Les possibilités sont les suivantes :
29132 \end_layout
29133
29134 \begin_layout Description
29135 Aucun
29136 \begin_inset space ~
29137 \end_inset
29138
29139 cadre
29140 \begin_inset space ~
29141 \end_inset
29142
29143 tracé Rien n'est tracé
29144 \end_layout
29145
29146 \begin_layout Description
29147 Cadre
29148 \begin_inset space ~
29149 \end_inset
29150
29151 rectangulaire
29152 \begin_inset space ~
29153 \end_inset
29154
29155 simple Ceci dessine un cadre rectangulaire autour de la boîte.
29156  L'épaisseur du trait de ce cadre est donnée par la variable  
29157 \series bold
29158
29159 \backslash
29160 fboxrule
29161 \series default
29162 .
29163 \begin_inset Newline newline
29164 \end_inset
29165
29166
29167 \begin_inset Box Boxed
29168 position "c"
29169 hor_pos "c"
29170 has_inner_box 1
29171 inner_pos "c"
29172 use_parbox 0
29173 use_makebox 0
29174 width "20col%"
29175 special "none"
29176 height "1in"
29177 height_special "totalheight"
29178 status open
29179
29180 \begin_layout Plain Layout
29181 \align center
29182 Boîte rectangulaire
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \end_layout
29189
29190 \begin_layout Description
29191 Cadre
29192 \begin_inset space ~
29193 \end_inset
29194
29195 oval,
29196 \begin_inset space ~
29197 \end_inset
29198
29199 fin Ceci dessine un cadre ovalisée autour de la boîte.
29200  L'épaisseur du trait de ce cadre est de  0.4
29201 \begin_inset space \thinspace{}
29202 \end_inset
29203
29204 pt.
29205  
29206 \begin_inset Box ovalbox
29207 position "c"
29208 hor_pos "c"
29209 has_inner_box 1
29210 inner_pos "c"
29211 use_parbox 0
29212 use_makebox 0
29213 width "20col%"
29214 special "none"
29215 height "1in"
29216 height_special "totalheight"
29217 status open
29218
29219 \begin_layout Plain Layout
29220 \align center
29221 Boîte ovalisée, fine
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Description
29230 Cadre
29231 \begin_inset space ~
29232 \end_inset
29233
29234 oval,
29235 \begin_inset space ~
29236 \end_inset
29237
29238 épais Ceci dessine un cadre ovalisée autour de la boîte.
29239  L'épaisseur du trait de ce cadre est de   0.8
29240 \begin_inset space \thinspace{}
29241 \end_inset
29242
29243 pt.
29244  
29245 \begin_inset Box Ovalbox
29246 position "c"
29247 hor_pos "c"
29248 has_inner_box 1
29249 inner_pos "c"
29250 use_parbox 0
29251 use_makebox 0
29252 width "20col%"
29253 special "none"
29254 height "1in"
29255 height_special "totalheight"
29256 status open
29257
29258 \begin_layout Plain Layout
29259 \align center
29260 Boîte ovalisée, épaisse
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Description
29269 Ombre
29270 \begin_inset space ~
29271 \end_inset
29272
29273 en
29274 \begin_inset space ~
29275 \end_inset
29276
29277 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
29278  L'épaisseur du trait de ce cadre est donnée par la variable  
29279 \series bold
29280
29281 \backslash
29282 fboxrule
29283 \series default
29284 , l'ombre a une épaisseur de  4
29285 \begin_inset space \thinspace{}
29286 \end_inset
29287
29288 pt.
29289  
29290 \begin_inset Box Shadowbox
29291 position "c"
29292 hor_pos "c"
29293 has_inner_box 1
29294 inner_pos "c"
29295 use_parbox 0
29296 use_makebox 0
29297 width "20col%"
29298 special "none"
29299 height "1in"
29300 height_special "totalheight"
29301 status open
29302
29303 \begin_layout Plain Layout
29304 \align center
29305 Boîte ombrée
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Description
29314 Fond
29315 \begin_inset space ~
29316 \end_inset
29317
29318 ombré Ceci dessine une boîte avec un arrière plan rouge.
29319  Contrairement aux boîtes coloriées
29320 \begin_inset Foot
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324 Voir la section
29325 \begin_inset space ~
29326 \end_inset
29327
29328
29329 \begin_inset CommandInset ref
29330 LatexCommand ref
29331 reference "sec:Boîtes-colorées"
29332
29333 \end_inset
29334
29335 .
29336 \end_layout
29337
29338 \end_inset
29339
29340 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29341  son propre paragraphe.
29342 \lang english
29343
29344 \begin_inset Box Shaded
29345 position "t"
29346 hor_pos "c"
29347 has_inner_box 0
29348 inner_pos "t"
29349 use_parbox 0
29350 use_makebox 0
29351 width "50col%"
29352 special "none"
29353 height "1in"
29354 height_special "totalheight"
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358 Boîte avec fond ombré
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Description
29367 Cadre
29368 \begin_inset space ~
29369 \end_inset
29370
29371 rectangulaire
29372 \begin_inset space ~
29373 \end_inset
29374
29375 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29376  boîte.
29377  L'épaisseur du trait du cadre interne est de 0.75
29378 \begin_inset space \thinspace{}
29379 \end_inset
29380
29381
29382 \series bold
29383
29384 \backslash
29385 fboxrule
29386 \series default
29387 , l'épaisseur du trait du cadre externe est de 1.5
29388 \begin_inset space \thinspace{}
29389 \end_inset
29390
29391
29392 \series bold
29393
29394 \backslash
29395 fboxrule
29396 \series default
29397 .
29398  La distance entre les deux cadres est de  1.5
29399 \begin_inset space \thinspace{}
29400 \end_inset
29401
29402
29403 \series bold
29404
29405 \backslash
29406 fboxrule
29407 \series default
29408
29409 \begin_inset space \thinspace{}
29410 \end_inset
29411
29412 +
29413 \begin_inset space \thinspace{}
29414 \end_inset
29415
29416 0.5
29417 \begin_inset space \thinspace{}
29418 \end_inset
29419
29420 pt.
29421  
29422 \begin_inset Box Doublebox
29423 position "c"
29424 hor_pos "c"
29425 has_inner_box 1
29426 inner_pos "c"
29427 use_parbox 0
29428 use_makebox 0
29429 width "20col%"
29430 special "none"
29431 height "1in"
29432 height_special "totalheight"
29433 status open
29434
29435 \begin_layout Plain Layout
29436 \align center
29437 Boîte double
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset VSpace bigskip
29447 \end_inset
29448
29449 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29450  style de boîte utilisé.
29451  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29452  le paquetage LaTeX 
29453 \series bold
29454 fancybox
29455 \series default
29456
29457 \begin_inset Index idx
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461 Paquetages LaTeX ! fancybox
29462 \end_layout
29463
29464 \end_inset
29465
29466 .
29467 \end_layout
29468
29469 \begin_layout Standard
29470 \begin_inset VSpace bigskip
29471 \end_inset
29472
29473 Quand vous utilisez le style de décoration 
29474 \family sans
29475 cadre rectangulaire simple
29476 \family default
29477  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29478  de la boîte.
29479  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29480  prendra toute la largeur de la colonne, la boîte sera considérée comme
29481  son propre paragraphe et 
29482 \series bold
29483
29484 \backslash
29485 fboxrule
29486 \series default
29487  et 
29488 \series bold
29489
29490 \backslash
29491 fboxsep
29492 \series default
29493  n'ont aucun effet sur ce type de boîte.
29494  L'épaisseur de la ligne du cadre a la valeur de 
29495 \series bold
29496
29497 \backslash
29498 FrameRule
29499 \series default
29500 .
29501  
29502 \begin_inset Box Framed
29503 position "t"
29504 hor_pos "c"
29505 has_inner_box 0
29506 inner_pos "t"
29507 use_parbox 0
29508 use_makebox 0
29509 width "100col%"
29510 special "none"
29511 height "1in"
29512 height_special "totalheight"
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Boîte avec cadre simple et sauts de page
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Section
29525 Personnalisation des boîtes
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Boîtes! Personnalisation
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Standard
29539 La valeur implicite pour la variable 
29540 \series bold
29541
29542 \backslash
29543 fboxrule
29544 \series default
29545  est 0.4
29546 \begin_inset space \thinspace{}
29547 \end_inset
29548
29549 pt.
29550  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29551  pour avoir 2
29552 \begin_inset space \thinspace{}
29553 \end_inset
29554
29555 pt :
29556 \end_layout
29557
29558 \begin_layout Standard
29559
29560 \series bold
29561
29562 \backslash
29563 setlength{
29564 \backslash
29565 fboxrule}{2pt}
29566 \end_layout
29567
29568 \begin_layout Standard
29569 \begin_inset ERT
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573
29574
29575 \backslash
29576 setlength{
29577 \backslash
29578 fboxrule}{2pt}
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \begin_inset Box Boxed
29585 position "c"
29586 hor_pos "c"
29587 has_inner_box 1
29588 inner_pos "c"
29589 use_parbox 0
29590 use_makebox 0
29591 width "25col%"
29592 special "none"
29593 height "1in"
29594 height_special "totalheight"
29595 status open
29596
29597 \begin_layout Plain Layout
29598 \align center
29599 Boîte rectangulaire avec 
29600 \series bold
29601
29602 \backslash
29603 fboxrule
29604 \series default
29605
29606 \begin_inset space \thinspace{}
29607 \end_inset
29608
29609 =
29610 \begin_inset space \thinspace{}
29611 \end_inset
29612
29613 2
29614 \begin_inset space \thinspace{}
29615 \end_inset
29616
29617 pt
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628
29629 \backslash
29630 setlength{
29631 \backslash
29632 fboxrule}{0.4pt}
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Standard
29641 \begin_inset VSpace bigskip
29642 \end_inset
29643
29644 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29645  les types de cadres, implicitement il est de 3
29646 \begin_inset space \thinspace{}
29647 \end_inset
29648
29649 pt.
29650  Vous pouvez le modifier en donnant une autre valeur à la variable 
29651 \series bold
29652
29653 \backslash
29654 fboxsep
29655 \series default
29656 .
29657  Par exemple la commande
29658 \end_layout
29659
29660 \begin_layout Standard
29661
29662 \series bold
29663
29664 \backslash
29665 setlength{
29666 \backslash
29667 fboxsep}{10pt}
29668 \end_layout
29669
29670 \begin_layout Standard
29671 met une valeur de 10
29672 \begin_inset space \thinspace{}
29673 \end_inset
29674
29675 pt, comme celle utilisée pour cette boîte :
29676 \end_layout
29677
29678 \begin_layout Standard
29679 \begin_inset ERT
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684
29685 \backslash
29686 setlength{
29687 \backslash
29688 fboxsep}{10pt}
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \begin_inset Box Boxed
29695 position "c"
29696 hor_pos "c"
29697 has_inner_box 1
29698 inner_pos "c"
29699 use_parbox 0
29700 use_makebox 0
29701 width "25col%"
29702 special "none"
29703 height "1in"
29704 height_special "totalheight"
29705 status open
29706
29707 \begin_layout Plain Layout
29708 \align center
29709 Boîte rectangulaire avec 
29710 \series bold
29711
29712 \backslash
29713 fboxsep
29714 \series default
29715
29716 \begin_inset space \thinspace{}
29717 \end_inset
29718
29719 =
29720 \begin_inset space \thinspace{}
29721 \end_inset
29722
29723 10
29724 \begin_inset space \thinspace{}
29725 \end_inset
29726
29727 pt
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \begin_inset ERT
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737
29738
29739 \backslash
29740 setlength{
29741 \backslash
29742 fboxsep}{3pt}
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \begin_layout Standard
29751 \begin_inset VSpace bigskip
29752 \end_inset
29753
29754 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29755  la commande 
29756 \series bold
29757
29758 \backslash
29759 cornersize
29760 \series default
29761 .
29762  Par exemple, la commande
29763 \end_layout
29764
29765 \begin_layout Standard
29766
29767 \series bold
29768
29769 \backslash
29770 cornersize*{1cm}
29771 \end_layout
29772
29773 \begin_layout Standard
29774 donne un diamètre de 1
29775 \begin_inset space \thinspace{}
29776 \end_inset
29777
29778 cm.
29779  La commande
29780 \end_layout
29781
29782 \begin_layout Standard
29783
29784 \series bold
29785
29786 \backslash
29787 cornersize{num}
29788 \end_layout
29789
29790 \begin_layout Standard
29791 fixe le diamètre à 
29792 \family sans
29793 num
29794 \begin_inset space \thinspace{}
29795 \end_inset
29796
29797 ×
29798 \begin_inset space \thinspace{}
29799 \end_inset
29800
29801 minimum(largeur et hauteur de la boîte)
29802 \family default
29803 .
29804  La valeur implicite est 
29805 \series bold
29806
29807 \backslash
29808 cornersize{0.5}
29809 \series default
29810 .
29811 \end_layout
29812
29813 \begin_layout Standard
29814 \begin_inset ERT
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818
29819
29820 \backslash
29821 cornersize*{1.5cm}
29822 \end_layout
29823
29824 \end_inset
29825
29826
29827 \begin_inset Box Ovalbox
29828 position "c"
29829 hor_pos "c"
29830 has_inner_box 1
29831 inner_pos "c"
29832 use_parbox 0
29833 use_makebox 0
29834 width "25col%"
29835 special "none"
29836 height "1in"
29837 height_special "totalheight"
29838 status open
29839
29840 \begin_layout Plain Layout
29841 \align center
29842 Boîte ovale avec 
29843 \series bold
29844
29845 \backslash
29846 cornersize
29847 \series default
29848
29849 \begin_inset space \thinspace{}
29850 \end_inset
29851
29852 =
29853 \begin_inset space \thinspace{}
29854 \end_inset
29855
29856 1.5
29857 \begin_inset space \thinspace{}
29858 \end_inset
29859
29860 cm
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871
29872 \backslash
29873 cornersize{0.5}
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset VSpace bigskip
29883 \end_inset
29884
29885 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29886  
29887 \series bold
29888
29889 \backslash
29890 shadowsize
29891 \series default
29892 .
29893  Elle est fixée à 2
29894 \begin_inset space \thinspace{}
29895 \end_inset
29896
29897 pt pour la boîte suivante par la commande :
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 setlength{
29906 \backslash
29907 shadowsize}{2pt}
29908 \end_layout
29909
29910 \begin_layout Standard
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 setlength{
29919 \backslash
29920 shadowsize}{2pt}
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Box Shadowbox
29927 position "c"
29928 hor_pos "c"
29929 has_inner_box 1
29930 inner_pos "c"
29931 use_parbox 0
29932 use_makebox 0
29933 width "25col%"
29934 special "none"
29935 height "1in"
29936 height_special "totalheight"
29937 status open
29938
29939 \begin_layout Plain Layout
29940 \align center
29941 Boîte ombrée avec 
29942 \series bold
29943
29944 \backslash
29945 shadowsize
29946 \series default
29947
29948 \begin_inset space \thinspace{}
29949 \end_inset
29950
29951 =
29952 \begin_inset space \thinspace{}
29953 \end_inset
29954
29955 2
29956 \begin_inset space \thinspace{}
29957 \end_inset
29958
29959 pt
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 setlength{
29973 \backslash
29974 shadowsize}{4pt}
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 \begin_inset VSpace bigskip
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 La valeur implicite pour la longueur 
29991 \series bold
29992
29993 \backslash
29994 FrameRule
29995 \series default
29996  est 0,4
29997 \begin_inset space \thinspace{}
29998 \end_inset
29999
30000 pt.
30001  L'espacement implicite entre le contenu de la note et le cadre est de 9
30002 \begin_inset space \thinspace{}
30003 \end_inset
30004
30005 pt et il peut être modifié en utilisant la valeur de 
30006 \series bold
30007
30008 \backslash
30009 FrameSep
30010 \series default
30011 .
30012  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
30013  suivantes en code TeX
30014 \end_layout
30015
30016 \begin_layout Standard
30017
30018 \series bold
30019
30020 \backslash
30021 setlength{
30022 \backslash
30023 FrameRule}{5pt}
30024 \begin_inset Newline newline
30025 \end_inset
30026
30027
30028 \backslash
30029 setlength{
30030 \backslash
30031 FrameSep}{0.5cm}
30032 \end_layout
30033
30034 \begin_layout Standard
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 setlength{
30043 \backslash
30044 FrameRule}{5pt}
30045 \end_layout
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 setlength{
30052 \backslash
30053 FrameSep}{0.5cm}
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \begin_inset Box Framed
30060 position "t"
30061 hor_pos "c"
30062 has_inner_box 0
30063 inner_pos "t"
30064 use_parbox 0
30065 use_makebox 0
30066 width "100col%"
30067 special "none"
30068 height "1in"
30069 height_special "totalheight"
30070 status open
30071
30072 \begin_layout Plain Layout
30073 Ceci est un texte dans une boîte autorisant les 
30074 \family sans
30075 sauts de page
30076 \family default
30077 .
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 setlength{
30091 \backslash
30092 FrameRule}{0.4pt}
30093 \end_layout
30094
30095 \begin_layout Plain Layout
30096
30097
30098 \backslash
30099 setlength{
30100 \backslash
30101 FrameSep}{9pt}
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110
30111 \lang english
30112 \begin_inset VSpace bigskip
30113 \end_inset
30114
30115
30116 \end_layout
30117
30118 \begin_layout Standard
30119 Pour les boîtes à 
30120 \family sans
30121 Fond
30122 \begin_inset space ~
30123 \end_inset
30124
30125 ombré
30126 \family default
30127 , l'espacement implicite entre le contenu de la boîte et son cadre est de
30128  3
30129 \begin_inset space \thinspace{}
30130 \end_inset
30131
30132 pt et il peut être modifié avec la valeur de 
30133 \series bold
30134
30135 \backslash
30136 fboxsep
30137 \series default
30138 .
30139  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
30140  localement avec la commande 
30141 \series bold
30142
30143 \backslash
30144 definecolor{shadecolor}
30145 \series default
30146 , soit globalement avec le menu 
30147 \family sans
30148 Outils\SpecialChar \menuseparator
30149 Préférences
30150 \family default
30151 \SpecialChar \menuseparator
30152
30153 \family sans
30154 Couleurs\SpecialChar \menuseparator
30155 boîte
30156 \begin_inset space ~
30157 \end_inset
30158
30159 ombrée
30160 \family default
30161 .
30162  La syntaxe de la commande 
30163 \series bold
30164
30165 \backslash
30166 definecolor
30167 \series default
30168  est expliquée dans la section
30169 \begin_inset space ~
30170 \end_inset
30171
30172
30173 \begin_inset CommandInset ref
30174 LatexCommand ref
30175 reference "sec:Tableaux-Colorés"
30176
30177 \end_inset
30178
30179
30180 \begin_inset Foot
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 Notez que l'utilisation de 
30185 \series bold
30186
30187 \backslash
30188 definecolor
30189 \series default
30190  ne peut se faire sans le paquetage LaTeX 
30191 \series bold
30192 color
30193 \series default
30194  dans le préambule, voir la section
30195 \begin_inset space ~
30196 \end_inset
30197
30198
30199 \begin_inset CommandInset ref
30200 LatexCommand ref
30201 reference "sec:Boîtes-colorées"
30202
30203 \end_inset
30204
30205 .
30206  
30207 \end_layout
30208
30209 \end_inset
30210
30211 .
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
30216  les commandes en code TeX suivantes
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 setlength{
30225 \backslash
30226 fboxsep}{0.5cm}
30227 \series default
30228
30229 \begin_inset Newline newline
30230 \end_inset
30231
30232
30233 \series bold
30234
30235 \backslash
30236 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245
30246 \backslash
30247 setlength{
30248 \backslash
30249 fboxsep}{0.5cm}
30250 \end_layout
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \begin_inset Box Shaded
30263 position "t"
30264 hor_pos "c"
30265 has_inner_box 0
30266 inner_pos "t"
30267 use_parbox 0
30268 use_makebox 0
30269 width "100col%"
30270 special "none"
30271 height "1in"
30272 height_special "totalheight"
30273 status open
30274
30275 \begin_layout Plain Layout
30276
30277 \color yellow
30278 Ceci est un texte jaune dans une boîte à 
30279 \family sans
30280 Fond
30281 \begin_inset space ~
30282 \end_inset
30283
30284 ombré
30285 \family default
30286 \color inherit
30287  
30288 \color yellow
30289 avec un fond vert foncé.
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \begin_inset ERT
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300
30301 \backslash
30302 setlength{
30303 \backslash
30304 fboxsep}{3pt}
30305 \end_layout
30306
30307 \begin_layout Plain Layout
30308
30309
30310 \backslash
30311 definecolor{shadecolor}{rgb}{1,0,0}
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Standard
30320
30321 \lang english
30322 \begin_inset VSpace bigskip
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30330  les boîtes qui suivent la commandes qui les a changées.
30331 \end_layout
30332
30333 \begin_layout Section
30334 Minipages
30335 \begin_inset CommandInset label
30336 LatexCommand label
30337 name "sec:Minipages"
30338
30339 \end_inset
30340
30341
30342 \begin_inset Index idx
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346 Boîtes ! Minipages
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Standard
30355 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30356 ur d'une page.
30357  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30358  règles d'indentation, de saut de ligne, etc.
30359  s'appliquent.
30360 \end_layout
30361
30362 \begin_layout Standard
30363 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30364  langues.
30365 \end_layout
30366
30367 \begin_layout Standard
30368 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30369  Leur largeur est fixée à 45
30370 \begin_inset space \thinspace{}
30371 \end_inset
30372
30373 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30374  via le menu 
30375 \family sans
30376 Insérer\SpecialChar \menuseparator
30377 Typographie
30378 \begin_inset space ~
30379 \end_inset
30380
30381 spéciale\SpecialChar \menuseparator
30382 Ressort
30383 \begin_inset space ~
30384 \end_inset
30385
30386 Horizontal
30387 \family default
30388 .
30389 \end_layout
30390
30391 \begin_layout Standard
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \lang english
30398 \begin_inset Box Frameless
30399 position "t"
30400 hor_pos "c"
30401 has_inner_box 1
30402 inner_pos "c"
30403 use_parbox 0
30404 use_makebox 0
30405 width "45col%"
30406 special "none"
30407 height "1in"
30408 height_special "totalheight"
30409 status open
30410
30411 \begin_layout Plain Layout
30412
30413 \lang german
30414 Dies ist ein deutscher Text.
30415  Dies ist ein deutscher Text.
30416  Dies ist ein deutscher Text.
30417  Dies ist ein deutscher Text.
30418  Dies ist ein deutscher Text.
30419  Dies ist ein deutscher Text.
30420  Dies ist ein deutscher Text.
30421  Dies ist ein deutscher Text.
30422  Dies ist ein deutscher Text.
30423  Dies ist ein deutscher Text.
30424  Dies ist ein deutscher Text.
30425  Dies ist ein deutscher Text.
30426  Dies ist ein deutscher Text
30427 \begin_inset Foot
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432 \lang german
30433 Dies ist eine deutsche Fußnote.
30434 \end_layout
30435
30436 \end_inset
30437
30438 .
30439  Dies ist ein deutscher Text.
30440  Dies ist ein deutscher Text.
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset space \hfill{}
30447 \end_inset
30448
30449
30450 \begin_inset Box Frameless
30451 position "t"
30452 hor_pos "c"
30453 has_inner_box 1
30454 inner_pos "c"
30455 use_parbox 0
30456 use_makebox 0
30457 width "45col%"
30458 special "none"
30459 height "1in"
30460 height_special "totalheight"
30461 status open
30462
30463 \begin_layout Plain Layout
30464
30465 \lang english
30466 This is an English Text.
30467  This is an English Text.
30468  This is an English Text.
30469  This is an English Text.
30470  This is an English Text.
30471  This is an English Text.
30472  This is an English Text.
30473  This is an English Text.
30474  This is an English Text.
30475  This is an English Text.
30476  This is an English Text.
30477  This is an English Text.
30478  This is an English Text.
30479  This is an English Text.
30480  This is an English Text.
30481  This is an English Text.
30482 \begin_inset Foot
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487 \lang english
30488 This is an English footnote.
30489 \end_layout
30490
30491 \end_inset
30492
30493  This is an English Text.
30494  
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 \begin_inset VSpace bigskip
30504 \end_inset
30505
30506 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30507  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30508  minipages, même si vous les avez mis par exemple à 
30509 \family sans
30510 Moyen
30511 \family default
30512  dans les paramètres du document.
30513 \end_layout
30514
30515 \begin_layout Standard
30516 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30517  portion de texte, voyez la section
30518 \begin_inset space ~
30519 \end_inset
30520
30521
30522 \begin_inset CommandInset ref
30523 LatexCommand ref
30524 reference "sub:Couleur-pour-les-Paragraphes"
30525
30526 \end_inset
30527
30528 .
30529 \end_layout
30530
30531 \begin_layout Standard
30532 \begin_inset Note Greyedout
30533 status open
30534
30535 \begin_layout Plain Layout
30536
30537 \series bold
30538 Note:
30539 \series default
30540  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30541  mais les minipages peuvent être utilisées dans un tableau, un flottant
30542  ou une autre boîte.
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \end_layout
30549
30550 \begin_layout Section
30551 Les parboxes
30552 \begin_inset CommandInset label
30553 LatexCommand label
30554 name "sec:Parboxes"
30555
30556 \end_inset
30557
30558
30559 \begin_inset Index idx
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563 Boîtes ! Parboxes
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \begin_layout Standard
30572 \begin_inset Note Note
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576
30577 \lang english
30578 En attendant une traduction de parbox (NdT)
30579 \end_layout
30580
30581 \end_inset
30582
30583 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30584  ne peuvent avoir de note de bas de page.
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \align center
30589 \begin_inset Box Frameless
30590 position "t"
30591 hor_pos "c"
30592 has_inner_box 1
30593 inner_pos "t"
30594 use_parbox 1
30595 use_makebox 0
30596 width "33col%"
30597 special "none"
30598 height "1in"
30599 height_special "totalheight"
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 Ceci est un texte à l'intérieur d'une parbox.
30604  Ceci est un texte à l'intérieur d'une parbox.
30605 \end_layout
30606
30607 \begin_layout Plain Layout
30608 Cette note de bas de page ne devrait pas apparaître :
30609 \begin_inset Foot
30610 status open
30611
30612 \begin_layout Plain Layout
30613 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30614  pas.
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Section
30628 Des boîtes pour les mots et les caractères
30629 \begin_inset Index idx
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633 Boîtes ! Pour les caractères
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Subsection
30642 Empêcher la césure
30643 \begin_inset CommandInset label
30644 LatexCommand label
30645 name "sec:Empêcher-césure"
30646
30647 \end_inset
30648
30649
30650 \begin_inset Index idx
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654 Boîtes ! Pour empêcher la césure
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 Vous pouvez utiliser une boîte de type 
30664 \family sans
30665 Makebox
30666 \family default
30667  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30668 \begin_inset Newline newline
30669 \end_inset
30670
30671 Voici un exemple de texte :
30672 \end_layout
30673
30674 \begin_layout Standard
30675 Cette ligne est un exemple comment vous pouvez empêcher une césure
30676 \begin_inset space ~
30677 \end_inset
30678
30679
30680 \begin_inset Quotes eld
30681 \end_inset
30682
30683 motTrèsTrèsLong
30684 \begin_inset Quotes erd
30685 \end_inset
30686
30687
30688 \end_layout
30689
30690 \begin_layout Standard
30691 Pour empêcher que le mot 
30692 \begin_inset Quotes eld
30693 \end_inset
30694
30695 motTrèsTrèsLong
30696 \begin_inset Quotes erd
30697 \end_inset
30698
30699  soit coupé, mettez le mot dans une boîte, mettez 
30700 \family sans
30701 Boîte
30702 \begin_inset space ~
30703 \end_inset
30704
30705 intérieure
30706 \family default
30707  à 
30708 \family sans
30709 Makebox
30710 \family default
30711  et sa largeur à 1
30712 \begin_inset space \thinspace{}
30713 \end_inset
30714
30715 Largeur.
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Voici le résultat :
30720 \end_layout
30721
30722 \begin_layout Standard
30723 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30724 \begin_inset Box Frameless
30725 position "t"
30726 hor_pos "c"
30727 has_inner_box 1
30728 inner_pos "t"
30729 use_parbox 0
30730 use_makebox 1
30731 width "1in"
30732 special "width"
30733 height "1in"
30734 height_special "totalheight"
30735 status open
30736
30737 \begin_layout Plain Layout
30738 motTrèsTrèsLong
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \end_layout
30745
30746 \begin_layout Standard
30747 Une autre méthode consiste à mettre la commande 
30748 \begin_inset Quotes eld
30749 \end_inset
30750
30751
30752 \series bold
30753
30754 \backslash
30755 -
30756 \series default
30757
30758 \begin_inset Quotes grd
30759 \end_inset
30760
30761  en code TeX, juste avant le mot :
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30766 \begin_inset Quotes eld
30767 \end_inset
30768
30769
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775
30776 \backslash
30777 -
30778 \end_layout
30779
30780 \end_inset
30781
30782 motTrèsTrèsLong
30783 \begin_inset Quotes erd
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30791  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30792 \family sans
30793 Insérer\SpecialChar \menuseparator
30794 Typographie
30795 \begin_inset space ~
30796 \end_inset
30797
30798 spéciale\SpecialChar \menuseparator
30799 Passage
30800 \begin_inset space ~
30801 \end_inset
30802
30803 à
30804 \begin_inset space ~
30805 \end_inset
30806
30807 la
30808 \begin_inset space ~
30809 \end_inset
30810
30811 Ligne
30812 \family default
30813  (raccourci 
30814 \family sans
30815 Ctrl-Entrée
30816 \family default
30817 ) :
30818 \end_layout
30819
30820 \begin_layout Standard
30821 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30822 \begin_inset Newline newline
30823 \end_inset
30824
30825
30826 \begin_inset Box Frameless
30827 position "t"
30828 hor_pos "c"
30829 has_inner_box 1
30830 inner_pos "t"
30831 use_parbox 0
30832 use_makebox 1
30833 width "1in"
30834 special "width"
30835 height "1in"
30836 height_special "totalheight"
30837 status open
30838
30839 \begin_layout Plain Layout
30840 \begin_inset Quotes eld
30841 \end_inset
30842
30843 motTrèsTrèsLong
30844 \begin_inset Quotes erd
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Subsection
30856 Alignement vertical
30857 \begin_inset CommandInset label
30858 LatexCommand label
30859 name "sub:Alignement-Vertical"
30860
30861 \end_inset
30862
30863
30864 \begin_inset Index idx
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868 Boîtes ! Pour l'alignement vertical
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \begin_inset Index idx
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878 Boîtes ! Boîtes élévatrices
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \begin_inset Index idx
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888 Raisebox|see
30889 \begin_inset ERT
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893
30894 {
30895 \end_layout
30896
30897 \end_inset
30898
30899 Boîtes élévatrices
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905 }
30906 \end_layout
30907
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 Avec la commande 
30920 \series bold
30921
30922 \backslash
30923 raisebox
30924 \series default
30925  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30926  par rapport au texte qui l'entoure.
30927  La commande
30928 \series bold
30929  
30930 \backslash
30931 raisebox
30932 \series default
30933  s'utilise en suivant la syntaxe suivante :
30934 \end_layout
30935
30936 \begin_layout Standard
30937
30938 \series bold
30939
30940 \backslash
30941 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30942 \end_layout
30943
30944 \begin_layout Standard
30945 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30946  pour l'abaisser.
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Pour aligner le mot 
30951 \begin_inset Quotes eld
30952 \end_inset
30953
30954 empêcher
30955 \begin_inset Quotes erd
30956 \end_inset
30957
30958  de façon à ce que le point le plus bas du caractère le plus 
30959 \begin_inset Quotes eld
30960 \end_inset
30961
30962 profond
30963 \begin_inset Quotes erd
30964 \end_inset
30965
30966 , le 
30967 \begin_inset Quotes eld
30968 \end_inset
30969
30970 p
30971 \begin_inset Quotes erd
30972 \end_inset
30973
30974 , soit au niveau de la ligne de base, insérez la commande 
30975 \end_layout
30976
30977 \begin_layout Standard
30978
30979 \series bold
30980
30981 \backslash
30982 raisebox{
30983 \backslash
30984 depth}{
30985 \end_layout
30986
30987 \begin_layout Standard
30988 en code TeX avant le mot.
30989  Insérez après le mot l'accolade fermante 
30990 \begin_inset Quotes eld
30991 \end_inset
30992
30993
30994 \series bold
30995 }
30996 \series default
30997
30998 \begin_inset Quotes erd
30999 \end_inset
31000
31001  en code TeX.
31002 \begin_inset Newline newline
31003 \end_inset
31004
31005 Voici le résultat :
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Cette ligne de texte contient le mot 
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 raisebox{
31018 \backslash
31019 depth}{
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \begin_inset Quotes eld
31026 \end_inset
31027
31028 empêcher
31029 \begin_inset Quotes erd
31030 \end_inset
31031
31032
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038 }
31039 \end_layout
31040
31041 \end_inset
31042
31043  comme mot élevé.
31044 \end_layout
31045
31046 \begin_layout Standard
31047 \begin_inset VSpace bigskip
31048 \end_inset
31049
31050 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
31051  entre les lignes va être agrandie :
31052 \end_layout
31053
31054 \begin_layout Standard
31055 Cette ligne de texte contient le mot
31056 \begin_inset ERT
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060
31061
31062 \backslash
31063 raisebox{-
31064 \backslash
31065 depth}{
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \begin_inset Quotes eld
31072 \end_inset
31073
31074 empêcher
31075 \begin_inset Quotes erd
31076 \end_inset
31077
31078
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084 }
31085 \end_layout
31086
31087 \end_inset
31088
31089  comme mot abaissé.
31090 \begin_inset Newline newline
31091 \end_inset
31092
31093 Cette ligne de texte contient le mot 
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099
31100 \backslash
31101 raisebox{0.5cm}{
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \begin_inset Quotes eld
31108 \end_inset
31109
31110 tester
31111 \begin_inset Quotes erd
31112 \end_inset
31113
31114
31115 \begin_inset ERT
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119
31120 }
31121 \end_layout
31122
31123 \end_inset
31124
31125  comme mot élevé.
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
31130  mettez la hauteur de la boîte à zéro.
31131  Par exemple utilisez
31132 \end_layout
31133
31134 \begin_layout Standard
31135
31136 \series bold
31137
31138 \backslash
31139 raisebox{-
31140 \backslash
31141 depth}[0pt]{
31142 \end_layout
31143
31144 \begin_layout Standard
31145 Cette ligne de texte contient le mot
31146 \begin_inset ERT
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150
31151
31152 \backslash
31153 raisebox{-
31154 \backslash
31155 depth}[0pt]{
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \begin_inset Quotes eld
31162 \end_inset
31163
31164 empêcher
31165 \begin_inset Quotes erd
31166 \end_inset
31167
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174 }
31175 \end_layout
31176
31177 \end_inset
31178
31179  comme mot abaissé.
31180 \begin_inset Newline newline
31181 \end_inset
31182
31183 Cette ligne de texte contient le mot 
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189
31190 \backslash
31191 raisebox{0.5cm}[0pt]{
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Quotes eld
31198 \end_inset
31199
31200 tester
31201 \begin_inset Quotes erd
31202 \end_inset
31203
31204
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210 }
31211 \end_layout
31212
31213 \end_inset
31214
31215  comme mot élevé.
31216 \end_layout
31217
31218 \begin_layout Section
31219 Boîtes colorées
31220 \begin_inset CommandInset label
31221 LatexCommand label
31222 name "sec:Boîtes-colorées"
31223
31224 \end_inset
31225
31226
31227 \begin_inset Index idx
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231 Boîtes ! Couleur
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Subsection
31240 De la couleur pour le texte
31241 \begin_inset Index idx
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245 Couleur ! Pour le texte
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \end_layout
31252
31253 \begin_layout Standard
31254 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
31255  une boîte appelée 
31256 \begin_inset Quotes eld
31257 \end_inset
31258
31259 colorbox
31260 \begin_inset Quotes erd
31261 \end_inset
31262
31263 .
31264  Cela demande que le paquetage LaTeX 
31265 \series bold
31266 color
31267 \series default
31268
31269 \begin_inset Index idx
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 Paquetages LaTeX ! color
31274 \end_layout
31275
31276 \end_inset
31277
31278  soit chargé dans le préambule du document avec la commande
31279 \end_layout
31280
31281 \begin_layout Standard
31282
31283 \series bold
31284
31285 \backslash
31286 @ifundefined{textcolor}
31287 \begin_inset Newline newline
31288 \end_inset
31289
31290
31291 \begin_inset Phantom HPhantom
31292 status open
31293
31294 \begin_layout Plain Layout
31295
31296 \series bold
31297 \begin_inset space ~
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \end_inset
31304
31305 {
31306 \backslash
31307 usepackage{color}}{}
31308 \end_layout
31309
31310 \begin_layout Standard
31311 Le paquetage 
31312 \series bold
31313 color
31314 \series default
31315  sera chargé automatiquement par LyX dès que vous colorez du texte.
31316 \begin_inset Foot
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
31321  
31322 \series bold
31323
31324 \backslash
31325 @ifundefined
31326 \series default
31327 .
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset VSpace medskip
31337 \end_inset
31338
31339 Les boîtes colorées sont créées par la commande 
31340 \series bold
31341
31342 \backslash
31343 colorbox
31344 \series default
31345 .
31346  Elle est utilisée avec la syntaxe suivante :
31347 \end_layout
31348
31349 \begin_layout Standard
31350
31351 \series bold
31352
31353 \backslash
31354 colorbox{couleur}{contenu de la boîte}
31355 \end_layout
31356
31357 \begin_layout Standard
31358 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31359  peuvent être placées à l'intérieur d'autres boîtes.
31360 \end_layout
31361
31362 \begin_layout Standard
31363 Les couleurs suivantes sont prédéfinies ::
31364 \begin_inset Newline newline
31365 \end_inset
31366
31367
31368 \family sans
31369 black
31370 \family default
31371  (noir), 
31372 \family sans
31373 blue
31374 \family default
31375  (bleu), 
31376 \family sans
31377 cyan
31378 \family default
31379 \series bold
31380 ,
31381 \series default
31382  
31383 \family sans
31384 green
31385 \family default
31386  (vert), 
31387 \family sans
31388 magenta
31389 \family default
31390
31391 \family sans
31392 red
31393 \family default
31394  (rouge), 
31395 \family sans
31396 white
31397 \family default
31398  (blanc), and 
31399 \family sans
31400 yellow
31401 \family default
31402  (jaune).
31403 \begin_inset Newline newline
31404 \end_inset
31405
31406 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31407  section
31408 \begin_inset space ~
31409 \end_inset
31410
31411
31412 \begin_inset CommandInset ref
31413 LatexCommand ref
31414 reference "sec:Tableaux-Colorés"
31415
31416 \end_inset
31417
31418 .
31419 \end_layout
31420
31421 \begin_layout Standard
31422 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31423 \end_layout
31424
31425 \begin_layout Standard
31426
31427 \series bold
31428
31429 \backslash
31430 colorbox{red}{
31431 \end_layout
31432
31433 \begin_layout Standard
31434 avant le mot en code TeX.
31435  Insérez l'accolade fermante 
31436 \begin_inset Quotes eld
31437 \end_inset
31438
31439 }
31440 \begin_inset Quotes erd
31441 \end_inset
31442
31443  après le mot, en code TeX.
31444 \begin_inset Newline newline
31445 \end_inset
31446
31447 Voici le résultat :
31448 \end_layout
31449
31450 \begin_layout Standard
31451 Cette ligne de texte contient le mot
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 colorbox{red}{
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \begin_inset Quotes eld
31466 \end_inset
31467
31468 Attention!
31469 \begin_inset Quotes erd
31470 \end_inset
31471
31472
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478 }
31479 \end_layout
31480
31481 \end_inset
31482
31483  sur fond rouge.
31484 \end_layout
31485
31486 \begin_layout Standard
31487 \begin_inset VSpace bigskip
31488 \end_inset
31489
31490 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31491  vous pouvez utiliser la commande 
31492 \series bold
31493
31494 \backslash
31495 fcolorbox
31496 \series default
31497  avec la syntaxe suivante :
31498 \end_layout
31499
31500 \begin_layout Standard
31501
31502 \series bold
31503
31504 \backslash
31505 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31506 \end_layout
31507
31508 \begin_layout Standard
31509
31510 \series bold
31511
31512 \backslash
31513 fcolorbox
31514 \series default
31515  est une extension de 
31516 \series bold
31517
31518 \backslash
31519 colorbox
31520 \series default
31521 .
31522  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31523  peuvent être modifiés avec les variables 
31524 \series bold
31525
31526 \backslash
31527 fboxrule
31528 \series default
31529  et 
31530 \series bold
31531
31532 \backslash
31533 fboxsep
31534 \series default
31535 , comme c'est décrit dans la section
31536 \begin_inset space ~
31537 \end_inset
31538
31539
31540 \begin_inset CommandInset ref
31541 LatexCommand ref
31542 reference "sec:Décorations"
31543
31544 \end_inset
31545
31546 .
31547 \end_layout
31548
31549 \begin_layout Standard
31550 Pour l'exemple suivant, on a utilisé la commande
31551 \end_layout
31552
31553 \begin_layout Standard
31554
31555 \series bold
31556
31557 \backslash
31558 fcolorbox{cyan}{magenta}{
31559 \end_layout
31560
31561 \begin_layout Standard
31562 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31563 \begin_inset space \thinspace{}
31564 \end_inset
31565
31566 mm:
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \begin_inset ERT
31572 status collapsed
31573
31574 \begin_layout Plain Layout
31575
31576
31577 \backslash
31578 fboxrule 1mm 
31579 \backslash
31580 fboxsep 1mm
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \begin_inset ERT
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590
31591
31592 \backslash
31593 fcolorbox{cyan}{magenta}{
31594 \end_layout
31595
31596 \end_inset
31597
31598 Ce texte est dans une boîte encadrée et colorée.
31599 \begin_inset ERT
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603
31604 }
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \end_layout
31611
31612 \begin_layout Standard
31613 \begin_inset VSpace bigskip
31614 \end_inset
31615
31616 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31617  les yeux ! - NdT) :
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627
31628 \backslash
31629 fcolorbox{cyan}{magenta}{
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \color yellow
31636 Ce texte est coloré dans une boîte colorée et encadrée.
31637 \color inherit
31638
31639 \begin_inset ERT
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643
31644 }
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 fboxrule 0.4pt 
31658 \backslash
31659 fboxsep 3pt
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
31668
31669 \series bold
31670 \begin_inset VSpace medskip
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 \begin_inset Note Greyedout
31678 status open
31679
31680 \begin_layout Plain Layout
31681
31682 \series bold
31683 Note:
31684 \series default
31685  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31686  de ligne.
31687  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31688  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Subsection
31697 De la couleur pour les paragraphes
31698 \begin_inset CommandInset label
31699 LatexCommand label
31700 name "sub:Couleur-pour-les-Paragraphes"
31701
31702 \end_inset
31703
31704
31705 \begin_inset Index idx
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709 Couleur ! Pour les  paragraphes
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \end_layout
31716
31717 \begin_layout Standard
31718 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31719  texte dans une minipage.
31720  Avant la minipage, insérez la commande 
31721 \series bold
31722
31723 \backslash
31724 colorbox
31725 \series default
31726  
31727 \end_layout
31728
31729 \begin_layout Standard
31730
31731 \series bold
31732
31733 \backslash
31734 colorbox{color}{
31735 \end_layout
31736
31737 \begin_layout Standard
31738 en code TeX.
31739  Après la minipage, insérez l'accolade fermante 
31740 \begin_inset Quotes eld
31741 \end_inset
31742
31743 }
31744 \begin_inset Quotes erd
31745 \end_inset
31746
31747  en code TeX.
31748 \end_layout
31749
31750 \begin_layout Standard
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756
31757 \backslash
31758 colorbox{lightgrey}{
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset Box Frameless
31765 position "t"
31766 hor_pos "c"
31767 has_inner_box 1
31768 inner_pos "t"
31769 use_parbox 0
31770 use_makebox 0
31771 width "100col%"
31772 special "none"
31773 height "1in"
31774 height_special "totalheight"
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778 Ce texte a un fond coloré.
31779  Ce texte a un fond coloré.
31780 \end_layout
31781
31782 \begin_layout Plain Layout
31783 \begin_inset VSpace defskip
31784 \end_inset
31785
31786 Le texte peut avoir des notes de bas de page
31787 \begin_inset Foot
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791 Un autre exemple de note de bas de page
31792 \end_layout
31793
31794 \end_inset
31795
31796  et contenir des figures et des tableaux.
31797 \end_layout
31798
31799 \begin_layout Plain Layout
31800 \align center
31801 \begin_inset Tabular
31802 <lyxtabular version="3" rows="3" columns="3">
31803 <features tabularvalignment="middle">
31804 <column alignment="center" valignment="top" width="0">
31805 <column alignment="center" valignment="top" width="0">
31806 <column alignment="center" valignment="top" width="0">
31807 <row>
31808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812 a
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821 !
31822 \end_layout
31823
31824 \end_inset
31825 </cell>
31826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830 3
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 </row>
31836 <row>
31837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31838 \begin_inset Text
31839
31840 \begin_layout Plain Layout
31841 <
31842 \end_layout
31843
31844 \end_inset
31845 </cell>
31846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31847 \begin_inset Text
31848
31849 \begin_layout Plain Layout
31850 b2
31851 \begin_inset Quotes erd
31852 \end_inset
31853
31854 |
31855 \end_layout
31856
31857 \end_inset
31858 </cell>
31859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31860 \begin_inset Text
31861
31862 \begin_layout Plain Layout
31863 >
31864 \end_layout
31865
31866 \end_inset
31867 </cell>
31868 </row>
31869 <row>
31870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 1
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883 §
31884 \end_layout
31885
31886 \end_inset
31887 </cell>
31888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31889 \begin_inset Text
31890
31891 \begin_layout Plain Layout
31892 c
31893 \end_layout
31894
31895 \end_inset
31896 </cell>
31897 </row>
31898 </lyxtabular>
31899
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \end_inset
31906
31907
31908 \begin_inset ERT
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913 }
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \begin_layout Section
31922 Les boîtes pivotées et redimensionnées
31923 \end_layout
31924
31925 \begin_layout Standard
31926 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31927  charger le paquetage LaTeX 
31928 \series bold
31929 graphicx
31930 \series default
31931
31932 \begin_inset Index idx
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Paquetages LaTeX ! graphicx
31937 \end_layout
31938
31939 \end_inset
31940
31941  dans le préambule de votre document avec la commande
31942 \end_layout
31943
31944 \begin_layout Standard
31945
31946 \series bold
31947
31948 \backslash
31949 @ifundefined{rotatebox}
31950 \begin_inset Newline newline
31951 \end_inset
31952
31953
31954 \begin_inset Phantom HPhantom
31955 status open
31956
31957 \begin_layout Plain Layout
31958
31959 \series bold
31960 \begin_inset space ~
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \end_inset
31967
31968 {
31969 \backslash
31970 usepackage{graphicx}}{}
31971 \end_layout
31972
31973 \begin_layout Standard
31974 \begin_inset Note Greyedout
31975 status open
31976
31977 \begin_layout Plain Layout
31978
31979 \series bold
31980 Note:
31981 \series default
31982  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31983  redimensionnés.
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \begin_layout Standard
31992 \begin_inset Note Greyedout
31993 status open
31994
31995 \begin_layout Plain Layout
31996
31997 \series bold
31998 Note:
31999 \series default
32000  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
32001  redimensionnée.
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \begin_layout Subsection
32010 Les Boîtes pivotées
32011 \begin_inset Index idx
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015 Boîtes ! pivotées
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \begin_inset Index idx
32022 status collapsed
32023
32024 \begin_layout Plain Layout
32025 Pivoter des objets
32026 \end_layout
32027
32028 \end_inset
32029
32030
32031 \begin_inset Index idx
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035 Figures ! Pivotées
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \begin_inset Index idx
32042 status collapsed
32043
32044 \begin_layout Plain Layout
32045 Tableau ! Pivoter
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
32055  (rotated).
32056  Une telle boîte est créée avec la commande 
32057 \series bold
32058
32059 \backslash
32060 rotatebox
32061 \series default
32062  en code TeX avec la syntaxe
32063 \end_layout
32064
32065 \begin_layout Standard
32066
32067 \series bold
32068
32069 \backslash
32070 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
32071 \end_layout
32072
32073 \begin_layout Standard
32074 La position du pivot est donnée par l'origine de rotation spécifiée sous
32075  la forme 
32076 \series bold
32077 origin=position
32078 \series default
32079 .
32080  Les valeurs suivantes sont possibles pour la position: 
32081 \emph on
32082 c
32083 \emph default
32084  (centre), 
32085 \emph on
32086 l
32087 \emph default
32088  (gauche/
32089 \lang english
32090 left
32091 \lang french
32092 ), 
32093 \emph on
32094 r
32095 \emph default
32096  (droite/
32097 \lang english
32098 right
32099 \lang french
32100 ), 
32101 \emph on
32102 b
32103 \emph default
32104  (bas/
32105 \lang english
32106 bottom
32107 \lang french
32108 ), 
32109 \emph on
32110 t
32111 \emph default
32112  (haut/
32113 \lang english
32114 top
32115 \lang french
32116 ), et aussi des combinaisons des quatre positions de base.
32117  Par exemple 
32118 \emph on
32119 lt
32120 \emph default
32121  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
32122  Quand on ne donne pas d'origine, la position 
32123 \emph on
32124 l
32125 \emph default
32126  est utilisée.
32127  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
32128  ou négatif.
32129  Le sens positif de rotation est anti-horaire.
32130 \end_layout
32131
32132 \begin_layout Standard
32133 Dans l'exemple qui suit, la commande 
32134 \series bold
32135
32136 \backslash
32137 rotatebox[origin=c]{60}{
32138 \series default
32139  a été insérée en code TeX juste avant le texte 
32140 \begin_inset Quotes eld
32141 \end_inset
32142
32143 pivoté de 90°
32144 \begin_inset Quotes erd
32145 \end_inset
32146
32147  ; la boîte est refermée juste après le texte par une accolade fermante
32148  
32149 \begin_inset Quotes eld
32150 \end_inset
32151
32152 }
32153 \begin_inset Quotes erd
32154 \end_inset
32155
32156  en code TeX.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 Voici une ligne avec du texte 
32161 \begin_inset ERT
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165
32166
32167 \backslash
32168 rotatebox[origin=c]{60}{
32169 \end_layout
32170
32171 \end_inset
32172
32173 pivoté de 60°
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179 }
32180 \end_layout
32181
32182 \end_inset
32183
32184 .
32185 \end_layout
32186
32187 \begin_layout Standard
32188 La boîte peut contenir une autre boîte ou une formule en ligne :
32189 \end_layout
32190
32191 \begin_layout Standard
32192 Voici une ligne avec du texte 
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198
32199 \backslash
32200 rotatebox[origin=r]{-60}{
32201 \end_layout
32202
32203 \end_inset
32204
32205
32206 \begin_inset Box Doublebox
32207 position "c"
32208 hor_pos "c"
32209 has_inner_box 0
32210 inner_pos "c"
32211 use_parbox 0
32212 use_makebox 0
32213 width "1in"
32214 special "width"
32215 height "1in"
32216 height_special "totalheight"
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220 pivoté de -60°
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231 }
32232 \end_layout
32233
32234 \end_inset
32235
32236  et encadré 
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242
32243 \backslash
32244 rotatebox[origin=lb]{60}{
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32251 \end_inset
32252
32253
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259 }
32260 \end_layout
32261
32262 \end_inset
32263
32264  et une formule.
32265 \end_layout
32266
32267 \begin_layout Standard
32268 ou encore une figure ou un tableau :
32269 \end_layout
32270
32271 \begin_layout Standard
32272 Voici une ligne
32273 \begin_inset ERT
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277
32278
32279 \backslash
32280 rotatebox[origin=lb]{90}{
32281 \end_layout
32282
32283 \end_inset
32284
32285
32286 \begin_inset Graphics
32287         filename ../clipart/platypus.eps
32288         lyxscale 50
32289         width 25col%
32290
32291 \end_inset
32292
32293
32294 \begin_inset ERT
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298
32299 }
32300 \end_layout
32301
32302 \end_inset
32303
32304  avec une image pivotée de 90° 
32305 \begin_inset ERT
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309
32310
32311 \backslash
32312 rotatebox[origin=l]{-90}{
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \begin_inset Tabular
32319 <lyxtabular version="3" rows="2" columns="2">
32320 <features tabularvalignment="middle">
32321 <column alignment="center" valignment="top" width="0">
32322 <column alignment="center" valignment="top" width="0">
32323 <row>
32324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328 q
32329 \end_layout
32330
32331 \end_inset
32332 </cell>
32333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32334 \begin_inset Text
32335
32336 \begin_layout Plain Layout
32337 w
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 </row>
32343 <row>
32344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32345 \begin_inset Text
32346
32347 \begin_layout Plain Layout
32348 e
32349 \end_layout
32350
32351 \end_inset
32352 </cell>
32353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 r
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 </row>
32363 </lyxtabular>
32364
32365 \end_inset
32366
32367
32368 \begin_inset ERT
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372
32373 }
32374 \end_layout
32375
32376 \end_inset
32377
32378  et un tableau.
32379 \end_layout
32380
32381 \begin_layout Subsection
32382 Les boîtes redimensionnées
32383 \begin_inset Index idx
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387 Boîtes ! Redimensionnées
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \begin_inset Index idx
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397 Redimensionner des objets
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \begin_inset Index idx
32404 status collapsed
32405
32406 \begin_layout Plain Layout
32407 Figures ! Redimensionnées
32408 \end_layout
32409
32410 \end_inset
32411
32412
32413 \begin_inset Index idx
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417 Tableau ! Redimensionner
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Pour redimensionner des objets on peut utiliser les commandes 
32427 \series bold
32428
32429 \backslash
32430 scalebox
32431 \series default
32432  et 
32433 \series bold
32434
32435 \backslash
32436 resizebox
32437 \series default
32438  insérées sous forme de code TeX.
32439 \end_layout
32440
32441 \begin_layout Standard
32442
32443 \series bold
32444
32445 \backslash
32446 scalebox
32447 \series default
32448  est utilisée avec la syntaxe suivante :
32449 \end_layout
32450
32451 \begin_layout Standard
32452
32453 \series bold
32454
32455 \backslash
32456 scalebox{horizontal}[vertical]{contenu de la boîte}
32457 \end_layout
32458
32459 \begin_layout Standard
32460 Horizontal et vertical sont les facteurs d'échelle correspondants.
32461  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32462  utilisé comme facteur vertical.
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Par exemple, la commande 
32467 \series bold
32468
32469 \backslash
32470 scalebox{2}{Bonjour}
32471 \series default
32472  crée un 
32473 \begin_inset ERT
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477
32478
32479 \backslash
32480 scalebox{2}{
32481 \end_layout
32482
32483 \end_inset
32484
32485 Bonjour
32486 \begin_inset ERT
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490
32491 }
32492 \end_layout
32493
32494 \end_inset
32495
32496  de taille double par rapport à la taille du texte du document.
32497 \end_layout
32498
32499 \begin_layout Standard
32500
32501 \series bold
32502
32503 \backslash
32504 scalebox{2}[1]{Hello}
32505 \series default
32506  au contraire va déformer le 
32507 \begin_inset ERT
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511
32512
32513 \backslash
32514 scalebox{2}[1]{
32515 \end_layout
32516
32517 \end_inset
32518
32519 Bonjour
32520 \begin_inset ERT
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524
32525 }
32526 \end_layout
32527
32528 \end_inset
32529
32530 .
32531 \end_layout
32532
32533 \begin_layout Standard
32534 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32535  La commande 
32536 \series bold
32537
32538 \backslash
32539 scalebox{-1}[1]{Hello}
32540 \series default
32541  peut donc être utilisée pour créer du texte en miroir : 
32542 \begin_inset ERT
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546
32547
32548 \backslash
32549 scalebox{-1}[1]{
32550 \end_layout
32551
32552 \end_inset
32553
32554 Bonjour
32555 \begin_inset ERT
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559
32560 }
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Standard
32569
32570 \series bold
32571
32572 \backslash
32573 scalebox{1}[-1]{Bonjour}
32574 \series default
32575  effectue une réflexion du 
32576 \begin_inset ERT
32577 status collapsed
32578
32579 \begin_layout Plain Layout
32580
32581
32582 \backslash
32583 scalebox{1}[-1]{
32584 \end_layout
32585
32586 \end_inset
32587
32588 Bonjour
32589 \begin_inset ERT
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593
32594 }
32595 \end_layout
32596
32597 \end_inset
32598
32599  par rapport à la ligne de base.
32600 \end_layout
32601
32602 \begin_layout Standard
32603 La commande 
32604 \series bold
32605
32606 \backslash
32607 reflectbox{contenu de la boîte} 
32608 \series default
32609 existe aussi et est équivalente à
32610 \series bold
32611  
32612 \backslash
32613 scalebox{-1}[1]{contenu de la boîte}.
32614
32615 \series default
32616  
32617 \begin_inset Newline newline
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \begin_layout Standard
32624 \begin_inset VSpace bigskip
32625 \end_inset
32626
32627 La commande 
32628 \series bold
32629
32630 \backslash
32631 resizebox
32632 \series default
32633  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32634  données.
32635  La syntaxe de la commande est :
32636 \end_layout
32637
32638 \begin_layout Standard
32639
32640 \series bold
32641
32642 \backslash
32643 resizebox{largeur}{hauteur}{contenu de la boîte}
32644 \end_layout
32645
32646 \begin_layout Standard
32647 Si un des deux paramètres est remplacé par un point d'exclamation 
32648 \series bold
32649 !
32650 \series default
32651 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32652 \end_layout
32653
32654 \begin_layout Standard
32655 La commande 
32656 \series bold
32657
32658 \backslash
32659 resizebox{2cm}{1cm}{Bonjour}
32660 \series default
32661  produit : 
32662 \begin_inset ERT
32663 status collapsed
32664
32665 \begin_layout Plain Layout
32666
32667
32668 \backslash
32669 resizebox{2cm}{1cm}{
32670 \end_layout
32671
32672 \end_inset
32673
32674 Bonjour
32675 \begin_inset ERT
32676 status collapsed
32677
32678 \begin_layout Plain Layout
32679
32680 }
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \begin_inset Newline newline
32687 \end_inset
32688
32689 La commande 
32690 \series bold
32691
32692 \backslash
32693 resizebox{2cm}{!}{Bonjour}
32694 \series default
32695  produit : 
32696 \begin_inset ERT
32697 status collapsed
32698
32699 \begin_layout Plain Layout
32700
32701
32702 \backslash
32703 resizebox{2cm}{!}{
32704 \end_layout
32705
32706 \end_inset
32707
32708 Bonjour
32709 \begin_inset ERT
32710 status collapsed
32711
32712 \begin_layout Plain Layout
32713
32714 }
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \begin_layout Standard
32723 \begin_inset VSpace bigskip
32724 \end_inset
32725
32726
32727 \end_layout
32728
32729 \begin_layout Standard
32730 \begin_inset Note Greyedout
32731 status open
32732
32733 \begin_layout Plain Layout
32734
32735 \series bold
32736 Note:
32737 \series default
32738  Quand les paramètres des commandes 
32739 \series bold
32740
32741 \backslash
32742 scalebox
32743 \series default
32744  ou 
32745 \series bold
32746
32747 \backslash
32748 resizebox
32749 \series default
32750  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32751  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32752  partiellement.
32753 \end_layout
32754
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Standard
32761 \begin_inset VSpace bigskip
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \begin_layout Standard
32768 Les boîtes peuvent être combinée dans n'importe quel ordre.
32769  Par exemple, la commande 
32770 \begin_inset Newline newline
32771 \end_inset
32772
32773
32774 \series bold
32775
32776 \backslash
32777 rotatebox[origin=c]{-45}{
32778 \backslash
32779 resizebox{2cm}{!}{
32780 \backslash
32781 reflectbox{Bonjour}}}
32782 \begin_inset Newline newline
32783 \end_inset
32784
32785
32786 \series default
32787 produit :
32788 \end_layout
32789
32790 \begin_layout Standard
32791 \align center
32792 \begin_inset ERT
32793 status collapsed
32794
32795 \begin_layout Plain Layout
32796
32797
32798 \backslash
32799 rotatebox[origin=c]{-45}{
32800 \backslash
32801 resizebox{2cm}{!}{
32802 \backslash
32803 reflectbox{
32804 \end_layout
32805
32806 \end_inset
32807
32808 Bonjour
32809 \begin_inset ERT
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813
32814 }}}
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 \noindent
32824 Les images, les tableaux et les formules sont autorisées comme contenu de
32825  boîte :
32826 \end_layout
32827
32828 \begin_layout Standard
32829 \align center
32830 \begin_inset ERT
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834
32835
32836 \backslash
32837 rotatebox[origin=c]{-30}{
32838 \backslash
32839 resizebox{2cm}{!}{
32840 \backslash
32841 reflectbox{
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \begin_inset Graphics
32848         filename ../clipart/platypus.eps
32849         lyxscale 50
32850         width 25col%
32851
32852 \end_inset
32853
32854
32855 \begin_inset ERT
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860 }}}
32861 \end_layout
32862
32863 \end_inset
32864
32865
32866 \begin_inset ERT
32867 status collapsed
32868
32869 \begin_layout Plain Layout
32870
32871
32872 \backslash
32873 rotatebox[origin=c]{-45}{
32874 \backslash
32875 resizebox{2cm}{!}{
32876 \backslash
32877 reflectbox{
32878 \end_layout
32879
32880 \end_inset
32881
32882
32883 \begin_inset Tabular
32884 <lyxtabular version="3" rows="2" columns="2">
32885 <features tabularvalignment="middle">
32886 <column alignment="center" valignment="top" width="0">
32887 <column alignment="center" valignment="top" width="0">
32888 <row>
32889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893 q
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32899 \begin_inset Text
32900
32901 \begin_layout Plain Layout
32902 w
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 </row>
32908 <row>
32909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913 e
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32919 \begin_inset Text
32920
32921 \begin_layout Plain Layout
32922 r
32923 \end_layout
32924
32925 \end_inset
32926 </cell>
32927 </row>
32928 </lyxtabular>
32929
32930 \end_inset
32931
32932
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937
32938 }}}
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \begin_inset ERT
32945 status collapsed
32946
32947 \begin_layout Plain Layout
32948
32949
32950 \backslash
32951 rotatebox[origin=c]{-45}{
32952 \backslash
32953 resizebox{2cm}{!}{
32954 \backslash
32955 reflectbox{
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32962 \end_inset
32963
32964
32965 \begin_inset ERT
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969
32970 }}}
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \begin_layout Standard
32979 Quand on utilise le style global de formule 
32980 \series bold
32981 fleqn
32982 \series default
32983  dans le document
32984 \begin_inset Foot
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988 Quand 
32989 \begin_inset Quotes eld
32990 \end_inset
32991
32992 fleqn
32993 \begin_inset Quotes erd
32994 \end_inset
32995
32996  est ajouté aux options de la classe de document.
32997 \end_layout
32998
32999 \end_inset
33000
33001 , les formules hors texte peuvent aussi être redimensionnées.
33002 \end_layout
33003
33004 \begin_layout Chapter
33005 Objets entourés par du texte
33006 \begin_inset Index idx
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010 Entourés par du texte
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Section
33019 Flottant d'enrobage
33020 \begin_inset CommandInset label
33021 LatexCommand label
33022 name "sec:Flottant-d'enrobage"
33023
33024 \end_inset
33025
33026
33027 \begin_inset Index idx
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 Flottants ! Flottants d'enrobage
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \lang english
33038
33039 \begin_inset Index idx
33040 status collapsed
33041
33042 \begin_layout Plain Layout
33043 Entourés par du texte ! Flottants d'enrobage
33044 \end_layout
33045
33046 \end_inset
33047
33048
33049 \end_layout
33050
33051 \begin_layout Standard
33052 \begin_inset Wrap figure
33053 lines 0
33054 placement l
33055 overhang 1cm
33056 width "40col%"
33057 status open
33058
33059 \begin_layout Plain Layout
33060 \begin_inset Graphics
33061         filename ../clipart/mobius.eps
33062         width 40col%
33063         scaleBeforeRotation
33064         rotateOrigin center
33065
33066 \end_inset
33067
33068
33069 \end_layout
33070
33071 \begin_layout Plain Layout
33072 \begin_inset Caption
33073
33074 \begin_layout Plain Layout
33075 \begin_inset CommandInset label
33076 LatexCommand label
33077 name "fig:Figure-enrobée"
33078
33079 \end_inset
33080
33081 Ceci est une figure habillée.
33082 \end_layout
33083
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \end_inset
33090
33091  Ce type de flottant est utilisé quand on veut que le texte habille la figure
33092  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
33093  Vous pouvez en insérer un en utilisant le menu 
33094 \family sans
33095 Insérer\SpecialChar \menuseparator
33096 Flottant\SpecialChar \menuseparator
33097 Flottant
33098 \begin_inset space ~
33099 \end_inset
33100
33101 d'enrobage
33102 \family default
33103  à la condition que le paquetage LaTeX 
33104 \series bold
33105 wrapfig
33106 \series default
33107
33108 \begin_inset Index idx
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112 Paquetages LaTeX ! wrapfig
33113 \begin_inset ERT
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117
33118
33119 \backslash
33120 vspace{4mm}
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \end_inset
33129
33130  soit installé.
33131 \begin_inset Foot
33132 status collapsed
33133
33134 \begin_layout Plain Layout
33135 Voyez dans la manuel 
33136 \emph on
33137 Configuration
33138 \begin_inset space ~
33139 \end_inset
33140
33141 LaTeX 
33142 \emph default
33143 comment installer des paquetages LaTeX.
33144 \end_layout
33145
33146 \end_inset
33147
33148  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
33149  sur la boîte du flottant.
33150  Les paramètres obligatoires sont l'
33151 \family sans
33152 Emplacement
33153 \family default
33154  et la 
33155 \family sans
33156 Largeur
33157 \family default
33158 .
33159  Les paramètres facultatifs sont le 
33160 \family sans
33161 Débordement
33162 \family default
33163  qui précise de combien le flottant déborde sur la marge du paragraphe ou
33164  de la page et la 
33165 \family sans
33166 Porté de la ligne
33167 \family default
33168  qui précise le nombre approximatif de lignes dont le flottant va avoir
33169  besoin.
33170  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
33171  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
33172  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
33173  à l'intérieur du paragraphe ou vers les autres paragraphes.
33174  La figure
33175 \begin_inset space ~
33176 \end_inset
33177
33178
33179 \begin_inset CommandInset ref
33180 LatexCommand ref
33181 reference "fig:Figure-enrobée"
33182
33183 \end_inset
33184
33185  est un exemple de flottant d'enrobage avec une largeur de 40
33186 \begin_inset space \thinspace{}
33187 \end_inset
33188
33189 col%, un débordement de 1
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193 cm et placé à gauche.
33194 \end_layout
33195
33196 \begin_layout Standard
33197 \begin_inset Note Greyedout
33198 status open
33199
33200 \begin_layout Plain Layout
33201
33202 \series bold
33203 Note:
33204 \series default
33205  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
33206  figure trop près du bas de page peut tout chambouler et faire que le flottant
33207  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
33208  de texte.
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 En général:
33218 \end_layout
33219
33220 \begin_layout Itemize
33221 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
33222  qui risquent de passer à la page suivante.
33223  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
33224  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
33225  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
33226  de page.
33227 \end_layout
33228
33229 \begin_layout Itemize
33230 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
33231  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
33232 e.
33233 \end_layout
33234
33235 \begin_layout Itemize
33236 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
33237  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
33238  texte entre les deux, comme séparateur.
33239 \end_layout
33240
33241 \begin_layout Itemize
33242 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
33243  ou les tableaux.
33244 \end_layout
33245
33246 \begin_layout Itemize
33247 Leur numérotation et leur référencement fonctionnent comme décrit dans le
33248  chapitre
33249 \begin_inset space \thinspace{}
33250 \end_inset
33251
33252
33253 \begin_inset CommandInset ref
33254 LatexCommand ref
33255 reference "chap:Flottants"
33256
33257 \end_inset
33258
33259 .
33260 \end_layout
33261
33262 \begin_layout Section
33263 Objets fixes entourés par du texte
33264 \lang english
33265
33266 \begin_inset Index idx
33267 status collapsed
33268
33269 \begin_layout Plain Layout
33270 Entouré par du texte ! Objets fixes
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Standard
33279 Les flottants d'enrobage décrits dans la section
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283
33284 \begin_inset CommandInset ref
33285 LatexCommand ref
33286 reference "sec:Flottant-d'enrobage"
33287
33288 \end_inset
33289
33290  prennent les positions suivantes dans le paragraphe :
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \noindent
33295 \align center
33296 \begin_inset Tabular
33297 <lyxtabular version="3" rows="2" columns="2">
33298 <features tabularvalignment="middle">
33299 <column alignment="center" valignment="top" width="0">
33300 <column alignment="center" valignment="top" width="0">
33301 <row>
33302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306 \begin_inset Graphics
33307         filename ../../images/dialog-show-new-inset_graphics.png
33308         scale 70
33309         scaleBeforeRotation
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 texte
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 </row>
33328 <row>
33329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333 texte
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 texte
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 </row>
33348 </lyxtabular>
33349
33350 \end_inset
33351
33352  ou 
33353 \begin_inset Tabular
33354 <lyxtabular version="3" rows="2" columns="2">
33355 <features tabularvalignment="middle">
33356 <column alignment="center" valignment="top" width="0">
33357 <column alignment="center" valignment="top" width="0">
33358 <row>
33359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363 texte
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372 \begin_inset Graphics
33373         filename ../../images/dialog-show-new-inset_graphics.png
33374         scale 70
33375         scaleBeforeRotation
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 </row>
33385 <row>
33386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33387 \begin_inset Text
33388
33389 \begin_layout Plain Layout
33390 texte
33391 \end_layout
33392
33393 \end_inset
33394 </cell>
33395 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 texte
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 </lyxtabular>
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Standard
33413 Pour avoir un objet exactement à la position à laquelle il a été inséré,
33414  par exemple pour avoir une de ces positions :
33415 \begin_inset VSpace defskip
33416 \end_inset
33417
33418
33419 \end_layout
33420
33421 \begin_layout Standard
33422 \noindent
33423 \align center
33424 \begin_inset Tabular
33425 <lyxtabular version="3" rows="2" columns="2">
33426 <features tabularvalignment="middle">
33427 <column alignment="center" valignment="top" width="0">
33428 <column alignment="center" valignment="top" width="0">
33429 <row>
33430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434 texte
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 texte
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 </row>
33449 <row>
33450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 \begin_inset Graphics
33455         filename ../../images/dialog-show-new-inset_graphics.png
33456         scale 70
33457         scaleBeforeRotation
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 texte
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 </row>
33476 </lyxtabular>
33477
33478 \end_inset
33479
33480  
33481 \begin_inset Tabular
33482 <lyxtabular version="3" rows="2" columns="2">
33483 <features tabularvalignment="middle">
33484 <column alignment="center" valignment="top" width="0">
33485 <column alignment="center" valignment="top" width="0">
33486 <row>
33487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 texte
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 texte
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 </row>
33506 <row>
33507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511 texte
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520 \begin_inset Graphics
33521         filename ../../images/dialog-show-new-inset_graphics.png
33522         scale 70
33523         scaleBeforeRotation
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 </row>
33533 </lyxtabular>
33534
33535 \end_inset
33536
33537  
33538 \begin_inset Tabular
33539 <lyxtabular version="3" rows="2" columns="3">
33540 <features tabularvalignment="middle">
33541 <column alignment="center" valignment="top" width="0">
33542 <column alignment="center" valignment="top" width="0">
33543 <column alignment="center" valignment="top" width="0">
33544 <row>
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549 texte
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 <cell alignment="center" valignment="top" topline="true" usebox="none">
33555 \begin_inset Text
33556
33557 \begin_layout Plain Layout
33558 \begin_inset Graphics
33559         filename ../../images/dialog-show-new-inset_graphics.png
33560         scale 70
33561         scaleBeforeRotation
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574 texte
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 </row>
33580 <row>
33581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 texte
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33591 \begin_inset Text
33592
33593 \begin_layout Plain Layout
33594 texte
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 texte
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 </row>
33609 </lyxtabular>
33610
33611 \end_inset
33612
33613  
33614 \begin_inset Tabular
33615 <lyxtabular version="3" rows="2" columns="3">
33616 <features tabularvalignment="middle">
33617 <column alignment="center" valignment="top" width="0">
33618 <column alignment="center" valignment="top" width="0">
33619 <column alignment="center" valignment="top" width="0">
33620 <row>
33621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 texte
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634 texte
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33640 \begin_inset Text
33641
33642 \begin_layout Plain Layout
33643 texte
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 </row>
33649 <row>
33650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 texte
33655 \end_layout
33656
33657 \end_inset
33658 </cell>
33659 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663 \begin_inset Graphics
33664         filename ../../images/dialog-show-new-inset_graphics.png
33665         scale 70
33666         scaleBeforeRotation
33667
33668 \end_inset
33669
33670
33671 \end_layout
33672
33673 \end_inset
33674 </cell>
33675 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 texte
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 </row>
33685 </lyxtabular>
33686
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \begin_layout Standard
33693 \noindent
33694 \align center
33695 \begin_inset Tabular
33696 <lyxtabular version="3" rows="3" columns="2">
33697 <features tabularvalignment="middle">
33698 <column alignment="center" valignment="top" width="0">
33699 <column alignment="center" valignment="top" width="0">
33700 <row>
33701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 texte
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 texte
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 </row>
33720 <row>
33721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725 \begin_inset Graphics
33726         filename ../../images/dialog-show-new-inset_graphics.png
33727         scale 70
33728         scaleBeforeRotation
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \end_inset
33736 </cell>
33737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33738 \begin_inset Text
33739
33740 \begin_layout Plain Layout
33741 texte
33742 \end_layout
33743
33744 \end_inset
33745 </cell>
33746 </row>
33747 <row>
33748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 texte
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33758 \begin_inset Text
33759
33760 \begin_layout Plain Layout
33761 texte
33762 \end_layout
33763
33764 \end_inset
33765 </cell>
33766 </row>
33767 </lyxtabular>
33768
33769 \end_inset
33770
33771  
33772 \begin_inset Tabular
33773 <lyxtabular version="3" rows="3" columns="3">
33774 <features tabularvalignment="middle">
33775 <column alignment="center" valignment="top" width="0">
33776 <column alignment="center" valignment="top" width="0">
33777 <column alignment="center" valignment="top" width="0">
33778 <row>
33779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 texte
33784 \end_layout
33785
33786 \end_inset
33787 </cell>
33788 <cell alignment="center" valignment="top" topline="true" usebox="none">
33789 \begin_inset Text
33790
33791 \begin_layout Plain Layout
33792 texte
33793 \end_layout
33794
33795 \end_inset
33796 </cell>
33797 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 texte
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 </row>
33807 <row>
33808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33809 \begin_inset Text
33810
33811 \begin_layout Plain Layout
33812 texte
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 <cell alignment="center" valignment="top" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 \begin_inset Graphics
33822         filename ../../images/dialog-show-new-inset_graphics.png
33823         scale 70
33824         scaleBeforeRotation
33825
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837 texte
33838 \end_layout
33839
33840 \end_inset
33841 </cell>
33842 </row>
33843 <row>
33844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848 texte
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33854 \begin_inset Text
33855
33856 \begin_layout Plain Layout
33857 texte
33858 \end_layout
33859
33860 \end_inset
33861 </cell>
33862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 texte
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 </row>
33872 </lyxtabular>
33873
33874 \end_inset
33875
33876  
33877 \begin_inset Tabular
33878 <lyxtabular version="3" rows="3" columns="2">
33879 <features tabularvalignment="middle">
33880 <column alignment="center" valignment="top" width="0">
33881 <column alignment="center" valignment="top" width="0">
33882 <row>
33883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887 texte
33888 \end_layout
33889
33890 \end_inset
33891 </cell>
33892 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33893 \begin_inset Text
33894
33895 \begin_layout Plain Layout
33896 texte
33897 \end_layout
33898
33899 \end_inset
33900 </cell>
33901 </row>
33902 <row>
33903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33904 \begin_inset Text
33905
33906 \begin_layout Plain Layout
33907 texte
33908 \end_layout
33909
33910 \end_inset
33911 </cell>
33912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33913 \begin_inset Text
33914
33915 \begin_layout Plain Layout
33916 \begin_inset Graphics
33917         filename ../../images/dialog-show-new-inset_graphics.png
33918         scale 70
33919         scaleBeforeRotation
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \end_inset
33927 </cell>
33928 </row>
33929 <row>
33930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33931 \begin_inset Text
33932
33933 \begin_layout Plain Layout
33934 texte
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943 texte
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 </row>
33949 </lyxtabular>
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 vous pouvez utiliser la paquetage LaTeX 
33958 \end_layout
33959
33960 \begin_layout Standard
33961 \noindent
33962
33963 \series bold
33964 picinpar
33965 \series default
33966
33967 \begin_inset Index idx
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971 Paquetages LaTeX ! picinpar
33972 \end_layout
33973
33974 \end_inset
33975
33976 .
33977  Voici un exemple :
33978 \end_layout
33979
33980 \begin_layout Standard
33981 \begin_inset ERT
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985
33986
33987 \backslash
33988 ifpicinpar
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \begin_inset Note Note
33995 status open
33996
33997 \begin_layout Plain Layout
33998 La section suivante ne sera affichée que si le paquetage LaTeX 
33999 \series bold
34000 picinpar
34001 \series default
34002  a été installé.
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \begin_layout Standard
34011 \begin_inset ERT
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015
34016
34017 \backslash
34018 begin{window}[2,c,{
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \begin_inset Graphics
34025         filename ../clipart/mobius.eps
34026         lyxscale 60
34027         width 40col%
34028         scaleBeforeRotation
34029         rotateOrigin center
34030
34031 \end_inset
34032
34033
34034 \begin_inset ERT
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039 },]
34040 \end_layout
34041
34042 \begin_layout Plain Layout
34043
34044 {}
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \size small
34051 \lang english
34052 It was in the spring of the year 1894 that all London was interested, and
34053  the fashionable world dismayed, by the murder of the Honourable Ronald
34054  Adair under most unusual and inexplicable circumstances.
34055  The public has already learned those particulars of the crime which
34056 \size default
34057
34058 \begin_inset ERT
34059 status collapsed
34060
34061 \begin_layout Plain Layout
34062
34063
34064 \backslash
34065 footnotemark{}
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \size small
34072  came out in the police investigation, but a good deal was suppressed upon
34073  that occasion, since the case for the prosecution was so overwhelmingly
34074  strong that it was not necessary to bring forward all the facts.
34075  Only now, at the end of nearly ten years, am I allowed to supply those
34076  missing links which make up the whole of that remarkable chain
34077 \lang french
34078 .
34079 \size default
34080
34081 \begin_inset ERT
34082 status collapsed
34083
34084 \begin_layout Plain Layout
34085
34086
34087 \backslash
34088 end{window}
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Standard
34097
34098 \lang english
34099 \begin_inset ERT
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103
34104
34105 \backslash
34106 footnotetext{
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \lang french
34113 Note de pied de page du paragraphe avec objet fixe.
34114 \lang english
34115
34116 \begin_inset ERT
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120
34121 }
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
34131  d'eux et leur position est déterminée par le nombre de lignes de texte
34132  situées audessus d'eux.
34133  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
34134  numérotée.
34135 \end_layout
34136
34137 \begin_layout Standard
34138 Un objet fixe enrobé est inséré en ajoutant la commande
34139 \end_layout
34140
34141 \begin_layout Standard
34142
34143 \series bold
34144
34145 \backslash
34146 begin{window}[2,c,{
34147 \end_layout
34148
34149 \begin_layout Standard
34150 en code TeX au debut du paragraphe.
34151  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
34152  dessus de l'objet, le second, ici 'c', la position de l'objet.
34153  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
34154  ) sont possibles.
34155  Après la commande, vous insérez votre objet.
34156  Dans cet exemple, c'est une image avec une largeur de 40
34157 \begin_inset space \thinspace{}
34158 \end_inset
34159
34160 % de la colonne de texte qui a été insérée.
34161  L'objet peut aussi être un tableau, une boîte ou une équation.
34162  Après l'objet, on insère la commande
34163 \end_layout
34164
34165 \begin_layout Standard
34166
34167 \series bold
34168 },texte de description ]
34169 \begin_inset Newline newline
34170 \end_inset
34171
34172 {}
34173 \end_layout
34174
34175 \begin_layout Standard
34176 Notez que le 
34177 \begin_inset Quotes fld
34178 \end_inset
34179
34180
34181 \series bold
34182 {}
34183 \series default
34184
34185 \begin_inset Quotes frd
34186 \end_inset
34187
34188  est sur la deuxième ligne.
34189  Le texte de description est facultatif.
34190  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
34191  il doit donc commence juste après le 
34192 \series bold
34193 {}
34194 \series default
34195 .
34196  A la fin du paragraphe on insère la commande :
34197 \end_layout
34198
34199 \begin_layout Standard
34200
34201 \series bold
34202
34203 \backslash
34204 end{window}
34205 \end_layout
34206
34207 \begin_layout Standard
34208 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
34209  ajouter des notes de pied de page de la façon habituelle.
34210  Vous devez utiliser la commande 
34211 \series bold
34212
34213 \backslash
34214 footnotemark
34215 \series default
34216  à l'intérieur du paragraphe et la commande 
34217 \series bold
34218
34219 \backslash
34220 footnotetext
34221 \series default
34222  à l'extérieur, comme décrit dans la section
34223 \begin_inset space \thinspace{}
34224 \end_inset
34225
34226
34227 \begin_inset CommandInset ref
34228 LatexCommand ref
34229 reference "sec:Notes-bas-de-page"
34230
34231 \end_inset
34232
34233 .
34234 \end_layout
34235
34236 \begin_layout Standard
34237 \begin_inset ERT
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241
34242
34243 \backslash
34244 else
34245 \end_layout
34246
34247 \end_inset
34248
34249
34250 \begin_inset Note Note
34251 status open
34252
34253 \begin_layout Plain Layout
34254 Ce qui suit sera affiché si le paquetage LaTeX 
34255 \series bold
34256 picinpar
34257 \series default
34258  n'est pas installé :
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Standard
34267 Vous devez installer le paquetage LaTeX 
34268 \series bold
34269 picinpar
34270 \series default
34271  pour voir la suite de cette section dans la sortie imprimée.
34272 \end_layout
34273
34274 \begin_layout Standard
34275 \begin_inset ERT
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279
34280
34281 \backslash
34282 fi
34283 \end_layout
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \begin_layout Section
34291 Lettrines
34292 \begin_inset Index idx
34293 status collapsed
34294
34295 \begin_layout Plain Layout
34296 Lettrines
34297 \end_layout
34298
34299 \end_inset
34300
34301
34302 \begin_inset Index idx
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306 Entouré par du texte ! Lettrines
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Pour utiliser des lettrines, le paquetage LaTeX 
34316 \series bold
34317 lettrine
34318 \series default
34319
34320 \begin_inset Index idx
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324 Paquetages LaTeX ! lettrine
34325 \end_layout
34326
34327 \end_inset
34328
34329  doit être installé et vous devez utiliser le module Initiales (
34330 \begin_inset space ~
34331 \end_inset
34332
34333 menu 
34334 \family sans
34335 Document\SpecialChar \menuseparator
34336 Paramètres\SpecialChar \menuseparator
34337 Modules
34338 \family default
34339
34340 \begin_inset space ~
34341 \end_inset
34342
34343 ).
34344  Pour insérer une lettrine, utilisez le style 
34345 \family sans
34346 Initial
34347 \family default
34348 .
34349  Ce dernier a un paramètre obligatoire et un autre facultatif.
34350  Le paramètre obligatoire est inséré avec le menu 
34351 \family sans
34352 Insérer\SpecialChar \menuseparator
34353 Titre
34354 \begin_inset space ~
34355 \end_inset
34356
34357 court
34358 \family default
34359  et contient la lettre qui sert d'initiale.
34360  Pour utiliser aussi le paramètre facultatif, ajoutez un autre paramètre
34361  avant le paramètre obligatoire.
34362  Ce paramètre sert à modifier la lettrine.
34363  Pour plus d'informations sur les paramètres possibles, voyez la documentation
34364  du paquetage 
34365 \series bold
34366 lettrine
34367 \series default
34368
34369 \begin_inset CommandInset citation
34370 LatexCommand cite
34371 key "lettrine"
34372
34373 \end_inset
34374
34375 .
34376  Le style lui-même contient le texte qui doit entourer la lettrine.
34377  Le style habituel est par conséquent que le mot dont la première lettre
34378  est l'initiale soit en 
34379 \shape smallcaps
34380 petites capitales
34381 \shape default
34382 .
34383  Pour indiquer à LaTeX où ce mot se termine, ajoutez une accolade fermante
34384  '}' en code TeX juste après.
34385  A la fin du style on doit placer une accolade ouvrante '{' en code TeX.
34386 \end_layout
34387
34388 \begin_layout Standard
34389 \begin_inset Newpage pagebreak
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Standard
34396 Voici quelques exemples
34397 \begin_inset space ~
34398 \end_inset
34399
34400 :
34401 \end_layout
34402
34403 \begin_layout Standard
34404 \begin_inset ERT
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408
34409
34410 \backslash
34411 iflettrine
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \begin_inset Note Note
34418 status open
34419
34420 \begin_layout Plain Layout
34421 La section suivante ne sera affichée que si le paquetage LaTeX 
34422 \series bold
34423 lettrine
34424 \series default
34425  a été installé.
34426 \end_layout
34427
34428 \end_inset
34429
34430
34431 \end_layout
34432
34433 \begin_layout Enumerate
34434 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
34435  mathématique 
34436 \begin_inset Formula $\mathfrak{Fraktur}$
34437 \end_inset
34438
34439 :
34440 \end_layout
34441
34442 \begin_deeper
34443 \begin_layout Initial
34444
34445 \lang english
34446 \begin_inset Argument
34447 status open
34448
34449 \begin_layout Plain Layout
34450 \begin_inset Formula $\mathfrak{I}$
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \end_inset
34457
34458 t
34459 \begin_inset ERT
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463
34464 }
34465 \end_layout
34466
34467 \end_inset
34468
34469  was in the spring of the year 1894 that all London was interested, and
34470  the fashionable world dismayed, by the murder of the Honourable Ronald
34471  Adair under most unusual and inexplicable circumstances.
34472  The public has already learned those particulars of the crime which came
34473  out in the police investigation, but a good deal was suppressed upon that
34474  occasion, since the case for the prosecution was so overwhelmingly strong
34475  that it was not necessary to bring forward all the facts.
34476 \lang french
34477
34478 \begin_inset ERT
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482
34483 {
34484 \end_layout
34485
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \end_deeper
34492 \begin_layout Enumerate
34493 L'initiale est entourée par une seule ligne et est formée de deux lettres
34494  dans la police standard ; aucun texte n'est écrit en petites capitales
34495 \begin_inset space ~
34496 \end_inset
34497
34498 :
34499 \end_layout
34500
34501 \begin_deeper
34502 \begin_layout Initial
34503
34504 \lang english
34505 \begin_inset Argument
34506 status open
34507
34508 \begin_layout Plain Layout
34509 lines=1
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \begin_inset Argument
34516 status open
34517
34518 \begin_layout Plain Layout
34519 It
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \begin_inset ERT
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529
34530 }
34531 \end_layout
34532
34533 \end_inset
34534
34535  was in the spring of the year 1894 that all London was interested, and
34536  the fashionable world dismayed, by the murder of the Honourable Ronald
34537  Adair under most unusual and inexplicable circumstances.
34538  The public has already learned those particulars of the crime which came
34539  out in the police investigation, but a good deal was suppressed upon that
34540  occasion, since the case for the prosecution was so overwhelmingly strong
34541  that it was not necessary to bring forward all the facts.
34542 \lang french
34543
34544 \begin_inset ERT
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548
34549 {
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \end_deeper
34558 \begin_layout Enumerate
34559 Initiale descendante sur 3
34560 \begin_inset space ~
34561 \end_inset
34562
34563 lignes en magenta en police mathématique 
34564 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34565 \end_inset
34566
34567 , le texte 
34568 \begin_inset Quotes fld
34569 \end_inset
34570
34571
34572 \lang english
34573 t was in the spring
34574 \lang french
34575
34576 \begin_inset Quotes frd
34577 \end_inset
34578
34579  est en 
34580 \shape smallcaps
34581 petites capitales
34582 \shape default
34583  ; pour colorer la lettrine, il faut insérer la commande suivante juste
34584  avant l'initiale
34585 \begin_inset space ~
34586 \end_inset
34587
34588 :
34589 \begin_inset Newline newline
34590 \end_inset
34591
34592
34593 \series bold
34594
34595 \backslash
34596 renewcommand{
34597 \backslash
34598 LettrineFontHook}{
34599 \backslash
34600 color{couleur}}
34601 \series default
34602
34603 \begin_inset Newline newline
34604 \end_inset
34605
34606 où la 
34607 \emph on
34608 couleur
34609 \emph default
34610  peut être 
34611 \begin_inset Quotes fld
34612 \end_inset
34613
34614 red
34615 \begin_inset Quotes frd
34616 \end_inset
34617
34618
34619 \begin_inset Quotes fld
34620 \end_inset
34621
34622 blue
34623 \begin_inset Quotes frd
34624 \end_inset
34625
34626
34627 \begin_inset Quotes fld
34628 \end_inset
34629
34630 green
34631 \begin_inset Quotes frd
34632 \end_inset
34633
34634
34635 \begin_inset Quotes fld
34636 \end_inset
34637
34638 yellow
34639 \begin_inset Quotes frd
34640 \end_inset
34641
34642
34643 \begin_inset Quotes fld
34644 \end_inset
34645
34646 cyan
34647 \begin_inset Quotes frd
34648 \end_inset
34649
34650
34651 \begin_inset Quotes fld
34652 \end_inset
34653
34654 magenta
34655 \begin_inset Quotes frd
34656 \end_inset
34657
34658
34659 \begin_inset Quotes fld
34660 \end_inset
34661
34662 black
34663 \begin_inset Quotes frd
34664 \end_inset
34665
34666  ou 
34667 \begin_inset Quotes fld
34668 \end_inset
34669
34670 white
34671 \begin_inset Quotes frd
34672 \end_inset
34673
34674 .
34675  On doit aussi ajouter la commande suivante au préambule du document
34676 \begin_inset space ~
34677 \end_inset
34678
34679 :
34680 \begin_inset Newline newline
34681 \end_inset
34682
34683
34684 \series bold
34685
34686 \backslash
34687 @ifundefined{textcolor}
34688 \begin_inset Newline newline
34689 \end_inset
34690
34691
34692 \begin_inset space ~
34693 \end_inset
34694
34695 {
34696 \backslash
34697 usepackage{color}}{}
34698 \end_layout
34699
34700 \begin_deeper
34701 \begin_layout Standard
34702 \begin_inset ERT
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706
34707
34708 \backslash
34709 renewcommand{
34710 \backslash
34711 LettrineFontHook}{
34712 \backslash
34713 color{magenta}}
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \begin_inset Note Note
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723 colore la lettrine en magenta
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \begin_layout Initial
34732
34733 \lang english
34734 \begin_inset Argument
34735 status open
34736
34737 \begin_layout Plain Layout
34738 lines=3, lhang=0.33, loversize=0.25
34739 \end_layout
34740
34741 \end_inset
34742
34743
34744 \begin_inset Argument
34745 status open
34746
34747 \begin_layout Plain Layout
34748 \begin_inset Formula $\mathcal{I}$
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \end_inset
34755
34756 t was in the spring
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762 }
34763 \end_layout
34764
34765 \end_inset
34766
34767  of the year 1894 that all London was interested, and the fashionable world
34768  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34769  and inexplicable circumstances.
34770  The public has already learned those particulars of the crime which came
34771  out in the police investigation, but a good deal was suppressed upon that
34772  occasion, since the case for the prosecution was so overwhelmingly strong
34773  that it was not necessary to bring forward all the facts.
34774 \lang french
34775
34776 \begin_inset ERT
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780
34781 {
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \end_deeper
34790 \begin_layout Standard
34791 \begin_inset ERT
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795
34796
34797 \backslash
34798 else
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \begin_inset Note Note
34805 status open
34806
34807 \begin_layout Plain Layout
34808 Ce qui suit sera affiché si le paquetage LaTeX 
34809 \series bold
34810 lettrine
34811 \series default
34812  n'est pas installé :
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \end_layout
34819
34820 \begin_layout Standard
34821 Vous devez installer le paquetage LaTeX 
34822 \series bold
34823 lettrine
34824 \series default
34825  pour voir la suite de cette section dans la sortie imprimée.
34826 \end_layout
34827
34828 \begin_layout Standard
34829 \begin_inset ERT
34830 status collapsed
34831
34832 \begin_layout Plain Layout
34833
34834
34835 \backslash
34836 fi
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \begin_layout Chapter
34845 Trucs externes
34846 \begin_inset Index idx
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850 Trucs externes
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \begin_layout Standard
34859 Avec le menu 
34860 \family sans
34861 Insérer\SpecialChar \menuseparator
34862 Fichier
34863 \family default
34864  vous pouvez insérer un contenu externe à votre document.
34865  Ce contenu peut être :
34866 \end_layout
34867
34868 \begin_layout Description
34869 Document
34870 \begin_inset space ~
34871 \end_inset
34872
34873 LyX Un autre document LyX ; son contenu est directement inséré dans votre
34874  document.
34875 \end_layout
34876
34877 \begin_layout Description
34878 Texte
34879 \begin_inset space ~
34880 \end_inset
34881
34882 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
34883 e.
34884 \end_layout
34885
34886 \begin_layout Description
34887 Texte
34888 \begin_inset space ~
34889 \end_inset
34890
34891 Brut
34892 \begin_inset space ~
34893 \end_inset
34894
34895 par
34896 \begin_inset space ~
34897 \end_inset
34898
34899 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
34900  Les lignes vides créent un nouveau paragraphe dans votre document.
34901 \end_layout
34902
34903 \begin_layout Description
34904 Objet
34905 \begin_inset space ~
34906 \end_inset
34907
34908 Externe Fichiers de formats variés.
34909 \end_layout
34910
34911 \begin_layout Description
34912 Sous-document Documents LyX ou LaTeX.
34913 \end_layout
34914
34915 \begin_layout Section
34916 Objets externes 
34917 \begin_inset Index idx
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 Trucs externes ! Objets Externes
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Standard
34930 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
34931  de fichiers dans votre document sans avoir à convertir ces derniers en
34932  un format qui soit compatible avec le format de sortie, puisque c'est LyX
34933  qui va s'occuper des conversions.
34934  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
34935  LyX des images dans des formats divers.
34936  Quand vous avez activé 
34937 \family sans
34938 Aperçu
34939 \begin_inset space ~
34940 \end_inset
34941
34942 sur
34943 \begin_inset space ~
34944 \end_inset
34945
34946 le
34947 \begin_inset space ~
34948 \end_inset
34949
34950 vif
34951 \family default
34952  dans le menu des préférences de LyX, dans la rubrique 
34953 \family sans
34954 Apparence\SpecialChar \menuseparator
34955 Graphiques
34956 \family default
34957 , les objets externes de type Dia et Xfig sont affichés directement dans
34958  LyX.
34959 \end_layout
34960
34961 \begin_layout Standard
34962 On insère des objets externes en utilisant la fenêtre de dialogue 
34963 \family sans
34964 Objet
34965 \begin_inset space ~
34966 \end_inset
34967
34968 Externe
34969 \family default
34970  qui est accessible via le menu 
34971 \family sans
34972 Insérer\SpecialChar \menuseparator
34973 Fichiers\SpecialChar \menuseparator
34974 Objet
34975 \begin_inset space ~
34976 \end_inset
34977
34978 Externe
34979 \family default
34980 .
34981  Actuellement les types de fichiers (
34982 \family sans
34983 Modèles
34984 \family default
34985 ) suivants sont autorisés :
34986 \end_layout
34987
34988 \begin_layout Description
34989 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
34990  par le programme 
34991 \series bold
34992
34993 \begin_inset CommandInset href
34994 LatexCommand href
34995 name "XBoard"
34996 target "http://fr.wikipedia.org/wiki/XBoard"
34997
34998 \end_inset
34999
35000
35001 \series default
35002 .
35003 \end_layout
35004
35005 \begin_layout Description
35006 Date Ce modèle insère la date sous la forme 
35007 \emph on
35008 Jour-Mois-Année
35009 \emph default
35010 .
35011  Voici un exemple de date insérée comme objet externe :: 
35012 \begin_inset External
35013         template Date
35014         filename .
35015
35016 \end_inset
35017
35018
35019 \begin_inset space ~
35020 \end_inset
35021
35022
35023 \begin_inset Note Note
35024 status collapsed
35025
35026 \begin_layout Plain Layout
35027 Retirer l'espace protégé quand le bug 4398 sera résolu !
35028 \end_layout
35029
35030 \end_inset
35031
35032
35033 \begin_inset Newline newline
35034 \end_inset
35035
35036 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
35037  Il y a deux autre méthodes pour insérer une date : Avec le menu 
35038 \family sans
35039 Insérer\SpecialChar \menuseparator
35040 Date
35041 \family default
35042  et avec la commande LaTeX 
35043 \series bold
35044
35045 \backslash
35046 today
35047 \series default
35048  entrée comme code TeX.
35049  Ces différentes méthodes sont comparée dans le tableau
35050 \begin_inset space ~
35051 \end_inset
35052
35053
35054 \begin_inset CommandInset ref
35055 LatexCommand ref
35056 reference "tab:Comparaison-des-dates"
35057
35058 \end_inset
35059
35060 .
35061 \end_layout
35062
35063 \begin_layout Description
35064 Dia Ce modèle accepte les diagrammes créés avec le programme 
35065 \series bold
35066
35067 \begin_inset CommandInset href
35068 LatexCommand href
35069 name "Dia"
35070 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
35071
35072 \end_inset
35073
35074
35075 \series default
35076 .
35077 \end_layout
35078
35079 \begin_layout Description
35080 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
35081  ou des tableaux dans le format de 
35082 \series bold
35083
35084 \begin_inset CommandInset href
35085 LatexCommand href
35086 name "Gnumeric"
35087 target "http://fr.wikipedia.org/wiki/Gnumeric"
35088
35089 \end_inset
35090
35091
35092 \series default
35093
35094 \begin_inset CommandInset href
35095 LatexCommand href
35096 name "OpenDocument"
35097 target "http://fr.wikipedia.org/wiki/OpenDocument"
35098
35099 \end_inset
35100
35101
35102 \begin_inset CommandInset href
35103 LatexCommand href
35104 name "Microsoft Office XML"
35105 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35106
35107 \end_inset
35108
35109  et 
35110 \begin_inset CommandInset href
35111 LatexCommand href
35112 name "Office Open XML"
35113 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
35114
35115 \end_inset
35116
35117 .
35118  Pour cette fonction, LyX doit pouvoir trouver le programme 
35119 \family typewriter
35120 ssconvert
35121 \family default
35122  au cours de sa configuration.
35123  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
35124  même si vous n'avez pas de tableaux au format gnumeric.
35125  Pour des exemples et les limitations possibles, jetez un œil au fichier
35126  LyX d'exemple, 
35127 \emph on
35128 spreadsheet.lyx
35129 \emph default
35130 .
35131 \end_layout
35132
35133 \begin_layout Description
35134 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
35135  par le programme 
35136 \series bold
35137
35138 \begin_inset CommandInset href
35139 LatexCommand href
35140 name "LilyPond"
35141 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
35142
35143 \end_inset
35144
35145
35146 \series default
35147 .
35148  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
35149  au fichier LyX d'exemple 
35150 \emph on
35151 lilypond.lyx
35152 \emph default
35153 .
35154 \end_layout
35155
35156 \begin_layout Description
35157 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
35158  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
35159  
35160 \emph on
35161 pages
35162 \emph default
35163  dans le champ 
35164 \family sans
35165 Option
35166 \family default
35167  dans l'onglet 
35168 \family sans
35169 Options LaTeX et LyX
35170 \family default
35171 .
35172  L'argument de cette option est une liste d'éléments séparés par des virgules,
35173  contenant des numéros de pages (
35174 \begin_inset space ~
35175 \end_inset
35176
35177 insérez comme option 
35178 \series bold
35179 pages={3,5,6,8}
35180 \series default
35181
35182 \begin_inset space ~
35183 \end_inset
35184
35185 ), des plages de numéros de pages (
35186 \series bold
35187
35188 \begin_inset space ~
35189 \end_inset
35190
35191 pages={4-9}
35192 \series default
35193
35194 \begin_inset space ~
35195 \end_inset
35196
35197 ) ou n'importe quelle combinaison des deux.
35198  Pour insérer des pages vides, utilisez 
35199 \series bold
35200 {}
35201 \series default
35202 .
35203  Par exemple 
35204 \begin_inset space ~
35205 \end_inset
35206
35207
35208 \series bold
35209 pages={3,{},8-11,15}
35210 \series default
35211  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
35212  15.
35213  Les plages de pages sont décrites avec la syntaxe 
35214 \emph on
35215 début-fin
35216 \emph default
35217  qui sélectionne toutes les pages de 
35218 \emph on
35219 début
35220 \emph default
35221  jusqu'à 
35222 \emph on
35223 fin
35224 \emph default
35225 .
35226  Si on omet 
35227 \emph on
35228 début
35229 \emph default
35230 , on commence implicitement à la première page ; de même, omettre 
35231 \emph on
35232 fin
35233 \emph default
35234  termine implicitement à la dernière page du document.
35235  La dernière page du document peut aussi être désignée par le mot-clé 
35236 \series bold
35237 last
35238 \series default
35239  (
35240 \begin_inset space ~
35241 \end_inset
35242
35243 ce dernier n'est accepté que pour une plage de pages
35244 \begin_inset space ~
35245 \end_inset
35246
35247 ).
35248  Donc 
35249 \series bold
35250 pages=-
35251 \series default
35252  va insérer toutes les pages du document et 
35253 \series bold
35254 pages=last-1
35255 \series default
35256  va insérer toutes les pages dans l'ordre inverse.
35257  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
35258 \begin_inset Newline newline
35259 \end_inset
35260
35261 L'option 
35262 \series bold
35263 noautoscale
35264 \series default
35265  insère les pages avec leur taille d'origine, si cette option n'est pas
35266  donnée, les pages seront redimensionnées
35267 \begin_inset space \space{}
35268 \end_inset
35269
35270 pour tenir dans la largeur de page de votre document.
35271  Dans l'onglet 
35272 \family sans
35273 Taille
35274 \begin_inset space ~
35275 \end_inset
35276
35277 et
35278 \begin_inset space ~
35279 \end_inset
35280
35281 rotation
35282 \family default
35283  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
35284  qu'une éventuelle rotation.
35285  Si vous utilisez une autre largeur que 100
35286 \begin_inset space \thinspace{}
35287 \end_inset
35288
35289 Échelle%, l'option 
35290 \series bold
35291 noautoscale
35292 \series default
35293  sera neutralisée.
35294  Pour plus d'information sur les options possibles, jetez un œil sur la
35295  documentation du paquetage LaTeX 
35296 \series bold
35297 pdfpages
35298 \series default
35299  
35300 \begin_inset CommandInset citation
35301 LatexCommand cite
35302 key "pdfpages"
35303
35304 \end_inset
35305
35306 .
35307 \begin_inset Index idx
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311 Paquetages LaTeX ! pdfpages
35312 \end_layout
35313
35314 \end_inset
35315
35316
35317 \begin_inset Newline newline
35318 \end_inset
35319
35320 Pour utiliser ce modèle dans une présentation 
35321 \family sans
35322 Beamer
35323 \family default
35324  vous devez d'abord insérer un environnement 
35325 \family sans
35326 FinCadre
35327 \family default
35328  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
35329  commande 
35330 \series bold
35331
35332 \backslash
35333 setbeamertemplate{background canvas}{}
35334 \series default
35335 .
35336  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
35337  que vous voulez.
35338  Après les pages PDF incorporées, vous pouvez reprendre la présentation
35339  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
35340  section.
35341  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
35342  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
35343  le modèle.
35344 \begin_inset Newline newline
35345 \end_inset
35346
35347 Voici un PDF incorporé basculé de -5°
35348 \begin_inset space ~
35349 \end_inset
35350
35351 °: 
35352 \begin_inset External
35353         template PDFPages
35354         filename ../clipart/Abstract.pdf
35355         extra LaTeX "noautoscale, pages=-"
35356         rotateAngle -5
35357         rotateOrigin bottomleft
35358
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \begin_layout Description
35365 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
35366  Les images peuvent être traitées dans la fenêtre de dialogue 
35367 \family sans
35368 Objet
35369 \begin_inset space ~
35370 \end_inset
35371
35372 Externe
35373 \family default
35374  comme les images qui sont habituellement incorporées en utilisant le menu
35375  
35376 \family sans
35377 Insérer\SpecialChar \menuseparator
35378 Graphique
35379 \family default
35380 , comme c'est décrit dans la section
35381 \begin_inset space ~
35382 \end_inset
35383
35384
35385 \begin_inset CommandInset ref
35386 LatexCommand ref
35387 reference "sec:Graphics-Dialog"
35388
35389 \end_inset
35390
35391 .
35392  La différence avec l'insertion normale d'image est que seules les images
35393  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
35394  ne sont pas acceptées.
35395  Voici un exemple d'insertion d'image matricielle
35396 \begin_inset space ~
35397 \end_inset
35398
35399
35400 \begin_inset External
35401         template RasterImage
35402         filename ../clipart/ToolbarEnvBox.png
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Description
35410 XFig Ce modèle accepte les images créées avec le programme 
35411 \series bold
35412
35413 \begin_inset CommandInset href
35414 LatexCommand href
35415 name "Xfig"
35416 target "http://fr.wikipedia.org/wiki/Xfig"
35417
35418 \end_inset
35419
35420
35421 \series default
35422 .
35423 \end_layout
35424
35425 \begin_layout Standard
35426 \begin_inset Float table
35427 placement !h
35428 wide false
35429 sideways false
35430 status open
35431
35432 \begin_layout Plain Layout
35433 \begin_inset Caption
35434
35435 \begin_layout Plain Layout
35436 \begin_inset CommandInset label
35437 LatexCommand label
35438 name "tab:Comparaison-des-dates"
35439
35440 \end_inset
35441
35442 Comparaison des méthodes d'insertion de la date.
35443 \end_layout
35444
35445 \end_inset
35446
35447
35448 \end_layout
35449
35450 \begin_layout Plain Layout
35451 \align center
35452 \begin_inset Tabular
35453 <lyxtabular version="3" rows="4" columns="4">
35454 <features tabularvalignment="middle">
35455 <column alignment="center" valignment="top" width="0">
35456 <column alignment="center" valignment="top" width="0">
35457 <column alignment="center" valignment="top" width="0">
35458 <column alignment="center" valignment="top" width="0">
35459 <row>
35460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35461 \begin_inset Text
35462
35463 \begin_layout Plain Layout
35464 Format du document
35465 \end_layout
35466
35467 \end_inset
35468 </cell>
35469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473
35474 \family sans
35475 Objet
35476 \begin_inset space ~
35477 \end_inset
35478
35479 Externe\SpecialChar \menuseparator
35480 Date
35481 \end_layout
35482
35483 \end_inset
35484 </cell>
35485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35486 \begin_inset Text
35487
35488 \begin_layout Plain Layout
35489
35490 \family sans
35491 Insérer\SpecialChar \menuseparator
35492 Date
35493 \end_layout
35494
35495 \end_inset
35496 </cell>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 commande 
35502 \series bold
35503
35504 \backslash
35505 today
35506 \end_layout
35507
35508 \end_inset
35509 </cell>
35510 </row>
35511 <row>
35512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35513 \begin_inset Text
35514
35515 \begin_layout Plain Layout
35516 LyX
35517 \end_layout
35518
35519 \end_inset
35520 </cell>
35521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35522 \begin_inset Text
35523
35524 \begin_layout Plain Layout
35525 comme boîte d'insert
35526 \end_layout
35527
35528 \end_inset
35529 </cell>
35530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35531 \begin_inset Text
35532
35533 \begin_layout Plain Layout
35534 comme date
35535 \end_layout
35536
35537 \end_inset
35538 </cell>
35539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35540 \begin_inset Text
35541
35542 \begin_layout Plain Layout
35543 comme boîte de code TeX
35544 \end_layout
35545
35546 \end_inset
35547 </cell>
35548 </row>
35549 <row>
35550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35551 \begin_inset Text
35552
35553 \begin_layout Plain Layout
35554 LaTeX
35555 \end_layout
35556
35557 \end_inset
35558 </cell>
35559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35560 \begin_inset Text
35561
35562 \begin_layout Plain Layout
35563 comme date
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35569 \begin_inset Text
35570
35571 \begin_layout Plain Layout
35572 comme date
35573 \end_layout
35574
35575 \end_inset
35576 </cell>
35577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35578 \begin_inset Text
35579
35580 \begin_layout Plain Layout
35581 comme commande
35582 \end_layout
35583
35584 \end_inset
35585 </cell>
35586 </row>
35587 <row>
35588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35589 \begin_inset Text
35590
35591 \begin_layout Plain Layout
35592 DVI, PDF, PS
35593 \end_layout
35594
35595 \end_inset
35596 </cell>
35597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35598 \begin_inset Text
35599
35600 \begin_layout Plain Layout
35601 comme date
35602 \end_layout
35603
35604 \end_inset
35605 </cell>
35606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35607 \begin_inset Text
35608
35609 \begin_layout Plain Layout
35610 comme date
35611 \end_layout
35612
35613 \end_inset
35614 </cell>
35615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35616 \begin_inset Text
35617
35618 \begin_layout Plain Layout
35619 comme date date
35620 \end_layout
35621
35622 \end_inset
35623 </cell>
35624 </row>
35625 </lyxtabular>
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Standard
35638 Quand vous activez l'option 
35639 \family sans
35640 Brouillon
35641 \family default
35642  de l'onglet 
35643 \family sans
35644 Fichier
35645 \family default
35646  de la fenêtre de dialogue 
35647 \family sans
35648 Objet
35649 \begin_inset space ~
35650 \end_inset
35651
35652 Externe
35653 \family default
35654 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
35655 \begin_inset Newline newline
35656 \end_inset
35657
35658 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
35659  : 
35660 \begin_inset Graphics
35661         filename ../clipart/ExternalMaterialQt4.png
35662         scale 85
35663         scaleBeforeRotation
35664
35665 \end_inset
35666
35667  soit comme une image, selon que vous avez ou non activé l'option 
35668 \family sans
35669 Afficher
35670 \begin_inset space ~
35671 \end_inset
35672
35673 dans
35674 \begin_inset space ~
35675 \end_inset
35676
35677 LyX
35678 \family default
35679  de l'onglet 
35680 \family sans
35681 Options LaTeX et LyX
35682 \family default
35683  de la fenêtre de dialogue.
35684 \end_layout
35685
35686 \begin_layout Standard
35687 Le manuel 
35688 \family sans
35689 \emph on
35690 Personnalisation
35691 \family default
35692 \emph default
35693  explique comment vous pouvez créer vos propres modèles.
35694 \end_layout
35695
35696 \begin_layout Section
35697 Sous-documents
35698 \begin_inset CommandInset label
35699 LatexCommand label
35700 name "sec:Sous-documents"
35701
35702 \end_inset
35703
35704
35705 \begin_inset Index idx
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709 Trucs externes ! Sous-documents
35710 \end_layout
35711
35712 \end_inset
35713
35714
35715 \begin_inset Index idx
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 Fichiers ! Insérer
35720 \end_layout
35721
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Standard
35728 Les sous-documents sont utilisés quand on a un document très long qui peut
35729  être décomposé en plusieurs parties ou sections plus petites.
35730  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
35731  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
35732  Les différents documents sont ce que l'on appelle les sous-documents et
35733  un document maître les relie pour imprimer le document complet ou seulement
35734  une partie de celui-ci.
35735  Un sous-document hérite du contenu de son maître, par exemple le préambule
35736  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
35737 \end_layout
35738
35739 \begin_layout Standard
35740 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
35741  maître, précisez dans le sous-document le document maître dans le menu
35742  
35743 \family sans
35744 Document\SpecialChar \menuseparator
35745 Paramètres\SpecialChar \menuseparator
35746 Classe de document
35747 \family default
35748 .
35749  Ce document maître sera par la suite utilisé de façon cachée par LyX à
35750  chaque fois que vous modifierez le sous-document.
35751 \end_layout
35752
35753 \begin_layout Standard
35754 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
35755  comme celle-ci : 
35756 \begin_inset Graphics
35757         filename clipart/ChildDocumentQt4.png
35758         lyxscale 70
35759         scale 60
35760         scaleBeforeRotation
35761
35762 \end_inset
35763
35764  Pour inclure des sous-documents dans un document maître , on utilise le
35765  menu 
35766 \family sans
35767 Insérer\SpecialChar \menuseparator
35768 Fichier\SpecialChar \menuseparator
35769 Sous-document
35770 \family default
35771 .
35772  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
35773  des quatre méthodes d'inclusion :
35774 \end_layout
35775
35776 \begin_layout Description
35777 Inclus
35778 \begin_inset space ~
35779 \end_inset
35780
35781 (include) Vous pouvez inclure des documents LyX et LaTeX.
35782  Quand vous cliquez sur le bouton 
35783 \family sans
35784 Charger
35785 \family default
35786  dans la fenêtre de dialogue 
35787 \family sans
35788 Sous-document
35789 \family default
35790 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
35791  vous puissiez le modifier.
35792 \begin_inset Newline newline
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Voici un sous-document inséré avec la méthode 
35800 \family sans
35801 Inclus
35802 \family default
35803  : 
35804 \begin_inset CommandInset include
35805 LatexCommand include
35806 filename "DocumentBidon1.lyx"
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Standard
35814 La numérotation des sections va prendre en compte les sections des fichiers
35815  incorporés dans l'ordre où ils sont insérés dans le document maître.
35816  Le document qui est inclus comme exemple possède une sous-section qui sera
35817  numérotée comme sous-section de la section actuelle.
35818  Les étiquettes présentes dans le fichier inclus peuvent être référencées
35819  : la sous-section
35820 \begin_inset space ~
35821 \end_inset
35822
35823
35824 \begin_inset CommandInset ref
35825 LatexCommand ref
35826 reference "sub:Sous-section-externe-1"
35827
35828 \end_inset
35829
35830  est dans le fichier inclus.
35831 \end_layout
35832
35833 \begin_layout Standard
35834 Le préambule du sous-document est tout simplement ignoré, seul le préambule
35835  du document maître est utilisé.
35836  Les branches présentes dans le sous-document seront ignorées par le document
35837  maître si celui-ci ne possède pas une branche avec le même nom.
35838  Les documents inclus sont insérés en commençant une nouvelle page et sont
35839  suivis par un saut de page.
35840 \end_layout
35841
35842 \begin_layout Standard
35843 \begin_inset Note Greyedout
35844 status open
35845
35846 \begin_layout Plain Layout
35847
35848 \series bold
35849 Note:
35850 \series default
35851  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
35852  une classe de document différente de celle du document maître, vous recevez
35853  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
35854  que cela peut produire des résultats inattendus sur la sortie imprimée.
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \begin_layout Description
35863 Incorporé
35864 \begin_inset space ~
35865 \end_inset
35866
35867 (input) Cette méthode est très semblable à la méthode Inclus, les différences
35868  sont :
35869 \end_layout
35870
35871 \begin_deeper
35872 \begin_layout Itemize
35873 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
35874  par un saut de page.
35875 \end_layout
35876
35877 \begin_layout Itemize
35878 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
35879  
35880 \family sans
35881 Aperçu
35882 \begin_inset space ~
35883 \end_inset
35884
35885 sur
35886 \begin_inset space ~
35887 \end_inset
35888
35889 le
35890 \begin_inset space ~
35891 \end_inset
35892
35893 vif
35894 \family default
35895  est activée dans les préférences dans la rubrique 
35896 \family sans
35897 Apparence\SpecialChar \menuseparator
35898 Graphique
35899 \family default
35900 .
35901 \end_layout
35902
35903 \begin_layout Itemize
35904 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
35905 \family sans
35906 Document\SpecialChar \menuseparator
35907 Paramètres\SpecialChar \menuseparator
35908 Sous-documents
35909 \family default
35910 .
35911 \end_layout
35912
35913 \end_deeper
35914 \begin_layout Standard
35915 Voici un sous document inséré en utilisant la méthode 
35916 \family sans
35917 Incorporé
35918 \family default
35919  : 
35920 \begin_inset CommandInset include
35921 LatexCommand input
35922 preview true
35923 filename "DocumentBidon2.lyx"
35924
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Description
35931 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
35932  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
35933  sous forme de code source et aucune des commandes éventuellement présentes
35934  ne sera exécutée.
35935  Vous pouvez utiliser l'option 
35936 \family sans
35937 Marquer
35938 \begin_inset space ~
35939 \end_inset
35940
35941 les
35942 \begin_inset space ~
35943 \end_inset
35944
35945 espaces
35946 \family default
35947  qui matérialise chaque espace présente dans le code source par un caractère
35948  
35949 \begin_inset Quotes eld
35950 \end_inset
35951
35952
35953 \begin_inset ERT
35954 status collapsed
35955
35956 \begin_layout Plain Layout
35957
35958
35959 \backslash
35960 textvisiblespace 
35961 \end_layout
35962
35963 \end_inset
35964
35965
35966 \begin_inset Quotes erd
35967 \end_inset
35968
35969  .
35970  La différence avec la méthode qui consiste à utiliser le menu 
35971 \family sans
35972 Insérer\SpecialChar \menuseparator
35973 Fichier\SpecialChar \menuseparator
35974 Texte
35975 \begin_inset space ~
35976 \end_inset
35977
35978 brut
35979 \family default
35980  est que le contenu du document n'apparaît pas dans LyX.
35981 \end_layout
35982
35983 \begin_layout Standard
35984 Voici un sous-document inclus en utilisant la méthode 
35985 \family sans
35986 verbatim
35987 \family default
35988  : 
35989 \begin_inset CommandInset include
35990 LatexCommand verbatiminput
35991 filename "DocumentTexteBidon.txt"
35992
35993 \end_inset
35994
35995
35996 \begin_inset VSpace bigskip
35997 \end_inset
35998
35999 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
36000  l'option 
36001 \family sans
36002 Marquer
36003 \begin_inset space ~
36004 \end_inset
36005
36006 les
36007 \begin_inset space ~
36008 \end_inset
36009
36010 espaces :
36011 \family default
36012  
36013 \begin_inset CommandInset include
36014 LatexCommand verbatiminput*
36015 filename "DocumentTexteBidon.txt"
36016
36017 \end_inset
36018
36019
36020 \end_layout
36021
36022 \begin_layout Standard
36023 \begin_inset VSpace bigskip
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 \begin_inset Note Greyedout
36031 status open
36032
36033 \begin_layout Plain Layout
36034
36035 \series bold
36036 Note:
36037 \series default
36038  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
36039  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \begin_layout Description
36048 Listings Ce type d'inclusion est décrit dans le chapitre
36049 \begin_inset space ~
36050 \end_inset
36051
36052
36053 \begin_inset CommandInset ref
36054 LatexCommand ref
36055 reference "cha:Program-Code-Listings"
36056
36057 \end_inset
36058
36059 .
36060 \end_layout
36061
36062 \begin_layout Standard
36063 \begin_inset Note Greyedout
36064 status open
36065
36066 \begin_layout Plain Layout
36067
36068 \series bold
36069 Note:
36070 \series default
36071  Inclure le même document deux fois dans un même document peut poser des
36072  problèmes avec LaTeX.
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \begin_layout Standard
36081 Si vous ne voulez visualiser ou exporter que certains des sous-documents
36082  de votre document maître, que ce soit pour diminuer les temps de compilation
36083  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
36084  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
36085  la sortie en utilisant le menu 
36086 \family sans
36087 Document\SpecialChar \menuseparator
36088 Paramètres\SpecialChar \menuseparator
36089 Sous-documents
36090 \family default
36091 .
36092  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
36093  sur la ligne correspondant dans la colonne 
36094 \family sans
36095 Inclus dans le résultat
36096 \family default
36097  de la liste (
36098 \begin_inset space ~
36099 \end_inset
36100
36101 notez que cela ne fonctionne que pour les documents inclus avec la méthode
36102  
36103 \begin_inset Quotes fld
36104 \end_inset
36105
36106 inclus
36107 \begin_inset Quotes frd
36108 \end_inset
36109
36110  et pas la méthode 
36111 \begin_inset Quotes fld
36112 \end_inset
36113
36114 incorporé
36115 \begin_inset Quotes frd
36116 \end_inset
36117
36118
36119 \begin_inset space ~
36120 \end_inset
36121
36122 ).
36123  Si on active l'option 
36124 \family sans
36125 Assurer la cohérence des compteurs et des références
36126 \family default
36127 , LyX va s'assurer que tous les numéros de pages, références etc...
36128  sont corrects comme si tous le document avait été traité.
36129  C'est utile si vous voulez que les sous-documents choisis aient exactement
36130  le même aspect que s'il étaient dans le document complet.
36131  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
36132  la totalité du document.
36133  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
36134  les compteurs et autres références n'ont pas à être à tout prix valides,
36135  vous devez impérativement désactiver cette option.
36136  
36137 \end_layout
36138
36139 \begin_layout Standard
36140 Une autre solution consiste à inclure chaque fichier dans une branche
36141 \begin_inset Foot
36142 status collapsed
36143
36144 \begin_layout Plain Layout
36145 Les branches sont décrites dans la section 
36146 \emph on
36147 Branches
36148 \emph default
36149  du 
36150 \emph on
36151 Guide de l'utilisateur
36152 \emph default
36153  de LyX.
36154 \end_layout
36155
36156 \end_inset
36157
36158 .
36159  En activant ou désactivant une branche, vous pouvez décider les fichiers
36160  inclus qui doivent apparaître dans la sortie imprimée.
36161  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
36162  
36163 \begin_inset Quotes fld
36164 \end_inset
36165
36166 incorporés
36167 \begin_inset Quotes frd
36168 \end_inset
36169
36170 .
36171  Le défaut est que les compteurs et autres références ne sont pas conservés
36172  avec cette approche.
36173 \end_layout
36174
36175 \begin_layout Chapter
36176 Listings de code source
36177 \begin_inset CommandInset label
36178 LatexCommand label
36179 name "cha:Program-Code-Listings"
36180
36181 \end_inset
36182
36183
36184 \begin_inset Index idx
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 Listings
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \begin_inset Index idx
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 Code Source
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \begin_inset Index idx
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 Flottants ! Listings
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \end_layout
36215
36216 \begin_layout Standard
36217 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
36218  un insert 
36219 \family sans
36220 Listings
36221 \family default
36222  qui peut être créé grâce au menu 
36223 \family sans
36224 Insérer
36225 \family default
36226 \SpecialChar \menuseparator
36227
36228 \family sans
36229 Listing
36230 \begin_inset space ~
36231 \end_inset
36232
36233 de
36234 \begin_inset space ~
36235 \end_inset
36236
36237 Code
36238 \begin_inset space ~
36239 \end_inset
36240
36241 Source
36242 \family default
36243 .
36244  Le paquetage LaTeX 
36245 \series bold
36246 listings
36247 \series default
36248
36249 \begin_inset Index idx
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253 Paquetages LaTeX ! listings
36254 \end_layout
36255
36256 \end_inset
36257
36258  fournit un moyen puissant et flexible d'insérer des listings de code source
36259  dans votre document.
36260  
36261 \end_layout
36262
36263 \begin_layout Standard
36264 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
36265  contextuel s'ouvre pour vous permettre de modifier le format du listing.
36266 \end_layout
36267
36268 \begin_layout Standard
36269 Implicitement, un listing commence un nouveau paragraphe dans la sortie
36270  imprimée.
36271  L'option d'emplacement 
36272 \family sans
36273 Listing
36274 \begin_inset space ~
36275 \end_inset
36276
36277 en
36278 \begin_inset space ~
36279 \end_inset
36280
36281 Ligne
36282 \family default
36283  imprime le listing dans la ligne comme ceci : 
36284 \begin_inset listings
36285 lstparams "language={C++}"
36286 inline true
36287 status open
36288
36289 \begin_layout Plain Layout
36290
36291 int a=5;
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \begin_inset Newline newline
36298 \end_inset
36299
36300 L'option 
36301 \family sans
36302 Flottant
36303 \family default
36304  crée un flottant de listing pour lequel vous pouvez préciser les options
36305  classiques d'emplacement : 
36306 \begin_inset Quotes eld
36307 \end_inset
36308
36309
36310 \family sans
36311 h
36312 \family default
36313
36314 \begin_inset Quotes erd
36315 \end_inset
36316
36317
36318 \begin_inset Quotes eld
36319 \end_inset
36320
36321
36322 \family sans
36323 t
36324 \family default
36325
36326 \begin_inset Quotes erd
36327 \end_inset
36328
36329
36330 \begin_inset Quotes eld
36331 \end_inset
36332
36333
36334 \family sans
36335 b
36336 \family default
36337
36338 \begin_inset Quotes erd
36339 \end_inset
36340
36341 , et 
36342 \begin_inset Quotes eld
36343 \end_inset
36344
36345
36346 \family sans
36347 p
36348 \family default
36349
36350 \begin_inset Quotes erd
36351 \end_inset
36352
36353  correspondant aux emplacement décrits dans la section
36354 \begin_inset space ~
36355 \end_inset
36356
36357
36358 \begin_inset CommandInset ref
36359 LatexCommand ref
36360 reference "sec:Placement-flottants"
36361
36362 \end_inset
36363
36364 .
36365  Les options de positionnement peuvent être mélangées et doivent être saisies
36366  sans séparation, par exemple, on peut taper 
36367 \begin_inset Quotes eld
36368 \end_inset
36369
36370
36371 \family sans
36372 htbp
36373 \family default
36374
36375 \begin_inset Quotes erd
36376 \end_inset
36377
36378 .
36379  L' option 
36380 \begin_inset Quotes eld
36381 \end_inset
36382
36383 h
36384 \begin_inset Quotes erd
36385 \end_inset
36386
36387  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
36388  
36389 \family sans
36390 Flottant
36391 \family default
36392  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
36393  légende et être référencés.
36394 \end_layout
36395
36396 \begin_layout Standard
36397 Vous pouvez ajouter une légende à un listing avec le menu 
36398 \family sans
36399 Insérer\SpecialChar \menuseparator
36400 Légende
36401 \family default
36402 .
36403  On peut référencer les listings de la même façon que les flottants :Voir
36404  le listing
36405 \begin_inset space ~
36406 \end_inset
36407
36408
36409 \begin_inset CommandInset ref
36410 LatexCommand ref
36411 reference "lst:Listing-exemple"
36412
36413 \end_inset
36414
36415
36416 \end_layout
36417
36418 \begin_layout Standard
36419 \begin_inset listings
36420 lstparams "language=Python"
36421 inline false
36422 status open
36423
36424 \begin_layout Plain Layout
36425
36426 \begin_inset Caption
36427
36428 \begin_layout Plain Layout
36429 \begin_inset CommandInset label
36430 LatexCommand label
36431 name "lst:Listing-exemple"
36432
36433 \end_inset
36434
36435 Exemple de listing flottant
36436 \end_layout
36437
36438 \end_inset
36439
36440 # Exemple de listing flottant
36441 \end_layout
36442
36443 \begin_layout Plain Layout
36444
36445 def func(param):
36446 \end_layout
36447
36448 \begin_layout Plain Layout
36449
36450     'ceci est une fonction python'
36451 \end_layout
36452
36453 \begin_layout Plain Layout
36454
36455     pass
36456 \end_layout
36457
36458 \end_inset
36459
36460
36461 \end_layout
36462
36463 \begin_layout Standard
36464 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
36465  de listing, les mots-clés de ce langage seront reconnus et mis en forme
36466  de manière particulière dans la sortie imprimée.
36467  Dans l'exemple de listing, le mot clé Python 
36468 \begin_inset Quotes eld
36469 \end_inset
36470
36471 def
36472 \begin_inset Quotes erd
36473 \end_inset
36474
36475  est reconnu et imprimé en caractères gras dans la sortie.
36476 \end_layout
36477
36478 \begin_layout Standard
36479 \begin_inset Note Greyedout
36480 status open
36481
36482 \begin_layout Plain Layout
36483
36484 \series bold
36485 Note:
36486 \series default
36487  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
36488  une police de caractères à 
36489 \family typewriter
36490 chasse fixe
36491 \family default
36492 , c'est que votre police ne contient probablement pas de série grasse.
36493  Dans ce cas choisissez une police différente dans le menu 
36494 \family sans
36495 Document\SpecialChar \menuseparator
36496 Paramètres\SpecialChar \menuseparator
36497 Polices
36498 \family default
36499 .
36500  (Les polices 
36501 \emph on
36502 LuxiMono, BeraMono
36503 \emph default
36504  et 
36505 \emph on
36506 Courier
36507 \emph default
36508  contiennent une série grasse.)
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \begin_layout Standard
36517 Dans la rubrique 
36518 \family sans
36519 Numérotation
36520 \begin_inset space ~
36521 \end_inset
36522
36523 des
36524 \begin_inset space ~
36525 \end_inset
36526
36527 Lignes
36528 \family default
36529  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
36530 n des lignes.
36531  Vous pouvez mettre un nombre dans le champ 
36532 \family sans
36533 Pas
36534 \family default
36535  pour désigner les lignes qui seront numérotées.
36536  Par exemple, si vous mettez 
36537 \begin_inset Quotes eld
36538 \end_inset
36539
36540 3
36541 \begin_inset Quotes erd
36542 \end_inset
36543
36544 , seule une ligne sur trois sera numérotée.
36545 \end_layout
36546
36547 \begin_layout Standard
36548 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
36549  apparaîtront dans la sortie.
36550  Vous devez utiliser l'option 
36551 \family sans
36552 Table
36553 \begin_inset space ~
36554 \end_inset
36555
36556 de
36557 \begin_inset space ~
36558 \end_inset
36559
36560 Caractères
36561 \begin_inset space ~
36562 \end_inset
36563
36564 Étendue
36565 \family default
36566  quand vous employez des caractères spécifiques à une langue donnée comme
36567  les umlauts Allemands dans votre listing.
36568 \begin_inset Newline newline
36569 \end_inset
36570
36571 Voici un exemple de listing avec la numérotation des lignes à gauche par
36572  pas de 3, en langage Python, avec les options 
36573 \begin_inset Quotes eld
36574 \end_inset
36575
36576 Table
36577 \begin_inset space ~
36578 \end_inset
36579
36580 de
36581 \begin_inset space ~
36582 \end_inset
36583
36584 caractères
36585 \begin_inset space ~
36586 \end_inset
36587
36588 étendue
36589 \begin_inset Quotes erd
36590 \end_inset
36591
36592  et 
36593 \begin_inset Quotes eld
36594 \end_inset
36595
36596 Espace
36597 \begin_inset space ~
36598 \end_inset
36599
36600 représenté
36601 \begin_inset space ~
36602 \end_inset
36603
36604 par
36605 \begin_inset space ~
36606 \end_inset
36607
36608 un
36609 \begin_inset space ~
36610 \end_inset
36611
36612 symbole
36613 \begin_inset Quotes erd
36614 \end_inset
36615
36616 , l'intervalle de ligne étant 3
36617 \begin_inset space \thinspace{}
36618 \end_inset
36619
36620 -
36621 \begin_inset space \thinspace{}
36622 \end_inset
36623
36624 8:
36625 \end_layout
36626
36627 \begin_layout Standard
36628 \begin_inset listings
36629 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36630 inline false
36631 status open
36632
36633 \begin_layout Plain Layout
36634
36635 def func(param):
36636 \end_layout
36637
36638 \begin_layout Plain Layout
36639
36640     'ceci est une fonction Python'
36641 \end_layout
36642
36643 \begin_layout Plain Layout
36644
36645     pass
36646 \end_layout
36647
36648 \begin_layout Plain Layout
36649
36650 def func(param):
36651 \end_layout
36652
36653 \begin_layout Plain Layout
36654
36655 'Ça, c'est un mot Allemand : Tschüß'
36656 \end_layout
36657
36658 \begin_layout Plain Layout
36659
36660 pass
36661 \end_layout
36662
36663 \begin_layout Plain Layout
36664
36665 def func(param):
36666 \end_layout
36667
36668 \begin_layout Plain Layout
36669
36670 'ceci est une fonction Python'
36671 \end_layout
36672
36673 \begin_layout Plain Layout
36674
36675 pass
36676 \end_layout
36677
36678 \end_inset
36679
36680
36681 \end_layout
36682
36683 \begin_layout Standard
36684 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
36685  nombre de caractères que doit représenter une tabulation dans le champ
36686  
36687 \family sans
36688 Taille du tabulateur
36689 \family default
36690 .
36691 \end_layout
36692
36693 \begin_layout Standard
36694 \begin_inset Note Greyedout
36695 status open
36696
36697 \begin_layout Plain Layout
36698
36699 \series bold
36700 Note:
36701 \series default
36702  À cause d'un bug dans le paquetage 
36703 \series bold
36704 listings
36705 \series default
36706  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
36707  listing.
36708  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
36709  les lignes 3 et 6.
36710 \end_layout
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \begin_layout Standard
36718 \begin_inset VSpace bigskip
36719 \end_inset
36720
36721
36722 \end_layout
36723
36724 \begin_layout Standard
36725 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
36726  listing.
36727  Pour le faire, il suffit d'utiliser le menu 
36728 \family sans
36729 Insérer\SpecialChar \menuseparator
36730 Fichier\SpecialChar \menuseparator
36731 Sous-document
36732 \family default
36733  et de choisir le type 
36734 \family sans
36735 Listing
36736 \family default
36737
36738 \begin_inset space ~
36739 \end_inset
36740
36741
36742 \family sans
36743 de
36744 \begin_inset space ~
36745 \end_inset
36746
36747 Code
36748 \begin_inset space ~
36749 \end_inset
36750
36751 source
36752 \family default
36753 .
36754 \begin_inset Foot
36755 status collapsed
36756
36757 \begin_layout Plain Layout
36758 Les autres types de sous-documents sont décrits dans la section
36759 \begin_inset space ~
36760 \end_inset
36761
36762
36763 \begin_inset CommandInset ref
36764 LatexCommand ref
36765 reference "sec:Sous-documents"
36766
36767 \end_inset
36768
36769 .
36770 \end_layout
36771
36772 \end_inset
36773
36774  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
36775  à utiliser pour le listing dans une zone de texte.
36776  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
36777  
36778 \begin_inset Quotes eld
36779 \end_inset
36780
36781 ?
36782 \begin_inset Quotes erd
36783 \end_inset
36784
36785  dans la zone de texte.
36786 \end_layout
36787
36788 \begin_layout Standard
36789 Pour faire référence à un sous-document de type listing, tapez une étiquette
36790  dans le champ correspondant de la fenêtre de dialogue.
36791  On peut alors faire référence à cette étiquette en utilisant le menu 
36792 \family sans
36793 Insérer\SpecialChar \menuseparator
36794 Référence
36795 \begin_inset space ~
36796 \end_inset
36797
36798 Croisée
36799 \family default
36800 .
36801 \end_layout
36802
36803 \begin_layout Standard
36804 Le listing
36805 \begin_inset space ~
36806 \end_inset
36807
36808
36809 \begin_inset CommandInset ref
36810 LatexCommand ref
36811 reference "lst:listing-fichier"
36812
36813 \end_inset
36814
36815  est une exemple de listing issu d'un fichier ; ici les lignes 10
36816 \begin_inset space \thinspace{}
36817 \end_inset
36818
36819 -
36820 \begin_inset space \thinspace{}
36821 \end_inset
36822
36823 15 de ce fichier LyX sont listées.
36824 \end_layout
36825
36826 \begin_layout Standard
36827 \begin_inset CommandInset include
36828 LatexCommand lstinputlisting
36829 filename "EmbeddedObjects.lyx"
36830 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
36831
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \begin_layout Standard
36838 \begin_inset VSpace bigskip
36839 \end_inset
36840
36841
36842 \end_layout
36843
36844 \begin_layout Standard
36845 L'insertion d'une formule dans un listing peut se faire de la façon suivante
36846 \begin_inset space ~
36847 \end_inset
36848
36849 :
36850 \end_layout
36851
36852 \begin_layout Enumerate
36853 Ouvrez la fenêtre de dialogue listings et ajoutez
36854 \begin_inset Newline newline
36855 \end_inset
36856
36857
36858 \family sans
36859 mathescape=true
36860 \family default
36861
36862 \begin_inset Newline newline
36863 \end_inset
36864
36865 dans le champ de l'onglet 
36866 \family sans
36867 Avancé
36868 \family default
36869 .
36870 \end_layout
36871
36872 \begin_layout Enumerate
36873 Créez la formule en dehors du listing.
36874 \end_layout
36875
36876 \begin_layout Enumerate
36877 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
36878  (raccourci 
36879 \begin_inset Info
36880 type  "shortcut"
36881 arg   "copy"
36882 \end_inset
36883
36884 )
36885 \end_layout
36886
36887 \begin_layout Enumerate
36888 Dans le listing écrivez 
36889 \begin_inset Quotes eld
36890 \end_inset
36891
36892
36893 \family sans
36894 $$
36895 \family default
36896
36897 \begin_inset Quotes erd
36898 \end_inset
36899
36900  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
36901  
36902 \begin_inset Info
36903 type  "shortcut"
36904 arg   "paste"
36905 \end_inset
36906
36907 )
36908 \end_layout
36909
36910 \begin_layout Standard
36911 \begin_inset listings
36912 lstparams "language=Python,mathescape=true"
36913 inline false
36914 status open
36915
36916 \begin_layout Plain Layout
36917
36918 \begin_inset Caption
36919
36920 \begin_layout Plain Layout
36921 Exemple de listing flottant contenant une formule
36922 \end_layout
36923
36924 \end_inset
36925
36926 # Exemple de listing flottant
36927 \end_layout
36928
36929 \begin_layout Plain Layout
36930
36931 def func(param):
36932 \end_layout
36933
36934 \begin_layout Plain Layout
36935
36936     # $
36937 \backslash
36938 prod_{n=1}^{
36939 \backslash
36940 infty}
36941 \backslash
36942 ,
36943 \backslash
36944 frac{1}{x^{2}}$
36945 \end_layout
36946
36947 \begin_layout Plain Layout
36948
36949     pass
36950 \end_layout
36951
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \begin_layout Standard
36958 \begin_inset VSpace bigskip
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \begin_layout Standard
36965 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
36966  de dialogue 
36967 \family sans
36968 Document\SpecialChar \menuseparator
36969 Paramètres\SpecialChar \menuseparator
36970 Listings
36971 \family default
36972 .
36973  Pour avoir la liste des options disponibles, tapez un point d'interrogation
36974  
36975 \begin_inset Quotes eld
36976 \end_inset
36977
36978 ?
36979 \begin_inset Quotes erd
36980 \end_inset
36981
36982  dans le champ.
36983 \end_layout
36984
36985 \begin_layout Standard
36986 Pour plus d'information sur le paquetage 
36987 \series bold
36988 listings
36989 \series default
36990 , nous vous renvoyons à sa documentation 
36991 \begin_inset CommandInset citation
36992 LatexCommand cite
36993 key "listings"
36994
36995 \end_inset
36996
36997 .
36998 \end_layout
36999
37000 \begin_layout Standard
37001 \begin_inset Newpage newpage
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Chapter
37008 \start_of_appendix
37009 Unités de longueur utilisables avec LyX
37010 \begin_inset Argument
37011 status collapsed
37012
37013 \begin_layout Plain Layout
37014 Unités de longueur
37015 \end_layout
37016
37017 \end_inset
37018
37019
37020 \begin_inset Index idx
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024 Unités
37025 \end_layout
37026
37027 \end_inset
37028
37029
37030 \begin_inset CommandInset label
37031 LatexCommand label
37032 name "cha:Unités-de-longueur"
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Standard
37040 Pour comprendre les unités de longueur utilisées dans cette documentation,
37041  le tableau
37042 \begin_inset space ~
37043 \end_inset
37044
37045
37046 \begin_inset CommandInset ref
37047 LatexCommand ref
37048 reference "tab:Unités"
37049
37050 \end_inset
37051
37052 décrit les unités utilisées par LyX.
37053 \begin_inset Float table
37054 placement h
37055 wide false
37056 sideways false
37057 status open
37058
37059 \begin_layout Plain Layout
37060 \begin_inset Caption
37061
37062 \begin_layout Plain Layout
37063 \begin_inset CommandInset label
37064 LatexCommand label
37065 name "tab:Unités"
37066
37067 \end_inset
37068
37069 Unités de longueur
37070 \end_layout
37071
37072 \end_inset
37073
37074
37075 \end_layout
37076
37077 \begin_layout Plain Layout
37078 \begin_inset VSpace medskip
37079 \end_inset
37080
37081
37082 \end_layout
37083
37084 \begin_layout Plain Layout
37085 \align center
37086 \begin_inset Tabular
37087 <lyxtabular version="3" rows="20" columns="2">
37088 <features tabularvalignment="middle">
37089 <column alignment="center" valignment="top" width="0">
37090 <column alignment="center" valignment="top" width="0">
37091 <row>
37092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37093 \begin_inset Text
37094
37095 \begin_layout Plain Layout
37096 unité
37097 \end_layout
37098
37099 \end_inset
37100 </cell>
37101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37102 \begin_inset Text
37103
37104 \begin_layout Plain Layout
37105 nom/description
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 </row>
37111 <row>
37112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116 mm
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125 millimètre
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 </row>
37131 <row>
37132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 cm
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145 centimètre
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 </row>
37151 <row>
37152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 in
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 pouce (inch)
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 pt
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 point (72.27
37186 \begin_inset space \thinspace{}
37187 \end_inset
37188
37189 pt = 1
37190 \begin_inset space \thinspace{}
37191 \end_inset
37192
37193 in)
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 </row>
37199 <row>
37200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204 pc
37205 \end_layout
37206
37207 \end_inset
37208 </cell>
37209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37210 \begin_inset Text
37211
37212 \begin_layout Plain Layout
37213 pica (1
37214 \begin_inset space \thinspace{}
37215 \end_inset
37216
37217 pc = 12
37218 \begin_inset space \thinspace{}
37219 \end_inset
37220
37221 pt)
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 <row>
37228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232 sp
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241 scaled point (65536
37242 \begin_inset space \thinspace{}
37243 \end_inset
37244
37245 sp = 1
37246 \begin_inset space \thinspace{}
37247 \end_inset
37248
37249 pt)
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 </row>
37255 <row>
37256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260 bp
37261 \end_layout
37262
37263 \end_inset
37264 </cell>
37265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37266 \begin_inset Text
37267
37268 \begin_layout Plain Layout
37269 gros point (72
37270 \begin_inset space \thinspace{}
37271 \end_inset
37272
37273 bp = 1
37274 \begin_inset space \thinspace{}
37275 \end_inset
37276
37277 in)
37278 \end_layout
37279
37280 \end_inset
37281 </cell>
37282 </row>
37283 <row>
37284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 dd
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297 didot (72
37298 \begin_inset space \thinspace{}
37299 \end_inset
37300
37301 dd 
37302 \begin_inset Formula $\approx$
37303 \end_inset
37304
37305  37.6
37306 \begin_inset space \thinspace{}
37307 \end_inset
37308
37309 mm)
37310 \end_layout
37311
37312 \end_inset
37313 </cell>
37314 </row>
37315 <row>
37316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320 cc
37321 \end_layout
37322
37323 \end_inset
37324 </cell>
37325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37326 \begin_inset Text
37327
37328 \begin_layout Plain Layout
37329 cicero (1
37330 \begin_inset space \thinspace{}
37331 \end_inset
37332
37333 cc = 12
37334 \begin_inset space \thinspace{}
37335 \end_inset
37336
37337 dd)
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 </row>
37343 <row>
37344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348 Scale%
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37354 \begin_inset Text
37355
37356 \begin_layout Plain Layout
37357 % de la largeur originale de l'image
37358 \end_layout
37359
37360 \end_inset
37361 </cell>
37362 </row>
37363 <row>
37364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37365 \begin_inset Text
37366
37367 \begin_layout Plain Layout
37368 text%
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 % de la largeur du texte
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 <row>
37384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388 col%
37389 \end_layout
37390
37391 \end_inset
37392 </cell>
37393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397 % de la largeur de la colonne
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 </row>
37403 <row>
37404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408 page%
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417 % de la largeur du papier
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 <row>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 line%
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37434 \begin_inset Text
37435
37436 \begin_layout Plain Layout
37437 % de la largeur de la ligne
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 </row>
37443 <row>
37444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37445 \begin_inset Text
37446
37447 \begin_layout Plain Layout
37448 theight%
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457 % la hauteur du texte
37458 \end_layout
37459
37460 \end_inset
37461 </cell>
37462 </row>
37463 <row>
37464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 pheight%
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477 % hauteur du papier
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 ex
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 hauteur de la lettre 
37498 \emph on
37499 x
37500 \emph default
37501  dans la police courante
37502 \end_layout
37503
37504 \end_inset
37505 </cell>
37506 </row>
37507 <row>
37508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512 em
37513 \end_layout
37514
37515 \end_inset
37516 </cell>
37517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521 largeur de la lettre
37522 \emph on
37523  M
37524 \emph default
37525  dans la police courante
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 <row>
37532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536 mu
37537 \end_layout
37538
37539 \end_inset
37540 </cell>
37541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545 unité mathématique (1
37546 \begin_inset space \thinspace{}
37547 \end_inset
37548
37549 mu = 1/18
37550 \begin_inset space \thinspace{}
37551 \end_inset
37552
37553 em)
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 </lyxtabular>
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \end_inset
37567
37568
37569 \end_layout
37570
37571 \begin_layout Chapter
37572 Formats des fichiers de sortie graphiques
37573 \begin_inset CommandInset label
37574 LatexCommand label
37575 name "cha:Formats-fichiers-graphiques"
37576
37577 \end_inset
37578
37579
37580 \end_layout
37581
37582 \begin_layout Section
37583 DVI
37584 \begin_inset Index idx
37585 status collapsed
37586
37587 \begin_layout Plain Layout
37588 Formats de Fichiers! DVI
37589 \end_layout
37590
37591 \end_inset
37592
37593
37594 \begin_inset Index idx
37595 status collapsed
37596
37597 \begin_layout Plain Layout
37598 DVI|see
37599 \begin_inset ERT
37600 status collapsed
37601
37602 \begin_layout Plain Layout
37603
37604 {
37605 \end_layout
37606
37607 \end_inset
37608
37609 Formats de Fichiers
37610 \begin_inset ERT
37611 status collapsed
37612
37613 \begin_layout Plain Layout
37614
37615 }
37616 \end_layout
37617
37618 \end_inset
37619
37620
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \end_layout
37627
37628 \begin_layout Standard
37629 Ce type de fichiers a l'extension 
37630 \begin_inset Quotes fld
37631 \end_inset
37632
37633
37634 \family typewriter
37635 .dvi
37636 \family default
37637
37638 \begin_inset Quotes frd
37639 \end_inset
37640
37641 .
37642  Il est appelé 
37643 \emph on
37644 indépendant de l'appareil
37645 \emph default
37646  ou 
37647 \begin_inset Quotes fld
37648 \end_inset
37649
37650 device independent (DVI)
37651 \begin_inset Quotes frd
37652 \end_inset
37653
37654 , car il est complètement portable ; vous pouvez les recopier d'une machine
37655  à l'autre sans avoir à faire de conversion.
37656  À l'époque où ce format a été développé, c'était loin d'être évident.
37657  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
37658  étape préliminaire avant la conversion vers un autre format comme le PostScript.
37659 \end_layout
37660
37661 \begin_layout Standard
37662 \begin_inset Note Greyedout
37663 status open
37664
37665 \begin_layout Plain Layout
37666
37667 \series bold
37668 Note:
37669 \series default
37670  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
37671  au fichier.
37672  
37673 \end_layout
37674
37675 \end_inset
37676
37677  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
37678  
37679 \family typewriter
37680 .dvi
37681 \family default
37682 .
37683  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
37684 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
37685  pour les rendre visibles quand vous faites défiler votre document.
37686  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
37687  avec de nombreuses images.
37688 \end_layout
37689
37690 \begin_layout Standard
37691 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
37692  menu 
37693 \family sans
37694 Fichier\SpecialChar \menuseparator
37695 Exporter\SpecialChar \menuseparator
37696 DVI.
37697
37698 \family default
37699  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
37700 \family sans
37701 Visualiser
37702 \family default
37703 .
37704 \end_layout
37705
37706 \begin_layout Section
37707 PostScript
37708 \begin_inset CommandInset label
37709 LatexCommand label
37710 name "sec:PostScript"
37711
37712 \end_inset
37713
37714
37715 \begin_inset Index idx
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719 Formats de Fichiers ! PostScript
37720 \end_layout
37721
37722 \end_inset
37723
37724
37725 \begin_inset Index idx
37726 status collapsed
37727
37728 \begin_layout Plain Layout
37729 PostScript|see
37730 \begin_inset ERT
37731 status collapsed
37732
37733 \begin_layout Plain Layout
37734
37735 {
37736 \end_layout
37737
37738 \end_inset
37739
37740 Formats de Fichiers
37741 \begin_inset ERT
37742 status collapsed
37743
37744 \begin_layout Plain Layout
37745
37746 }
37747 \end_layout
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \begin_layout Standard
37760 Ce type de fichiers a l'extension 
37761 \begin_inset Quotes fld
37762 \end_inset
37763
37764
37765 \family typewriter
37766 .ps
37767 \family default
37768
37769 \begin_inset Quotes frd
37770 \end_inset
37771
37772 .
37773  PostScript a été développé par la société 
37774 \series bold
37775 Adobe
37776 \series default
37777  comme un langage pour les imprimantes.
37778  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
37779  pour imprimer le document.
37780  PostScript peut être considéré comme un 
37781 \begin_inset Quotes fld
37782 \end_inset
37783
37784 langage de programmation
37785 \begin_inset Quotes frd
37786 \end_inset
37787
37788  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
37789  images
37790 \begin_inset Foot
37791 status collapsed
37792
37793 \begin_layout Plain Layout
37794 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
37795  LaTeX 
37796 \series bold
37797 pstricks
37798 \series default
37799
37800 \begin_inset CommandInset citation
37801 LatexCommand cite
37802 key "pstricks"
37803
37804 \end_inset
37805
37806 .
37807 \end_layout
37808
37809 \end_inset
37810
37811 .
37812  En partie à cause de toutes ces possibilités un fichier PostScript est
37813  souvent plus gros qu'un PDF.
37814 \end_layout
37815
37816 \begin_layout Standard
37817 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
37818  plus gros qu'un PDF.
37819 \end_layout
37820
37821 \begin_layout Standard
37822 PostScript ne peut contenir que des images au format 
37823 \begin_inset Quotes fld
37824 \end_inset
37825
37826 PostScript Encapsulé
37827 \begin_inset Quotes frd
37828 \end_inset
37829
37830  (encapsulated PostScript ou EPS, d'extension 
37831 \family typewriter
37832 .eps
37833 \family default
37834 ).
37835  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
37836  il doit les convertir en interne en EPS.
37837  Si vous avez par exemple 50 images dans votre document, LyX doit faire
37838  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
37839  document.
37840  Cela risque de ralentir de façon importante votre rythme de travail.
37841  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
37842  vos images directement en EPS pour éviter ce problème.
37843 \end_layout
37844
37845 \begin_layout Standard
37846 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
37847  le menu 
37848 \family sans
37849 Fichier\SpecialChar \menuseparator
37850 Exporter\SpecialChar \menuseparator
37851 PostScript.
37852
37853 \family default
37854  Vous pouvez visionner votre document sous forme PostScript grâce au menu
37855  
37856 \family sans
37857 Visualiser
37858 \family default
37859  ou en utilisant le bouton 
37860 \begin_inset Graphics
37861         filename ../../images/buffer-view_ps.png
37862         scale 85
37863         scaleBeforeRotation
37864
37865 \end_inset
37866
37867  de la barre d'outils.
37868 \end_layout
37869
37870 \begin_layout Section
37871 PDF
37872 \begin_inset Index idx
37873 status collapsed
37874
37875 \begin_layout Plain Layout
37876 Formats de Fichiers ! PDF
37877 \end_layout
37878
37879 \end_inset
37880
37881
37882 \begin_inset Index idx
37883 status collapsed
37884
37885 \begin_layout Plain Layout
37886 PDF
37887 \end_layout
37888
37889 \end_inset
37890
37891
37892 \end_layout
37893
37894 \begin_layout Standard
37895 Ce type de fichiers a l'extension 
37896 \begin_inset Quotes fld
37897 \end_inset
37898
37899
37900 \family typewriter
37901 .pdf
37902 \family default
37903
37904 \begin_inset Quotes frd
37905 \end_inset
37906
37907 .
37908  Ce 
37909 \begin_inset Quotes fld
37910 \end_inset
37911
37912 format de document portable
37913 \begin_inset Quotes frd
37914 \end_inset
37915
37916  (portable document format ou PDF) est développé par 
37917 \family typewriter
37918 Adobe
37919 \family default
37920  comme une évolution de PostScript.
37921  Il est plus comprimé et utilise moins de commandes que PostScript.
37922  Comme son nom l'indique, il est 
37923 \begin_inset Quotes fld
37924 \end_inset
37925
37926 portable
37927 \begin_inset Quotes frd
37928 \end_inset
37929
37930  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
37931  aura exactement le même aspect.
37932 \end_layout
37933
37934 \begin_layout Standard
37935 PDF peut contenir des images dans son propre format PDF et dans les formats
37936  JPG (format du 
37937 \begin_inset Quotes fld
37938 \end_inset
37939
37940 Joint Photographic Expert Group
37941 \begin_inset Quotes frd
37942 \end_inset
37943
37944  avec comme extension 
37945 \family typewriter
37946 .jpg
37947 \family default
37948  ou 
37949 \family typewriter
37950 .jpeg
37951 \family default
37952 ) et PNG (
37953 \begin_inset Quotes fld
37954 \end_inset
37955
37956 Portable Network Graphics
37957 \begin_inset Quotes frd
37958 \end_inset
37959
37960  avec l'extension 
37961 \family typewriter
37962 .png
37963 \family default
37964 ).
37965  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
37966  dans un de ces formats.
37967  Mais comme il est dit dans la section sur PostScript, les conversions d'images
37968  vont ralentir votre travail.
37969  Nous recommandons donc l'utilisation de l'un des trois formats cités.
37970 \end_layout
37971
37972 \begin_layout Standard
37973 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
37974  menu 
37975 \family sans
37976 Fichier\SpecialChar \menuseparator
37977 Exporter 
37978 \family default
37979 de trois façons différentes:
37980 \end_layout
37981
37982 \begin_layout Description
37983 PDF
37984 \begin_inset space ~
37985 \end_inset
37986
37987 (ps2pdf) Ceci utilise le programme 
37988 \family typewriter
37989 ps2pdf
37990 \family default
37991  qui créé un PDF à partir de la version PostScript de votre fichier.
37992  Cette dernière est produite par le programme 
37993 \family typewriter
37994 dvips
37995 \family default
37996  qui utilise une version DVI comme étape intermédiaire.
37997  Cette variante consiste donc en trois conversions.
37998 \end_layout
37999
38000 \begin_layout Description
38001 PDF
38002 \begin_inset space ~
38003 \end_inset
38004
38005 (dvipdfm) Ceci utilise le programme 
38006 \family typewriter
38007 dvipdfm
38008 \family default
38009  qui convertit votre fichier en DVI avant de le convertir en PDF.
38010 \end_layout
38011
38012 \begin_layout Description
38013 PDF
38014 \begin_inset space ~
38015 \end_inset
38016
38017 (pdflatex) Ceci utilise le programme 
38018 \family typewriter
38019 pdftex
38020 \family default
38021  qui convertit directement votre fichier en PDF.
38022 \end_layout
38023
38024 \begin_layout Standard
38025 Nous recommandons d'utiliser l'option 
38026 \family sans
38027 PDF
38028 \begin_inset space ~
38029 \end_inset
38030
38031 (pdflatex)
38032 \family default
38033  car 
38034 \family typewriter
38035 pdftex
38036 \family default
38037  accepte toutes les fonctionnalités des versions actuelles de PDF.
38038  Il est en plus rapide et stable.
38039  Le programme 
38040 \family typewriter
38041 dvipdfm
38042 \family default
38043  n'est plus développé est est donc un peu dépassé.
38044 \end_layout
38045
38046 \begin_layout Standard
38047
38048 \end_layout
38049
38050 \begin_layout Standard
38051 Vous pouvez visionner votre document sous forme PDF grâce au menu 
38052 \family sans
38053 Visualiser
38054 \family default
38055  ou en utilisant le bouton 
38056 \begin_inset Graphics
38057         filename ../../images/buffer-view_pdf2.png
38058         scale 85
38059         scaleBeforeRotation
38060
38061 \end_inset
38062
38063  de la barre d'outils
38064 \family sans
38065  (
38066 \family default
38067 qui utilise 
38068 \family sans
38069 PDF
38070 \begin_inset space ~
38071 \end_inset
38072
38073 (pdflatex)
38074 \family default
38075 ).
38076 \end_layout
38077
38078 \begin_layout Chapter
38079 Liste de noms de couleur pour dvips
38080 \begin_inset CommandInset label
38081 LatexCommand label
38082 name "chap:Liste-de-noms-de-couleur-dvips"
38083
38084 \end_inset
38085
38086
38087 \end_layout
38088
38089 \begin_layout Standard
38090 \begin_inset Tabular
38091 <lyxtabular version="3" rows="17" columns="4">
38092 <features tabularvalignment="middle">
38093 <column alignment="left" valignment="top" width="0pt">
38094 <column alignment="left" valignment="top" width="0pt">
38095 <column alignment="left" valignment="top" width="0pt">
38096 <column alignment="left" valignment="top" width="0pt">
38097 <row>
38098 <cell alignment="left" valignment="top" usebox="none">
38099 \begin_inset Text
38100
38101 \begin_layout Plain Layout
38102 \begin_inset ERT
38103 status collapsed
38104
38105 \begin_layout Plain Layout
38106
38107
38108 \backslash
38109 fcolorbox{black}{
38110 \end_layout
38111
38112 \end_inset
38113
38114 white
38115 \begin_inset ERT
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119
38120 }{
38121 \end_layout
38122
38123 \end_inset
38124
38125 Couleur
38126 \begin_inset ERT
38127 status collapsed
38128
38129 \begin_layout Plain Layout
38130
38131 }
38132 \end_layout
38133
38134 \end_inset
38135
38136  Nom
38137 \end_layout
38138
38139 \end_inset
38140 </cell>
38141 <cell alignment="left" valignment="top" usebox="none">
38142 \begin_inset Text
38143
38144 \begin_layout Plain Layout
38145 \begin_inset ERT
38146 status collapsed
38147
38148 \begin_layout Plain Layout
38149
38150
38151 \backslash
38152 fcolorbox{black}{
38153 \end_layout
38154
38155 \end_inset
38156
38157 white
38158 \begin_inset ERT
38159 status collapsed
38160
38161 \begin_layout Plain Layout
38162
38163 }{
38164 \end_layout
38165
38166 \end_inset
38167
38168 Couleur
38169 \begin_inset ERT
38170 status collapsed
38171
38172 \begin_layout Plain Layout
38173
38174 }
38175 \end_layout
38176
38177 \end_inset
38178
38179  Nom
38180 \end_layout
38181
38182 \end_inset
38183 </cell>
38184 <cell alignment="left" valignment="top" usebox="none">
38185 \begin_inset Text
38186
38187 \begin_layout Plain Layout
38188 \begin_inset ERT
38189 status collapsed
38190
38191 \begin_layout Plain Layout
38192
38193
38194 \backslash
38195 fcolorbox{black}{
38196 \end_layout
38197
38198 \end_inset
38199
38200 white
38201 \begin_inset ERT
38202 status collapsed
38203
38204 \begin_layout Plain Layout
38205
38206 }{
38207 \end_layout
38208
38209 \end_inset
38210
38211 Couleur
38212 \begin_inset ERT
38213 status collapsed
38214
38215 \begin_layout Plain Layout
38216
38217 }
38218 \end_layout
38219
38220 \end_inset
38221
38222  Nom
38223 \end_layout
38224
38225 \end_inset
38226 </cell>
38227 <cell alignment="left" valignment="top" usebox="none">
38228 \begin_inset Text
38229
38230 \begin_layout Plain Layout
38231 \begin_inset ERT
38232 status collapsed
38233
38234 \begin_layout Plain Layout
38235
38236
38237 \backslash
38238 fcolorbox{black}{
38239 \end_layout
38240
38241 \end_inset
38242
38243 white
38244 \begin_inset ERT
38245 status collapsed
38246
38247 \begin_layout Plain Layout
38248
38249 }{
38250 \end_layout
38251
38252 \end_inset
38253
38254 Couleur
38255 \begin_inset ERT
38256 status collapsed
38257
38258 \begin_layout Plain Layout
38259
38260 }
38261 \end_layout
38262
38263 \end_inset
38264
38265  Nom
38266 \end_layout
38267
38268 \end_inset
38269 </cell>
38270 </row>
38271 <row>
38272 <cell alignment="center" valignment="top" usebox="none">
38273 \begin_inset Text
38274
38275 \begin_layout Plain Layout
38276 \begin_inset ERT
38277 status collapsed
38278
38279 \begin_layout Plain Layout
38280
38281
38282 \backslash
38283 fcolorbox{black}{
38284 \end_layout
38285
38286 \end_inset
38287
38288 Apricot
38289 \begin_inset ERT
38290 status collapsed
38291
38292 \begin_layout Plain Layout
38293
38294 }{
38295 \end_layout
38296
38297 \end_inset
38298
38299
38300 \begin_inset Phantom Phantom
38301 status open
38302
38303 \begin_layout Plain Layout
38304 W
38305 \end_layout
38306
38307 \end_inset
38308
38309
38310 \begin_inset ERT
38311 status collapsed
38312
38313 \begin_layout Plain Layout
38314
38315 }
38316 \end_layout
38317
38318 \end_inset
38319
38320  Apricot
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 <cell alignment="center" valignment="top" usebox="none">
38326 \begin_inset Text
38327
38328 \begin_layout Plain Layout
38329 \begin_inset ERT
38330 status collapsed
38331
38332 \begin_layout Plain Layout
38333
38334
38335 \backslash
38336 fcolorbox{black}{
38337 \end_layout
38338
38339 \end_inset
38340
38341 Aquamarine
38342 \begin_inset ERT
38343 status collapsed
38344
38345 \begin_layout Plain Layout
38346
38347 }{
38348 \end_layout
38349
38350 \end_inset
38351
38352
38353 \begin_inset Phantom Phantom
38354 status open
38355
38356 \begin_layout Plain Layout
38357 W
38358 \end_layout
38359
38360 \end_inset
38361
38362
38363 \begin_inset ERT
38364 status collapsed
38365
38366 \begin_layout Plain Layout
38367
38368 }
38369 \end_layout
38370
38371 \end_inset
38372
38373  Aquamarine
38374 \end_layout
38375
38376 \end_inset
38377 </cell>
38378 <cell alignment="center" valignment="top" usebox="none">
38379 \begin_inset Text
38380
38381 \begin_layout Plain Layout
38382 \begin_inset ERT
38383 status collapsed
38384
38385 \begin_layout Plain Layout
38386
38387
38388 \backslash
38389 fcolorbox{black}{
38390 \end_layout
38391
38392 \end_inset
38393
38394 Bittersweet
38395 \begin_inset ERT
38396 status collapsed
38397
38398 \begin_layout Plain Layout
38399
38400 }{
38401 \end_layout
38402
38403 \end_inset
38404
38405
38406 \begin_inset Phantom Phantom
38407 status open
38408
38409 \begin_layout Plain Layout
38410 W
38411 \end_layout
38412
38413 \end_inset
38414
38415
38416 \begin_inset ERT
38417 status collapsed
38418
38419 \begin_layout Plain Layout
38420
38421 }
38422 \end_layout
38423
38424 \end_inset
38425
38426  Bittersweet
38427 \end_layout
38428
38429 \end_inset
38430 </cell>
38431 <cell alignment="center" valignment="top" usebox="none">
38432 \begin_inset Text
38433
38434 \begin_layout Plain Layout
38435 \begin_inset ERT
38436 status collapsed
38437
38438 \begin_layout Plain Layout
38439
38440
38441 \backslash
38442 fcolorbox{black}{
38443 \end_layout
38444
38445 \end_inset
38446
38447 BlueGreen
38448 \begin_inset ERT
38449 status collapsed
38450
38451 \begin_layout Plain Layout
38452
38453 }{
38454 \end_layout
38455
38456 \end_inset
38457
38458
38459 \begin_inset Phantom Phantom
38460 status open
38461
38462 \begin_layout Plain Layout
38463 W
38464 \end_layout
38465
38466 \end_inset
38467
38468
38469 \begin_inset ERT
38470 status collapsed
38471
38472 \begin_layout Plain Layout
38473
38474 }
38475 \end_layout
38476
38477 \end_inset
38478
38479  BlueGreen
38480 \end_layout
38481
38482 \end_inset
38483 </cell>
38484 </row>
38485 <row>
38486 <cell alignment="left" valignment="top" usebox="none">
38487 \begin_inset Text
38488
38489 \begin_layout Plain Layout
38490 \begin_inset ERT
38491 status collapsed
38492
38493 \begin_layout Plain Layout
38494
38495
38496 \backslash
38497 fcolorbox{black}{
38498 \end_layout
38499
38500 \end_inset
38501
38502 BlueViolet
38503 \begin_inset ERT
38504 status collapsed
38505
38506 \begin_layout Plain Layout
38507
38508 }{
38509 \end_layout
38510
38511 \end_inset
38512
38513
38514 \begin_inset Phantom Phantom
38515 status open
38516
38517 \begin_layout Plain Layout
38518 W
38519 \end_layout
38520
38521 \end_inset
38522
38523
38524 \begin_inset ERT
38525 status collapsed
38526
38527 \begin_layout Plain Layout
38528
38529 }
38530 \end_layout
38531
38532 \end_inset
38533
38534  BlueViolet
38535 \end_layout
38536
38537 \end_inset
38538 </cell>
38539 <cell alignment="left" valignment="top" usebox="none">
38540 \begin_inset Text
38541
38542 \begin_layout Plain Layout
38543 \begin_inset ERT
38544 status collapsed
38545
38546 \begin_layout Plain Layout
38547
38548
38549 \backslash
38550 fcolorbox{black}{
38551 \end_layout
38552
38553 \end_inset
38554
38555 BrickRed
38556 \begin_inset ERT
38557 status collapsed
38558
38559 \begin_layout Plain Layout
38560
38561 }{
38562 \end_layout
38563
38564 \end_inset
38565
38566
38567 \begin_inset Phantom Phantom
38568 status open
38569
38570 \begin_layout Plain Layout
38571 W
38572 \end_layout
38573
38574 \end_inset
38575
38576
38577 \begin_inset ERT
38578 status collapsed
38579
38580 \begin_layout Plain Layout
38581
38582 }
38583 \end_layout
38584
38585 \end_inset
38586
38587  BrickRed
38588 \end_layout
38589
38590 \end_inset
38591 </cell>
38592 <cell alignment="left" valignment="top" usebox="none">
38593 \begin_inset Text
38594
38595 \begin_layout Plain Layout
38596 \begin_inset ERT
38597 status collapsed
38598
38599 \begin_layout Plain Layout
38600
38601
38602 \backslash
38603 fcolorbox{black}{
38604 \end_layout
38605
38606 \end_inset
38607
38608 Brown
38609 \begin_inset ERT
38610 status collapsed
38611
38612 \begin_layout Plain Layout
38613
38614 }{
38615 \end_layout
38616
38617 \end_inset
38618
38619
38620 \begin_inset Phantom Phantom
38621 status open
38622
38623 \begin_layout Plain Layout
38624 W
38625 \end_layout
38626
38627 \end_inset
38628
38629
38630 \begin_inset ERT
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634
38635 }
38636 \end_layout
38637
38638 \end_inset
38639
38640  Brown
38641 \end_layout
38642
38643 \end_inset
38644 </cell>
38645 <cell alignment="left" valignment="top" usebox="none">
38646 \begin_inset Text
38647
38648 \begin_layout Plain Layout
38649 \begin_inset ERT
38650 status collapsed
38651
38652 \begin_layout Plain Layout
38653
38654
38655 \backslash
38656 fcolorbox{black}{
38657 \end_layout
38658
38659 \end_inset
38660
38661 BurntOrange
38662 \begin_inset ERT
38663 status collapsed
38664
38665 \begin_layout Plain Layout
38666
38667 }{
38668 \end_layout
38669
38670 \end_inset
38671
38672
38673 \begin_inset Phantom Phantom
38674 status open
38675
38676 \begin_layout Plain Layout
38677 W
38678 \end_layout
38679
38680 \end_inset
38681
38682
38683 \begin_inset ERT
38684 status collapsed
38685
38686 \begin_layout Plain Layout
38687
38688 }
38689 \end_layout
38690
38691 \end_inset
38692
38693  BurntOrange
38694 \end_layout
38695
38696 \end_inset
38697 </cell>
38698 </row>
38699 <row>
38700 <cell alignment="left" valignment="top" usebox="none">
38701 \begin_inset Text
38702
38703 \begin_layout Plain Layout
38704 \begin_inset ERT
38705 status collapsed
38706
38707 \begin_layout Plain Layout
38708
38709
38710 \backslash
38711 fcolorbox{black}{
38712 \end_layout
38713
38714 \end_inset
38715
38716 CadetBlue
38717 \begin_inset ERT
38718 status collapsed
38719
38720 \begin_layout Plain Layout
38721
38722 }{
38723 \end_layout
38724
38725 \end_inset
38726
38727
38728 \begin_inset Phantom Phantom
38729 status open
38730
38731 \begin_layout Plain Layout
38732 W
38733 \end_layout
38734
38735 \end_inset
38736
38737
38738 \begin_inset ERT
38739 status collapsed
38740
38741 \begin_layout Plain Layout
38742
38743 }
38744 \end_layout
38745
38746 \end_inset
38747
38748  CadetBlue
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 <cell alignment="left" valignment="top" usebox="none">
38754 \begin_inset Text
38755
38756 \begin_layout Plain Layout
38757 \begin_inset ERT
38758 status collapsed
38759
38760 \begin_layout Plain Layout
38761
38762
38763 \backslash
38764 fcolorbox{black}{
38765 \end_layout
38766
38767 \end_inset
38768
38769 CarnationPink
38770 \begin_inset ERT
38771 status collapsed
38772
38773 \begin_layout Plain Layout
38774
38775 }{
38776 \end_layout
38777
38778 \end_inset
38779
38780
38781 \begin_inset Phantom Phantom
38782 status open
38783
38784 \begin_layout Plain Layout
38785 W
38786 \end_layout
38787
38788 \end_inset
38789
38790
38791 \begin_inset ERT
38792 status collapsed
38793
38794 \begin_layout Plain Layout
38795
38796 }
38797 \end_layout
38798
38799 \end_inset
38800
38801  CarnationPink
38802 \end_layout
38803
38804 \end_inset
38805 </cell>
38806 <cell alignment="left" valignment="top" usebox="none">
38807 \begin_inset Text
38808
38809 \begin_layout Plain Layout
38810 \begin_inset ERT
38811 status collapsed
38812
38813 \begin_layout Plain Layout
38814
38815
38816 \backslash
38817 fcolorbox{black}{
38818 \end_layout
38819
38820 \end_inset
38821
38822 Cerulean
38823 \begin_inset ERT
38824 status collapsed
38825
38826 \begin_layout Plain Layout
38827
38828 }{
38829 \end_layout
38830
38831 \end_inset
38832
38833
38834 \begin_inset Phantom Phantom
38835 status open
38836
38837 \begin_layout Plain Layout
38838 W
38839 \end_layout
38840
38841 \end_inset
38842
38843
38844 \begin_inset ERT
38845 status collapsed
38846
38847 \begin_layout Plain Layout
38848
38849 }
38850 \end_layout
38851
38852 \end_inset
38853
38854  Cerulean
38855 \end_layout
38856
38857 \end_inset
38858 </cell>
38859 <cell alignment="left" valignment="top" usebox="none">
38860 \begin_inset Text
38861
38862 \begin_layout Plain Layout
38863 \begin_inset ERT
38864 status collapsed
38865
38866 \begin_layout Plain Layout
38867
38868
38869 \backslash
38870 fcolorbox{black}{
38871 \end_layout
38872
38873 \end_inset
38874
38875 CornflowerBlue
38876 \begin_inset ERT
38877 status collapsed
38878
38879 \begin_layout Plain Layout
38880
38881 }{
38882 \end_layout
38883
38884 \end_inset
38885
38886
38887 \begin_inset Phantom Phantom
38888 status open
38889
38890 \begin_layout Plain Layout
38891 W
38892 \end_layout
38893
38894 \end_inset
38895
38896
38897 \begin_inset ERT
38898 status collapsed
38899
38900 \begin_layout Plain Layout
38901
38902 }
38903 \end_layout
38904
38905 \end_inset
38906
38907  CornflowerBlue
38908 \end_layout
38909
38910 \end_inset
38911 </cell>
38912 </row>
38913 <row>
38914 <cell alignment="left" valignment="top" usebox="none">
38915 \begin_inset Text
38916
38917 \begin_layout Plain Layout
38918 \begin_inset ERT
38919 status collapsed
38920
38921 \begin_layout Plain Layout
38922
38923
38924 \backslash
38925 fcolorbox{black}{
38926 \end_layout
38927
38928 \end_inset
38929
38930 Dandelion
38931 \begin_inset ERT
38932 status collapsed
38933
38934 \begin_layout Plain Layout
38935
38936 }{
38937 \end_layout
38938
38939 \end_inset
38940
38941
38942 \begin_inset Phantom Phantom
38943 status open
38944
38945 \begin_layout Plain Layout
38946 W
38947 \end_layout
38948
38949 \end_inset
38950
38951
38952 \begin_inset ERT
38953 status collapsed
38954
38955 \begin_layout Plain Layout
38956
38957 }
38958 \end_layout
38959
38960 \end_inset
38961
38962  Dandelion
38963 \end_layout
38964
38965 \end_inset
38966 </cell>
38967 <cell alignment="left" valignment="top" usebox="none">
38968 \begin_inset Text
38969
38970 \begin_layout Plain Layout
38971 \begin_inset ERT
38972 status collapsed
38973
38974 \begin_layout Plain Layout
38975
38976
38977 \backslash
38978 fcolorbox{black}{
38979 \end_layout
38980
38981 \end_inset
38982
38983 DarkOrchid
38984 \begin_inset ERT
38985 status collapsed
38986
38987 \begin_layout Plain Layout
38988
38989 }{
38990 \end_layout
38991
38992 \end_inset
38993
38994
38995 \begin_inset Phantom Phantom
38996 status open
38997
38998 \begin_layout Plain Layout
38999 W
39000 \end_layout
39001
39002 \end_inset
39003
39004
39005 \begin_inset ERT
39006 status collapsed
39007
39008 \begin_layout Plain Layout
39009
39010 }
39011 \end_layout
39012
39013 \end_inset
39014
39015  DarkOrchid
39016 \end_layout
39017
39018 \end_inset
39019 </cell>
39020 <cell alignment="left" valignment="top" usebox="none">
39021 \begin_inset Text
39022
39023 \begin_layout Plain Layout
39024 \begin_inset ERT
39025 status collapsed
39026
39027 \begin_layout Plain Layout
39028
39029
39030 \backslash
39031 fcolorbox{black}{
39032 \end_layout
39033
39034 \end_inset
39035
39036 Emerald
39037 \begin_inset ERT
39038 status collapsed
39039
39040 \begin_layout Plain Layout
39041
39042 }{
39043 \end_layout
39044
39045 \end_inset
39046
39047
39048 \begin_inset Phantom Phantom
39049 status open
39050
39051 \begin_layout Plain Layout
39052 W
39053 \end_layout
39054
39055 \end_inset
39056
39057
39058 \begin_inset ERT
39059 status collapsed
39060
39061 \begin_layout Plain Layout
39062
39063 }
39064 \end_layout
39065
39066 \end_inset
39067
39068  Emerald
39069 \end_layout
39070
39071 \end_inset
39072 </cell>
39073 <cell alignment="left" valignment="top" usebox="none">
39074 \begin_inset Text
39075
39076 \begin_layout Plain Layout
39077 \begin_inset ERT
39078 status collapsed
39079
39080 \begin_layout Plain Layout
39081
39082
39083 \backslash
39084 fcolorbox{black}{
39085 \end_layout
39086
39087 \end_inset
39088
39089 ForestGreen
39090 \begin_inset ERT
39091 status collapsed
39092
39093 \begin_layout Plain Layout
39094
39095 }{
39096 \end_layout
39097
39098 \end_inset
39099
39100
39101 \begin_inset Phantom Phantom
39102 status open
39103
39104 \begin_layout Plain Layout
39105 W
39106 \end_layout
39107
39108 \end_inset
39109
39110
39111 \begin_inset ERT
39112 status collapsed
39113
39114 \begin_layout Plain Layout
39115
39116 }
39117 \end_layout
39118
39119 \end_inset
39120
39121  ForestGreen
39122 \end_layout
39123
39124 \end_inset
39125 </cell>
39126 </row>
39127 <row>
39128 <cell alignment="left" valignment="top" usebox="none">
39129 \begin_inset Text
39130
39131 \begin_layout Plain Layout
39132 \begin_inset ERT
39133 status collapsed
39134
39135 \begin_layout Plain Layout
39136
39137
39138 \backslash
39139 fcolorbox{black}{
39140 \end_layout
39141
39142 \end_inset
39143
39144 Fuchsia
39145 \begin_inset ERT
39146 status collapsed
39147
39148 \begin_layout Plain Layout
39149
39150 }{
39151 \end_layout
39152
39153 \end_inset
39154
39155
39156 \begin_inset Phantom Phantom
39157 status open
39158
39159 \begin_layout Plain Layout
39160 W
39161 \end_layout
39162
39163 \end_inset
39164
39165
39166 \begin_inset ERT
39167 status collapsed
39168
39169 \begin_layout Plain Layout
39170
39171 }
39172 \end_layout
39173
39174 \end_inset
39175
39176  Fuchsia
39177 \end_layout
39178
39179 \end_inset
39180 </cell>
39181 <cell alignment="left" valignment="top" usebox="none">
39182 \begin_inset Text
39183
39184 \begin_layout Plain Layout
39185 \begin_inset ERT
39186 status collapsed
39187
39188 \begin_layout Plain Layout
39189
39190
39191 \backslash
39192 fcolorbox{black}{
39193 \end_layout
39194
39195 \end_inset
39196
39197 Goldenrod
39198 \begin_inset ERT
39199 status collapsed
39200
39201 \begin_layout Plain Layout
39202
39203 }{
39204 \end_layout
39205
39206 \end_inset
39207
39208
39209 \begin_inset Phantom Phantom
39210 status open
39211
39212 \begin_layout Plain Layout
39213 W
39214 \end_layout
39215
39216 \end_inset
39217
39218
39219 \begin_inset ERT
39220 status collapsed
39221
39222 \begin_layout Plain Layout
39223
39224 }
39225 \end_layout
39226
39227 \end_inset
39228
39229  Goldenrod
39230 \end_layout
39231
39232 \end_inset
39233 </cell>
39234 <cell alignment="left" valignment="top" usebox="none">
39235 \begin_inset Text
39236
39237 \begin_layout Plain Layout
39238 \begin_inset ERT
39239 status collapsed
39240
39241 \begin_layout Plain Layout
39242
39243
39244 \backslash
39245 fcolorbox{black}{
39246 \end_layout
39247
39248 \end_inset
39249
39250 Gray
39251 \begin_inset ERT
39252 status collapsed
39253
39254 \begin_layout Plain Layout
39255
39256 }{
39257 \end_layout
39258
39259 \end_inset
39260
39261
39262 \begin_inset Phantom Phantom
39263 status open
39264
39265 \begin_layout Plain Layout
39266 W
39267 \end_layout
39268
39269 \end_inset
39270
39271
39272 \begin_inset ERT
39273 status collapsed
39274
39275 \begin_layout Plain Layout
39276
39277 }
39278 \end_layout
39279
39280 \end_inset
39281
39282  Gray
39283 \end_layout
39284
39285 \end_inset
39286 </cell>
39287 <cell alignment="left" valignment="top" usebox="none">
39288 \begin_inset Text
39289
39290 \begin_layout Plain Layout
39291 \begin_inset ERT
39292 status collapsed
39293
39294 \begin_layout Plain Layout
39295
39296
39297 \backslash
39298 fcolorbox{black}{
39299 \end_layout
39300
39301 \end_inset
39302
39303 GreenYellow
39304 \begin_inset ERT
39305 status collapsed
39306
39307 \begin_layout Plain Layout
39308
39309 }{
39310 \end_layout
39311
39312 \end_inset
39313
39314
39315 \begin_inset Phantom Phantom
39316 status open
39317
39318 \begin_layout Plain Layout
39319 W
39320 \end_layout
39321
39322 \end_inset
39323
39324
39325 \begin_inset ERT
39326 status collapsed
39327
39328 \begin_layout Plain Layout
39329
39330 }
39331 \end_layout
39332
39333 \end_inset
39334
39335  GreenYellow
39336 \end_layout
39337
39338 \end_inset
39339 </cell>
39340 </row>
39341 <row>
39342 <cell alignment="center" valignment="top" usebox="none">
39343 \begin_inset Text
39344
39345 \begin_layout Plain Layout
39346 \begin_inset ERT
39347 status collapsed
39348
39349 \begin_layout Plain Layout
39350
39351
39352 \backslash
39353 fcolorbox{black}{
39354 \end_layout
39355
39356 \end_inset
39357
39358 JungleGreen
39359 \begin_inset ERT
39360 status collapsed
39361
39362 \begin_layout Plain Layout
39363
39364 }{
39365 \end_layout
39366
39367 \end_inset
39368
39369
39370 \begin_inset Phantom Phantom
39371 status open
39372
39373 \begin_layout Plain Layout
39374 W
39375 \end_layout
39376
39377 \end_inset
39378
39379
39380 \begin_inset ERT
39381 status collapsed
39382
39383 \begin_layout Plain Layout
39384
39385 }
39386 \end_layout
39387
39388 \end_inset
39389
39390  JungleGreen
39391 \end_layout
39392
39393 \end_inset
39394 </cell>
39395 <cell alignment="center" valignment="top" usebox="none">
39396 \begin_inset Text
39397
39398 \begin_layout Plain Layout
39399 \begin_inset ERT
39400 status collapsed
39401
39402 \begin_layout Plain Layout
39403
39404
39405 \backslash
39406 fcolorbox{black}{
39407 \end_layout
39408
39409 \end_inset
39410
39411 Lavender
39412 \begin_inset ERT
39413 status collapsed
39414
39415 \begin_layout Plain Layout
39416
39417 }{
39418 \end_layout
39419
39420 \end_inset
39421
39422
39423 \begin_inset Phantom Phantom
39424 status open
39425
39426 \begin_layout Plain Layout
39427 W
39428 \end_layout
39429
39430 \end_inset
39431
39432
39433 \begin_inset ERT
39434 status collapsed
39435
39436 \begin_layout Plain Layout
39437
39438 }
39439 \end_layout
39440
39441 \end_inset
39442
39443  Lavender
39444 \end_layout
39445
39446 \end_inset
39447 </cell>
39448 <cell alignment="center" valignment="top" usebox="none">
39449 \begin_inset Text
39450
39451 \begin_layout Plain Layout
39452 \begin_inset ERT
39453 status collapsed
39454
39455 \begin_layout Plain Layout
39456
39457
39458 \backslash
39459 fcolorbox{black}{
39460 \end_layout
39461
39462 \end_inset
39463
39464 LimeGreen
39465 \begin_inset ERT
39466 status collapsed
39467
39468 \begin_layout Plain Layout
39469
39470 }{
39471 \end_layout
39472
39473 \end_inset
39474
39475
39476 \begin_inset Phantom Phantom
39477 status open
39478
39479 \begin_layout Plain Layout
39480 W
39481 \end_layout
39482
39483 \end_inset
39484
39485
39486 \begin_inset ERT
39487 status collapsed
39488
39489 \begin_layout Plain Layout
39490
39491 }
39492 \end_layout
39493
39494 \end_inset
39495
39496  LimeGreen
39497 \end_layout
39498
39499 \end_inset
39500 </cell>
39501 <cell alignment="center" valignment="top" usebox="none">
39502 \begin_inset Text
39503
39504 \begin_layout Plain Layout
39505 \begin_inset ERT
39506 status collapsed
39507
39508 \begin_layout Plain Layout
39509
39510
39511 \backslash
39512 fcolorbox{black}{
39513 \end_layout
39514
39515 \end_inset
39516
39517 Mahogany
39518 \begin_inset ERT
39519 status collapsed
39520
39521 \begin_layout Plain Layout
39522
39523 }{
39524 \end_layout
39525
39526 \end_inset
39527
39528
39529 \begin_inset Phantom Phantom
39530 status open
39531
39532 \begin_layout Plain Layout
39533 W
39534 \end_layout
39535
39536 \end_inset
39537
39538
39539 \begin_inset ERT
39540 status collapsed
39541
39542 \begin_layout Plain Layout
39543
39544 }
39545 \end_layout
39546
39547 \end_inset
39548
39549  Mahogany
39550 \end_layout
39551
39552 \end_inset
39553 </cell>
39554 </row>
39555 <row>
39556 <cell alignment="left" valignment="top" usebox="none">
39557 \begin_inset Text
39558
39559 \begin_layout Plain Layout
39560 \begin_inset ERT
39561 status collapsed
39562
39563 \begin_layout Plain Layout
39564
39565
39566 \backslash
39567 fcolorbox{black}{
39568 \end_layout
39569
39570 \end_inset
39571
39572 Mahogany
39573 \begin_inset ERT
39574 status collapsed
39575
39576 \begin_layout Plain Layout
39577
39578 }{
39579 \end_layout
39580
39581 \end_inset
39582
39583
39584 \begin_inset Phantom Phantom
39585 status open
39586
39587 \begin_layout Plain Layout
39588 W
39589 \end_layout
39590
39591 \end_inset
39592
39593
39594 \begin_inset ERT
39595 status collapsed
39596
39597 \begin_layout Plain Layout
39598
39599 }
39600 \end_layout
39601
39602 \end_inset
39603
39604  Mahogany
39605 \end_layout
39606
39607 \end_inset
39608 </cell>
39609 <cell alignment="left" valignment="top" usebox="none">
39610 \begin_inset Text
39611
39612 \begin_layout Plain Layout
39613 \begin_inset ERT
39614 status collapsed
39615
39616 \begin_layout Plain Layout
39617
39618
39619 \backslash
39620 fcolorbox{black}{
39621 \end_layout
39622
39623 \end_inset
39624
39625 Maroon
39626 \begin_inset ERT
39627 status collapsed
39628
39629 \begin_layout Plain Layout
39630
39631 }{
39632 \end_layout
39633
39634 \end_inset
39635
39636
39637 \begin_inset Phantom Phantom
39638 status open
39639
39640 \begin_layout Plain Layout
39641 W
39642 \end_layout
39643
39644 \end_inset
39645
39646
39647 \begin_inset ERT
39648 status collapsed
39649
39650 \begin_layout Plain Layout
39651
39652 }
39653 \end_layout
39654
39655 \end_inset
39656
39657  Maroon
39658 \end_layout
39659
39660 \end_inset
39661 </cell>
39662 <cell alignment="left" valignment="top" usebox="none">
39663 \begin_inset Text
39664
39665 \begin_layout Plain Layout
39666 \begin_inset ERT
39667 status collapsed
39668
39669 \begin_layout Plain Layout
39670
39671
39672 \backslash
39673 fcolorbox{black}{
39674 \end_layout
39675
39676 \end_inset
39677
39678 Melon
39679 \begin_inset ERT
39680 status collapsed
39681
39682 \begin_layout Plain Layout
39683
39684 }{
39685 \end_layout
39686
39687 \end_inset
39688
39689
39690 \begin_inset Phantom Phantom
39691 status open
39692
39693 \begin_layout Plain Layout
39694 W
39695 \end_layout
39696
39697 \end_inset
39698
39699
39700 \begin_inset ERT
39701 status collapsed
39702
39703 \begin_layout Plain Layout
39704
39705 }
39706 \end_layout
39707
39708 \end_inset
39709
39710  Melon
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 <cell alignment="left" valignment="top" usebox="none">
39716 \begin_inset Text
39717
39718 \begin_layout Plain Layout
39719 \begin_inset ERT
39720 status collapsed
39721
39722 \begin_layout Plain Layout
39723
39724
39725 \backslash
39726 fcolorbox{black}{
39727 \end_layout
39728
39729 \end_inset
39730
39731 MidnightBlue
39732 \begin_inset ERT
39733 status collapsed
39734
39735 \begin_layout Plain Layout
39736
39737 }{
39738 \end_layout
39739
39740 \end_inset
39741
39742
39743 \begin_inset Phantom Phantom
39744 status open
39745
39746 \begin_layout Plain Layout
39747 W
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \begin_inset ERT
39754 status collapsed
39755
39756 \begin_layout Plain Layout
39757
39758 }
39759 \end_layout
39760
39761 \end_inset
39762
39763  MidnightBlue
39764 \end_layout
39765
39766 \end_inset
39767 </cell>
39768 </row>
39769 <row>
39770 <cell alignment="left" valignment="top" usebox="none">
39771 \begin_inset Text
39772
39773 \begin_layout Plain Layout
39774 \begin_inset ERT
39775 status collapsed
39776
39777 \begin_layout Plain Layout
39778
39779
39780 \backslash
39781 fcolorbox{black}{
39782 \end_layout
39783
39784 \end_inset
39785
39786 Mulberry
39787 \begin_inset ERT
39788 status collapsed
39789
39790 \begin_layout Plain Layout
39791
39792 }{
39793 \end_layout
39794
39795 \end_inset
39796
39797
39798 \begin_inset Phantom Phantom
39799 status open
39800
39801 \begin_layout Plain Layout
39802 W
39803 \end_layout
39804
39805 \end_inset
39806
39807
39808 \begin_inset ERT
39809 status collapsed
39810
39811 \begin_layout Plain Layout
39812
39813 }
39814 \end_layout
39815
39816 \end_inset
39817
39818  Mulberry
39819 \end_layout
39820
39821 \end_inset
39822 </cell>
39823 <cell alignment="left" valignment="top" usebox="none">
39824 \begin_inset Text
39825
39826 \begin_layout Plain Layout
39827 \begin_inset ERT
39828 status collapsed
39829
39830 \begin_layout Plain Layout
39831
39832
39833 \backslash
39834 fcolorbox{black}{
39835 \end_layout
39836
39837 \end_inset
39838
39839 NavyBlue
39840 \begin_inset ERT
39841 status collapsed
39842
39843 \begin_layout Plain Layout
39844
39845 }{
39846 \end_layout
39847
39848 \end_inset
39849
39850
39851 \begin_inset Phantom Phantom
39852 status open
39853
39854 \begin_layout Plain Layout
39855 W
39856 \end_layout
39857
39858 \end_inset
39859
39860
39861 \begin_inset ERT
39862 status collapsed
39863
39864 \begin_layout Plain Layout
39865
39866 }
39867 \end_layout
39868
39869 \end_inset
39870
39871  NavyBlue
39872 \end_layout
39873
39874 \end_inset
39875 </cell>
39876 <cell alignment="left" valignment="top" usebox="none">
39877 \begin_inset Text
39878
39879 \begin_layout Plain Layout
39880 \begin_inset ERT
39881 status collapsed
39882
39883 \begin_layout Plain Layout
39884
39885
39886 \backslash
39887 fcolorbox{black}{
39888 \end_layout
39889
39890 \end_inset
39891
39892 OliveGreen
39893 \begin_inset ERT
39894 status collapsed
39895
39896 \begin_layout Plain Layout
39897
39898 }{
39899 \end_layout
39900
39901 \end_inset
39902
39903
39904 \begin_inset Phantom Phantom
39905 status open
39906
39907 \begin_layout Plain Layout
39908 W
39909 \end_layout
39910
39911 \end_inset
39912
39913
39914 \begin_inset ERT
39915 status collapsed
39916
39917 \begin_layout Plain Layout
39918
39919 }
39920 \end_layout
39921
39922 \end_inset
39923
39924  OliveGreen
39925 \end_layout
39926
39927 \end_inset
39928 </cell>
39929 <cell alignment="left" valignment="top" usebox="none">
39930 \begin_inset Text
39931
39932 \begin_layout Plain Layout
39933 \begin_inset ERT
39934 status collapsed
39935
39936 \begin_layout Plain Layout
39937
39938
39939 \backslash
39940 fcolorbox{black}{
39941 \end_layout
39942
39943 \end_inset
39944
39945 Orange
39946 \begin_inset ERT
39947 status collapsed
39948
39949 \begin_layout Plain Layout
39950
39951 }{
39952 \end_layout
39953
39954 \end_inset
39955
39956
39957 \begin_inset Phantom Phantom
39958 status open
39959
39960 \begin_layout Plain Layout
39961 W
39962 \end_layout
39963
39964 \end_inset
39965
39966
39967 \begin_inset ERT
39968 status collapsed
39969
39970 \begin_layout Plain Layout
39971
39972 }
39973 \end_layout
39974
39975 \end_inset
39976
39977  Orange
39978 \end_layout
39979
39980 \end_inset
39981 </cell>
39982 </row>
39983 <row>
39984 <cell alignment="left" valignment="top" usebox="none">
39985 \begin_inset Text
39986
39987 \begin_layout Plain Layout
39988 \begin_inset ERT
39989 status collapsed
39990
39991 \begin_layout Plain Layout
39992
39993
39994 \backslash
39995 fcolorbox{black}{
39996 \end_layout
39997
39998 \end_inset
39999
40000 OrangeRed
40001 \begin_inset ERT
40002 status collapsed
40003
40004 \begin_layout Plain Layout
40005
40006 }{
40007 \end_layout
40008
40009 \end_inset
40010
40011
40012 \begin_inset Phantom Phantom
40013 status open
40014
40015 \begin_layout Plain Layout
40016 W
40017 \end_layout
40018
40019 \end_inset
40020
40021
40022 \begin_inset ERT
40023 status collapsed
40024
40025 \begin_layout Plain Layout
40026
40027 }
40028 \end_layout
40029
40030 \end_inset
40031
40032  OrangeRed
40033 \end_layout
40034
40035 \end_inset
40036 </cell>
40037 <cell alignment="left" valignment="top" usebox="none">
40038 \begin_inset Text
40039
40040 \begin_layout Plain Layout
40041 \begin_inset ERT
40042 status collapsed
40043
40044 \begin_layout Plain Layout
40045
40046
40047 \backslash
40048 fcolorbox{black}{
40049 \end_layout
40050
40051 \end_inset
40052
40053 Orchid
40054 \begin_inset ERT
40055 status collapsed
40056
40057 \begin_layout Plain Layout
40058
40059 }{
40060 \end_layout
40061
40062 \end_inset
40063
40064
40065 \begin_inset Phantom Phantom
40066 status open
40067
40068 \begin_layout Plain Layout
40069 W
40070 \end_layout
40071
40072 \end_inset
40073
40074
40075 \begin_inset ERT
40076 status collapsed
40077
40078 \begin_layout Plain Layout
40079
40080 }
40081 \end_layout
40082
40083 \end_inset
40084
40085  Orchid
40086 \end_layout
40087
40088 \end_inset
40089 </cell>
40090 <cell alignment="left" valignment="top" usebox="none">
40091 \begin_inset Text
40092
40093 \begin_layout Plain Layout
40094 \begin_inset ERT
40095 status collapsed
40096
40097 \begin_layout Plain Layout
40098
40099
40100 \backslash
40101 fcolorbox{black}{
40102 \end_layout
40103
40104 \end_inset
40105
40106 Peach
40107 \begin_inset ERT
40108 status collapsed
40109
40110 \begin_layout Plain Layout
40111
40112 }{
40113 \end_layout
40114
40115 \end_inset
40116
40117
40118 \begin_inset Phantom Phantom
40119 status open
40120
40121 \begin_layout Plain Layout
40122 W
40123 \end_layout
40124
40125 \end_inset
40126
40127
40128 \begin_inset ERT
40129 status collapsed
40130
40131 \begin_layout Plain Layout
40132
40133 }
40134 \end_layout
40135
40136 \end_inset
40137
40138  Peach
40139 \end_layout
40140
40141 \end_inset
40142 </cell>
40143 <cell alignment="left" valignment="top" usebox="none">
40144 \begin_inset Text
40145
40146 \begin_layout Plain Layout
40147 \begin_inset ERT
40148 status collapsed
40149
40150 \begin_layout Plain Layout
40151
40152
40153 \backslash
40154 fcolorbox{black}{
40155 \end_layout
40156
40157 \end_inset
40158
40159 Periwinkle
40160 \begin_inset ERT
40161 status collapsed
40162
40163 \begin_layout Plain Layout
40164
40165 }{
40166 \end_layout
40167
40168 \end_inset
40169
40170
40171 \begin_inset Phantom Phantom
40172 status open
40173
40174 \begin_layout Plain Layout
40175 W
40176 \end_layout
40177
40178 \end_inset
40179
40180
40181 \begin_inset ERT
40182 status collapsed
40183
40184 \begin_layout Plain Layout
40185
40186 }
40187 \end_layout
40188
40189 \end_inset
40190
40191  Periwinkle
40192 \end_layout
40193
40194 \end_inset
40195 </cell>
40196 </row>
40197 <row>
40198 <cell alignment="left" valignment="top" usebox="none">
40199 \begin_inset Text
40200
40201 \begin_layout Plain Layout
40202 \begin_inset ERT
40203 status collapsed
40204
40205 \begin_layout Plain Layout
40206
40207
40208 \backslash
40209 fcolorbox{black}{
40210 \end_layout
40211
40212 \end_inset
40213
40214 PineGreen
40215 \begin_inset ERT
40216 status collapsed
40217
40218 \begin_layout Plain Layout
40219
40220 }{
40221 \end_layout
40222
40223 \end_inset
40224
40225
40226 \begin_inset Phantom Phantom
40227 status open
40228
40229 \begin_layout Plain Layout
40230 W
40231 \end_layout
40232
40233 \end_inset
40234
40235
40236 \begin_inset ERT
40237 status collapsed
40238
40239 \begin_layout Plain Layout
40240
40241 }
40242 \end_layout
40243
40244 \end_inset
40245
40246  PineGreen
40247 \end_layout
40248
40249 \end_inset
40250 </cell>
40251 <cell alignment="left" valignment="top" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 \begin_inset ERT
40256 status collapsed
40257
40258 \begin_layout Plain Layout
40259
40260
40261 \backslash
40262 fcolorbox{black}{
40263 \end_layout
40264
40265 \end_inset
40266
40267 Plum
40268 \begin_inset ERT
40269 status collapsed
40270
40271 \begin_layout Plain Layout
40272
40273 }{
40274 \end_layout
40275
40276 \end_inset
40277
40278
40279 \begin_inset Phantom Phantom
40280 status open
40281
40282 \begin_layout Plain Layout
40283 W
40284 \end_layout
40285
40286 \end_inset
40287
40288
40289 \begin_inset ERT
40290 status collapsed
40291
40292 \begin_layout Plain Layout
40293
40294 }
40295 \end_layout
40296
40297 \end_inset
40298
40299  Plum
40300 \end_layout
40301
40302 \end_inset
40303 </cell>
40304 <cell alignment="left" valignment="top" usebox="none">
40305 \begin_inset Text
40306
40307 \begin_layout Plain Layout
40308 \begin_inset ERT
40309 status collapsed
40310
40311 \begin_layout Plain Layout
40312
40313
40314 \backslash
40315 fcolorbox{black}{
40316 \end_layout
40317
40318 \end_inset
40319
40320 ProcessBlue
40321 \begin_inset ERT
40322 status collapsed
40323
40324 \begin_layout Plain Layout
40325
40326 }{
40327 \end_layout
40328
40329 \end_inset
40330
40331
40332 \begin_inset Phantom Phantom
40333 status open
40334
40335 \begin_layout Plain Layout
40336 W
40337 \end_layout
40338
40339 \end_inset
40340
40341
40342 \begin_inset ERT
40343 status collapsed
40344
40345 \begin_layout Plain Layout
40346
40347 }
40348 \end_layout
40349
40350 \end_inset
40351
40352  ProcessBlue
40353 \end_layout
40354
40355 \end_inset
40356 </cell>
40357 <cell alignment="left" valignment="top" usebox="none">
40358 \begin_inset Text
40359
40360 \begin_layout Plain Layout
40361 \begin_inset ERT
40362 status collapsed
40363
40364 \begin_layout Plain Layout
40365
40366
40367 \backslash
40368 fcolorbox{black}{
40369 \end_layout
40370
40371 \end_inset
40372
40373 Purple
40374 \begin_inset ERT
40375 status collapsed
40376
40377 \begin_layout Plain Layout
40378
40379 }{
40380 \end_layout
40381
40382 \end_inset
40383
40384
40385 \begin_inset Phantom Phantom
40386 status open
40387
40388 \begin_layout Plain Layout
40389 W
40390 \end_layout
40391
40392 \end_inset
40393
40394
40395 \begin_inset ERT
40396 status collapsed
40397
40398 \begin_layout Plain Layout
40399
40400 }
40401 \end_layout
40402
40403 \end_inset
40404
40405  Purple
40406 \end_layout
40407
40408 \end_inset
40409 </cell>
40410 </row>
40411 <row>
40412 <cell alignment="left" valignment="top" usebox="none">
40413 \begin_inset Text
40414
40415 \begin_layout Plain Layout
40416 \begin_inset ERT
40417 status collapsed
40418
40419 \begin_layout Plain Layout
40420
40421
40422 \backslash
40423 fcolorbox{black}{
40424 \end_layout
40425
40426 \end_inset
40427
40428 RawSienna
40429 \begin_inset ERT
40430 status collapsed
40431
40432 \begin_layout Plain Layout
40433
40434 }{
40435 \end_layout
40436
40437 \end_inset
40438
40439
40440 \begin_inset Phantom Phantom
40441 status open
40442
40443 \begin_layout Plain Layout
40444 W
40445 \end_layout
40446
40447 \end_inset
40448
40449
40450 \begin_inset ERT
40451 status collapsed
40452
40453 \begin_layout Plain Layout
40454
40455 }
40456 \end_layout
40457
40458 \end_inset
40459
40460  RawSienna
40461 \end_layout
40462
40463 \end_inset
40464 </cell>
40465 <cell alignment="left" valignment="top" usebox="none">
40466 \begin_inset Text
40467
40468 \begin_layout Plain Layout
40469 \begin_inset ERT
40470 status collapsed
40471
40472 \begin_layout Plain Layout
40473
40474
40475 \backslash
40476 fcolorbox{black}{
40477 \end_layout
40478
40479 \end_inset
40480
40481 RedOrange
40482 \begin_inset ERT
40483 status collapsed
40484
40485 \begin_layout Plain Layout
40486
40487 }{
40488 \end_layout
40489
40490 \end_inset
40491
40492
40493 \begin_inset Phantom Phantom
40494 status open
40495
40496 \begin_layout Plain Layout
40497 W
40498 \end_layout
40499
40500 \end_inset
40501
40502
40503 \begin_inset ERT
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507
40508 }
40509 \end_layout
40510
40511 \end_inset
40512
40513  RedOrange
40514 \end_layout
40515
40516 \end_inset
40517 </cell>
40518 <cell alignment="left" valignment="top" usebox="none">
40519 \begin_inset Text
40520
40521 \begin_layout Plain Layout
40522 \begin_inset ERT
40523 status collapsed
40524
40525 \begin_layout Plain Layout
40526
40527
40528 \backslash
40529 fcolorbox{black}{
40530 \end_layout
40531
40532 \end_inset
40533
40534 RedViolet
40535 \begin_inset ERT
40536 status collapsed
40537
40538 \begin_layout Plain Layout
40539
40540 }{
40541 \end_layout
40542
40543 \end_inset
40544
40545
40546 \begin_inset Phantom Phantom
40547 status open
40548
40549 \begin_layout Plain Layout
40550 W
40551 \end_layout
40552
40553 \end_inset
40554
40555
40556 \begin_inset ERT
40557 status collapsed
40558
40559 \begin_layout Plain Layout
40560
40561 }
40562 \end_layout
40563
40564 \end_inset
40565
40566  RedViolet
40567 \end_layout
40568
40569 \end_inset
40570 </cell>
40571 <cell alignment="left" valignment="top" usebox="none">
40572 \begin_inset Text
40573
40574 \begin_layout Plain Layout
40575 \begin_inset ERT
40576 status collapsed
40577
40578 \begin_layout Plain Layout
40579
40580
40581 \backslash
40582 fcolorbox{black}{
40583 \end_layout
40584
40585 \end_inset
40586
40587 Rhodamine
40588 \begin_inset ERT
40589 status collapsed
40590
40591 \begin_layout Plain Layout
40592
40593 }{
40594 \end_layout
40595
40596 \end_inset
40597
40598
40599 \begin_inset Phantom Phantom
40600 status open
40601
40602 \begin_layout Plain Layout
40603 W
40604 \end_layout
40605
40606 \end_inset
40607
40608
40609 \begin_inset ERT
40610 status collapsed
40611
40612 \begin_layout Plain Layout
40613
40614 }
40615 \end_layout
40616
40617 \end_inset
40618
40619  Rhodamine
40620 \end_layout
40621
40622 \end_inset
40623 </cell>
40624 </row>
40625 <row>
40626 <cell alignment="left" valignment="top" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630 \begin_inset ERT
40631 status collapsed
40632
40633 \begin_layout Plain Layout
40634
40635
40636 \backslash
40637 fcolorbox{black}{
40638 \end_layout
40639
40640 \end_inset
40641
40642 RoyalBlue
40643 \begin_inset ERT
40644 status collapsed
40645
40646 \begin_layout Plain Layout
40647
40648 }{
40649 \end_layout
40650
40651 \end_inset
40652
40653
40654 \begin_inset Phantom Phantom
40655 status open
40656
40657 \begin_layout Plain Layout
40658 W
40659 \end_layout
40660
40661 \end_inset
40662
40663
40664 \begin_inset ERT
40665 status collapsed
40666
40667 \begin_layout Plain Layout
40668
40669 }
40670 \end_layout
40671
40672 \end_inset
40673
40674  RoyalBlue
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 <cell alignment="left" valignment="top" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 \begin_inset ERT
40684 status collapsed
40685
40686 \begin_layout Plain Layout
40687
40688
40689 \backslash
40690 fcolorbox{black}{
40691 \end_layout
40692
40693 \end_inset
40694
40695 RoyalPurple
40696 \begin_inset ERT
40697 status collapsed
40698
40699 \begin_layout Plain Layout
40700
40701 }{
40702 \end_layout
40703
40704 \end_inset
40705
40706
40707 \begin_inset Phantom Phantom
40708 status open
40709
40710 \begin_layout Plain Layout
40711 W
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \begin_inset ERT
40718 status collapsed
40719
40720 \begin_layout Plain Layout
40721
40722 }
40723 \end_layout
40724
40725 \end_inset
40726
40727  RoyalPurple
40728 \end_layout
40729
40730 \end_inset
40731 </cell>
40732 <cell alignment="left" valignment="top" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 \begin_inset ERT
40737 status collapsed
40738
40739 \begin_layout Plain Layout
40740
40741
40742 \backslash
40743 fcolorbox{black}{
40744 \end_layout
40745
40746 \end_inset
40747
40748 RubineRed
40749 \begin_inset ERT
40750 status collapsed
40751
40752 \begin_layout Plain Layout
40753
40754 }{
40755 \end_layout
40756
40757 \end_inset
40758
40759
40760 \begin_inset Phantom Phantom
40761 status open
40762
40763 \begin_layout Plain Layout
40764 W
40765 \end_layout
40766
40767 \end_inset
40768
40769
40770 \begin_inset ERT
40771 status collapsed
40772
40773 \begin_layout Plain Layout
40774
40775 }
40776 \end_layout
40777
40778 \end_inset
40779
40780  RubineRed
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="left" valignment="top" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 \begin_inset ERT
40790 status collapsed
40791
40792 \begin_layout Plain Layout
40793
40794
40795 \backslash
40796 fcolorbox{black}{
40797 \end_layout
40798
40799 \end_inset
40800
40801 Salmon
40802 \begin_inset ERT
40803 status collapsed
40804
40805 \begin_layout Plain Layout
40806
40807 }{
40808 \end_layout
40809
40810 \end_inset
40811
40812
40813 \begin_inset Phantom Phantom
40814 status open
40815
40816 \begin_layout Plain Layout
40817 W
40818 \end_layout
40819
40820 \end_inset
40821
40822
40823 \begin_inset ERT
40824 status collapsed
40825
40826 \begin_layout Plain Layout
40827
40828 }
40829 \end_layout
40830
40831 \end_inset
40832
40833  Salmon
40834 \end_layout
40835
40836 \end_inset
40837 </cell>
40838 </row>
40839 <row>
40840 <cell alignment="left" valignment="top" usebox="none">
40841 \begin_inset Text
40842
40843 \begin_layout Plain Layout
40844 \begin_inset ERT
40845 status collapsed
40846
40847 \begin_layout Plain Layout
40848
40849
40850 \backslash
40851 fcolorbox{black}{
40852 \end_layout
40853
40854 \end_inset
40855
40856 SeaGreen
40857 \begin_inset ERT
40858 status collapsed
40859
40860 \begin_layout Plain Layout
40861
40862 }{
40863 \end_layout
40864
40865 \end_inset
40866
40867
40868 \begin_inset Phantom Phantom
40869 status open
40870
40871 \begin_layout Plain Layout
40872 W
40873 \end_layout
40874
40875 \end_inset
40876
40877
40878 \begin_inset ERT
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882
40883 }
40884 \end_layout
40885
40886 \end_inset
40887
40888  SeaGreen
40889 \end_layout
40890
40891 \end_inset
40892 </cell>
40893 <cell alignment="left" valignment="top" usebox="none">
40894 \begin_inset Text
40895
40896 \begin_layout Plain Layout
40897 \begin_inset ERT
40898 status collapsed
40899
40900 \begin_layout Plain Layout
40901
40902
40903 \backslash
40904 fcolorbox{black}{
40905 \end_layout
40906
40907 \end_inset
40908
40909 Sepia
40910 \begin_inset ERT
40911 status collapsed
40912
40913 \begin_layout Plain Layout
40914
40915 }{
40916 \end_layout
40917
40918 \end_inset
40919
40920
40921 \begin_inset Phantom Phantom
40922 status open
40923
40924 \begin_layout Plain Layout
40925 W
40926 \end_layout
40927
40928 \end_inset
40929
40930
40931 \begin_inset ERT
40932 status collapsed
40933
40934 \begin_layout Plain Layout
40935
40936 }
40937 \end_layout
40938
40939 \end_inset
40940
40941  Sepia
40942 \end_layout
40943
40944 \end_inset
40945 </cell>
40946 <cell alignment="left" valignment="top" usebox="none">
40947 \begin_inset Text
40948
40949 \begin_layout Plain Layout
40950 \begin_inset ERT
40951 status collapsed
40952
40953 \begin_layout Plain Layout
40954
40955
40956 \backslash
40957 fcolorbox{black}{
40958 \end_layout
40959
40960 \end_inset
40961
40962 SkyBlue
40963 \begin_inset ERT
40964 status collapsed
40965
40966 \begin_layout Plain Layout
40967
40968 }{
40969 \end_layout
40970
40971 \end_inset
40972
40973
40974 \begin_inset Phantom Phantom
40975 status open
40976
40977 \begin_layout Plain Layout
40978 W
40979 \end_layout
40980
40981 \end_inset
40982
40983
40984 \begin_inset ERT
40985 status collapsed
40986
40987 \begin_layout Plain Layout
40988
40989 }
40990 \end_layout
40991
40992 \end_inset
40993
40994  SkyBlue
40995 \end_layout
40996
40997 \end_inset
40998 </cell>
40999 <cell alignment="left" valignment="top" usebox="none">
41000 \begin_inset Text
41001
41002 \begin_layout Plain Layout
41003 \begin_inset ERT
41004 status collapsed
41005
41006 \begin_layout Plain Layout
41007
41008
41009 \backslash
41010 fcolorbox{black}{
41011 \end_layout
41012
41013 \end_inset
41014
41015 SpringGreen
41016 \begin_inset ERT
41017 status collapsed
41018
41019 \begin_layout Plain Layout
41020
41021 }{
41022 \end_layout
41023
41024 \end_inset
41025
41026
41027 \begin_inset Phantom Phantom
41028 status open
41029
41030 \begin_layout Plain Layout
41031 W
41032 \end_layout
41033
41034 \end_inset
41035
41036
41037 \begin_inset ERT
41038 status collapsed
41039
41040 \begin_layout Plain Layout
41041
41042 }
41043 \end_layout
41044
41045 \end_inset
41046
41047  SpringGreen
41048 \end_layout
41049
41050 \end_inset
41051 </cell>
41052 </row>
41053 <row>
41054 <cell alignment="left" valignment="top" usebox="none">
41055 \begin_inset Text
41056
41057 \begin_layout Plain Layout
41058 \begin_inset ERT
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062
41063
41064 \backslash
41065 fcolorbox{black}{
41066 \end_layout
41067
41068 \end_inset
41069
41070 Tan
41071 \begin_inset ERT
41072 status collapsed
41073
41074 \begin_layout Plain Layout
41075
41076 }{
41077 \end_layout
41078
41079 \end_inset
41080
41081
41082 \begin_inset Phantom Phantom
41083 status open
41084
41085 \begin_layout Plain Layout
41086 W
41087 \end_layout
41088
41089 \end_inset
41090
41091
41092 \begin_inset ERT
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096
41097 }
41098 \end_layout
41099
41100 \end_inset
41101
41102  Tan
41103 \end_layout
41104
41105 \end_inset
41106 </cell>
41107 <cell alignment="left" valignment="top" usebox="none">
41108 \begin_inset Text
41109
41110 \begin_layout Plain Layout
41111 \begin_inset ERT
41112 status collapsed
41113
41114 \begin_layout Plain Layout
41115
41116
41117 \backslash
41118 fcolorbox{black}{
41119 \end_layout
41120
41121 \end_inset
41122
41123 TealBlue
41124 \begin_inset ERT
41125 status collapsed
41126
41127 \begin_layout Plain Layout
41128
41129 }{
41130 \end_layout
41131
41132 \end_inset
41133
41134
41135 \begin_inset Phantom Phantom
41136 status open
41137
41138 \begin_layout Plain Layout
41139 W
41140 \end_layout
41141
41142 \end_inset
41143
41144
41145 \begin_inset ERT
41146 status collapsed
41147
41148 \begin_layout Plain Layout
41149
41150 }
41151 \end_layout
41152
41153 \end_inset
41154
41155  TealBlue
41156 \end_layout
41157
41158 \end_inset
41159 </cell>
41160 <cell alignment="left" valignment="top" usebox="none">
41161 \begin_inset Text
41162
41163 \begin_layout Plain Layout
41164 \begin_inset ERT
41165 status collapsed
41166
41167 \begin_layout Plain Layout
41168
41169
41170 \backslash
41171 fcolorbox{black}{
41172 \end_layout
41173
41174 \end_inset
41175
41176 Thistle
41177 \begin_inset ERT
41178 status collapsed
41179
41180 \begin_layout Plain Layout
41181
41182 }{
41183 \end_layout
41184
41185 \end_inset
41186
41187
41188 \begin_inset Phantom Phantom
41189 status open
41190
41191 \begin_layout Plain Layout
41192 W
41193 \end_layout
41194
41195 \end_inset
41196
41197
41198 \begin_inset ERT
41199 status collapsed
41200
41201 \begin_layout Plain Layout
41202
41203 }
41204 \end_layout
41205
41206 \end_inset
41207
41208  Thistle
41209 \end_layout
41210
41211 \end_inset
41212 </cell>
41213 <cell alignment="left" valignment="top" usebox="none">
41214 \begin_inset Text
41215
41216 \begin_layout Plain Layout
41217 \begin_inset ERT
41218 status collapsed
41219
41220 \begin_layout Plain Layout
41221
41222
41223 \backslash
41224 fcolorbox{black}{
41225 \end_layout
41226
41227 \end_inset
41228
41229 Turquoise
41230 \begin_inset ERT
41231 status collapsed
41232
41233 \begin_layout Plain Layout
41234
41235 }{
41236 \end_layout
41237
41238 \end_inset
41239
41240
41241 \begin_inset Phantom Phantom
41242 status open
41243
41244 \begin_layout Plain Layout
41245 W
41246 \end_layout
41247
41248 \end_inset
41249
41250
41251 \begin_inset ERT
41252 status collapsed
41253
41254 \begin_layout Plain Layout
41255
41256 }
41257 \end_layout
41258
41259 \end_inset
41260
41261  Turquoise
41262 \end_layout
41263
41264 \end_inset
41265 </cell>
41266 </row>
41267 <row>
41268 <cell alignment="left" valignment="top" usebox="none">
41269 \begin_inset Text
41270
41271 \begin_layout Plain Layout
41272 \begin_inset ERT
41273 status collapsed
41274
41275 \begin_layout Plain Layout
41276
41277
41278 \backslash
41279 fcolorbox{black}{
41280 \end_layout
41281
41282 \end_inset
41283
41284 Violet
41285 \begin_inset ERT
41286 status collapsed
41287
41288 \begin_layout Plain Layout
41289
41290 }{
41291 \end_layout
41292
41293 \end_inset
41294
41295
41296 \begin_inset Phantom Phantom
41297 status open
41298
41299 \begin_layout Plain Layout
41300 W
41301 \end_layout
41302
41303 \end_inset
41304
41305
41306 \begin_inset ERT
41307 status collapsed
41308
41309 \begin_layout Plain Layout
41310
41311 }
41312 \end_layout
41313
41314 \end_inset
41315
41316  Violet
41317 \end_layout
41318
41319 \end_inset
41320 </cell>
41321 <cell alignment="left" valignment="top" usebox="none">
41322 \begin_inset Text
41323
41324 \begin_layout Plain Layout
41325 \begin_inset ERT
41326 status collapsed
41327
41328 \begin_layout Plain Layout
41329
41330
41331 \backslash
41332 fcolorbox{black}{
41333 \end_layout
41334
41335 \end_inset
41336
41337 VioletRed
41338 \begin_inset ERT
41339 status collapsed
41340
41341 \begin_layout Plain Layout
41342
41343 }{
41344 \end_layout
41345
41346 \end_inset
41347
41348
41349 \begin_inset Phantom Phantom
41350 status open
41351
41352 \begin_layout Plain Layout
41353 W
41354 \end_layout
41355
41356 \end_inset
41357
41358
41359 \begin_inset ERT
41360 status collapsed
41361
41362 \begin_layout Plain Layout
41363
41364 }
41365 \end_layout
41366
41367 \end_inset
41368
41369  VioletRed
41370 \end_layout
41371
41372 \end_inset
41373 </cell>
41374 <cell alignment="left" valignment="top" usebox="none">
41375 \begin_inset Text
41376
41377 \begin_layout Plain Layout
41378 \begin_inset ERT
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382
41383
41384 \backslash
41385 fcolorbox{black}{
41386 \end_layout
41387
41388 \end_inset
41389
41390 WildStrawberry
41391 \begin_inset ERT
41392 status collapsed
41393
41394 \begin_layout Plain Layout
41395
41396 }{
41397 \end_layout
41398
41399 \end_inset
41400
41401
41402 \begin_inset Phantom Phantom
41403 status open
41404
41405 \begin_layout Plain Layout
41406 W
41407 \end_layout
41408
41409 \end_inset
41410
41411
41412 \begin_inset ERT
41413 status collapsed
41414
41415 \begin_layout Plain Layout
41416
41417 }
41418 \end_layout
41419
41420 \end_inset
41421
41422  WildStrawberry
41423 \end_layout
41424
41425 \end_inset
41426 </cell>
41427 <cell alignment="left" valignment="top" usebox="none">
41428 \begin_inset Text
41429
41430 \begin_layout Plain Layout
41431 \begin_inset ERT
41432 status collapsed
41433
41434 \begin_layout Plain Layout
41435
41436
41437 \backslash
41438 fcolorbox{black}{
41439 \end_layout
41440
41441 \end_inset
41442
41443 YellowGreen
41444 \begin_inset ERT
41445 status collapsed
41446
41447 \begin_layout Plain Layout
41448
41449 }{
41450 \end_layout
41451
41452 \end_inset
41453
41454
41455 \begin_inset Phantom Phantom
41456 status open
41457
41458 \begin_layout Plain Layout
41459 W
41460 \end_layout
41461
41462 \end_inset
41463
41464
41465 \begin_inset ERT
41466 status collapsed
41467
41468 \begin_layout Plain Layout
41469
41470 }
41471 \end_layout
41472
41473 \end_inset
41474
41475  YellowGreen
41476 \end_layout
41477
41478 \end_inset
41479 </cell>
41480 </row>
41481 <row>
41482 <cell alignment="left" valignment="top" usebox="none">
41483 \begin_inset Text
41484
41485 \begin_layout Plain Layout
41486 \begin_inset ERT
41487 status collapsed
41488
41489 \begin_layout Plain Layout
41490
41491
41492 \backslash
41493 fcolorbox{black}{
41494 \end_layout
41495
41496 \end_inset
41497
41498 YellowOrange
41499 \begin_inset ERT
41500 status collapsed
41501
41502 \begin_layout Plain Layout
41503
41504 }{
41505 \end_layout
41506
41507 \end_inset
41508
41509
41510 \begin_inset Phantom Phantom
41511 status open
41512
41513 \begin_layout Plain Layout
41514 W
41515 \end_layout
41516
41517 \end_inset
41518
41519
41520 \begin_inset ERT
41521 status collapsed
41522
41523 \begin_layout Plain Layout
41524
41525 }
41526 \end_layout
41527
41528 \end_inset
41529
41530  YellowOrange
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 <cell alignment="left" valignment="top" usebox="none">
41536 \begin_inset Text
41537
41538 \begin_layout Plain Layout
41539
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 <cell alignment="left" valignment="top" usebox="none">
41545 \begin_inset Text
41546
41547 \begin_layout Plain Layout
41548
41549 \end_layout
41550
41551 \end_inset
41552 </cell>
41553 <cell alignment="left" valignment="top" usebox="none">
41554 \begin_inset Text
41555
41556 \begin_layout Plain Layout
41557
41558 \end_layout
41559
41560 \end_inset
41561 </cell>
41562 </row>
41563 </lyxtabular>
41564
41565 \end_inset
41566
41567
41568 \end_layout
41569
41570 \begin_layout Chapter
41571 Explication de l' équation
41572 \begin_inset space ~
41573 \end_inset
41574
41575 (
41576 \begin_inset CommandInset ref
41577 LatexCommand ref
41578 reference "eq:Wgn"
41579
41580 \end_inset
41581
41582 )
41583 \begin_inset CommandInset label
41584 LatexCommand label
41585 name "cha:Explication-de-l'Equation"
41586
41587 \end_inset
41588
41589
41590 \end_layout
41591
41592 \begin_layout Standard
41593 La largeur totale de 
41594 \emph on
41595 n
41596 \emph default
41597  cellules de tableau 
41598 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41599 \end_inset
41600
41601  peut être calculée avec
41602 \begin_inset Formula 
41603 \begin{equation}
41604 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41605 \end{equation}
41606
41607 \end_inset
41608
41609
41610 \end_layout
41611
41612 \begin_layout Standard
41613 Où 
41614 \begin_inset Formula $W_{g\, n}$
41615 \end_inset
41616
41617  est la largeur fixe de toutes les cellules.
41618  
41619 \series bold
41620
41621 \backslash
41622 tabcolsep
41623 \series default
41624  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
41625  sa valeur implicite est 6
41626 \begin_inset space \thinspace{}
41627 \end_inset
41628
41629 pt.
41630  
41631 \series bold
41632
41633 \backslash
41634 arrayrulewidth
41635 \series default
41636  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
41637 \begin_inset space \thinspace{}
41638 \end_inset
41639
41640 pt.
41641 \end_layout
41642
41643 \begin_layout Standard
41644 D'après l'équation
41645 \begin_inset space ~
41646 \end_inset
41647
41648
41649 \begin_inset CommandInset ref
41650 LatexCommand eqref
41651 reference "eq:Wtot_n"
41652
41653 \end_inset
41654
41655 , la largeur totale d'une multicolonne, 
41656 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41657 \end_inset
41658
41659  est
41660 \begin_inset Formula 
41661 \begin{equation}
41662 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41663 \end{equation}
41664
41665 \end_inset
41666
41667
41668 \end_layout
41669
41670 \begin_layout Standard
41671 En posant que les équations 
41672 \begin_inset space ~
41673 \end_inset
41674
41675
41676 \begin_inset CommandInset ref
41677 LatexCommand eqref
41678 reference "eq:Wtot_n"
41679
41680 \end_inset
41681
41682  et 
41683 \begin_inset CommandInset ref
41684 LatexCommand eqref
41685 reference "eq:Wtot_mult"
41686
41687 \end_inset
41688
41689  sont égales, on peut calculer la largeur nécessaire 
41690 \begin_inset Formula $W_{g\, n}$
41691 \end_inset
41692
41693  quand 
41694 \emph on
41695 n
41696 \emph default
41697  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
41698  de 
41699 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41700 \end_inset
41701
41702 :
41703 \begin_inset Formula 
41704 \begin{equation}
41705 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41706 \end{equation}
41707
41708 \end_inset
41709
41710
41711 \end_layout
41712
41713 \begin_layout Bibliography
41714 \labelwidthstring Bibliographie
41715 \begin_inset CommandInset bibitem
41716 LatexCommand bibitem
41717 key "latexcompanion"
41718
41719 \end_inset
41720
41721 Frank Mittelbach and Michel Goossens: 
41722 \emph on
41723 The LaTeX Companion Second Edition.
41724
41725 \emph default
41726  Addison-Wesley, 2004
41727 \end_layout
41728
41729 \begin_layout Bibliography
41730 \labelwidthstring Bibliographie
41731 \begin_inset CommandInset bibitem
41732 LatexCommand bibitem
41733 key "latexguide"
41734
41735 \end_inset
41736
41737 Helmut Kopka and Patrick W.
41738  Daly: 
41739 \emph on
41740 A Guide to LaTeX Fourth Edition.
41741
41742 \emph default
41743  Addison-Wesley, 2003
41744 \end_layout
41745
41746 \begin_layout Bibliography
41747 \labelwidthstring Bibliographie
41748 \begin_inset CommandInset bibitem
41749 LatexCommand bibitem
41750 key "latexbook"
41751
41752 \end_inset
41753
41754 Leslie Lamport: 
41755 \emph on
41756 LaTeX: A Document Preparation System.
41757
41758 \emph default
41759  Addison-Wesley, second edition, 1994
41760 \end_layout
41761
41762 \begin_layout Bibliography
41763 \labelwidthstring Bibliographie
41764 \begin_inset CommandInset bibitem
41765 LatexCommand bibitem
41766 key "booktabs"
41767
41768 \end_inset
41769
41770 Documentation du paquetage LaTeX 
41771 \series bold
41772
41773 \begin_inset CommandInset href
41774 LatexCommand href
41775 name "booktabs"
41776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41777
41778 \end_inset
41779
41780
41781 \series default
41782
41783 \begin_inset Index idx
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787 Paquetages LaTeX ! booktabs
41788 \end_layout
41789
41790 \end_inset
41791
41792
41793 \end_layout
41794
41795 \begin_layout Bibliography
41796 \labelwidthstring Bibliographie
41797 \begin_inset CommandInset bibitem
41798 LatexCommand bibitem
41799 key "caption"
41800
41801 \end_inset
41802
41803 Documentation du paquetage LaTeX 
41804 \series bold
41805
41806 \begin_inset CommandInset href
41807 LatexCommand href
41808 name "caption"
41809 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41810
41811 \end_inset
41812
41813
41814 \series default
41815
41816 \begin_inset Index idx
41817 status collapsed
41818
41819 \begin_layout Plain Layout
41820 Paquetages LaTeX ! caption
41821 \end_layout
41822
41823 \end_inset
41824
41825
41826 \end_layout
41827
41828 \begin_layout Bibliography
41829 \labelwidthstring Bibliographie
41830 \begin_inset CommandInset bibitem
41831 LatexCommand bibitem
41832 key "endfloat"
41833
41834 \end_inset
41835
41836 Documentation du paquetage LaTeX 
41837 \series bold
41838
41839 \begin_inset CommandInset href
41840 LatexCommand href
41841 name "endfloat"
41842 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41843
41844 \end_inset
41845
41846
41847 \series default
41848
41849 \begin_inset Index idx
41850 status collapsed
41851
41852 \begin_layout Plain Layout
41853 Paquetages LaTeX ! endfloat
41854 \end_layout
41855
41856 \end_inset
41857
41858
41859 \end_layout
41860
41861 \begin_layout Bibliography
41862 \labelwidthstring Bibliographie
41863 \begin_inset CommandInset bibitem
41864 LatexCommand bibitem
41865 key "footmisc"
41866
41867 \end_inset
41868
41869 Documentation du paquetage LaTeX 
41870 \series bold
41871
41872 \begin_inset CommandInset href
41873 LatexCommand href
41874 name "footmisc"
41875 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41876
41877 \end_inset
41878
41879
41880 \series default
41881
41882 \begin_inset Index idx
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886 Paquetages LaTeX ! footmisc
41887 \end_layout
41888
41889 \end_inset
41890
41891
41892 \end_layout
41893
41894 \begin_layout Bibliography
41895 \labelwidthstring Bibliographie
41896 \begin_inset CommandInset bibitem
41897 LatexCommand bibitem
41898 key "hypcap"
41899
41900 \end_inset
41901
41902 Documentation du paquetage LaTeX 
41903 \series bold
41904
41905 \begin_inset CommandInset href
41906 LatexCommand href
41907 name "hypcap"
41908 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41909
41910 \end_inset
41911
41912
41913 \series default
41914
41915 \begin_inset Index idx
41916 status collapsed
41917
41918 \begin_layout Plain Layout
41919 Paquetages LaTeX ! hyperref
41920 \end_layout
41921
41922 \end_inset
41923
41924
41925 \end_layout
41926
41927 \begin_layout Bibliography
41928 \labelwidthstring Bibliographie
41929 \begin_inset CommandInset bibitem
41930 LatexCommand bibitem
41931 key "hyperref"
41932
41933 \end_inset
41934
41935 Documentation du paquetage LaTeX 
41936 \series bold
41937
41938 \begin_inset CommandInset href
41939 LatexCommand href
41940 name "hyperref"
41941 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41942
41943 \end_inset
41944
41945
41946 \series default
41947
41948 \begin_inset Index idx
41949 status collapsed
41950
41951 \begin_layout Plain Layout
41952 Paquetages LaTeX ! hyperref
41953 \end_layout
41954
41955 \end_inset
41956
41957
41958 \end_layout
41959
41960 \begin_layout Bibliography
41961 \labelwidthstring Bibliographie
41962 \begin_inset CommandInset bibitem
41963 LatexCommand bibitem
41964 key "KOMA-Script"
41965
41966 \end_inset
41967
41968 Documentation du paquetage LaTeX 
41969 \series bold
41970
41971 \begin_inset CommandInset href
41972 LatexCommand href
41973 name "KOMA-Script"
41974 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
41975
41976 \end_inset
41977
41978
41979 \series default
41980
41981 \begin_inset Index idx
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985 Paquetages LaTeX ! KOMA-Script
41986 \end_layout
41987
41988 \end_inset
41989
41990
41991 \end_layout
41992
41993 \begin_layout Bibliography
41994 \labelwidthstring Bibliographie
41995 \begin_inset CommandInset bibitem
41996 LatexCommand bibitem
41997 key "listings"
41998
41999 \end_inset
42000
42001 Documentation du paquetage LaTeX 
42002 \series bold
42003
42004 \begin_inset CommandInset href
42005 LatexCommand href
42006 name "listings"
42007 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
42008
42009 \end_inset
42010
42011
42012 \series default
42013
42014 \begin_inset Index idx
42015 status collapsed
42016
42017 \begin_layout Plain Layout
42018 Paquetages LaTeX ! listings
42019 \end_layout
42020
42021 \end_inset
42022
42023
42024 \end_layout
42025
42026 \begin_layout Bibliography
42027 \labelwidthstring Bibliographie
42028 \begin_inset CommandInset bibitem
42029 LatexCommand bibitem
42030 key "marginnote"
42031
42032 \end_inset
42033
42034 Documentation du paquetage LaTeX 
42035 \series bold
42036
42037 \begin_inset CommandInset href
42038 LatexCommand href
42039 name "marginnote"
42040 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
42041
42042 \end_inset
42043
42044
42045 \series default
42046
42047 \begin_inset Index idx
42048 status collapsed
42049
42050 \begin_layout Plain Layout
42051 Paquetages LaTeX ! marginnote
42052 \end_layout
42053
42054 \end_inset
42055
42056
42057 \end_layout
42058
42059 \begin_layout Bibliography
42060 \labelwidthstring Bibliographie
42061 \begin_inset CommandInset bibitem
42062 LatexCommand bibitem
42063 key "lettrine"
42064
42065 \end_inset
42066
42067 Documentation du paquetage LaTeX 
42068 \series bold
42069
42070 \begin_inset CommandInset href
42071 LatexCommand href
42072 name "lettrine"
42073 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
42074
42075 \end_inset
42076
42077
42078 \series default
42079  et un 
42080 \begin_inset CommandInset href
42081 LatexCommand href
42082 name "exemple"
42083 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
42084
42085 \end_inset
42086
42087
42088 \begin_inset Index idx
42089 status collapsed
42090
42091 \begin_layout Plain Layout
42092 Paquetages LaTeX ! lettrine
42093 \end_layout
42094
42095 \end_inset
42096
42097
42098 \end_layout
42099
42100 \begin_layout Bibliography
42101 \labelwidthstring Bibliographie
42102 \begin_inset CommandInset bibitem
42103 LatexCommand bibitem
42104 key "pstricks"
42105
42106 \end_inset
42107
42108 Page Web du paquetage LaTeX 
42109 \series bold
42110
42111 \begin_inset CommandInset href
42112 LatexCommand href
42113 name "PSTricks"
42114 target "http://tug.org/PSTricks/"
42115
42116 \end_inset
42117
42118
42119 \series default
42120
42121 \begin_inset Index idx
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125 Paquetages LaTeX ! PSTricks
42126 \end_layout
42127
42128 \end_inset
42129
42130
42131 \end_layout
42132
42133 \begin_layout Bibliography
42134 \labelwidthstring Bibliographie
42135 \begin_inset CommandInset bibitem
42136 LatexCommand bibitem
42137 key "sidecap"
42138
42139 \end_inset
42140
42141 Documentation du paquetage LaTeX 
42142 \series bold
42143
42144 \begin_inset CommandInset href
42145 LatexCommand href
42146 name "sidecap"
42147 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
42148
42149 \end_inset
42150
42151
42152 \series default
42153
42154 \begin_inset Index idx
42155 status collapsed
42156
42157 \begin_layout Plain Layout
42158 Paquetages LaTeX ! sidecap
42159 \end_layout
42160
42161 \end_inset
42162
42163
42164 \end_layout
42165
42166 \begin_layout Bibliography
42167 \labelwidthstring Bibliographie
42168 \begin_inset CommandInset bibitem
42169 LatexCommand bibitem
42170 key "pdfpages"
42171
42172 \end_inset
42173
42174 Documentation du paquetage LaTeX 
42175 \series bold
42176
42177 \begin_inset CommandInset href
42178 LatexCommand href
42179 name "pdfpages"
42180 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
42181
42182 \end_inset
42183
42184
42185 \series default
42186
42187 \begin_inset Index idx
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191 Paquetages LaTeX ! pdfpages
42192 \end_layout
42193
42194 \end_inset
42195
42196
42197 \end_layout
42198
42199 \begin_layout Bibliography
42200 \labelwidthstring Bibliographie
42201 \begin_inset CommandInset bibitem
42202 LatexCommand bibitem
42203 key "prettyref"
42204
42205 \end_inset
42206
42207 Documentation du paquetage LaTeX
42208 \series bold
42209  
42210 \begin_inset CommandInset href
42211 LatexCommand href
42212 name "prettyref"
42213 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
42214
42215 \end_inset
42216
42217
42218 \series default
42219
42220 \begin_inset Index idx
42221 status collapsed
42222
42223 \begin_layout Plain Layout
42224 Paquetages LaTeX ! prettyref
42225 \end_layout
42226
42227 \end_inset
42228
42229
42230 \end_layout
42231
42232 \begin_layout Bibliography
42233 \labelwidthstring Bibliographie
42234 \begin_inset CommandInset bibitem
42235 LatexCommand bibitem
42236 key "refstyle"
42237
42238 \end_inset
42239
42240 Documentation du paquetage LaTeX
42241 \series bold
42242  
42243 \begin_inset CommandInset href
42244 LatexCommand href
42245 name "refstyle"
42246 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
42247
42248 \end_inset
42249
42250
42251 \series default
42252
42253 \begin_inset Index idx
42254 status collapsed
42255
42256 \begin_layout Plain Layout
42257 Paquetages LaTeX ! refstyle
42258 \end_layout
42259
42260 \end_inset
42261
42262
42263 \end_layout
42264
42265 \begin_layout Bibliography
42266 \labelwidthstring Bibliographie
42267 \begin_inset CommandInset bibitem
42268 LatexCommand bibitem
42269 key "NewInLyX20"
42270
42271 \end_inset
42272
42273
42274 \begin_inset CommandInset href
42275 LatexCommand href
42276 name "Page Wiki"
42277 target "http://wiki.lyx.org/LyX/NewInLyX20"
42278
42279 \end_inset
42280
42281  au sujet des nouveautés de 
42282 \family sans
42283 LyX 2.0
42284 \family default
42285 .
42286 \end_layout
42287
42288 \begin_layout Standard
42289 \begin_inset CommandInset index_print
42290 LatexCommand printindex
42291 type "idx"
42292
42293 \end_inset
42294
42295
42296 \end_layout
42297
42298 \end_body
42299 \end_document