]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
- EmbeddedObjects.lyx, UserGuide.lyx: describe the new subfloat handling
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.0beta2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 335
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 \pagenumbering{roman}
25 \let\myTOC\tableofcontents
26 \renewcommand{\tableofcontents}{%
27  \pdfbookmark[1]{Contents}{}
28  \myTOC
29  \cleardoublepage
30  \pagenumbering{arabic}}
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \usepackage{sidecap}
38
39 \newcommand{\TabBesBeg}{%
40  \let\MyTable\table
41  \let\MyEndtable\endtable
42  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
43
44 \newcommand{\TabBesEnd}{%
45  \let\table\MyTable
46  \let\endtable\MyEndtable}
47
48 \newcommand{\FigBesBeg}{%
49  \let\MyFigure\figure
50  \let\MyEndfigure\endfigure
51  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
52
53 \newcommand{\FigBesEnd}{%
54  \let\figure\MyFigure
55  \let\endfigure\MyEndfigure}
56
57 % enables calculation of values,
58 \usepackage{calc}
59
60 % provides special table cell alignments
61 \usepackage{dcolumn}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for multirows
91 \usepackage{multirow}
92 %\renewcommand{\multirowsetup}{\centering}
93
94 % used for book-style tables
95 \usepackage{booktabs}
96
97 % used to have extra space in table cells
98 \@ifundefined{extrarowheight}
99  {\usepackage{array}}{}
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language french
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pagebackref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
223  les Boîtes et les Objets Externes de LyX
224 \end_layout
225
226 \begin_layout Author
227 par l'Équipe LyX
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
234  de la documentation de LyX: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 auteur original : Uwe Stöhr
254 \end_layout
255
256 \begin_layout Plain Layout
257 Traduction française : Siegfried Meunier-Guttin-Cluzel
258 \end_layout
259
260 \begin_layout Plain Layout
261 version 1.5.2 - novembre 2007
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \family sans
276 Version 1.6svn
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
294  
295 \series bold
296 arydshln
297 \series default
298
299 \series bold
300 colortbl
301 \series default
302
303 \series bold
304 marginnote
305 \series default
306 , et 
307 \series bold
308 sidecap
309 \series default
310  doivent être installés.
311  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
312  les sections qui nécessitent les paquetages en question n'apparaîtront
313  pas sur la sortie.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series default
329 (version anglaise)
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Figures
339 \begin_inset CommandInset label
340 LatexCommand label
341 name "cha:Figures"
342
343 \end_inset
344
345
346 \begin_inset Index
347 status collapsed
348
349 \begin_layout Plain Layout
350 Figures
351 \end_layout
352
353 \end_inset
354
355
356 \begin_inset Index
357 status collapsed
358
359 \begin_layout Plain Layout
360 Graphiques|see
361 \begin_inset ERT
362 status collapsed
363
364 \begin_layout Plain Layout
365
366 {
367 \end_layout
368
369 \end_inset
370
371 Figures
372 \begin_inset ERT
373 status collapsed
374
375 \begin_layout Plain Layout
376
377 }
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 La fenêtre de dialogue Graphique
392 \begin_inset Index
393 status collapsed
394
395 \begin_layout Plain Layout
396 Figures ! Fenêtre de dialogue Graphique
397 \end_layout
398
399 \end_inset
400
401
402 \begin_inset CommandInset label
403 LatexCommand label
404 name "sec:Graphics-Dialog"
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 Pour placer une figure dans votre document, cliquez sur le bouton
413 \begin_inset Graphics
414         filename ../../images/dialog-show-new-inset_graphics.png
415         scale 85
416         scaleBeforeRotation
417
418 \end_inset
419
420  dans la barre d'outils, ou faites 
421 \family sans
422 Insérer\SpecialChar \menuseparator
423 Graphique
424 \family default
425 .
426  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
427  à charger.
428  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
429  dans le texte.
430 \end_layout
431
432 \begin_layout Standard
433 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
434  avec le bouton droit sur une image
435 \begin_inset Note Note
436 status collapsed
437
438 \begin_layout Plain Layout
439 Ça marche aussi avec le bouton gauche ! (NdT)
440 \end_layout
441
442 \end_inset
443
444 .
445  Cette fenêtre de dialogue possède trois onglets:
446 \end_layout
447
448 \begin_layout Description
449 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
450  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
451  Les unités de longueurs utilisées sont décrites dans l'appendice
452 \begin_inset space ~
453 \end_inset
454
455
456 \begin_inset CommandInset ref
457 LatexCommand ref
458 reference "cha:Unités-de-longueur"
459
460 \end_inset
461
462 .
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figures ! Pivotées
472 \end_layout
473
474 \end_inset
475
476 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
477  d'une montre, en donnant l'angle de rotation et la position du pivot.
478  L'image apparaîtra pivotée dans LyX.
479 \begin_inset Newline newline
480 \end_inset
481
482
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Figures ! Redimensionnées
488 \end_layout
489
490 \end_inset
491
492 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
493  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
494  sa largeur.
495  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
496  déterminée automatiquement.
497  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
498  éventuellement une distorsion.
499  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
500  
501 \family sans
502 Conserver
503 \begin_inset space ~
504 \end_inset
505
506 les
507 \begin_inset space ~
508 \end_inset
509
510 proportions
511 \family default
512 .
513  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
514  pas les valeurs fixées.
515  
516 \begin_inset Newline newline
517 \end_inset
518
519 Les images peuvent être modifiée en utilisant le programme de votre choix
520  en cliquant sur le bouton Éditer.
521  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
522  
523 \family sans
524 Formats
525 \begin_inset space ~
526 \end_inset
527
528 de
529 \begin_inset space ~
530 \end_inset
531
532 fichiers
533 \family default
534  dans la fenêtre de dialogue de 
535 \family sans
536 Préférences
537 \family default
538  de LyX.
539 \end_layout
540
541 \begin_layout Description
542 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
543  la sortie finale est de modifier les coordonnées de la zone de l'image
544  qui est affichée.
545  Cette zone peut être calculée automatiquement à partir des données présentes
546  dans le fichier en appuyant sur le bouton 
547 \family sans
548 Valeurs
549 \begin_inset space ~
550 \end_inset
551
552 du
553 \begin_inset space ~
554 \end_inset
555
556 Fichier
557 \family default
558 .
559  Avec l'option 
560 \family sans
561 Couper
562 \begin_inset space ~
563 \end_inset
564
565 à
566 \begin_inset space ~
567 \end_inset
568
569 la
570 \begin_inset space ~
571 \end_inset
572
573 boîte
574 \begin_inset space ~
575 \end_inset
576
577 de
578 \begin_inset space ~
579 \end_inset
580
581 délimitation, 
582 \family default
583 seule la portion de l'image qui est dans la zone définie sera imprimée.
584  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
585  donc vous pouvez ignorer l'onglet 
586 \family sans
587 Rogner
588 \family default
589 .
590 \end_layout
591
592 \begin_layout Description
593
594 \family sans
595 Options
596 \begin_inset space ~
597 \end_inset
598
599 LaTeX
600 \begin_inset space ~
601 \end_inset
602
603 et
604 \begin_inset space ~
605 \end_inset
606
607 LyX
608 \family default
609  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
610  en faire une sous-figure avec sa propre légende si elle incorporée dans
611  un flottant de figure.
612  Les sous-figures sont décrites dans la section
613 \begin_inset space ~
614 \end_inset
615
616
617 \begin_inset CommandInset ref
618 LatexCommand ref
619 reference "sec:Figure-Floats"
620
621 \end_inset
622
623 .
624 \begin_inset Newline newline
625 \end_inset
626
627 Les experts ès-LaTeX pourront fournir dans cet onglet des options supplémentaire
628 s pour LaTeX
629 \begin_inset Newline newline
630 \end_inset
631
632 L'option Mode brouillon fait que l'image apparaîtra sur la sortie sous la
633  forme d'un cadre vide avec la taille de l'image.
634 \begin_inset Newline newline
635 \end_inset
636
637 L'option 
638 \family sans
639 ne
640 \begin_inset space ~
641 \end_inset
642
643 pas
644 \begin_inset space ~
645 \end_inset
646
647 décompresser
648 \begin_inset space ~
649 \end_inset
650
651 à
652 \begin_inset space ~
653 \end_inset
654
655 l'exportation
656 \family default
657  n'affectera que les graphiques EPS zippés, par exemple 
658 \family typewriter
659 x.eps.gz
660 \family default
661 .
662  Quand cette option est activée, les images ne sont pas décompressées à
663  l'exportation, vu que LaTeX peut les traiter telles-quelles
664 \begin_inset Newline newline
665 \end_inset
666
667 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
668  disques quand on utilise PostScript comme format de sortie, voir l'appendice
669 \begin_inset space ~
670 \end_inset
671
672
673 \begin_inset CommandInset ref
674 LatexCommand ref
675 reference "sec:PostScript"
676
677 \end_inset
678
679 .
680  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
681  terminal UNIX ou une console Windows:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \series default
689
690 \begin_inset Newline newline
691 \end_inset
692
693
694 \series bold
695 zgrep %%Bounding x.eps.gz > x.eps.bb
696 \series default
697
698 \begin_inset Newline newline
699 \end_inset
700
701 La seconde commande va créer le fichier contenant la description de la boîte
702  de délimitation 
703 \begin_inset Quotes eld
704 \end_inset
705
706
707 \family typewriter
708 x.eps.bb
709 \family default
710
711 \begin_inset Quotes erd
712 \end_inset
713
714  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
715 \end_layout
716
717 \begin_layout Standard
718 \begin_inset VSpace bigskip
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 Voici un exemple d'image au format EPS
726 \begin_inset Foot
727 status collapsed
728
729 \begin_layout Plain Layout
730 Les format d'images sont décrits dans la section
731 \begin_inset space ~
732 \end_inset
733
734
735 \begin_inset CommandInset ref
736 LatexCommand ref
737 reference "sec:Image-Formats"
738
739 \end_inset
740
741 .
742 \end_layout
743
744 \end_inset
745
746  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
747 nt:
748 \end_layout
749
750 \begin_layout Standard
751 \align center
752 \begin_inset Graphics
753         filename ../clipart/mobius.eps
754         display color
755         scale 70
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 Et voici la même image mais en mode brouillon:
766 \end_layout
767
768 \begin_layout Standard
769 \align center
770 \begin_inset Graphics
771         filename ../clipart/mobius.eps
772         display color
773         scale 70
774         draft
775         scaleBeforeRotation
776         rotateOrigin center
777
778 \end_inset
779
780
781 \end_layout
782
783 \begin_layout Section
784 Figures Flottantes
785 \begin_inset CommandInset label
786 LatexCommand label
787 name "sec:Figure-Floats"
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Flottants ! Figures
797 \end_layout
798
799 \end_inset
800
801
802 \begin_inset Index
803 status collapsed
804
805 \begin_layout Plain Layout
806 Figures ! Flottants
807 \end_layout
808
809 \end_inset
810
811
812 \end_layout
813
814 \begin_layout Standard
815 Pour des explications d'ordre général concernant les flottants, jetez un
816  coup d'œil à la section
817 \begin_inset space ~
818 \end_inset
819
820
821 \begin_inset CommandInset ref
822 LatexCommand ref
823 reference "sec:Flottants-Introduction"
824
825 \end_inset
826
827 .
828 \end_layout
829
830 \begin_layout Standard
831 Le bouton 
832 \begin_inset Graphics
833         filename ../../images/float-insert_figure.png
834         scale 85
835         scaleBeforeRotation
836
837 \end_inset
838
839  de la barre d'outils et le menu 
840 \family sans
841 Insérer\SpecialChar \menuseparator
842 Flottant\SpecialChar \menuseparator
843 Figure
844 \family default
845  insèrent un flottant avec l'étiquette 
846 \begin_inset Quotes eld
847 \end_inset
848
849
850 \series bold
851 Figure
852 \begin_inset space ~
853 \end_inset
854
855 #:
856 \series default
857
858 \begin_inset Quotes erd
859 \end_inset
860
861  (# est le numéro réel de l'image).
862  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
863 \begin_inset space ~
864 \end_inset
865
866
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "fig:kill-plat"
870
871 \end_inset
872
873  ou en dessous de la légende comme pour la Figure
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "fig:escher"
881
882 \end_inset
883
884 .
885  Vous trouverez plus d'information sur le positionnement des légendes dans
886  la section
887 \begin_inset space ~
888 \end_inset
889
890
891 \begin_inset CommandInset ref
892 LatexCommand ref
893 reference "sec:Placement-légende"
894
895 \end_inset
896
897 .
898 \end_layout
899
900 \begin_layout Standard
901 \begin_inset Float figure
902 wide false
903 sideways false
904 status open
905
906 \begin_layout Plain Layout
907 \align center
908 \begin_inset Graphics
909         filename ../clipart/platypus.eps
910         display color
911         width 50col%
912         scaleBeforeRotation
913         rotateOrigin center
914
915 \end_inset
916
917
918 \end_layout
919
920 \begin_layout Plain Layout
921 \begin_inset Caption
922
923 \begin_layout Plain Layout
924 \begin_inset CommandInset label
925 LatexCommand label
926 name "fig:kill-plat"
927
928 \end_inset
929
930 Un ornithorynque sévèrement déformé dans un flottant de figure.
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \end_inset
939
940
941 \end_layout
942
943 \begin_layout Standard
944 \begin_inset Float figure
945 wide false
946 sideways false
947 status open
948
949 \begin_layout Plain Layout
950 \begin_inset Caption
951
952 \begin_layout Plain Layout
953 \begin_inset CommandInset label
954 LatexCommand label
955 name "fig:escher"
956
957 \end_inset
958
959 M.C.
960  Escher sous LSD.
961 \end_layout
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Plain Layout
969 \align center
970 \begin_inset Graphics
971         filename ../clipart/escher-lsd.eps
972         display color
973         scale 80
974         scaleBeforeRotation
975         rotateOrigin center
976
977 \end_inset
978
979
980 \end_layout
981
982 \end_inset
983
984
985 \end_layout
986
987 \begin_layout Standard
988 \begin_inset Index
989 status collapsed
990
991 \begin_layout Plain Layout
992 Références ! à des Figures
993 \end_layout
994
995 \end_inset
996
997 Les figure
998 \begin_inset space ~
999 \end_inset
1000
1001
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "fig:kill-plat"
1005
1006 \end_inset
1007
1008  et 
1009 \begin_inset CommandInset ref
1010 LatexCommand ref
1011 reference "fig:escher"
1012
1013 \end_inset
1014
1015  sont des exemples de figures référencées.
1016  Dans le texte, on fait référence à une figure en faisant référence à sa
1017  légende.
1018  On insère donc une étiquette dans la légende en utilisant le menu 
1019 \family sans
1020 Insérer
1021 \family default
1022 \SpecialChar \menuseparator
1023
1024 \family sans
1025 Étiquette
1026 \family default
1027  ou le bouton 
1028 \begin_inset Graphics
1029         filename ../../images/label-insert.png
1030         scale 85
1031         scaleBeforeRotation
1032
1033 \end_inset
1034
1035  de la barre d'outils.
1036  On peut alors faire référence à cette étiquette en utilisant le menu 
1037 \family sans
1038 Insérer\SpecialChar \menuseparator
1039 Référence
1040 \begin_inset space ~
1041 \end_inset
1042
1043 croisée
1044 \family default
1045  ou le bouton 
1046 \begin_inset Graphics
1047         filename ../../images/dialog-show-new-inset_ref.png
1048         scale 85
1049         scaleBeforeRotation
1050
1051 \end_inset
1052
1053  de la barre d'outils.
1054  Il est important d'utiliser des références pour les flottants de figures
1055  plutôt que des locutions vagues du genre 
1056 \begin_inset Quotes eld
1057 \end_inset
1058
1059 la figure ci-dessous
1060 \begin_inset Quotes erd
1061 \end_inset
1062
1063 , puisque LaTeX va repositionner la figure dans le document final.
1064  Votre figure risque de ne plus être ci-dessous du tout !
1065 \begin_inset Newline newline
1066 \end_inset
1067
1068 Le référencement est expliqué plus en détail dans la section
1069 \begin_inset space ~
1070 \end_inset
1071
1072
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "sec:Referencer-les-Flottants"
1076
1077 \end_inset
1078
1079 .
1080 \end_layout
1081
1082 \begin_layout Standard
1083 En principe on met une figure dans un flottant, mais parfois vous pouvez
1084  vouloir deux figures avec chacune sa sous-légende.
1085  C'est possible en utilisant la fenêtre de dialogue: faites un clic droit
1086  sur l'image et allez sur l'onglet 
1087 \family sans
1088 Options
1089 \begin_inset space ~
1090 \end_inset
1091
1092 LaTeX
1093 \begin_inset space ~
1094 \end_inset
1095
1096 et
1097 \begin_inset space ~
1098 \end_inset
1099
1100 LyX
1101 \family default
1102 , cochez l'option 
1103 \family sans
1104 Sous
1105 \begin_inset space ~
1106 \end_inset
1107
1108 figure
1109 \family default
1110  et tapez la légende dans le champ qui vient d'être activé.
1111  Notez que seule la légende principale des flottants est reprise dans la
1112  Liste des Figures.
1113  La figure
1114 \begin_inset space ~
1115 \end_inset
1116
1117
1118 \begin_inset CommandInset ref
1119 LatexCommand ref
1120 reference "fig:Deux-images-déformées"
1121
1122 \end_inset
1123
1124  est un exemple de flottant de figure avec deux images mises l'une à côté
1125  de l'autre.
1126  Vous pouvez aussi mettre les images les unes sous les autres.
1127 \end_layout
1128
1129 \begin_layout Standard
1130 \begin_inset Float figure
1131 wide false
1132 sideways false
1133 status open
1134
1135 \begin_layout Plain Layout
1136 \begin_inset space \hfill{}
1137 \end_inset
1138
1139
1140 \begin_inset Float figure
1141 wide false
1142 sideways false
1143 status open
1144
1145 \begin_layout Plain Layout
1146 \begin_inset Caption
1147
1148 \begin_layout Plain Layout
1149 Undefinable structure
1150 \end_layout
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Graphics
1159         filename ../clipart/escher-lsd.eps
1160         width 45col%
1161         scaleBeforeRotation
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \begin_inset space \hfill{}
1172 \end_inset
1173
1174
1175 \begin_inset Float figure
1176 wide false
1177 sideways false
1178 status open
1179
1180 \begin_layout Plain Layout
1181 \begin_inset Caption
1182
1183 \begin_layout Plain Layout
1184
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Plain Layout
1193 \begin_inset Graphics
1194         filename ../clipart/platypus.eps
1195         lyxscale 60
1196         width 45col%
1197         scaleBeforeRotation
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \begin_inset space \hfill{}
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \begin_layout Plain Layout
1214 \begin_inset Caption
1215
1216 \begin_layout Plain Layout
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "fig:Deux-images-déformées"
1220
1221 \end_inset
1222
1223 Deux images déformées.
1224 \end_layout
1225
1226 \end_inset
1227
1228
1229 \end_layout
1230
1231 \end_inset
1232
1233
1234 \end_layout
1235
1236 \begin_layout Section
1237 Les Formats d'images
1238 \begin_inset CommandInset label
1239 LatexCommand label
1240 name "sec:Image-Formats"
1241
1242 \end_inset
1243
1244
1245 \begin_inset Index
1246 status collapsed
1247
1248 \begin_layout Plain Layout
1249 Formats d' images
1250 \end_layout
1251
1252 \end_inset
1253
1254
1255 \begin_inset Index
1256 status collapsed
1257
1258 \begin_layout Plain Layout
1259 Figures ! Formats d'images
1260 \end_layout
1261
1262 \end_inset
1263
1264
1265 \end_layout
1266
1267 \begin_layout Standard
1268 Vous pouvez insérer des images dans n'importe quel format connu.
1269  Mais, comme nous l'avons expliqué dans l'appendice
1270 \begin_inset space ~
1271 \end_inset
1272
1273
1274 \begin_inset CommandInset ref
1275 LatexCommand ref
1276 reference "cha:Formats-fichiers-graphiques"
1277
1278 \end_inset
1279
1280 ,
1281 \lang english
1282  
1283 \lang french
1284 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1285  de formats d'images.
1286  Pour s'en sortir LyX utilise le programme 
1287 \family typewriter
1288 Imagemagick
1289 \family default
1290  en arrière plan pour convertir les formats que vous utilisez dans un des
1291  formats acceptés par le format de sortie.
1292  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1293 ons en n'utilisant que les formats listés dans les sous sections de
1294 \lang english
1295  
1296 \lang french
1297 l'appendice
1298 \begin_inset space ~
1299 \end_inset
1300
1301
1302 \begin_inset CommandInset ref
1303 LatexCommand ref
1304 reference "cha:Formats-fichiers-graphiques"
1305
1306 \end_inset
1307
1308 .
1309 \end_layout
1310
1311 \begin_layout Standard
1312 Comme pour les polices de caractères, il y a deux grands types de formats
1313  d'images:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Les
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images
1322 \begin_inset space ~
1323 \end_inset
1324
1325 Matricielles
1326 \begin_inset space ~
1327 \end_inset
1328
1329 (ou
1330 \begin_inset space ~
1331 \end_inset
1332
1333 bitmap) l'image est décomposée en une mosaïque des points (ou pixels), souvent
1334  enregistrés sous un format compressé.
1335  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1336  petits carrés quand on utilise des agrandissements trop importants (aspect
1337  
1338 \begin_inset Quotes eld
1339 \end_inset
1340
1341 pixellisé
1342 \begin_inset Quotes erd
1343 \end_inset
1344
1345 ).
1346  Les formats matriciels les plus connus sont le GIF (
1347 \begin_inset Quotes eld
1348 \end_inset
1349
1350 Graphics Interchange Format
1351 \begin_inset Quotes erd
1352 \end_inset
1353
1354 , avec comme extension de fichier 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358
1359 \family typewriter
1360 .gif
1361 \family default
1362
1363 \begin_inset Quotes erd
1364 \end_inset
1365
1366 )
1367 \begin_inset Index
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 GIF|see
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 {
1378 \end_layout
1379
1380 \end_inset
1381
1382 Format d'image
1383 \begin_inset ERT
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387
1388 }
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397
1398 , le PNG (
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402 Portable Network Graphics, extension 
1403 \begin_inset Quotes eld
1404 \end_inset
1405
1406
1407 \family typewriter
1408 .gif
1409 \family default
1410
1411 \begin_inset Quotes erd
1412 \end_inset
1413
1414 )
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 PNG|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Formats d'image
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446  et le JPG (
1447 \begin_inset Quotes eld
1448 \end_inset
1449
1450 Joint Photographic Expert Group, extension 
1451 \begin_inset Quotes eld
1452 \end_inset
1453
1454
1455 \family typewriter
1456 .jpg
1457 \family default
1458
1459 \begin_inset Quotes erd
1460 \end_inset
1461
1462  ou 
1463 \begin_inset Quotes eld
1464 \end_inset
1465
1466
1467 \family typewriter
1468 .jpeg
1469 \family default
1470
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474 )
1475 \begin_inset Index
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 JPG|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Formats d'image
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506 .
1507 \end_layout
1508
1509 \begin_layout Description
1510 Les
1511 \begin_inset space ~
1512 \end_inset
1513
1514 images
1515 \begin_inset space ~
1516 \end_inset
1517
1518 Vectorielles
1519 \begin_inset space ~
1520 \end_inset
1521
1522 (ou
1523 \begin_inset space ~
1524 \end_inset
1525
1526 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1527  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1528 nnée comme on le veut sans perte de précision.
1529  La possibilité de redimensionner les images est très utilisé pour les présentat
1530 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1531 nnement.
1532  Le redimensionnement permet aussi de présenter des documents en ligne où
1533  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1534  étudier les détails.
1535 \begin_inset Newline newline
1536 \end_inset
1537
1538 Les principaux formats vectoriels sont le SVG (
1539 \begin_inset Quotes eld
1540 \end_inset
1541
1542 Scalable Vector Graphics
1543 \begin_inset Quotes erd
1544 \end_inset
1545
1546 , extension
1547 \begin_inset Quotes eld
1548 \end_inset
1549
1550
1551 \family typewriter
1552 .svg
1553 \family default
1554
1555 \begin_inset Quotes erd
1556 \end_inset
1557
1558 )
1559 \begin_inset Index
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 SVG|see
1564 \begin_inset ERT
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568
1569 {
1570 \end_layout
1571
1572 \end_inset
1573
1574 Format d'image
1575 \begin_inset ERT
1576 status collapsed
1577
1578 \begin_layout Plain Layout
1579
1580 }
1581 \end_layout
1582
1583 \end_inset
1584
1585
1586 \end_layout
1587
1588 \end_inset
1589
1590 , l'EPS ( 
1591 \begin_inset Quotes eld
1592 \end_inset
1593
1594 encapsulated PostScript
1595 \begin_inset Quotes erd
1596 \end_inset
1597
1598 , extension
1599 \begin_inset Quotes eld
1600 \end_inset
1601
1602
1603 \family typewriter
1604 .eps
1605 \family default
1606
1607 \begin_inset Quotes erd
1608 \end_inset
1609
1610 )
1611 \begin_inset Index
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 EPS|see
1616 \begin_inset ERT
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620
1621 {
1622 \end_layout
1623
1624 \end_inset
1625
1626 Format d'image
1627 \begin_inset ERT
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631
1632 }
1633 \end_layout
1634
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \end_inset
1641
1642 , le PDF (
1643 \begin_inset Quotes eld
1644 \end_inset
1645
1646 Portable Document Format
1647 \begin_inset Quotes erd
1648 \end_inset
1649
1650 , extension
1651 \begin_inset Quotes eld
1652 \end_inset
1653
1654
1655 \family typewriter
1656 .pdf
1657 \family default
1658
1659 \begin_inset Quotes erd
1660 \end_inset
1661
1662 )
1663 \begin_inset Index
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 PDF|see
1668 \begin_inset ERT
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672
1673 {
1674 \end_layout
1675
1676 \end_inset
1677
1678 Format d'image
1679 \begin_inset ERT
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683
1684 }
1685 \end_layout
1686
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \end_inset
1693
1694  et le WMF (
1695 \begin_inset Quotes eld
1696 \end_inset
1697
1698 Windows Metafile
1699 \begin_inset Quotes erd
1700 \end_inset
1701
1702 , extension 
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706
1707 \family typewriter
1708 .wfm
1709 \family default
1710
1711 \begin_inset Quotes erd
1712 \end_inset
1713
1714  ou 
1715 \begin_inset Quotes eld
1716 \end_inset
1717
1718
1719 \family typewriter
1720 .emf
1721 \family default
1722
1723 \begin_inset Quotes erd
1724 \end_inset
1725
1726 )
1727 \begin_inset Index
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 WMF|see
1732 \begin_inset ERT
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736
1737 {
1738 \end_layout
1739
1740 \end_inset
1741
1742 Formats d'images
1743 \begin_inset ERT
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747
1748 }
1749 \end_layout
1750
1751 \end_inset
1752
1753
1754 \end_layout
1755
1756 \end_inset
1757
1758 .
1759  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1760  en EPS, mais le résultat ne sera pas redimensionnable.
1761  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1762 \begin_inset Foot
1763 status open
1764
1765 \begin_layout Plain Layout
1766 Dans le cas du PDF l'image initiale est aussi compressée.
1767 \end_layout
1768
1769 \end_inset
1770
1771 .
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Les fichiers PDF générés par 
1776 \family typewriter
1777 Adobe Photoshop
1778 \family default
1779 , par exemple, sont des images matricielles.
1780 \end_layout
1781
1782 \begin_layout Standard
1783 En principe il est quasiment impossible de convertir une image matricielle
1784  en graphique vectoriel, seul le contraire est possible.
1785
1786 \lang english
1787  
1788 \lang french
1789 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1790  dans respectivement un fichier de sortie PDF ou PostScript.
1791  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1792  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1793  WMF/SVG
1794 \begin_inset Formula $\to$
1795 \end_inset
1796
1797 PDF/EPS convenables.
1798 \end_layout
1799
1800 \begin_layout Chapter
1801 Tableaux
1802 \begin_inset CommandInset label
1803 LatexCommand label
1804 name "cha:Tableaux"
1805
1806 \end_inset
1807
1808
1809 \begin_inset Index
1810 status collapsed
1811
1812 \begin_layout Plain Layout
1813 Tableau
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \end_layout
1820
1821 \begin_layout Section
1822 Introduction
1823 \begin_inset Index
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827 Tableau ! Introduction
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \begin_layout Standard
1836 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1837 \begin_inset Graphics
1838         filename ../../images/tabular-insert.png
1839         scale 85
1840         scaleBeforeRotation
1841
1842 \end_inset
1843
1844  soit 
1845 \family sans
1846 Insérer\SpecialChar \menuseparator
1847 Tableau
1848 \family default
1849 .
1850  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1851  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1852  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1853  sur un bouton de la souris pour valider votre choix.
1854  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1855  vous demandant le nombre de lignes et de colonnes.
1856 \begin_inset Newline newline
1857 \end_inset
1858
1859 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1860  une à droite de la colonne la plus à droite et une en bas de la rangée
1861  du bas, qui forment une boîte autour du tableau.
1862  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1863  apparaît séparée du reste du tableau.
1864  Voici un exemple :
1865 \end_layout
1866
1867 \begin_layout Standard
1868 \align center
1869 \begin_inset Tabular
1870 <lyxtabular version="3" rows="4" columns="4">
1871 <features>
1872 <column alignment="center" valignment="top" width="0">
1873 <column alignment="center" valignment="top" width="0">
1874 <column alignment="center" valignment="top" width="0">
1875 <column alignment="center" valignment="top" width="0">
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 1
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 2
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908 3
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919 A
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 </row>
1952 <row>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 B
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 </row>
1990 <row>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995 C
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Plain Layout
2004
2005 \end_layout
2006
2007 \end_inset
2008 </cell>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \end_layout
2015
2016 \end_inset
2017 </cell>
2018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2019 \begin_inset Text
2020
2021 \begin_layout Plain Layout
2022
2023 \end_layout
2024
2025 \end_inset
2026 </cell>
2027 </row>
2028 </lyxtabular>
2029
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \begin_layout Section
2036 La fenêtre 
2037 \family sans
2038 Tableau
2039 \family default
2040
2041 \begin_inset Index
2042 status collapsed
2043
2044 \begin_layout Plain Layout
2045 Tableau ! Fenêtre de dialogue
2046 \end_layout
2047
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2055  de la souris, ce qui fait apparaître une fenêtre avec des options.
2056  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2057  la colonne et la ligne dans laquelle le curseur se trouve.
2058  La plupart des options peuvent s'appliquer à des sélections.
2059  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2060  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2061  votre sélection.
2062  Notez qu'il y a une différence entre sélectionner le 
2063 \emph on
2064 contenu 
2065 \emph default
2066 d'une cellule et sélectionner la cellule elle-même.
2067  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2068  tableaux :
2069 \end_layout
2070
2071 \begin_layout Description
2072 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2073  la largeur de la colonne courante.
2074  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2075  vertical de la ligne courante.
2076  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2077  et donc, plusieurs paragraphes de texte, voir la section
2078 \begin_inset space ~
2079 \end_inset
2080
2081
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sub:Lignes-multiple-dans-cellule"
2085
2086 \end_inset
2087
2088 .
2089  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2090  pour accommoder le contenu de cellule le plus large.
2091 \begin_inset Newline newline
2092 \end_inset
2093
2094 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2095  un multicolonne, voir la section
2096 \begin_inset space ~
2097 \end_inset
2098
2099
2100 \begin_inset CommandInset ref
2101 LatexCommand ref
2102 reference "sub:Multicolonnes"
2103
2104 \end_inset
2105
2106 .
2107 \begin_inset Newline newline
2108 \end_inset
2109
2110 L'option 
2111 \family sans
2112 Tourner
2113 \begin_inset space ~
2114 \end_inset
2115
2116 la
2117 \begin_inset space ~
2118 \end_inset
2119
2120 case
2121 \begin_inset space ~
2122 \end_inset
2123
2124 de
2125 \begin_inset space ~
2126 \end_inset
2127
2128 90°
2129 \family default
2130  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2131  L'option 
2132 \family sans
2133 Tourner
2134 \begin_inset space ~
2135 \end_inset
2136
2137 le
2138 \begin_inset space ~
2139 \end_inset
2140
2141 tableau
2142 \begin_inset space ~
2143 \end_inset
2144
2145 de
2146 \begin_inset space ~
2147 \end_inset
2148
2149 90°
2150 \family default
2151  fait pivoter tout le tableau.
2152  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2153  la sortie finale.
2154 \begin_inset Newline newline
2155 \end_inset
2156
2157
2158 \begin_inset Note Greyedout
2159 status open
2160
2161 \begin_layout Plain Layout
2162
2163 \series bold
2164 Note:
2165 \series default
2166  La plupart des visualiseurs DVI ne sont 
2167 \emph on
2168 pas
2169 \emph default
2170  capables d'afficher ces rotations.
2171 \end_layout
2172
2173 \end_inset
2174
2175
2176 \lang english
2177
2178 \begin_inset Newline newline
2179 \end_inset
2180
2181
2182 \lang french
2183 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2184  spéciales pour le tableau, voir les sections
2185 \begin_inset space ~
2186 \end_inset
2187
2188
2189 \begin_inset CommandInset ref
2190 LatexCommand ref
2191 reference "sub:Calculs-multicolonnes"
2192
2193 \end_inset
2194
2195  et 
2196 \begin_inset CommandInset ref
2197 LatexCommand ref
2198 reference "sec:Tableaux-Colorés"
2199
2200 \end_inset
2201
2202 .
2203 \end_layout
2204
2205 \begin_layout Description
2206
2207 \family sans
2208 Bordures
2209 \family default
2210  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2211  ou la colonne courante.
2212  
2213 \begin_inset Newline newline
2214 \end_inset
2215
2216 En utilisant le style 
2217 \family sans
2218 Formel
2219 \family default
2220  à la place du style par 
2221 \family sans
2222 Défaut
2223 \family default
2224  va convertir le tableau en tableau formel comme on le décrit dans la section
2225 \begin_inset space ~
2226 \end_inset
2227
2228
2229 \begin_inset CommandInset ref
2230 LatexCommand ref
2231 reference "sec:Tableaux-Formels"
2232
2233 \end_inset
2234
2235 .
2236 \begin_inset Newline newline
2237 \end_inset
2238
2239 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2240  dans les lignes du tableau comme c'est décrit dans la section
2241 \begin_inset space ~
2242 \end_inset
2243
2244
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "sub:Espacement-lignes"
2248
2249 \end_inset
2250
2251 .
2252 \end_layout
2253
2254 \begin_layout Description
2255 Tableau
2256 \begin_inset space ~
2257 \end_inset
2258
2259 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2260  un 
2261 \begin_inset Quotes eld
2262 \end_inset
2263
2264
2265 \emph on
2266 tableau long
2267 \emph default
2268
2269 \begin_inset Quotes erd
2270 \end_inset
2271
2272  qui peut continuer sur plusieurs pages.
2273  Les sections
2274 \begin_inset space ~
2275 \end_inset
2276
2277
2278 \begin_inset CommandInset ref
2279 LatexCommand ref
2280 reference "sec:Tableaux-longs"
2281
2282 \end_inset
2283
2284  et 
2285 \begin_inset CommandInset ref
2286 LatexCommand ref
2287 reference "sec:Questions-sur-tableaux-longs"
2288
2289 \end_inset
2290
2291  décrivent ces tableaux longs plus en détail.
2292 \end_layout
2293
2294 \begin_layout Standard
2295 Quand la barre d'outils tableau est activée
2296 \begin_inset Note Note
2297 status open
2298
2299 \begin_layout Plain Layout
2300 ou la fenêtre ?
2301 \end_layout
2302
2303 \end_inset
2304
2305 , vous pouvez déplacer le curseur de cellule en cellule avec les touches
2306  de déplacement et voir s'afficher les propriétés de la cellule courante
2307  dans la fenêtre de dialogue.
2308 \end_layout
2309
2310 \begin_layout Section
2311 La barre d'outils tableau
2312 \begin_inset Index
2313 status collapsed
2314
2315 \begin_layout Plain Layout
2316 Tableau ! Barre d'outils
2317 \end_layout
2318
2319 \end_inset
2320
2321
2322 \end_layout
2323
2324 \begin_layout Standard
2325 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2326  permet de modifier plus rapidement les tableaux.
2327  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2328  le curseur se trouve à l'intérieur d'un tableau.
2329  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2330  au menu 
2331 \family sans
2332 Visualiser\SpecialChar \menuseparator
2333 Barres
2334 \begin_inset space ~
2335 \end_inset
2336
2337 d'outils\SpecialChar \menuseparator
2338 Tableau
2339 \family default
2340 .
2341 \end_layout
2342
2343 \begin_layout Standard
2344 La barre d'outils contient les icônes suivantes :
2345 \end_layout
2346
2347 \begin_layout Labeling
2348 \labelwidthstring 00.00.0000
2349 \begin_inset Graphics
2350         filename ../../images/tabular-feature_append-row.png
2351         scaleBeforeRotation
2352
2353 \end_inset
2354
2355  ajoute une ligne sous la cellule ou la sélection courante
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360 \begin_inset Graphics
2361         filename ../../images/tabular-feature_append-column.png
2362         scaleBeforeRotation
2363
2364 \end_inset
2365
2366  ajoute une colonne à la droite de la cellule ou de la sélection courante
2367 \end_layout
2368
2369 \begin_layout Labeling
2370 \labelwidthstring 00.00.0000
2371 \begin_inset Graphics
2372         filename ../../images/tabular-feature_delete-row.png
2373         scaleBeforeRotation
2374
2375 \end_inset
2376
2377  supprime la ligne ou la sélection courante
2378 \end_layout
2379
2380 \begin_layout Labeling
2381 \labelwidthstring 00.00.0000
2382 \begin_inset Graphics
2383         filename ../../images/tabular-feature_delete-column.png
2384         scaleBeforeRotation
2385
2386 \end_inset
2387
2388  supprime la colonne ou la sélection courante
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Graphics
2394         filename ../../images/tabular-feature_toggle-line-top.png
2395         scaleBeforeRotation
2396
2397 \end_inset
2398
2399  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2400  courante
2401 \end_layout
2402
2403 \begin_layout Labeling
2404 \labelwidthstring 00.00.0000
2405 \begin_inset Graphics
2406         filename ../../images/tabular-feature_toggle-line-bottom.png
2407         scaleBeforeRotation
2408
2409 \end_inset
2410
2411  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2412 \end_layout
2413
2414 \begin_layout Labeling
2415 \labelwidthstring 00.00.0000
2416 \begin_inset Graphics
2417         filename ../../images/tabular-feature_toggle-line-left.png
2418         scaleBeforeRotation
2419
2420 \end_inset
2421
2422  ajoute une ligne sur le côté gauche de la cellule, de ligne 
2423 \begin_inset Note Note
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 ou colonne ?
2428 \end_layout
2429
2430 \end_inset
2431
2432  ou de la sélection courante
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_toggle-line-right.png
2439         scaleBeforeRotation
2440
2441 \end_inset
2442
2443  ajoute une ligne sur le côté droit de la cellule, de ligne 
2444 \begin_inset Note Note
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448 ou colonne ?
2449 \end_layout
2450
2451 \end_inset
2452
2453  ou de la sélection courante
2454 \end_layout
2455
2456 \begin_layout Labeling
2457 \labelwidthstring 00.00.0000
2458 \begin_inset Graphics
2459         filename ../../images/tabular-feature_set-all-lines.png
2460         scaleBeforeRotation
2461
2462 \end_inset
2463
2464  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2465  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2466  colonne et la ligne courante
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Graphics
2472         filename ../../images/tabular-feature_unset-all-lines.png
2473         scaleBeforeRotation
2474
2475 \end_inset
2476
2477  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2478  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2479  aussi la colonne et la ligne courante
2480 \end_layout
2481
2482 \begin_layout Labeling
2483 \labelwidthstring 00.00.0000
2484 \begin_inset Graphics
2485         filename ../../images/tabular-feature_align-left.png
2486         scaleBeforeRotation
2487
2488 \end_inset
2489
2490  aligne à gauche le contenu de la cellule ou de la colonne courante
2491 \end_layout
2492
2493 \begin_layout Labeling
2494 \labelwidthstring 00.00.0000
2495 \begin_inset Graphics
2496         filename ../../images/tabular-feature_align-center.png
2497         scaleBeforeRotation
2498
2499 \end_inset
2500
2501  centre horizontalement le contenu de la cellule ou de la colonne courante
2502 \end_layout
2503
2504 \begin_layout Labeling
2505 \labelwidthstring 00.00.0000
2506 \begin_inset Graphics
2507         filename ../../images/tabular-feature_align-right.png
2508         scaleBeforeRotation
2509
2510 \end_inset
2511
2512  aligne à droite le contenu de la cellule ou de la colonne courante
2513 \end_layout
2514
2515 \begin_layout Labeling
2516 \labelwidthstring 00.00.0000
2517 \begin_inset Graphics
2518         filename ../../images/tabular-feature_valign-top.png
2519         scaleBeforeRotation
2520
2521 \end_inset
2522
2523  aligne le contenu de la cellule courante verticalement vers le haut
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Graphics
2529         filename ../../images/tabular-feature_valign-middle.png
2530         scaleBeforeRotation
2531
2532 \end_inset
2533
2534  centre verticalement le contenu de la cellule courante
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Graphics
2540         filename ../../images/tabular-feature_valign-bottom.png
2541         scaleBeforeRotation
2542
2543 \end_inset
2544
2545  aligne le contenu de la cellule courante verticalement vers le bas
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Graphics
2551         filename ../../images/tabular-feature_set-rotate-cell.png
2552         scaleBeforeRotation
2553
2554 \end_inset
2555
2556  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2557 re
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Graphics
2563         filename ../../images/tabular-feature_set-rotate-tabular.png
2564         scaleBeforeRotation
2565
2566 \end_inset
2567
2568  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2569 \end_layout
2570
2571 \begin_layout Labeling
2572 \labelwidthstring 00.00.0000
2573 \begin_inset Graphics
2574         filename ../../images/tabular-feature_multicolumn.png
2575         scaleBeforeRotation
2576
2577 \end_inset
2578
2579  transforme en multi-colonne la cellule ou la sélection courante
2580 \end_layout
2581
2582 \begin_layout Standard
2583 \begin_inset Note Greyedout
2584 status open
2585
2586 \begin_layout Plain Layout
2587
2588 \series bold
2589 Note :
2590 \series default
2591  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2592  est utilisé pour toutes les autres cellules de la ligne.
2593 \end_layout
2594
2595 \end_inset
2596
2597
2598 \end_layout
2599
2600 \begin_layout Section
2601 Le Menu Éditer Tableau
2602 \begin_inset Index
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 Tableau ! Menu Éditer
2607 \end_layout
2608
2609 \end_inset
2610
2611
2612 \end_layout
2613
2614 \begin_layout Standard
2615 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2616  
2617 \family sans
2618 Éditer\SpecialChar \menuseparator
2619 Tableau
2620 \family default
2621  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2622  ou de la ligne courante et aussi de transformer la sélection courante en
2623  multi-colonne.
2624  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2625 \end_layout
2626
2627 \begin_layout Section
2628 Flottant de Tableau
2629 \begin_inset CommandInset label
2630 LatexCommand label
2631 name "sec:Table-Floats"
2632
2633 \end_inset
2634
2635
2636 \begin_inset Index
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 Flottants ! Tableaux
2641 \end_layout
2642
2643 \end_inset
2644
2645
2646 \begin_inset Index
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 Tableau ! Flottants
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \end_layout
2657
2658 \begin_layout Standard
2659 Pour des explications générales sur les flottants, jetez un œil à la section
2660 \begin_inset space ~
2661 \end_inset
2662
2663
2664 \begin_inset CommandInset ref
2665 LatexCommand ref
2666 reference "sec:Flottants-Introduction"
2667
2668 \end_inset
2669
2670 .
2671 \end_layout
2672
2673 \begin_layout Standard
2674 \begin_inset Float table
2675 placement h
2676 wide false
2677 sideways false
2678 status open
2679
2680 \begin_layout Plain Layout
2681 \begin_inset Caption
2682
2683 \begin_layout Plain Layout
2684 \begin_inset CommandInset label
2685 LatexCommand label
2686 name "tab:Flottant-de-tableau"
2687
2688 \end_inset
2689
2690 Un flottant de tableau.
2691 \end_layout
2692
2693 \end_inset
2694
2695
2696 \end_layout
2697
2698 \begin_layout Plain Layout
2699 \align center
2700 \begin_inset Tabular
2701 <lyxtabular version="3" rows="3" columns="3">
2702 <features>
2703 <column alignment="center" valignment="top" width="0pt">
2704 <column alignment="center" valignment="top" width="0pt">
2705 <column alignment="center" valignment="top" width="0pt">
2706 <row>
2707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2708 \begin_inset Text
2709
2710 \begin_layout Plain Layout
2711 1
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720 2
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729 3
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row>
2736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740 Jules
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749 Marie
2750 \end_layout
2751
2752 \end_inset
2753 </cell>
2754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758 Jean
2759 \end_layout
2760
2761 \end_inset
2762 </cell>
2763 </row>
2764 <row>
2765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2766 \begin_inset Text
2767
2768 \begin_layout Plain Layout
2769 \begin_inset Formula $\int x^{2}dx$
2770 \end_inset
2771
2772
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Formula $\left[\begin{array}{cc}
2782 a & b\\
2783 c & d\end{array}\right]$
2784 \end_inset
2785
2786
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795 \begin_inset Formula $1+1=2$
2796 \end_inset
2797
2798
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 </row>
2804 </lyxtabular>
2805
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \begin_layout Standard
2817 Les flottants de tableau sont insérés en utilisant le menu 
2818 \family sans
2819 Insérer\SpecialChar \menuseparator
2820 Flottant\SpecialChar \menuseparator
2821 Tableau
2822 \family default
2823  ou le bouton 
2824 \begin_inset Graphics
2825         filename ../../images/float-insert_table.png
2826         scale 85
2827         scaleBeforeRotation
2828
2829 \end_inset
2830
2831  de la barre d'outils.
2832 \end_layout
2833
2834 \begin_layout Standard
2835 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2836  qui a comme étiquette 
2837 \begin_inset Quotes eld
2838 \end_inset
2839
2840 Tableau
2841 \begin_inset space ~
2842 \end_inset
2843
2844 #:
2845 \begin_inset Quotes erd
2846 \end_inset
2847
2848  (où # est le numéro du tableau).
2849  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2850 \end_layout
2851
2852 \begin_layout Standard
2853 Le tableau
2854 \begin_inset space ~
2855 \end_inset
2856
2857
2858 \begin_inset CommandInset ref
2859 LatexCommand ref
2860 reference "tab:Flottant-de-tableau"
2861
2862 \end_inset
2863
2864  est un exemple de tableau dans un flottant de tableau.
2865 \end_layout
2866
2867 \begin_layout Standard
2868 On met habituellement la légende au dessus des tableaux, mais cette règle
2869  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2870  Cela signifie que si vous utilisez un document appartenant aux classes
2871  
2872 \family sans
2873 article
2874 \family default
2875
2876 \family sans
2877 book
2878 \family default
2879
2880 \family sans
2881 letter
2882 \family default
2883 , ou
2884 \family sans
2885  report
2886 \family default
2887  il n'y aura pas d'espace entre la légende et le tableau.
2888  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2889  la commande de chargement du paquetage LaTeX 
2890 \series bold
2891 caption
2892 \series default
2893
2894 \begin_inset Index
2895 status collapsed
2896
2897 \begin_layout Plain Layout
2898 Paquetages LaTeX ! caption
2899 \end_layout
2900
2901 \end_inset
2902
2903  dans le préambule de votre document.
2904 \begin_inset Foot
2905 status open
2906
2907 \begin_layout Plain Layout
2908 Pour plus d'information voyez la section
2909 \begin_inset space ~
2910 \end_inset
2911
2912
2913 \begin_inset CommandInset ref
2914 LatexCommand ref
2915 reference "sec:Placement-légende"
2916
2917 \end_inset
2918
2919 .
2920 \end_layout
2921
2922 \end_inset
2923
2924 :
2925 \end_layout
2926
2927 \begin_layout Standard
2928
2929 \series bold
2930 tableposition=top
2931 \end_layout
2932
2933 \begin_layout Standard
2934 Le paquetage 
2935 \series bold
2936 caption
2937 \series default
2938 , qui est décrit dans la section
2939 \begin_inset space ~
2940 \end_inset
2941
2942
2943 \begin_inset CommandInset ref
2944 LatexCommand ref
2945 reference "sec:Formatage-légende"
2946
2947 \end_inset
2948
2949 , est utilisé pour ajuster le format des légendes.
2950 \end_layout
2951
2952 \begin_layout Standard
2953 Dans le texte, on fait référence à un tableau
2954 \begin_inset Index
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958 Références ! à un Tableau
2959 \end_layout
2960
2961 \end_inset
2962
2963  en faisant référence à sa légende.
2964  On insère donc une étiquette dans la légende en utilisant le menu 
2965 \family sans
2966 Insérer
2967 \family default
2968 \SpecialChar \menuseparator
2969
2970 \family sans
2971 Étiquette
2972 \family default
2973  ou le bouton 
2974 \begin_inset Graphics
2975         filename ../../images/label-insert.png
2976         scale 85
2977         scaleBeforeRotation
2978
2979 \end_inset
2980
2981  de la barre d'outils.
2982  On peut alors faire référence à cette étiquette en utilisant le menu 
2983 \family sans
2984 Insérer\SpecialChar \menuseparator
2985 Référence
2986 \begin_inset space ~
2987 \end_inset
2988
2989 croisée
2990 \family default
2991  ou le bouton 
2992 \begin_inset Graphics
2993         filename ../../images/dialog-show-new-inset_ref.png
2994         scale 85
2995         scaleBeforeRotation
2996
2997 \end_inset
2998
2999  de la barre d'outils.
3000 \begin_inset Newline newline
3001 \end_inset
3002
3003 Les références croisées sont expliquées en détail dans la section
3004 \begin_inset space ~
3005 \end_inset
3006
3007
3008 \begin_inset CommandInset ref
3009 LatexCommand ref
3010 reference "sec:Referencer-les-Flottants"
3011
3012 \end_inset
3013
3014 .
3015 \end_layout
3016
3017 \begin_layout Section
3018 Tableaux Longs
3019 \begin_inset CommandInset label
3020 LatexCommand label
3021 name "sec:Tableaux-longs"
3022
3023 \end_inset
3024
3025
3026 \begin_inset Index
3027 status collapsed
3028
3029 \begin_layout Plain Layout
3030 Tableaux longs
3031 \end_layout
3032
3033 \end_inset
3034
3035
3036 \begin_inset Index
3037 status collapsed
3038
3039 \begin_layout Plain Layout
3040 Tableau ! Tableaux longs
3041 \end_layout
3042
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \begin_layout Standard
3049 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3050  l'option 
3051 \family sans
3052 Utiliser
3053 \begin_inset space ~
3054 \end_inset
3055
3056 les
3057 \begin_inset space ~
3058 \end_inset
3059
3060 tableaux
3061 \begin_inset space ~
3062 \end_inset
3063
3064 longs
3065 \family default
3066  de l'onglet 
3067 \family sans
3068 Tableau
3069 \begin_inset space ~
3070 \end_inset
3071
3072 long
3073 \family default
3074  de la fenêtre 
3075 \family sans
3076 Paramètres
3077 \begin_inset space ~
3078 \end_inset
3079
3080 du
3081 \begin_inset space ~
3082 \end_inset
3083
3084 tableau
3085 \family default
3086  pour le répartir automatiquement sur plusieurs pages.
3087  En cochant cette option, vous activez un certain nombre de cases d'option
3088  et vous pouvez alors définir:
3089 \end_layout
3090
3091 \begin_layout Description
3092 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3093  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3094  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3095  première page, si 
3096 \family sans
3097 Premier
3098 \begin_inset space ~
3099 \end_inset
3100
3101 en-tête
3102 \family default
3103  est défini.
3104  Ces lignes forment l'en-tête principal.
3105 \end_layout
3106
3107 \begin_layout Description
3108 Premier
3109 \begin_inset space ~
3110 \end_inset
3111
3112 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3113  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3114  d'en-tête utilisées pour la première page du tableau long.
3115 \end_layout
3116
3117 \begin_layout Description
3118 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3119  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3120  constituant les pieds de toutes les pages du tableau long ; sauf de la
3121  dernière page si 
3122 \family sans
3123 Dernier
3124 \begin_inset space ~
3125 \end_inset
3126
3127 pied
3128 \family default
3129  est défini.
3130 \end_layout
3131
3132 \begin_layout Description
3133 Dernier
3134 \begin_inset space ~
3135 \end_inset
3136
3137 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3138  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3139  constituant le pied de la dernière page du tableau long
3140 \end_layout
3141
3142 \begin_layout Standard
3143 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3144  Si vous activez plusieurs options pour une même ligne, vous devez être
3145  conscients que seule la première sera prise en compte.
3146  
3147 \begin_inset Note Note
3148 status collapsed
3149
3150 \begin_layout Plain Layout
3151 Il y a quelque chose que je n'ai pas compris : la deuxième option serait
3152  mise automatiquement à 
3153 \begin_inset Quotes eld
3154 \end_inset
3155
3156 est vide
3157 \begin_inset Quotes erd
3158 \end_inset
3159
3160 ...(NdT)
3161 \end_layout
3162
3163 \end_inset
3164
3165 Dans ce contexte, première veut dire première en suivant l'ordre 
3166 \family sans
3167 Pied, Dernier
3168 \begin_inset space ~
3169 \end_inset
3170
3171 Pied, 
3172 \family default
3173 et
3174 \family sans
3175  En-tête, Premier
3176 \begin_inset space ~
3177 \end_inset
3178
3179 En-tête
3180 \family default
3181 .
3182  Voyez le tableau long qui suit pour voir comment ça marche :
3183 \end_layout
3184
3185 \begin_layout Standard
3186 \align center
3187 \begin_inset Tabular
3188 <lyxtabular version="3" rows="69" columns="3">
3189 <features islongtable="true">
3190 <column alignment="left" valignment="top" width="0cm">
3191 <column alignment="left" valignment="top" width="0pt">
3192 <column alignment="right" valignment="top" width="0pt">
3193 <row endfirsthead="true">
3194 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 Exemple d'annuaire téléphonique (ignorez les noms)
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row endfirsthead="true">
3225 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \series bold
3231 NOM
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 TEL.
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 </row>
3257 <row endhead="true">
3258 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \series bold
3264 Exemple d'annuaire téléphonique
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 <row endhead="true">
3289 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 NOM
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \series bold
3315 TEL.
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row endfoot="true">
3322 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326  continue page suivante
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 </row>
3350 <row>
3351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \series bold
3357 Annovi
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Silvia
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 111
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 </row>
3381 <row>
3382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \series bold
3388 Bertoli
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 Stefano
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 111
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \series bold
3419 Bozzi
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 Walter
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 111
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 <row>
3444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \series bold
3450 Cachia
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 Maria
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 111
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 </row>
3474 <row>
3475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481 Cachia
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 Maurizio
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 111
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row>
3506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Cinquemani
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Giusi
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 111
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row>
3537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Colin
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 Bernard
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 111
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row>
3568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 Concli
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 Gianfranco
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 111
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Dal Bosco
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Carolina
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Dalpiaz
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Annamaria
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Feliciello
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Domenico
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Focarelli
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Paola
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Galletti
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Oreste
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Gasparini
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Franca
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Rizzardi
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Paola
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Lassini
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Giancarlo
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Malfatti
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Luciano
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Malfatti
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Valeriano
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Meneguzzo
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Roberto
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Mezzadra
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Roberto
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Pirpamer
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Erich
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Pochiesa
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Paolo
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111, 222
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Radina
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Claudio
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Stuffer
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Oskar
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Tacchelli
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Ugo
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Tezzele
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Margit
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Unterkalmsteiner
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Frieda
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Vieider
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Hilde
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 111
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Vigna
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Jürgen
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 111
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Weber
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Maurizio
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 111
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Winkler
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Franz
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 111
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316  
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Annovi
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Silvia
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 555
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Bertoli
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Stefano
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 555
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Bozzi
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Walter
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 555
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Cachia
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Maria
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 555
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Cachia
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Maurizio
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 555
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Cinquemani
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Giusi
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 555
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Colin
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Bernard
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 555
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Concli
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Gianfranco
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 555
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Dal Bosco
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Carolina
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Dalpiaz
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Annamaria
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Feliciello
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Domenico
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Focarelli
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Paola
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Galletti
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Oreste
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Gasparini
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Franca
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Rizzardi
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Paola
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Lassini
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Giancarlo
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Malfatti
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Luciano
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Malfatti
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Valeriano
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Meneguzzo
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Roberto
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Mezzadra
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Roberto
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Pirpamer
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Erich
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Pochiesa
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Paolo
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555, 222
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Radina
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Claudio
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Stuffer
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Oskar
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Tacchelli
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Ugo
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 555
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Tezzele
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Margit
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Unterkalmsteiner
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Frieda
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row>
5178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \series bold
5184 Vieider
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 Hilde
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 555
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 </row>
5208 <row>
5209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \series bold
5215 Vigna
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 Jürgen
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 999
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \series bold
5246 Weber
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 Maurizio
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 555
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275
5276 \series bold
5277 Winkler
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 Franz
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 555
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row endlastfoot="true">
5302 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 Fin
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 </lyxtabular>
5331
5332 \end_inset
5333
5334
5335 \begin_inset ERT
5336 status open
5337
5338 \begin_layout Plain Layout
5339
5340
5341 \backslash
5342 addtocounter{table}{-1}
5343 \end_layout
5344
5345 \end_inset
5346
5347
5348 \begin_inset Note Note
5349 status open
5350
5351 \begin_layout Plain Layout
5352 Voyez la note grisée de la section
5353 \begin_inset space ~
5354 \end_inset
5355
5356
5357 \begin_inset CommandInset ref
5358 LatexCommand ref
5359 reference "sub:Tableaux-longs-légende"
5360
5361 \end_inset
5362
5363  pour une explication de cette commande.
5364 \end_layout
5365
5366 \end_inset
5367
5368
5369 \end_layout
5370
5371 \begin_layout Subsection
5372 Notes de Bas de Page dans les Tableaux Longs
5373 \begin_inset CommandInset label
5374 LatexCommand label
5375 name "sub:Notes-dans-tableau-long"
5376
5377 \end_inset
5378
5379
5380 \begin_inset Index
5381 status collapsed
5382
5383 \begin_layout Plain Layout
5384 Tableaux longs ! Notes de bas de page
5385 \end_layout
5386
5387 \end_inset
5388
5389
5390 \end_layout
5391
5392 \begin_layout Standard
5393 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5394  long.
5395  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5396  contenant la note.
5397  Par exemple le tableau
5398 \begin_inset space ~
5399 \end_inset
5400
5401
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "tab:Légendes-tableau-différentes"
5405
5406 \end_inset
5407
5408  a une note de bas de page.
5409 \end_layout
5410
5411 \begin_layout Subsection
5412 Alignement des Tableaux Longs
5413 \begin_inset Index
5414 status collapsed
5415
5416 \begin_layout Plain Layout
5417 Tableaux longs ! Alignement
5418 \end_layout
5419
5420 \end_inset
5421
5422
5423 \end_layout
5424
5425 \begin_layout Standard
5426 Par défaut les Tableaux Longs sont centrés.
5427  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5428  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5429  de dialogue.
5430  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5431  des longueurs 
5432 \series bold
5433
5434 \backslash
5435 LTleft 
5436 \series default
5437 et 
5438 \series bold
5439
5440 \backslash
5441 LTright
5442 \series default
5443  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5444  concerné :
5445 \end_layout
5446
5447 \begin_layout Standard
5448
5449 \series bold
5450
5451 \backslash
5452 setlength{
5453 \backslash
5454 LTleft}{valeur}
5455 \end_layout
5456
5457 \begin_layout Standard
5458 Où 
5459 \series bold
5460 valeur
5461 \series default
5462  peut avoir n'importe laquelle des unités listées dans le tableau
5463 \begin_inset space ~
5464 \end_inset
5465
5466
5467 \begin_inset CommandInset ref
5468 LatexCommand ref
5469 reference "cha:Unités-de-longueur"
5470
5471 \end_inset
5472
5473 .
5474  
5475 \series bold
5476
5477 \backslash
5478 LTleft
5479 \series default
5480  contrôle la distance horizontale entre le bord gauche de la page et le
5481  tableau, et
5482 \series bold
5483  
5484 \backslash
5485 LTright
5486 \series default
5487  la distance au bord droit.
5488  La valeur par défaut des ces deux distances est 
5489 \series bold
5490
5491 \backslash
5492 fill
5493 \series default
5494 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5495 \end_layout
5496
5497 \begin_layout Standard
5498 Le tableau long suivant a été aligné à gauche en mettant 
5499 \series bold
5500
5501 \backslash
5502 LTleft
5503 \series default
5504  à 0
5505 \begin_inset space \thinspace{}
5506 \end_inset
5507
5508 pt.
5509 \begin_inset ERT
5510 status collapsed
5511
5512 \begin_layout Plain Layout
5513
5514
5515 \backslash
5516 setlength{
5517 \backslash
5518 LTleft}{0pt}
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \end_layout
5525
5526 \begin_layout Standard
5527 \begin_inset Tabular
5528 <lyxtabular version="3" rows="5" columns="5">
5529 <features islongtable="true">
5530 <column alignment="center" valignment="top" width="0">
5531 <column alignment="center" valignment="top" width="0">
5532 <column alignment="center" valignment="top" width="0">
5533 <column alignment="center" valignment="top" width="0">
5534 <column alignment="center" valignment="top" width="0">
5535 <row>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 1
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 2
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 3
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 4
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 5
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 asd
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 s
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 s
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 s
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 asd
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 s
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 s
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 s
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 asd
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 asd
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 s
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 s
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 s
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 asd
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 asd
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 asd
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 asd
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 asd
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 </lyxtabular>
5771
5772 \end_inset
5773
5774
5775 \begin_inset ERT
5776 status collapsed
5777
5778 \begin_layout Plain Layout
5779
5780
5781 \backslash
5782 setlength{
5783 \backslash
5784 LTleft}{
5785 \backslash
5786 fill}
5787 \end_layout
5788
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \begin_layout Subsection
5795 Légendes et Tableaux longs
5796 \begin_inset Index
5797 status collapsed
5798
5799 \begin_layout Plain Layout
5800 Tableaux longs ! Légendes
5801 \end_layout
5802
5803 \end_inset
5804
5805
5806 \begin_inset CommandInset label
5807 LatexCommand label
5808 name "sub:Tableaux-longs-légende"
5809
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \begin_layout Standard
5816 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5817  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5818  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5819  Longs.
5820 \end_layout
5821
5822 \begin_layout Standard
5823 Comme LyX ne gère pas complètement les légendes dans les Tableaux Longs,
5824  on doit bricoler un peu pour les créer :
5825 \end_layout
5826
5827 \begin_layout Enumerate
5828 Créez
5829 \family sans
5830  
5831 \family default
5832 un Tableau Long.
5833 \end_layout
5834
5835 \begin_layout Enumerate
5836 Sélectionnez sa première ligne et désactivez sa ligne de bordure du haut.
5837 \end_layout
5838
5839 \begin_layout Enumerate
5840 Insérez la légende dans la première cellule du tableau en utilisant le menu
5841 \family sans
5842  Insérer\SpecialChar \menuseparator
5843 Légende
5844 \family default
5845  .
5846 \begin_inset Newline newline
5847 \end_inset
5848
5849 Vous pouvez aussi ajouter un titre court pour la légende qui apparaîtra
5850  dans la Liste des Figures à la place de la légende complète.
5851 \end_layout
5852
5853 \begin_layout Enumerate
5854 Insérez 
5855 \begin_inset Quotes eld
5856 \end_inset
5857
5858
5859 \series bold
5860
5861 \backslash
5862
5863 \backslash
5864 %
5865 \series default
5866
5867 \begin_inset Quotes erd
5868 \end_inset
5869
5870  en tant que code LaTeX après la légende.
5871 \end_layout
5872
5873 \begin_layout Standard
5874 Le 
5875 \series bold
5876
5877 \backslash
5878
5879 \backslash
5880 %
5881 \series default
5882  placé après le texte de la légende supprime les lignes verticales entre
5883  les cellules suivantes de cette ligne.
5884  La première ligne de notre tableau est une fausse ligne qui sert à mettre
5885  la légende, le tableau commence réellement à la deuxième ligne.
5886 \end_layout
5887
5888 \begin_layout Standard
5889 Voici un petit Tableau Long pour voir comment ça marche :
5890 \end_layout
5891
5892 \begin_layout Standard
5893 \begin_inset Tabular
5894 <lyxtabular version="3" rows="6" columns="5">
5895 <features islongtable="true">
5896 <column alignment="center" valignment="top" width="0">
5897 <column alignment="center" valignment="top" width="0">
5898 <column alignment="center" valignment="top" width="0">
5899 <column alignment="center" valignment="top" width="0">
5900 <column alignment="center" valignment="top" width="0">
5901 <row caption="true">
5902 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 \begin_inset Caption
5907
5908 \begin_layout Plain Layout
5909 Tableau Long avec une légende
5910 \begin_inset OptArg
5911 status open
5912
5913 \begin_layout Plain Layout
5914 Tableau long
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \end_layout
5921
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 1
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 2
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 3
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 4
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 5
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 asd
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 s
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 s
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 s
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 asd
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 asd
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 s
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 s
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 asd
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 asd
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 asd
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 asd
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 </lyxtabular>
6202
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \begin_layout Standard
6209 \begin_inset VSpace medskip
6210 \end_inset
6211
6212
6213 \begin_inset Note Greyedout
6214 status open
6215
6216 \begin_layout Plain Layout
6217
6218 \series bold
6219 Note:
6220 \series default
6221  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6222  n'avez pas prévu de légende.
6223  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6224 \begin_inset space ~
6225 \end_inset
6226
6227 2.4 suit le tableau
6228 \begin_inset space ~
6229 \end_inset
6230
6231 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6232  sans légende.
6233  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6234  après chaque tableau long sans légende :
6235 \end_layout
6236
6237 \begin_layout Plain Layout
6238
6239 \series bold
6240
6241 \backslash
6242 addtocounter{table}{-1}
6243 \end_layout
6244
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Standard
6251 \begin_inset Note Greyedout
6252 status open
6253
6254 \begin_layout Plain Layout
6255
6256 \series bold
6257 Note:
6258 \series default
6259  Si vous utilisez le paquetage LaTeX 
6260 \series bold
6261 hyperref
6262 \series default
6263
6264 \begin_inset Index
6265 status collapsed
6266
6267 \begin_layout Plain Layout
6268 Paquetages LaTeX ! hyperref
6269 \end_layout
6270
6271 \end_inset
6272
6273  pour transformer vos références croisées en liens, le lien vers un tableau
6274  long pointera toujours sur le début du document.
6275 \end_layout
6276
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \begin_layout Standard
6283 \begin_inset Newpage newpage
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \begin_layout Subsubsection
6290 Références à des tableaux longs
6291 \begin_inset Index
6292 status collapsed
6293
6294 \begin_layout Plain Layout
6295 Tableaux longs ! Références
6296 \end_layout
6297
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \begin_layout Standard
6304 \begin_inset Tabular
6305 <lyxtabular version="3" rows="6" columns="5">
6306 <features islongtable="true">
6307 <column alignment="center" valignment="top" width="0">
6308 <column alignment="center" valignment="top" width="0">
6309 <column alignment="center" valignment="top" width="0">
6310 <column alignment="center" valignment="top" width="0">
6311 <column alignment="center" valignment="top" width="0">
6312 <row caption="true">
6313 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 \begin_inset Caption
6318
6319 \begin_layout Plain Layout
6320 Tableau long référencé
6321 \begin_inset CommandInset label
6322 LatexCommand label
6323 name "tab:RefExemple"
6324
6325 \end_inset
6326
6327
6328 \end_layout
6329
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 </row>
6374 <row>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 1
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 2
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 3
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 4
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 5
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 asd
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 s
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 s
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 s
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 asd
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 </row>
6468 <row>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 asd
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 s
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 s
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 s
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 asd
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 </row>
6515 <row>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 asd
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 s
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 s
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 s
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 asd
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 </row>
6562 <row>
6563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 asd
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 sad
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 asd
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 asd
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 asd
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 </row>
6609 </lyxtabular>
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \begin_layout Standard
6617 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6618  dans sa légende.
6619  Notez qu'il faut ajouter le préfixe 
6620 \begin_inset Quotes eld
6621 \end_inset
6622
6623
6624 \emph on
6625 tab:
6626 \emph default
6627
6628 \begin_inset Quotes erd
6629 \end_inset
6630
6631  manuellement dans le champ de l'étiquette.
6632 \end_layout
6633
6634 \begin_layout Standard
6635 Ceci est une référence au tableau
6636 \begin_inset space ~
6637 \end_inset
6638
6639
6640 \begin_inset CommandInset ref
6641 LatexCommand ref
6642 reference "tab:RefExemple"
6643
6644 \end_inset
6645
6646 .
6647 \end_layout
6648
6649 \begin_layout Standard
6650 La mise en forme de la légende peut être ajustée avec celle de toutes les
6651  autres légendes de votre document en utilisant le paquetage LaTeX 
6652 \series bold
6653 caption
6654 \series default
6655
6656 \begin_inset Index
6657 status collapsed
6658
6659 \begin_layout Plain Layout
6660 Paquetages LaTeX ! caption
6661 \end_layout
6662
6663 \end_inset
6664
6665 , voir la section
6666 \begin_inset space ~
6667 \end_inset
6668
6669
6670 \begin_inset CommandInset ref
6671 LatexCommand ref
6672 reference "sec:Formatage-légende"
6673
6674 \end_inset
6675
6676 .
6677 \end_layout
6678
6679 \begin_layout Subsubsection
6680 Largeur de la légende
6681 \begin_inset Index
6682 status collapsed
6683
6684 \begin_layout Plain Layout
6685 Tableaux longs ! Largeur de la légende
6686 \end_layout
6687
6688 \end_inset
6689
6690
6691 \end_layout
6692
6693 \begin_layout Standard
6694 La largeur maximale des lignes de légende est définie par la longueur 
6695 \series bold
6696
6697 \backslash
6698 LTcapwidth
6699 \series default
6700 .
6701  Sa valeur par défaut est 4
6702 \begin_inset space \thinspace{}
6703 \end_inset
6704
6705 in.
6706  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6707  de votre document ou en tant que code TeX directement dans votre document
6708  avant le tableau qui doit être affectée.
6709 \end_layout
6710
6711 \begin_layout Standard
6712
6713 \series bold
6714
6715 \backslash
6716 setlength{
6717 \backslash
6718 LTcapwidth}{largeur}
6719 \end_layout
6720
6721 \begin_layout Standard
6722 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6723 ce
6724 \begin_inset space ~
6725 \end_inset
6726
6727
6728 \begin_inset CommandInset ref
6729 LatexCommand ref
6730 reference "cha:Unités-de-longueur"
6731
6732 \end_inset
6733
6734 .
6735 \end_layout
6736
6737 \begin_layout Standard
6738 Les tableaux suivants montrent la différence :
6739 \end_layout
6740
6741 \begin_layout Standard
6742 \begin_inset Tabular
6743 <lyxtabular version="3" rows="6" columns="5">
6744 <features islongtable="true">
6745 <column alignment="center" valignment="top" width="0">
6746 <column alignment="center" valignment="top" width="0">
6747 <column alignment="center" valignment="top" width="0">
6748 <column alignment="center" valignment="top" width="0">
6749 <column alignment="center" valignment="top" width="0">
6750 <row caption="true">
6751 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 \begin_inset Caption
6756
6757 \begin_layout Plain Layout
6758 long titre complet avec la largeur par défaut long titre complet avec la
6759  largeur par défaut long titre complet avec la largeur par défaut
6760 \begin_inset OptArg
6761 status open
6762
6763 \begin_layout Plain Layout
6764 Légende avec largeur par défaut
6765 \end_layout
6766
6767 \end_inset
6768
6769
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 </row>
6816 <row>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 1
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 2
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 3
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 4
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 5
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 </row>
6863 <row>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 s
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 s
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 s
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 asd
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 </row>
6910 <row>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 asd
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 s
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 s
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 s
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 asd
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 </row>
6957 <row>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 asd
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 s
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 s
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 s
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 asd
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 asd
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 sad
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 asd
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 asd
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 asd
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 </lyxtabular>
7052
7053 \end_inset
7054
7055
7056 \end_layout
7057
7058 \begin_layout Standard
7059 \begin_inset ERT
7060 status collapsed
7061
7062 \begin_layout Plain Layout
7063
7064
7065 \backslash
7066 setlength{
7067 \backslash
7068 LTcapwidth}{5cm}
7069 \end_layout
7070
7071 \end_inset
7072
7073
7074 \begin_inset Tabular
7075 <lyxtabular version="3" rows="6" columns="5">
7076 <features islongtable="true">
7077 <column alignment="center" valignment="top" width="0">
7078 <column alignment="center" valignment="top" width="0">
7079 <column alignment="center" valignment="top" width="0">
7080 <column alignment="center" valignment="top" width="0">
7081 <column alignment="center" valignment="top" width="0">
7082 <row caption="true">
7083 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset Caption
7088
7089 \begin_layout Plain Layout
7090 long titre complet avec la largeur réglée à 5
7091 \begin_inset space \thinspace{}
7092 \end_inset
7093
7094 cm long titre complet avec la largeur réglée à 5
7095 \begin_inset space \thinspace{}
7096 \end_inset
7097
7098 cm long titre complet avec la largeur réglée à 5
7099 \begin_inset space \thinspace{}
7100 \end_inset
7101
7102 cm
7103 \begin_inset OptArg
7104 status open
7105
7106 \begin_layout Plain Layout
7107 Légende avec largeur à
7108 \begin_inset space \thinspace{}
7109 \end_inset
7110
7111 =
7112 \begin_inset space \thinspace{}
7113 \end_inset
7114
7115 5
7116 \begin_inset space \thinspace{}
7117 \end_inset
7118
7119 cm
7120 \end_layout
7121
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \end_inset
7128
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 </row>
7171 <row>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 1
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 2
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 3
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 4
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 5
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 asd
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 s
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 </row>
7265 <row>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 asd
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 s
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 s
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 </row>
7312 <row>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 asd
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 s
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 s
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 asd
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 </row>
7359 <row>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 asd
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 sad
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 asd
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 asd
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 </row>
7406 </lyxtabular>
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \begin_layout Standard
7414 \begin_inset ERT
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418
7419
7420 \backslash
7421 setlength{
7422 \backslash
7423 LTcapwidth}{4in}
7424 \end_layout
7425
7426 \end_inset
7427
7428
7429 \end_layout
7430
7431 \begin_layout Standard
7432 \begin_inset Note Greyedout
7433 status open
7434
7435 \begin_layout Plain Layout
7436
7437 \series bold
7438 Note:
7439 \series default
7440  Quand on utilise la paquetage LaTeX 
7441 \series bold
7442 caption
7443 \series default
7444
7445 \begin_inset Index
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449 Paquetages LaTeX ! caption
7450 \end_layout
7451
7452 \end_inset
7453
7454  , comme c'est les cas dans ce document, la légende prend toute la largeur
7455  de la page quand on utilise la largeur par défaut de 4
7456 \begin_inset space \thinspace{}
7457 \end_inset
7458
7459 in pour 
7460 \series bold
7461
7462 \backslash
7463 LTcapwidth
7464 \series default
7465 .
7466  Pour avoir dans ce cas une légende qui fasse exactement 4
7467 \begin_inset space \thinspace{}
7468 \end_inset
7469
7470 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7471  comme par exemple 3.99
7472 \begin_inset space \thinspace{}
7473 \end_inset
7474
7475 in, soit utiliser la commande LaTeX 
7476 \series bold
7477
7478 \backslash
7479 captionsetup{width=valeur}
7480 \series default
7481  qui est disponible dans le paquetage 
7482 \series bold
7483 caption
7484 \series default
7485 .
7486 \end_layout
7487
7488 \end_inset
7489
7490
7491 \end_layout
7492
7493 \begin_layout Subsubsection
7494 Des Légendes différentes sur chaque page d'un tableau
7495 \begin_inset OptArg
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499 Légendes différentes
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \begin_inset Index
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509 Tableaux longs ! Légendes différentes par page
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \end_layout
7516
7517 \begin_layout Standard
7518 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7519  de celle de la première page, insérez une légende avec un titre court non
7520  vide dans une fausse première ligne qui sera marquée comme étant le premier
7521  en-tête.
7522  La légende utilisée pour les autres pages est insérée comme une légende
7523  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7524  principal.
7525  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7526  suivante à la place de la boîte de légende de LyX :
7527 \end_layout
7528
7529 \begin_layout Standard
7530
7531 \series bold
7532
7533 \backslash
7534 caption*{caption text}
7535 \end_layout
7536
7537 \begin_layout Standard
7538 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7539  la légende du premier en-tête.
7540  Le tableau
7541 \begin_inset space ~
7542 \end_inset
7543
7544
7545 \begin_inset CommandInset ref
7546 LatexCommand ref
7547 reference "tab:Légendes-tableau-différentes"
7548
7549 \end_inset
7550
7551  est un exemple de tableau long avec des légendes différentes et où la seconde
7552  légende ne contient pas le numéro du tableau.
7553 \end_layout
7554
7555 \begin_layout Standard
7556 \align center
7557 \begin_inset Tabular
7558 <lyxtabular version="3" rows="60" columns="3">
7559 <features islongtable="true">
7560 <column alignment="left" valignment="top" width="0cm">
7561 <column alignment="left" valignment="top" width="0pt">
7562 <column alignment="right" valignment="top" width="0pt">
7563 <row endfirsthead="true" caption="true">
7564 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568 \begin_inset Caption
7569
7570 \begin_layout Plain Layout
7571 Exemple d'annuaire téléphonique
7572 \begin_inset CommandInset label
7573 LatexCommand label
7574 name "tab:Légendes-tableau-différentes"
7575
7576 \end_inset
7577
7578
7579 \begin_inset OptArg
7580 status open
7581
7582 \begin_layout Plain Layout
7583 Exemple Annuaire 
7584 \end_layout
7585
7586 \end_inset
7587
7588
7589 \end_layout
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row endfirsthead="true">
7618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \series bold
7624 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row endfirsthead="true">
7649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \series bold
7655 NOM
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \series bold
7675 TÉL.
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row endhead="true" caption="true">
7682 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 \begin_inset ERT
7687 status open
7688
7689 \begin_layout Plain Layout
7690
7691
7692 \backslash
7693 caption*{Suite de l'exemple d'annuaire téléphonique}
7694 \backslash
7695
7696 \backslash
7697 %
7698 \end_layout
7699
7700 \end_inset
7701
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row endhead="true">
7727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \series bold
7733 Exemple d'annuaire téléphonique
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row endhead="true">
7758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 NOM
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 TÉL.
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row endfoot="true">
7791 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 suite page suivante\SpecialChar \ldots{}
7796
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \series bold
7827 Annovi
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 Silvia
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 111
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \series bold
7858 Bertoli
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Stefano
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 111
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Bozzi
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 Walter
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 111
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 Cachia
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 Maria
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 111
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \series bold
7951 Cachia
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 Maurizio
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 111
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \series bold
7982 Cinquemani
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 Giusi
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000 111
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row>
8007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 Colin
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 Bernard
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 111
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 Concli
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 Gianfranco
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 111
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 </row>
8068 <row>
8069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \series bold
8075 Dal Bosco
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Carolina
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 111
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \series bold
8106 Dalpiaz
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 Annamaria
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 111
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \series bold
8137 Feliciello
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 Domenico
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 111
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \series bold
8168 Focarelli
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Paola
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 111
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Galletti
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Oreste
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 111
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Gasparini
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Franca
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 111
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Rizzardi
8262 \series default
8263
8264 \begin_inset Foot
8265 status open
8266
8267 \begin_layout Plain Layout
8268 Exemple de note de bas de page
8269 \end_layout
8270
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Paola
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Lassini
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Giancarlo
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Malfatti
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Luciano
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Malfatti
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Valeriano
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Meneguzzo
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Roberto
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 111
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \series bold
8428 Mezzadra
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 Roberto
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 111
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \series bold
8459 Pirpamer
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Erich
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \series bold
8490 Pochiesa
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Paolo
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 111, 222
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \series bold
8521 Radina
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 Claudio
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 111
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \series bold
8552 Stuffer
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Oskar
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 111
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \series bold
8583 Tacchelli
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Ugo
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 111
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \series bold
8614 Tezzele
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Margit
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 111
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \series bold
8645 Unterkalmsteiner
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Frieda
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 111
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \series bold
8676 Vieider
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 Hilde
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 111
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Vigna
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Jürgen
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 111
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Weber
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Maurizio
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 111
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Winkler
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Franz
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 111
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798  
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829 Annovi
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Silvia
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 555
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Bertoli
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Stefano
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 555
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Bozzi
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Walter
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 555
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Cachia
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Maria
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 555
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \series bold
8953 Cachia
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Maurizio
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 555
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \series bold
8984 Cinquemani
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Giusi
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 555
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Colin
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Bernard
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 555
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Concli
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Gianfranco
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 555
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \series bold
9077 Dal Bosco
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Carolina
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 555
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Dalpiaz
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Annamaria
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139 Feliciello
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Domenico
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 555
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \series bold
9170 Focarelli
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Paola
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 555
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \series bold
9201 Galletti
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 Oreste
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 555
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 <row>
9226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230
9231 \series bold
9232 Gasparini
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 Franca
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 555
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 </row>
9256 <row>
9257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261
9262 \series bold
9263 Rizzardi
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 Paola
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 555
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 <row>
9288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292
9293 \series bold
9294 Lassini
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 Giancarlo
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 555
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 </row>
9318 <row>
9319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323
9324 \series bold
9325 Malfatti
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Luciano
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 555
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 <row>
9350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354
9355 \series bold
9356 Malfatti
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 Valeriano
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 555
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \series bold
9387 Meneguzzo
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 Roberto
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 555
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 </row>
9411 <row>
9412 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416
9417 \series bold
9418 Mezzadra
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 Roberto
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 555
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row endlastfoot="true">
9443 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 </lyxtabular>
9472
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \begin_layout Section
9479 Questions particulières concernant les tableaux longs
9480 \begin_inset OptArg
9481 status collapsed
9482
9483 \begin_layout Plain Layout
9484 Questions sur les tableaux longs
9485 \end_layout
9486
9487 \end_inset
9488
9489
9490 \begin_inset CommandInset label
9491 LatexCommand label
9492 name "sec:Questions-sur-tableaux-longs"
9493
9494 \end_inset
9495
9496
9497 \end_layout
9498
9499 \begin_layout Subsection
9500 Calculs des pages des tableaux longs
9501 \begin_inset Index
9502 status collapsed
9503
9504 \begin_layout Plain Layout
9505 Tableaux longs ! Calculs
9506 \end_layout
9507
9508 \end_inset
9509
9510
9511 \end_layout
9512
9513 \begin_layout Standard
9514 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9515  en utilisant des blocs (chunks).
9516  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9517  mémoire de LaTeX.
9518  La valeur par défaut est fixée pour des raisons historiques à seulement
9519  20 lignes de tableau.
9520  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9521  peut ralentir la création de votre document.
9522  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9523  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9524  préambule de votre document :
9525 \end_layout
9526
9527 \begin_layout Standard
9528
9529 \series bold
9530
9531 \backslash
9532 setcounter{LTchunksize}{100}
9533 \end_layout
9534
9535 \begin_layout Subsection
9536 Les Flottants et les Tableaux Longs
9537 \begin_inset Index
9538 status collapsed
9539
9540 \begin_layout Plain Layout
9541 Tableaux longs ! Flottants
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \begin_layout Standard
9550 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9551  commence un tableau long.
9552  Pour éviter une telle situation, ajoutez la commande 
9553 \series bold
9554
9555 \backslash
9556 clearpage
9557 \series default
9558  en tant que code TeX juste avant votre tableau long.
9559 \end_layout
9560
9561 \begin_layout Subsection
9562 Sauts de pages forcés
9563 \begin_inset Index
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567 Tableaux longs ! Sauts de pages forcés
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \begin_layout Standard
9576 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9577  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9578  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9579  de saut de ligne 
9580 \begin_inset Quotes eld
9581 \end_inset
9582
9583
9584 \backslash
9585
9586 \backslash
9587
9588 \begin_inset Quotes erd
9589 \end_inset
9590
9591  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9592  Avant la commande 
9593 \begin_inset Quotes eld
9594 \end_inset
9595
9596
9597 \backslash
9598
9599 \backslash
9600
9601 \begin_inset Quotes erd
9602 \end_inset
9603
9604 , vous devez insérer en code TeX, autant de caractères 
9605 \begin_inset Quotes eld
9606 \end_inset
9607
9608 &
9609 \begin_inset Quotes erd
9610 \end_inset
9611
9612  qu'il y a de colonnes après la cellule concernée.
9613  Le caractère 
9614 \begin_inset Quotes eld
9615 \end_inset
9616
9617 &
9618 \begin_inset Quotes erd
9619 \end_inset
9620
9621  sert à séparer les colonnes d'un tableau.
9622  Écrivez en code-TeX, après chaque 
9623 \begin_inset Quotes eld
9624 \end_inset
9625
9626 &
9627 \begin_inset Quotes erd
9628 \end_inset
9629
9630  le contenu des cellules correspondantes et en même temps supprimez le contenu
9631  de ces cellules dans le texte normal.
9632  
9633 \begin_inset Newline newline
9634 \end_inset
9635
9636 Après la commande 
9637 \backslash
9638
9639 \backslash
9640 , insérez autant de caractères 
9641 \begin_inset Quotes eld
9642 \end_inset
9643
9644 &
9645 \begin_inset Quotes erd
9646 \end_inset
9647
9648  qu'il y a de colonnes avant la colonne traitée.
9649  Dans le tableau
9650 \begin_inset space ~
9651 \end_inset
9652
9653
9654 \begin_inset CommandInset ref
9655 LatexCommand ref
9656 reference "tab:Tableau-saut-de-page"
9657
9658 \end_inset
9659
9660  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9661  suivie par une autre colonne.
9662  La commande suivante a donc été insérée en code TeX dans la cellule après
9663  le mot 
9664 \begin_inset Quotes eld
9665 \end_inset
9666
9667
9668 \emph on
9669 Castelchiodato,
9670 \emph default
9671
9672 \begin_inset Quotes erd
9673 \end_inset
9674
9675 :
9676 \end_layout
9677
9678 \begin_layout Standard
9679
9680 \series bold
9681 & 111
9682 \backslash
9683
9684 \backslash
9685
9686 \begin_inset Newline newline
9687 \end_inset
9688
9689 &
9690 \end_layout
9691
9692 \begin_layout Standard
9693 Le 
9694 \begin_inset Quotes eld
9695 \end_inset
9696
9697 111
9698 \begin_inset Quotes erd
9699 \end_inset
9700
9701  dans la troisième colonne de la ligne a été supprimé.
9702  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9703  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9704  est coupée, utilisez cette commande à la place de la précédente :
9705 \end_layout
9706
9707 \begin_layout Standard
9708
9709 \series bold
9710 & 111
9711 \backslash
9712
9713 \backslash
9714
9715 \begin_inset Newline newline
9716 \end_inset
9717
9718
9719 \backslash
9720 hline &
9721 \end_layout
9722
9723 \begin_layout Standard
9724 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9725  insérer la commande
9726 \end_layout
9727
9728 \begin_layout Standard
9729
9730 \series bold
9731
9732 \backslash
9733 setlength{
9734 \backslash
9735 parfillskip}{0pt}
9736 \end_layout
9737
9738 \begin_layout Standard
9739 au début de la cellule.
9740  Cela assure que la portion de la cellule qui va se trouver affichée sur
9741  la page suivante le sera avec toute la largeur de la cellule.
9742 \end_layout
9743
9744 \begin_layout Standard
9745 \align center
9746 \begin_inset Tabular
9747 <lyxtabular version="3" rows="39" columns="3">
9748 <features islongtable="true">
9749 <column alignment="left" valignment="top" width="0cm">
9750 <column alignment="left" valignment="top" width="3cm">
9751 <column alignment="right" valignment="top" width="0pt">
9752 <row endfirsthead="true" caption="true">
9753 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 \begin_inset Caption
9758
9759 \begin_layout Plain Layout
9760 Tableau avec un saut de page forcé dans une cellule
9761 \begin_inset CommandInset label
9762 LatexCommand label
9763 name "tab:Tableau-saut-de-page"
9764
9765 \end_inset
9766
9767
9768 \begin_inset OptArg
9769 status collapsed
9770
9771 \begin_layout Plain Layout
9772 Tableau avec un saut de page forcé dans une cellule
9773 \end_layout
9774
9775 \end_inset
9776
9777
9778 \end_layout
9779
9780 \end_inset
9781
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row endfirsthead="true">
9807 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \series bold
9813 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 </row>
9837 <row endfirsthead="true">
9838 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \series bold
9844 NOM
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \series bold
9864 TÉL.
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row endhead="true" caption="true">
9871 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 \begin_inset ERT
9876 status collapsed
9877
9878 \begin_layout Plain Layout
9879
9880
9881 \backslash
9882 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9883 \backslash
9884
9885 \backslash
9886 %
9887 \end_layout
9888
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row endhead="true">
9916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920  
9921 \series bold
9922 Exemple d'annuaire téléphonique
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row endhead="true">
9947 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \series bold
9953 NOM
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973 TÉL.
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row endfoot="true">
9980 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 suite page suivante\SpecialChar \ldots{}
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \series bold
10016 Annovi
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 Silvia
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 111
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row>
10041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Bertoli
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 Stefano
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 111
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 Bozzi
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 Walter
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 111
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Cachia
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Maria
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Cachia
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Maurizio
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Cinquemani
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Giusi
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Colin
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Bernard
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Concli
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Gianfranco
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Dal Bosco
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Carolina
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 111
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Dalpiaz
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Annamaria
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Feliciello
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Domenico
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 111
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \series bold
10357 Focarelli
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Paola
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 111
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row>
10382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \series bold
10388 Galletti
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Oreste
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 111
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419 Gasparini
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 Franca
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 111
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \series bold
10450 Lassini
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 Giancarlo
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 111
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \series bold
10481 Malfatti
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Luciano
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 111
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \series bold
10512 Malfatti
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 Valeriano
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 111
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \series bold
10543 Meneguzzo
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 Roberto
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 111
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \series bold
10574 Mezzadra
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 Roberto
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 111
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \series bold
10605 Pirpamer
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Erich
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 111
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row>
10630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \series bold
10636 Pochiesa
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Paolo
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 111, 222
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \series bold
10667 Radina
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 Claudio
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 111
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 </row>
10691 <row>
10692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 Rizzardi
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Fürst von Rossano, 5.
10708  Herzog von Canemorte, 11.
10709  Herzog von Palombara, 5.
10710  Herzog von Castelchiodato,
10711 \begin_inset ERT
10712 status open
10713
10714 \begin_layout Plain Layout
10715
10716 & 111
10717 \backslash
10718
10719 \backslash
10720
10721 \end_layout
10722
10723 \begin_layout Plain Layout
10724
10725 &
10726 \end_layout
10727
10728 \end_inset
10729
10730  11.
10731  Herzog von Poggionativo, 11.
10732  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10733  Graf von Valinfreda, 11.
10734  Baron von Cropalati, 11.
10735  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Winkler
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Franz
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row endlastfoot="true">
10999 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 </lyxtabular>
11028
11029 \end_inset
11030
11031
11032 \end_layout
11033
11034 \begin_layout Standard
11035 \begin_inset Note Note
11036 status open
11037
11038 \begin_layout Plain Layout
11039 il semble qu'il y ait un problème avec cet exemple ...
11040  le saut de page ne se fait pas à l'endroit voulu ! 
11041 \end_layout
11042
11043 \begin_layout Plain Layout
11044 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11045  ! (NdT)
11046 \end_layout
11047
11048 \end_inset
11049
11050
11051 \begin_inset Newpage newpage
11052 \end_inset
11053
11054
11055 \end_layout
11056
11057 \begin_layout Section
11058 Colonnes et lignes à lignes multiples
11059 \end_layout
11060
11061 \begin_layout Subsection
11062 Lignes Multiples dans une cellule de tableau
11063 \begin_inset CommandInset label
11064 LatexCommand label
11065 name "sub:Lignes-multiple-dans-cellule"
11066
11067 \end_inset
11068
11069
11070 \begin_inset Index
11071 status collapsed
11072
11073 \begin_layout Plain Layout
11074 Plusieurs lignes dans une case de tableau
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \begin_inset Index
11081 status collapsed
11082
11083 \begin_layout Plain Layout
11084 Tableau ! Saut de ligne
11085 \end_layout
11086
11087 \end_inset
11088
11089
11090 \end_layout
11091
11092 \begin_layout Standard
11093 \align center
11094 \begin_inset Float table
11095 placement H
11096 wide false
11097 sideways false
11098 status open
11099
11100 \begin_layout Plain Layout
11101 \begin_inset Caption
11102
11103 \begin_layout Plain Layout
11104 \begin_inset CommandInset label
11105 LatexCommand label
11106 name "tab:Tableau-avec-plusieurs-lignes"
11107
11108 \end_inset
11109
11110 Tableau avec des lignes multiples dans une cellule
11111 \end_layout
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Plain Layout
11119 \align center
11120 \begin_inset Tabular
11121 <lyxtabular version="3" rows="3" columns="3">
11122 <features>
11123 <column alignment="center" valignment="middle" width="2.5cm">
11124 <column alignment="center" valignment="middle" width="0">
11125 <column alignment="center" valignment="middle" width="0">
11126 <row>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 Lignes
11132 \begin_inset Newline linebreak
11133 \end_inset
11134
11135 multiples
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 b
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 c
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 </row>
11159 <row>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 d
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 e
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 f
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 </row>
11188 <row>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 g
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 h
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 i
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 </lyxtabular>
11218
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \begin_layout Standard
11230 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11231  d'un paragraphe avec des sauts de lignes et des césures.
11232 \end_layout
11233
11234 \begin_layout Standard
11235 Pour obtenir le tableau
11236 \begin_inset space ~
11237 \end_inset
11238
11239
11240 \begin_inset CommandInset ref
11241 LatexCommand ref
11242 reference "tab:Tableau-avec-plusieurs-lignes"
11243
11244 \end_inset
11245
11246 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11247  droit dessus.
11248  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11249  2.5
11250 \begin_inset space \thinspace{}
11251 \end_inset
11252
11253 cm et choisissez les alignements vertical et horizontal centrés.
11254  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11255  Comme notre texte est plus petit que 2.5
11256 \begin_inset space \thinspace{}
11257 \end_inset
11258
11259 cm, une seule ligne va apparaître.
11260  Pour avoir deux lignes, 
11261 \lang english
11262 a justified line break (shortcut 
11263 \family sans
11264 Ctrl-Shift-Return
11265 \family default
11266 ) was added
11267 \lang french
11268 .
11269  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11270 ement découpé en plusieurs lignes.
11271 \end_layout
11272
11273 \begin_layout Standard
11274 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11275  pas effectuer de césure si c'est le premier élément de la cellule.
11276  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11277  premier élément : Ajoutez la commande
11278 \end_layout
11279
11280 \begin_layout Standard
11281
11282 \series bold
11283
11284 \backslash
11285 hspace{0pt}
11286 \end_layout
11287
11288 \begin_layout Standard
11289 en code TeX avant votre mot.
11290  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11291  Le tableau 
11292 \begin_inset space ~
11293 \end_inset
11294
11295
11296 \begin_inset CommandInset ref
11297 LatexCommand ref
11298 reference "tab:Tableau-césure"
11299
11300 \end_inset
11301
11302  montre l'effet de cette insertion.
11303 \end_layout
11304
11305 \begin_layout Standard
11306 \begin_inset Float table
11307 placement h
11308 wide false
11309 sideways false
11310 status open
11311
11312 \begin_layout Plain Layout
11313 \begin_inset Caption
11314
11315 \begin_layout Plain Layout
11316 \begin_inset CommandInset label
11317 LatexCommand label
11318 name "tab:Tableau-césure"
11319
11320 \end_inset
11321
11322 Tableau avec et sans césure.
11323 \end_layout
11324
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \begin_layout Plain Layout
11331 \begin_inset space \hfill{}
11332 \end_inset
11333
11334
11335 \begin_inset Tabular
11336 <lyxtabular version="3" rows="3" columns="3">
11337 <features>
11338 <column alignment="center" valignment="middle" width="2.5cm">
11339 <column alignment="center" valignment="middle" width="0">
11340 <column alignment="center" valignment="middle" width="0">
11341 <row>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 mottrèslongdansunecellule
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 b
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 c
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 </row>
11370 <row>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 d
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 e
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 f
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 </row>
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 g
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 h
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 i
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 </lyxtabular>
11429
11430 \end_inset
11431
11432
11433 \begin_inset space \hfill{}
11434 \end_inset
11435
11436
11437 \begin_inset Tabular
11438 <lyxtabular version="3" rows="3" columns="3">
11439 <features>
11440 <column alignment="center" valignment="middle" width="2.5cm">
11441 <column alignment="center" valignment="middle" width="0">
11442 <column alignment="center" valignment="middle" width="0">
11443 <row>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 \begin_inset ERT
11449 status collapsed
11450
11451 \begin_layout Plain Layout
11452
11453
11454 \backslash
11455 hspace{0pt}
11456 \end_layout
11457
11458 \end_inset
11459
11460 mottrèslongdansunecellule
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 b
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 c
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 </row>
11484 <row>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 d
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 e
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 f
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 </row>
11513 <row>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 g
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 h
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 i
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 </row>
11542 </lyxtabular>
11543
11544 \end_inset
11545
11546
11547 \begin_inset space \hfill{}
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \begin_layout Standard
11559 \begin_inset Newpage newpage
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \begin_layout Subsection
11566 Multi-colonnes
11567 \begin_inset CommandInset label
11568 LatexCommand label
11569 name "sub:Multicolonnes"
11570
11571 \end_inset
11572
11573
11574 \begin_inset Index
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 Multi-colonnes
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \begin_inset Index
11585 status collapsed
11586
11587 \begin_layout Plain Layout
11588 Tableau ! Multi-colonnes
11589 \end_layout
11590
11591 \end_inset
11592
11593
11594 \end_layout
11595
11596 \begin_layout Subsubsection
11597 Les Bases des Multicolonnes
11598 \end_layout
11599
11600 \begin_layout Standard
11601 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11602  qu'elle doit couvrir et utilisez soit le bouton
11603 \begin_inset Graphics
11604         filename ../../images/tabular-feature_multicolumn.png
11605         scale 85
11606         scaleBeforeRotation
11607
11608 \end_inset
11609
11610  de la barre d'outils tableau, ou le menu 
11611 \family sans
11612 Éditer\SpecialChar \menuseparator
11613 Tableau\SpecialChar \menuseparator
11614 Multi-colonnes
11615 \family default
11616 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11617  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11618  
11619 \family sans
11620 Tableau
11621 \family default
11622 .
11623 \end_layout
11624
11625 \begin_layout Standard
11626 Les multi-colonnes ont leurs propres paramètres de cellule.
11627  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11628  de la cellule, cela n'affecte que la cellule multi-colonne.
11629  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11630  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11631 \end_layout
11632
11633 \begin_layout Standard
11634 \align center
11635 \begin_inset Tabular
11636 <lyxtabular version="3" rows="3" columns="4">
11637 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11638 <column alignment="center" valignment="top" width="0pt">
11639 <column alignment="center" valignment="middle" width="0">
11640 <column alignment="center" valignment="top" width="0in">
11641 <column alignment="center" valignment="top" width="0pt">
11642 <row>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 abc
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 def ghi
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 jkl
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 A
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 B
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 C
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 D
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 <row>
11719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 1
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 2
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 3
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 4
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 </lyxtabular>
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Subsubsection
11764 Calculs avec les multi-colonnes
11765 \begin_inset CommandInset label
11766 LatexCommand label
11767 name "sub:Calculs-multicolonnes"
11768
11769 \end_inset
11770
11771
11772 \begin_inset Index
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 Multi-colonnes ! Calculs
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \begin_layout Standard
11785 LyX gère directement les multi-colonnes, mais nous devons faire attention
11786  à la largeur des cellules couvertes par la cellule multicolonne.
11787 \end_layout
11788
11789 \begin_layout Standard
11790 \begin_inset Float table
11791 placement h
11792 wide false
11793 sideways false
11794 status open
11795
11796 \begin_layout Plain Layout
11797 \begin_inset Caption
11798
11799 \begin_layout Plain Layout
11800 \begin_inset CommandInset label
11801 LatexCommand label
11802 name "tab:Tableau-multicolonne-parfaite"
11803
11804 \end_inset
11805
11806 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11807  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11808 \begin_inset OptArg
11809 status open
11810
11811 \begin_layout Plain Layout
11812 Tableau avec multicolonne parfaite
11813 \end_layout
11814
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Plain Layout
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="3">
11829 <features>
11830 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11831 <column alignment="center" valignment="middle" width="0">
11832 <column alignment="center" valignment="top" width="0">
11833 <row>
11834 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 multicolonne sur plusieurs lignes
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 c
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
11862 <row>
11863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 d
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 e
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 f
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 </row>
11891 <row>
11892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 g
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 h
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 i
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 </lyxtabular>
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933 Par exemple, pour créer le tableau
11934 \begin_inset space ~
11935 \end_inset
11936
11937
11938 \begin_inset CommandInset ref
11939 LatexCommand ref
11940 reference "tab:Tableau-multicolonne-parfaite"
11941
11942 \end_inset
11943
11944 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11945  3×3 et faites un clic droit dessus.
11946  Ensuite choisissez pour cette cellule
11947 \emph on
11948 ,
11949 \emph default
11950  dans la fenêtre de dialogue de tableau, 
11951 \emph on
11952 multicolonne
11953 \emph default
11954
11955 \emph on
11956 alignement
11957 \begin_inset space ~
11958 \end_inset
11959
11960 horizontal
11961 \begin_inset space ~
11962 \end_inset
11963
11964 centré
11965 \emph default
11966  et une largeur de 2.5
11967 \begin_inset space \thinspace{}
11968 \end_inset
11969
11970 cm.
11971  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11972  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11973 \begin_inset space \thinspace{}
11974 \end_inset
11975
11976 cm pour la première colonne.
11977  La deuxième colonne aura alors automatiquement une largeur de 1.25
11978 \begin_inset space \thinspace{}
11979 \end_inset
11980
11981 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11982  C'est ce qui a été fait pour le tableau
11983 \begin_inset space ~
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset ref
11988 LatexCommand ref
11989 reference "tab:Tableau-multicolonne-imparfait"
11990
11991 \end_inset
11992
11993 .
11994 \end_layout
11995
11996 \begin_layout Standard
11997 \begin_inset Float table
11998 wide false
11999 sideways false
12000 status open
12001
12002 \begin_layout Plain Layout
12003 \begin_inset Caption
12004
12005 \begin_layout Plain Layout
12006 \begin_inset CommandInset label
12007 LatexCommand label
12008 name "tab:Tableau-multicolonne-imparfait"
12009
12010 \end_inset
12011
12012 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12013  de la largeur de la cellule multicolonne.
12014 \begin_inset OptArg
12015 status open
12016
12017 \begin_layout Plain Layout
12018 Tableau avec multicolonne pas parfaite
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \begin_layout Plain Layout
12032 \align center
12033 \begin_inset Tabular
12034 <lyxtabular version="3" rows="3" columns="3">
12035 <features>
12036 <column alignment="center" valignment="top" width="1.25cm">
12037 <column alignment="center" valignment="top" width="0">
12038 <column alignment="center" valignment="top" width="0">
12039 <row>
12040 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044 multicolonne sur plusieurs lignes
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 c
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 </row>
12068 <row>
12069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 d
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 e
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 f
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 </row>
12097 <row>
12098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 g
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 h
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 i
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 </lyxtabular>
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \begin_layout Standard
12139 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12140  de la cellule multicolonne, elle est un peu plus large.
12141  La raison est que la taille que l'on donne à une cellule, 
12142 \begin_inset Formula $W_{g}$
12143 \end_inset
12144
12145  n'est pas sa taille totale, 
12146 \begin_inset Formula $W_{\mathrm{tot}}$
12147 \end_inset
12148
12149  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12150  lui donne.
12151  L'appendice
12152 \begin_inset space ~
12153 \end_inset
12154
12155
12156 \begin_inset CommandInset ref
12157 LatexCommand eqref
12158 reference "cha:Explication-de-l'Equation"
12159
12160 \end_inset
12161
12162  explique pourquoi en détail.
12163 \end_layout
12164
12165 \begin_layout Standard
12166 La largeur nécessaire 
12167 \begin_inset Formula $W_{g\, n}$
12168 \end_inset
12169
12170  quand 
12171 \emph on
12172 n
12173 \emph default
12174  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12175  ait une largeur totale de 
12176 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12177 \end_inset
12178
12179 :
12180 \begin_inset Formula \begin{equation}
12181 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Standard
12189 Dans notre cas nous avons 
12190 \begin_inset Formula $n=2$
12191 \end_inset
12192
12193
12194 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12195 \end_inset
12196
12197 cm et les valeurs par défaut pour les autres longueurs, l'équation
12198 \begin_inset space ~
12199 \end_inset
12200
12201
12202 \begin_inset CommandInset ref
12203 LatexCommand ref
12204 reference "eq:Wgn"
12205
12206 \end_inset
12207
12208  devient
12209 \begin_inset Formula \begin{equation}
12210 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12219  
12220 \series bold
12221 calc
12222 \series default
12223  avec la ligne suivante dans le préambule du document
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Paquetages LaTeX ! calc
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237
12238 \series bold
12239
12240 \backslash
12241 usepackage{calc}
12242 \end_layout
12243
12244 \begin_layout Standard
12245 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12246  de dialogue.
12247  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12248  la fenêtre de dialogue.
12249  Voici un aperçu de ces paramètres :
12250 \end_layout
12251
12252 \begin_layout Itemize
12253
12254 \series bold
12255 p{largeur}
12256 \series default
12257  crée une cellule de taille donnée, le texte est aligné verticalement en
12258  haut.
12259 \end_layout
12260
12261 \begin_layout Itemize
12262
12263 \series bold
12264 m{largeur}
12265 \series default
12266  crée une cellule de taille donnée, le texte est aligné verticalement au
12267  centre
12268 \end_layout
12269
12270 \begin_layout Itemize
12271
12272 \series bold
12273 b{largeur}
12274 \series default
12275  crée une cellule de taille donnée, le texte est aligné verticalement en
12276  bas
12277 \end_layout
12278
12279 \begin_layout Standard
12280 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12281  la fenêtre de dialogue sont ignorés.
12282 \end_layout
12283
12284 \begin_layout Standard
12285 \begin_inset Note Greyedout
12286 status open
12287
12288 \begin_layout Plain Layout
12289
12290 \series bold
12291 Note:
12292 \series default
12293  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12294  en compte.
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Comme le texte doit être centré horizontalement, on ajoute la commande 
12304 \series bold
12305
12306 \backslash
12307 centering
12308 \series default
12309 .
12310  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12311  des colonnes recouvertes :
12312 \end_layout
12313
12314 \begin_layout Standard
12315
12316 \series bold
12317 >{
12318 \backslash
12319 centering}m{1.25cm-6.2pt}
12320 \end_layout
12321
12322 \begin_layout Standard
12323 La commande 
12324 \series bold
12325 >{ }
12326 \series default
12327  signifie que les commandes qui se trouvent entre les accolades doivent
12328  être appliquées avant que la cellule ne soit créée.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12333  multicolonne, il est toujours aligné à gauche.
12334  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12335  isolées.
12336  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12337 \end_layout
12338
12339 \begin_layout Standard
12340
12341 \series bold
12342 >{
12343 \backslash
12344 centering}m{2.5cm}
12345 \end_layout
12346
12347 \begin_layout Subsection
12348 Multi-lignes
12349 \begin_inset Index
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353 Multi-lignes
12354 \end_layout
12355
12356 \end_inset
12357
12358
12359 \begin_inset Index
12360 status collapsed
12361
12362 \begin_layout Plain Layout
12363 Tableau ! Multi-ligne
12364 \end_layout
12365
12366 \end_inset
12367
12368
12369 \begin_inset Index
12370 status collapsed
12371
12372 \begin_layout Plain Layout
12373 Paquetages LaTeX ! multirow
12374 \end_layout
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12383  par LyX, il faut donc utiliser un peu de code TeX.
12384  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12385 \series bold
12386 multirow 
12387 \series default
12388 dans le préambule de votre document avec la commande 
12389 \end_layout
12390
12391 \begin_layout Standard
12392
12393 \series bold
12394
12395 \backslash
12396 usepackage{multirow}
12397 \end_layout
12398
12399 \begin_layout Standard
12400 Les cellules multilignes sont créées avec la commande
12401 \end_layout
12402
12403 \begin_layout Standard
12404
12405 \series bold
12406
12407 \backslash
12408 multirow{number of rows}{cell width}{cell entry}
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Pour créer le tableau suivant :
12413 \end_layout
12414
12415 \begin_layout Standard
12416 \align center
12417 \begin_inset ERT
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421
12422
12423 \backslash
12424 renewcommand{
12425 \backslash
12426 multirowsetup}{
12427 \backslash
12428 centering}
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \begin_inset Tabular
12435 <lyxtabular version="3" rows="3" columns="3">
12436 <features>
12437 <column alignment="center" valignment="top" width="0">
12438 <column alignment="center" valignment="top" width="0">
12439 <column alignment="center" valignment="top" width="0">
12440 <row>
12441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12442 \begin_inset Text
12443
12444 \begin_layout Plain Layout
12445 a
12446 \end_layout
12447
12448 \end_inset
12449 </cell>
12450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12451 \begin_inset Text
12452
12453 \begin_layout Plain Layout
12454 b
12455 \end_layout
12456
12457 \end_inset
12458 </cell>
12459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12460 \begin_inset Text
12461
12462 \begin_layout Plain Layout
12463 c
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 </row>
12469 <row>
12470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 \begin_inset ERT
12475 status open
12476
12477 \begin_layout Plain Layout
12478
12479
12480 \backslash
12481 multirow{2}{2.5cm}{
12482 \end_layout
12483
12484 \end_inset
12485
12486 cellule multi-lignes
12487 \begin_inset ERT
12488 status collapsed
12489
12490 \begin_layout Plain Layout
12491
12492 }
12493 \end_layout
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \end_inset
12501 </cell>
12502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 e
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 f
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 </row>
12521 <row>
12522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 h
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 i
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 </row>
12550 </lyxtabular>
12551
12552 \end_inset
12553
12554
12555 \begin_inset ERT
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559
12560
12561 \backslash
12562 renewcommand{
12563 \backslash
12564 multirowsetup}{
12565 \backslash
12566 raggedright}
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \begin_layout Standard
12575 créez un tableau 3×3.
12576  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12577  première colonne, la cellule est marquée comme étant une multicolonne et
12578  la bordure supérieure est désactivée.
12579  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12580  première colonne en y insérant la commande
12581 \end_layout
12582
12583 \begin_layout Standard
12584
12585 \series bold
12586
12587 \backslash
12588 multirow{2}{2.5cm}{
12589 \end_layout
12590
12591 \begin_layout Standard
12592 comme du code TeX.
12593  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12594  deux lignes et a une largeur de 2.5
12595 \begin_inset space \thinspace{}
12596 \end_inset
12597
12598 cm.
12599  Le contenu de la cellule suit le code TeX et on termine la commande en
12600  ajoutant l'accolade fermante 
12601 \series bold
12602 }
12603 \series default
12604  dans une nouvelle boîte de code TeX, juste après le texte.
12605 \end_layout
12606
12607 \begin_layout Standard
12608
12609 \series bold
12610
12611 \backslash
12612 multirow
12613 \series default
12614  aligne par défaut son contenu à gauche.
12615  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12616  
12617 \series bold
12618
12619 \backslash
12620 multirowsetup
12621 \series default
12622  avec la commande
12623 \end_layout
12624
12625 \begin_layout Standard
12626
12627 \series bold
12628
12629 \backslash
12630 renewcommand{
12631 \backslash
12632 multirowsetup}{
12633 \backslash
12634 centering}
12635 \end_layout
12636
12637 \begin_layout Standard
12638 dans le préambule du document.
12639  Après ça, tous les contenus de cellules multi-lignes du document seront
12640  centrés.
12641  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12642  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12643  juste avant le tableau concerné, plutôt que dans le préambule.
12644  Si le texte doit être aligné à droite, remplacez 
12645 \series bold
12646
12647 \backslash
12648 centering
12649 \series default
12650  par 
12651 \series bold
12652
12653 \backslash
12654 raggedleft
12655 \series default
12656 .
12657  Pour revenir à l'alignement à gauche utilisez 
12658 \series bold
12659
12660 \backslash
12661 raggedright
12662 \series default
12663 .
12664 \end_layout
12665
12666 \begin_layout Section
12667 Les Tableaux Formels
12668 \begin_inset CommandInset label
12669 LatexCommand label
12670 name "sec:Tableaux-Formels"
12671
12672 \end_inset
12673
12674
12675 \begin_inset Index
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679 Tableau ! Formel
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \begin_layout Standard
12688 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12689  à celle du tableau
12690 \begin_inset space ~
12691 \end_inset
12692
12693
12694 \begin_inset CommandInset ref
12695 LatexCommand ref
12696 reference "tab:Exemple-tableau-booktabs"
12697
12698 \end_inset
12699
12700 .
12701  Ce genre de tableau est appelé 
12702 \begin_inset Quotes eld
12703 \end_inset
12704
12705
12706 \emph on
12707 formel
12708 \emph default
12709
12710 \begin_inset Quotes erd
12711 \end_inset
12712
12713 .
12714  Pour transformer un tableau en tableau formel, utilisez l'option 
12715 \family sans
12716 Formel
12717 \family default
12718  de l'onglet 
12719 \family sans
12720 Bordures
12721 \family default
12722  de la fenêtre de dialogue 
12723 \family sans
12724 Paramètres
12725 \begin_inset space ~
12726 \end_inset
12727
12728 du
12729 \begin_inset space ~
12730 \end_inset
12731
12732 tableau
12733 \family default
12734 .
12735 \end_layout
12736
12737 \begin_layout Standard
12738 \begin_inset Float table
12739 placement h
12740 wide false
12741 sideways false
12742 status open
12743
12744 \begin_layout Plain Layout
12745 \begin_inset Caption
12746
12747 \begin_layout Plain Layout
12748 \begin_inset CommandInset label
12749 LatexCommand label
12750 name "tab:Exemple-tableau-booktabs"
12751
12752 \end_inset
12753
12754 Exemple de tableau formel
12755 \end_layout
12756
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \begin_layout Plain Layout
12763 \align center
12764 \begin_inset Tabular
12765 <lyxtabular version="3" rows="8" columns="4">
12766 <features booktabs="true">
12767 <column alignment="center" valignment="top" width="0">
12768 <column alignment="center" valignment="top" width="0">
12769 <column alignment="center" valignment="top" width="0">
12770 <column alignment="center" valignment="top" width="0">
12771 <row>
12772 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 Système
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 Medipix
12786 \begin_inset Formula $\,$
12787 \end_inset
12788
12789 1
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 Medipix
12799 \begin_inset Formula $\,$
12800 \end_inset
12801
12802 2
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row>
12818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 \begin_inset ERT
12823 status collapsed
12824
12825 \begin_layout Plain Layout
12826
12827
12828 \backslash
12829 cmidrule(r){2-2}
12830 \end_layout
12831
12832 \end_inset
12833
12834
12835 \begin_inset ERT
12836 status collapsed
12837
12838 \begin_layout Plain Layout
12839
12840
12841 \backslash
12842 cmidrule(l){3-4}
12843 \end_layout
12844
12845 \end_inset
12846
12847 Épaisseur du capteur [µm]
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 300
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 300
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 700
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 </row>
12880 <row>
12881 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 Angle du biseau [°]
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 3.55
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 2.71
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 7.99
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 <row topspace="default">
12919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 Résolution spatiale [µm]
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 4.26
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 10.17
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 10.56
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row topspace="default">
12957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 MTF à 
12962 \begin_inset Formula $f_{\mathrm{max}}$
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 <cell alignment="center" valignment="top" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974 0.53
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 0.37
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 0.39
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 <row topspace="default">
12999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 \begin_inset ERT
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007
13008
13009 \backslash
13010 cmidrule(l{10pt}){1-1}
13011 \end_layout
13012
13013 \end_inset
13014
13015 résolution spatiale LSF
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 </row>
13048 <row>
13049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 en µm
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 129.7
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 52.75
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 50.78
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 en % de la taille des pixels
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 76.3
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 95.9
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 92.3
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 </lyxtabular>
13125
13126 \end_inset
13127
13128
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13138  
13139 \family sans
13140 Bordures
13141 \family default
13142  de la fenêtre de dialogue 
13143 \family sans
13144 Paramètres
13145 \begin_inset space ~
13146 \end_inset
13147
13148 du
13149 \begin_inset space ~
13150 \end_inset
13151
13152 tableau
13153 \family default
13154  comme c'est décrit dans la section
13155 \begin_inset space ~
13156 \end_inset
13157
13158
13159 \begin_inset CommandInset ref
13160 LatexCommand ref
13161 reference "sub:Espacement-lignes"
13162
13163 \end_inset
13164
13165 .
13166 \end_layout
13167
13168 \begin_layout Standard
13169 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13170  verticales.
13171  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13172  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13173  sortie imprimée :
13174 \begin_inset Newline newline
13175 \end_inset
13176
13177 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13178 \begin_inset space \thinspace{}
13179 \end_inset
13180
13181 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13182 \begin_inset space \thinspace{}
13183 \end_inset
13184
13185 em.
13186 \end_layout
13187
13188 \begin_layout Standard
13189 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13190  lignes de préambule suivantes :
13191 \end_layout
13192
13193 \begin_layout Standard
13194
13195 \series bold
13196
13197 \backslash
13198 let
13199 \backslash
13200 mytoprule
13201 \backslash
13202 toprule
13203 \begin_inset Newline newline
13204 \end_inset
13205
13206
13207 \backslash
13208 renewcommand{
13209 \backslash
13210 toprule}{
13211 \backslash
13212 mytoprule[width]}
13213 \end_layout
13214
13215 \begin_layout Standard
13216 Cet exemple concerne la première ligne, appelée 
13217 \series bold
13218 toprule
13219 \series default
13220 .
13221  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13222 \series bold
13223 toprule
13224 \series default
13225  par 
13226 \series bold
13227 bottomrule
13228 \series default
13229 .
13230  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13231  
13232 \series bold
13233 toprule
13234 \series default
13235  par 
13236 \series bold
13237 midrule
13238 \series default
13239 .
13240  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13241 \begin_inset space ~
13242 \end_inset
13243
13244
13245 \begin_inset CommandInset ref
13246 LatexCommand ref
13247 reference "cha:Unités-de-longueur"
13248
13249 \end_inset
13250
13251  pour préciser l'épaisseur voulue.
13252 \end_layout
13253
13254 \begin_layout Standard
13255 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13256  en mettant une ligne pour une cellule multi colonne.
13257  LyX va utiliser en interne la commande 
13258 \series bold
13259
13260 \backslash
13261 cmidrule
13262 \series default
13263  pour créer cette ligne.
13264  Sa syntaxe complète est :
13265 \end_layout
13266
13267 \begin_layout Standard
13268
13269 \series bold
13270
13271 \backslash
13272 cmidrule[largeur](rognage){colDépart-colFin}
13273 \end_layout
13274
13275 \begin_layout Standard
13276 Les options de la commande 
13277 \series bold
13278
13279 \backslash
13280 cmidrule
13281 \series default
13282  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13283  TeX pour pouvoir les utiliser.
13284  On peut créer manuellement des lignes 
13285 \series bold
13286
13287 \backslash
13288 mitrales
13289 \series default
13290  en insérant la commande en code TeX comme le premier élément de la première
13291  cellule de la ligne.
13292  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13293  en question.
13294 \end_layout
13295
13296 \begin_layout Standard
13297 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13298 \begin_inset space \thinspace{}
13299 \end_inset
13300
13301 em.
13302  
13303 \series bold
13304 colDépart
13305 \series default
13306  est le numéro de la colonne dans laquelle la ligne commence et 
13307 \series bold
13308 colFin
13309 \series default
13310  est le numéro de la colonne dans laquelle elle se termine.
13311  La valeur de 
13312 \series bold
13313 colFin
13314 \series default
13315  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13316  Le paramètre optionnel 
13317 \series bold
13318 rognage
13319 \series default
13320  peut être soit 
13321 \emph on
13322 l{largeurRognage}
13323 \emph default
13324 , ou 
13325 \emph on
13326 r{largeurRognage}
13327 \emph default
13328  où les valeurs de
13329 \emph on
13330  largeurRognage
13331 \emph default
13332  sont aussi optionnelles.
13333  En utilisant par exemple la valeur 
13334 \emph on
13335 l{2pt}
13336 \emph default
13337  pour ce paramètre, la ligne va être rognée de 2
13338 \begin_inset space \thinspace{}
13339 \end_inset
13340
13341 pt à son extrémité gauche.
13342  Si vous ne spécifiez pas de valeur pour 
13343 \emph on
13344 largeurRognage
13345 \emph default
13346  les lignes sont par défaut rognées de 0.5
13347 \begin_inset space \thinspace{}
13348 \end_inset
13349
13350 em.
13351 \end_layout
13352
13353 \begin_layout Standard
13354 \begin_inset VSpace bigskip
13355 \end_inset
13356
13357 Le tableau
13358 \begin_inset space ~
13359 \end_inset
13360
13361
13362 \begin_inset CommandInset ref
13363 LatexCommand ref
13364 reference "tab:Exemple-tableau-booktabs"
13365
13366 \end_inset
13367
13368  a été créé en utilisant les commandes
13369 \end_layout
13370
13371 \begin_layout Standard
13372
13373 \series bold
13374
13375 \backslash
13376 cmidrule(r){2-2}
13377 \backslash
13378 cmidrule(l){3-4}
13379 \end_layout
13380
13381 \begin_layout Standard
13382 au début de la deuxième ligne et
13383 \end_layout
13384
13385 \begin_layout Standard
13386
13387 \series bold
13388
13389 \backslash
13390 cmidrule(l{10pt}){1-1}
13391 \end_layout
13392
13393 \begin_layout Standard
13394 au début de la sixième ligne.
13395 \end_layout
13396
13397 \begin_layout Standard
13398 \begin_inset VSpace bigskip
13399 \end_inset
13400
13401
13402 \end_layout
13403
13404 \begin_layout Standard
13405 Vous pouvez vouloir des commandes 
13406 \series bold
13407
13408 \backslash
13409 cmidrule
13410 \series default
13411 s qui se recouvrent comme pour le tableau
13412 \begin_inset space ~
13413 \end_inset
13414
13415
13416 \begin_inset CommandInset ref
13417 LatexCommand ref
13418 reference "tab:Tableau-booktabs-special"
13419
13420 \end_inset
13421
13422 .
13423  On obtient ce résultat en utilisant la commande suivante en code TeX
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429
13430 \backslash
13431 morecmidrules
13432 \end_layout
13433
13434 \begin_layout Standard
13435 La commande qui a été utilisée pour la deuxième ligne du tableau
13436 \begin_inset space ~
13437 \end_inset
13438
13439
13440 \begin_inset CommandInset ref
13441 LatexCommand ref
13442 reference "tab:Tableau-booktabs-special"
13443
13444 \end_inset
13445
13446  est
13447 \end_layout
13448
13449 \begin_layout Standard
13450
13451 \series bold
13452
13453 \backslash
13454 cmidrule(r){2-2}
13455 \backslash
13456 cmidrule(l){3-4}
13457 \backslash
13458 morecmidrules
13459 \backslash
13460 cmidrule{2-4}
13461 \end_layout
13462
13463 \begin_layout Standard
13464 La commande pour la sixième ligne est
13465 \end_layout
13466
13467 \begin_layout Standard
13468
13469 \series bold
13470
13471 \backslash
13472 midrule
13473 \backslash
13474 morecmidrules
13475 \backslash
13476 cmidrule{3-4}
13477 \end_layout
13478
13479 \begin_layout Standard
13480 \begin_inset VSpace bigskip
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13488 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13489  font toute la largeur du tableau :
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \series bold
13495
13496 \backslash
13497 specialrule{largeur}{espace au dessus}{espace en dessous}
13498 \end_layout
13499
13500 \begin_layout Standard
13501 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13502  du paquetage LaTeX 
13503 \series bold
13504 booktabs
13505 \series default
13506  
13507 \begin_inset CommandInset citation
13508 LatexCommand cite
13509 key "booktabs"
13510
13511 \end_inset
13512
13513 .
13514 \begin_inset Index
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 Paquetages LaTeX ! booktabs
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Standard
13527 \begin_inset Float table
13528 placement h
13529 wide false
13530 sideways false
13531 status open
13532
13533 \begin_layout Plain Layout
13534 \begin_inset Caption
13535
13536 \begin_layout Plain Layout
13537 \begin_inset CommandInset label
13538 LatexCommand label
13539 name "tab:Tableau-booktabs-special"
13540
13541 \end_inset
13542
13543 Tableau formel spécial
13544 \end_layout
13545
13546 \end_inset
13547
13548
13549 \end_layout
13550
13551 \begin_layout Plain Layout
13552 \align center
13553 \begin_inset Tabular
13554 <lyxtabular version="3" rows="8" columns="4">
13555 <features booktabs="true">
13556 <column alignment="center" valignment="top" width="0">
13557 <column alignment="center" valignment="top" width="0">
13558 <column alignment="center" valignment="top" width="0">
13559 <column alignment="center" valignment="top" width="0">
13560 <row>
13561 <cell alignment="center" valignment="top" topline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 Système
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 <cell alignment="center" valignment="top" topline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574 Medipix
13575 \begin_inset space \thinspace{}
13576 \end_inset
13577
13578 1
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 Medipix
13588 \begin_inset space \thinspace{}
13589 \end_inset
13590
13591 2
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 </row>
13606 <row>
13607 <cell alignment="center" valignment="top" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 \begin_inset ERT
13612 status collapsed
13613
13614 \begin_layout Plain Layout
13615
13616
13617 \backslash
13618 cmidrule(r){2-2}
13619 \end_layout
13620
13621 \end_inset
13622
13623
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629
13630 \backslash
13631 cmidrule(l){3-4}
13632 \end_layout
13633
13634 \end_inset
13635
13636
13637 \begin_inset ERT
13638 status collapsed
13639
13640 \begin_layout Plain Layout
13641
13642
13643 \backslash
13644 morecmidrules 
13645 \end_layout
13646
13647 \end_inset
13648
13649
13650 \begin_inset ERT
13651 status collapsed
13652
13653 \begin_layout Plain Layout
13654
13655
13656 \backslash
13657 cmidrule{2-4}
13658 \end_layout
13659
13660 \end_inset
13661
13662 Epaisseur du capteur [µm]
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 300
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 300
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 700
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 </row>
13695 <row>
13696 <cell alignment="center" valignment="top" topline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 Angle biseau [°]
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 3.55
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 2.71
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" topline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 7.99
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 </row>
13733 <row topspace="default">
13734 <cell alignment="center" valignment="top" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 Résolution spatiale [µm]
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 4.26
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 10.17
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 10.56
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 </row>
13771 <row topspace="default">
13772 <cell alignment="center" valignment="top" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 MTF à 
13777 \begin_inset Formula $f_{\mathrm{max}}$
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 <cell alignment="center" valignment="top" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 0.53
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 0.37
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 0.39
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 </row>
13813 <row>
13814 <cell alignment="center" valignment="top" topline="true" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823
13824 \backslash
13825 morecmidrules 
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836
13837 \backslash
13838 cmidrule{3-4}
13839 \end_layout
13840
13841 \end_inset
13842
13843 résolution spatiale LSF
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 <row>
13877 <cell alignment="center" valignment="top" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 en µm
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 129.7
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 52.75
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 50.78
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 en % de la taille des pixels
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 76.3
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 95.9
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 92.3
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 </lyxtabular>
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Section
13965 Alignement Vertical des Tableaux
13966 \begin_inset Index
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970 Tableau ! Alignement
13971 \end_layout
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \begin_layout Standard
13979 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13980  doit être à l'intérieur d'une boîte.
13981  La boîte peut alors être alignée comme c'est décrit dans la 
13982 \begin_inset space ~
13983 \end_inset
13984
13985
13986 \begin_inset CommandInset ref
13987 LatexCommand ref
13988 reference "sec:Boîte-Dialogue"
13989
13990 \end_inset
13991
13992 .
13993 \end_layout
13994
13995 \begin_layout Standard
13996 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13997  minipage
13998 \begin_inset Foot
13999 status open
14000
14001 \begin_layout Plain Layout
14002 Les minipages son décrites dans la section
14003 \begin_inset space ~
14004 \end_inset
14005
14006
14007 \begin_inset CommandInset ref
14008 LatexCommand ref
14009 reference "sec:Minipages"
14010
14011 \end_inset
14012
14013 .
14014 \end_layout
14015
14016 \end_inset
14017
14018  dont la largeur est de 15
14019 \begin_inset space \thinspace{}
14020 \end_inset
14021
14022 col% :
14023 \end_layout
14024
14025 \begin_layout Itemize
14026 test 
14027 \begin_inset Box Frameless
14028 position "t"
14029 hor_pos "c"
14030 has_inner_box 1
14031 inner_pos "c"
14032 use_parbox 0
14033 width "15col%"
14034 special "none"
14035 height "1in"
14036 height_special "totalheight"
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040 \begin_inset Tabular
14041 <lyxtabular version="3" rows="3" columns="3">
14042 <features>
14043 <column alignment="center" valignment="top" width="0">
14044 <column alignment="center" valignment="top" width="0">
14045 <column alignment="center" valignment="top" width="0">
14046 <row>
14047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 a
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 d
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 g
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 </row>
14075 <row>
14076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 b
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 e
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 h
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 </row>
14104 <row>
14105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 c
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 f
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 i
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 </lyxtabular>
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \end_inset
14141
14142  test 
14143 \begin_inset ERT
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147
14148
14149 \backslash
14150 raisebox{0.85
14151 \backslash
14152 baselineskip}{
14153 \end_layout
14154
14155 \end_inset
14156
14157
14158 \begin_inset Box Frameless
14159 position "t"
14160 hor_pos "c"
14161 has_inner_box 1
14162 inner_pos "c"
14163 use_parbox 0
14164 width "15col%"
14165 special "none"
14166 height "1in"
14167 height_special "totalheight"
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 \begin_inset Tabular
14172 <lyxtabular version="3" rows="3" columns="3">
14173 <features>
14174 <column alignment="center" valignment="top" width="0">
14175 <column alignment="center" valignment="top" width="0">
14176 <column alignment="center" valignment="top" width="0">
14177 <row>
14178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 a
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 d
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 g
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 </row>
14206 <row>
14207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 b
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 e
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 h
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 </row>
14235 <row>
14236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 c
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 f
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 i
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 </row>
14264 </lyxtabular>
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \end_inset
14272
14273
14274 \begin_inset ERT
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278
14279 }
14280 \end_layout
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \begin_layout Itemize
14288 test 
14289 \begin_inset Box Frameless
14290 position "c"
14291 hor_pos "c"
14292 has_inner_box 1
14293 inner_pos "c"
14294 use_parbox 0
14295 width "15col%"
14296 special "none"
14297 height "1in"
14298 height_special "totalheight"
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302 \begin_inset Tabular
14303 <lyxtabular version="3" rows="3" columns="3">
14304 <features>
14305 <column alignment="center" valignment="top" width="0">
14306 <column alignment="center" valignment="top" width="0">
14307 <column alignment="center" valignment="top" width="0">
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 a
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 d
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 g
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 </row>
14337 <row>
14338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 b
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 e
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 h
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 </row>
14366 <row>
14367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 c
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 f
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 i
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 </row>
14395 </lyxtabular>
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \end_inset
14403
14404
14405 \end_layout
14406
14407 \begin_layout Itemize
14408 test 
14409 \begin_inset Box Frameless
14410 position "b"
14411 hor_pos "c"
14412 has_inner_box 1
14413 inner_pos "c"
14414 use_parbox 0
14415 width "15col%"
14416 special "none"
14417 height "1in"
14418 height_special "totalheight"
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422 \begin_inset Tabular
14423 <lyxtabular version="3" rows="3" columns="3">
14424 <features>
14425 <column alignment="center" valignment="top" width="0">
14426 <column alignment="center" valignment="top" width="0">
14427 <column alignment="center" valignment="top" width="0">
14428 <row>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 a
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 d
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 g
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 </row>
14457 <row>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 b
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 e
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 h
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 <row>
14487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 c
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 f
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 i
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 </row>
14515 </lyxtabular>
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \end_inset
14523
14524  test 
14525 \begin_inset ERT
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529
14530
14531 \backslash
14532 raisebox{-0.32
14533 \backslash
14534 baselineskip}{
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \begin_inset Box Frameless
14541 position "b"
14542 hor_pos "c"
14543 has_inner_box 1
14544 inner_pos "c"
14545 use_parbox 0
14546 width "15col%"
14547 special "none"
14548 height "1in"
14549 height_special "totalheight"
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553 \begin_inset Tabular
14554 <lyxtabular version="3" rows="3" columns="3">
14555 <features>
14556 <column alignment="center" valignment="top" width="0">
14557 <column alignment="center" valignment="top" width="0">
14558 <column alignment="center" valignment="top" width="0">
14559 <row>
14560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564 a
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 d
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 g
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 <row>
14589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 b
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 e
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 h
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 </row>
14617 <row>
14618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 c
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 f
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 i
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 </row>
14646 </lyxtabular>
14647
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \end_inset
14654
14655
14656 \begin_inset ERT
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660
14661 }
14662 \end_layout
14663
14664 \end_inset
14665
14666
14667 \end_layout
14668
14669 \begin_layout Standard
14670 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14671  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14672  la ligne dans laquelle le tableau est inséré.
14673  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14674  boîte élévatrice (raisebox)
14675 \begin_inset Foot
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14680 \begin_inset space ~
14681 \end_inset
14682
14683
14684 \begin_inset CommandInset ref
14685 LatexCommand ref
14686 reference "sub:Alignement-Vertical"
14687
14688 \end_inset
14689
14690 .
14691 \end_layout
14692
14693 \end_inset
14694
14695 .
14696  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14697  aligné en utilisant la commande en code TeX suivante 
14698 \end_layout
14699
14700 \begin_layout Standard
14701
14702 \series bold
14703
14704 \backslash
14705 raisebox{0.85
14706 \backslash
14707 baselineskip}{
14708 \end_layout
14709
14710 \begin_layout Standard
14711 placée juste avant la boîte minipage.
14712  Après la boîte on insère l'accolade fermante en code TeX.
14713  Pour le deuxième tableau de la dernière ligne, la commande 
14714 \end_layout
14715
14716 \begin_layout Standard
14717
14718 \series bold
14719
14720 \backslash
14721 raisebox{-0.32
14722 \backslash
14723 baselineskip}{
14724 \end_layout
14725
14726 \begin_layout Standard
14727 est utilisée.
14728 \end_layout
14729
14730 \begin_layout Standard
14731 \begin_inset Note Greyedout
14732 status open
14733
14734 \begin_layout Plain Layout
14735
14736 \series bold
14737 Note:
14738 \series default
14739  L'alignement entre le contenu de la ligne du tableau et le texte de la
14740  ligne qui l'entoure ne peut pas être parfait.
14741  Le facteur utilisé dans la commande 
14742 \series bold
14743
14744 \backslash
14745 raisebox
14746 \series default
14747  pour obtenir cet alignement dépend de la police de caractères du document,
14748  de la taille de la police et de l'épaisseur des lignes du tableau.
14749 \end_layout
14750
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \begin_layout Section
14757 Tableaux Colorés
14758 \begin_inset CommandInset label
14759 LatexCommand label
14760 name "sec:Tableaux-Colorés"
14761
14762 \end_inset
14763
14764
14765 \begin_inset Index
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769 Tableau ! Coloré
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Subsection
14778 Cellules Colorées
14779 \begin_inset Index
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783 Couleur des tableaux ! Pour les cellules
14784 \end_layout
14785
14786 \end_inset
14787
14788
14789 \begin_inset Index
14790 status collapsed
14791
14792 \begin_layout Plain Layout
14793 Couleur ! Pour les cellules de tableau
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset Float table
14803 placement h
14804 wide false
14805 sideways false
14806 status open
14807
14808 \begin_layout Plain Layout
14809 \begin_inset Caption
14810
14811 \begin_layout Plain Layout
14812 \begin_inset CommandInset label
14813 LatexCommand label
14814 name "tab:Tableau-coloré-sans-colortbl"
14815
14816 \end_inset
14817
14818 Tableau coloré sans utiliser le paquetage  
14819 \series bold
14820 colortbl
14821 \series default
14822
14823 \begin_inset OptArg
14824 status open
14825
14826 \begin_layout Plain Layout
14827 Tableau sans colortbl
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \begin_layout Plain Layout
14841 \align center
14842 \begin_inset Tabular
14843 <lyxtabular version="3" rows="3" columns="3">
14844 <features>
14845 <column alignment="center" valignment="top" width="0">
14846 <column alignment="center" valignment="top" width="0">
14847 <column alignment="center" valignment="top" width="0">
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853
14854 \color green
14855 a
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864
14865 \color red
14866 b
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875
14876 \color red
14877 c
14878 \end_layout
14879
14880 \end_inset
14881 </cell>
14882 </row>
14883 <row>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888
14889 \color green
14890 d
14891 \end_layout
14892
14893 \end_inset
14894 </cell>
14895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899
14900 \color blue
14901 e
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910
14911 \color blue
14912 f
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 <row>
14919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923
14924 \color green
14925 g
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934
14935 \color blue
14936 h
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945
14946 \color blue
14947 i
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 </row>
14953 </lyxtabular>
14954
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \begin_layout Standard
14966 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14967  et choisissez une couleur dans le menu 
14968 \family sans
14969 Éditer\SpecialChar \menuseparator
14970 Style
14971 \begin_inset space ~
14972 \end_inset
14973
14974 de
14975 \begin_inset space ~
14976 \end_inset
14977
14978 Texte
14979 \family default
14980 .
14981  C'est ce qui a été utilisé pour créer le tableau
14982 \begin_inset space ~
14983 \end_inset
14984
14985
14986 \begin_inset CommandInset ref
14987 LatexCommand ref
14988 reference "tab:Tableau-coloré-sans-colortbl"
14989
14990 \end_inset
14991
14992 .
14993  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14994 \series bold
14995 colortbl
14996 \series default
14997 .
14998 \begin_inset Index
14999 status collapsed
15000
15001 \begin_layout Plain Layout
15002 Paquetages LaTeX ! colortbl
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011 \begin_inset ERT
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015
15016
15017 \backslash
15018 ifcolortbl
15019 \end_layout
15020
15021 \end_inset
15022
15023
15024 \begin_inset Note Note
15025 status open
15026
15027 \begin_layout Plain Layout
15028 La section qui suit ne sera affichée que si vous avez installé le paquetage
15029  LaTeX 
15030 \series bold
15031 colortbl
15032 \series default
15033 .
15034 \end_layout
15035
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \begin_layout Standard
15042 Pour créer des tableaux colorés, vous devez charger le paquetage
15043 \series bold
15044  colortbl
15045 \series default
15046  dans le préambule avec la ligne
15047 \end_layout
15048
15049 \begin_layout Standard
15050
15051 \series bold
15052
15053 \backslash
15054 usepackage{colortbl}
15055 \end_layout
15056
15057 \begin_layout Standard
15058 On choisit la couleur d'une colonne avec la commande 
15059 \end_layout
15060
15061 \begin_layout Standard
15062
15063 \series bold
15064
15065 \backslash
15066 columncolor{nom de couleur}
15067 \end_layout
15068
15069 \begin_layout Standard
15070 à l'intérieur d'une commande 
15071 \series bold
15072 >{ }
15073 \series default
15074 .
15075  Vous trouverez plus d'information sur la commande 
15076 \series bold
15077 >{}
15078 \series default
15079  dans la section
15080 \begin_inset space ~
15081 \end_inset
15082
15083
15084 \begin_inset CommandInset ref
15085 LatexCommand ref
15086 reference "sub:Calculs-multicolonnes"
15087
15088 \end_inset
15089
15090 .
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Les noms de couleurs suivants sont prédéfinis :
15095 \end_layout
15096
15097 \begin_layout Standard
15098
15099 \family sans
15100 red
15101 \family default
15102  (rouge), 
15103 \family sans
15104 green
15105 \family default
15106  (vert), 
15107 \family sans
15108 yellow
15109 \family default
15110  (jaune), 
15111 \family sans
15112 blue
15113 \family default
15114  (bleu), 
15115 \family sans
15116 cyan
15117 \family default
15118
15119 \family sans
15120 magenta
15121 \family default
15122
15123 \family sans
15124 black 
15125 \family default
15126 (noir) et 
15127 \family sans
15128 white 
15129 \family default
15130 (blanc).
15131 \end_layout
15132
15133 \begin_layout Standard
15134 \begin_inset VSpace medskip
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Standard
15141 Vous pouvez aussi définir votre propre couleur avec la commande
15142 \end_layout
15143
15144 \begin_layout Standard
15145
15146 \series bold
15147
15148 \backslash
15149 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15150 \end_layout
15151
15152 \begin_layout Standard
15153 Le modèle de couleur peut être
15154 \end_layout
15155
15156 \begin_layout Labeling
15157 \labelwidthstring 00.00.0000
15158 cmyk: cyan, magenta, jaune (yellow), noir (black)
15159 \end_layout
15160
15161 \begin_layout Labeling
15162 \labelwidthstring 00.00.0000
15163 rgb: red, vert (green), bleu (blue)
15164 \end_layout
15165
15166 \begin_layout Labeling
15167 \labelwidthstring 00.00.0000
15168 gray dégradé de gris (gray)
15169 \end_layout
15170
15171 \begin_layout Standard
15172 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15173  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15174 \end_layout
15175
15176 \begin_layout Standard
15177 Vous pouvez par exemple définir la couleur 
15178 \begin_inset Quotes eld
15179 \end_inset
15180
15181
15182 \emph on
15183 vertfonce
15184 \begin_inset Quotes erd
15185 \end_inset
15186
15187  dans le préambule avec la ligne
15188 \end_layout
15189
15190 \begin_layout Standard
15191
15192 \series bold
15193
15194 \backslash
15195 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15196 \end_layout
15197
15198 \begin_layout Standard
15199 et la couleur "
15200 \emph on
15201 grisclair
15202 \emph default
15203 " avec
15204 \end_layout
15205
15206 \begin_layout Standard
15207
15208 \series bold
15209
15210 \backslash
15211 definecolor{grisclair}{gray}{0.8}
15212 \end_layout
15213
15214 \begin_layout Standard
15215 \begin_inset VSpace medskip
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \begin_layout Standard
15222 Les lignes sont colorées avec la commande
15223 \end_layout
15224
15225 \begin_layout Standard
15226
15227 \series bold
15228
15229 \backslash
15230 rowcolor{nom de la couleur}
15231 \end_layout
15232
15233 \begin_layout Standard
15234 et les cellules sont colorées avec la commande
15235 \end_layout
15236
15237 \begin_layout Standard
15238
15239 \series bold
15240
15241 \backslash
15242 cellcolor{nom de la couleur}
15243 \end_layout
15244
15245 \begin_layout Standard
15246 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15247 \end_layout
15248
15249 \begin_layout Standard
15250 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15251  choisissez une couleur dans le menu 
15252 \family sans
15253 Éditer\SpecialChar \menuseparator
15254 Style
15255 \begin_inset space ~
15256 \end_inset
15257
15258 de
15259 \begin_inset space ~
15260 \end_inset
15261
15262 Texte
15263 \family default
15264 .
15265  Si une cellule contient du code TeX, faites bien attention à ne colorer
15266  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15267 \end_layout
15268
15269 \begin_layout Standard
15270 \begin_inset Note Greyedout
15271 status open
15272
15273 \begin_layout Plain Layout
15274
15275 \series bold
15276 Note:
15277 \series default
15278  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15279  définies par l'utilisateur.
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 \begin_inset VSpace bigskip
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \begin_layout Standard
15295 Pour créer le tableau
15296 \begin_inset space ~
15297 \end_inset
15298
15299
15300 \begin_inset CommandInset ref
15301 LatexCommand ref
15302 reference "tab:Tableau-coloré-avec-colortbl"
15303
15304 \end_inset
15305
15306  faites ce qui suit : La couleur de la première colonne doit être 
15307 \emph on
15308 vertfonce
15309 \emph default
15310 .
15311  On insère donc la commande
15312 \end_layout
15313
15314 \begin_layout Standard
15315
15316 \series bold
15317 >{
15318 \backslash
15319 columncolor{vertfonce}
15320 \backslash
15321 centering}c
15322 \end_layout
15323
15324 \begin_layout Standard
15325 en code TeX pour cette colonne.
15326  La première ligne doit être bleue
15327 \begin_inset Note Note
15328 status open
15329
15330 \begin_layout Plain Layout
15331 cyan ? (NdT)
15332 \end_layout
15333
15334 \end_inset
15335
15336 , d'où la commande en code TeX
15337 \end_layout
15338
15339 \begin_layout Standard
15340
15341 \series bold
15342
15343 \backslash
15344 rowcolow{cyan}
15345 \end_layout
15346
15347 \begin_layout Standard
15348 qui est insérée dans la première cellule de cette ligne.
15349  Notez que cela annule la couleur de colonne pour la première cellule.
15350  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15351  en code TeX la commande
15352 \end_layout
15353
15354 \begin_layout Standard
15355
15356 \series bold
15357
15358 \backslash
15359 cellcolor{magenta}
15360 \end_layout
15361
15362 \begin_layout Standard
15363 Les caractères peuvent maintenant être colorés en utilisant le menu 
15364 \family sans
15365 Éditer\SpecialChar \menuseparator
15366 Style
15367 \begin_inset space ~
15368 \end_inset
15369
15370 de
15371 \begin_inset space ~
15372 \end_inset
15373
15374 Texte
15375 \family default
15376 .
15377 \end_layout
15378
15379 \begin_layout Standard
15380 \begin_inset Float table
15381 placement h
15382 wide false
15383 sideways false
15384 status open
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Caption
15388
15389 \begin_layout Plain Layout
15390 \begin_inset CommandInset label
15391 LatexCommand label
15392 name "tab:Tableau-coloré-avec-colortbl"
15393
15394 \end_inset
15395
15396 Tableau coloré en utilisant le paquetage 
15397 \series bold
15398 colortbl
15399 \series default
15400
15401 \begin_inset OptArg
15402 status collapsed
15403
15404 \begin_layout Plain Layout
15405 Tableau avec colortbl
15406 \end_layout
15407
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \begin_layout Plain Layout
15419 \align center
15420 \begin_inset Tabular
15421 <lyxtabular version="3" rows="3" columns="3">
15422 <features>
15423 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15424 <column alignment="center" valignment="top" width="0">
15425 <column alignment="center" valignment="top" width="0">
15426 <row>
15427 <cell alignment="center" valignment="top" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 \begin_inset ERT
15432 status collapsed
15433
15434 \begin_layout Plain Layout
15435
15436
15437 \backslash
15438 rowcolor{cyan}
15439 \end_layout
15440
15441 \end_inset
15442
15443
15444 \color magenta
15445 a
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 <cell alignment="center" valignment="top" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \color red
15456 b
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465
15466 \color red
15467 c
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 <row>
15474 <cell alignment="center" valignment="top" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478
15479 \color yellow
15480 d
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489
15490 \color blue
15491 e
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 <cell alignment="center" valignment="top" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \color blue
15502 f
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 </row>
15508 <row>
15509 <cell alignment="center" valignment="top" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \color yellow
15515 g
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \color blue
15526 h
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 \begin_inset ERT
15536 status collapsed
15537
15538 \begin_layout Plain Layout
15539
15540
15541 \backslash
15542 cellcolor{magenta}
15543 \end_layout
15544
15545 \end_inset
15546
15547
15548 \color green
15549 i
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 </lyxtabular>
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \begin_layout Standard
15568 \begin_inset ERT
15569 status collapsed
15570
15571 \begin_layout Plain Layout
15572
15573
15574 \backslash
15575 else
15576 \end_layout
15577
15578 \end_inset
15579
15580
15581 \begin_inset Note Note
15582 status open
15583
15584 \begin_layout Plain Layout
15585 Ce qui suit sera affiché si le paquetage 
15586 \series bold
15587 colortbl
15588 \series default
15589  n'est pas installé :
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \begin_layout Standard
15598 Vous devez installer le paquetage 
15599 \series bold
15600 colortbl
15601 \series default
15602  pour voir le contenu des cette section dans la sortie imprimée.
15603 \end_layout
15604
15605 \begin_layout Standard
15606 \begin_inset ERT
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610
15611
15612 \backslash
15613 fi
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Subsection
15622 Les filets colorées
15623 \begin_inset Index
15624 status collapsed
15625
15626 \begin_layout Plain Layout
15627 Tableau Coloré ! Pour les filets
15628 \end_layout
15629
15630 \end_inset
15631
15632
15633 \begin_inset Index
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637 Couleur ! Pour les filets des tableaux
15638 \end_layout
15639
15640 \end_inset
15641
15642
15643 \begin_inset Note Note
15644 status collapsed
15645
15646 \begin_layout Plain Layout
15647 on parle de filets plutôt que de lignes pour les tableaux
15648 \end_layout
15649
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \begin_layout Standard
15656 Comme c'est décrit dans la section
15657 \begin_inset space ~
15658 \end_inset
15659
15660
15661 \begin_inset CommandInset ref
15662 LatexCommand ref
15663 reference "sub:Epaisseur-filets"
15664
15665 \end_inset
15666
15667 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15668  variable 
15669 \series bold
15670
15671 \backslash
15672 arrayrulewidth
15673 \series default
15674 .
15675  Elle est mise à 1.5
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 pt pour tous les tableaux de cette section.
15680 \begin_inset ERT
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685
15686 \backslash
15687 setlength{
15688 \backslash
15689 arrayrulewidth}{1.5pt}
15690 \end_layout
15691
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \begin_layout Standard
15698 Pour colorer les filets verticaux, par exemple en vert, créez le format
15699  de colonne suivant dans le préambule du document, en suivant la description
15700  de la section
15701 \begin_inset space ~
15702 \end_inset
15703
15704
15705 \begin_inset CommandInset ref
15706 LatexCommand ref
15707 reference "sub:Formats-personnalisés"
15708
15709 \end_inset
15710
15711 :
15712 \end_layout
15713
15714 \begin_layout Standard
15715
15716 \series bold
15717
15718 \backslash
15719 newcolumntype{W}{!{
15720 \backslash
15721 color{green}
15722 \backslash
15723 vline}}
15724 \end_layout
15725
15726 \begin_layout Standard
15727 Pour le tableau
15728 \begin_inset space ~
15729 \end_inset
15730
15731
15732 \begin_inset CommandInset ref
15733 LatexCommand ref
15734 reference "tab:Tableau-filets-verticaux-colorés"
15735
15736 \end_inset
15737
15738  le paramètre LaTeX
15739 \series bold
15740  WcW
15741 \series default
15742  a été utilisé pour la dernière colonne et
15743 \series bold
15744  Wc
15745 \series default
15746  pour les autres colonnes.
15747 \end_layout
15748
15749 \begin_layout Standard
15750 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15751 \end_layout
15752
15753 \begin_layout Standard
15754 \begin_inset Float table
15755 placement h
15756 wide false
15757 sideways false
15758 status open
15759
15760 \begin_layout Plain Layout
15761 \begin_inset Caption
15762
15763 \begin_layout Plain Layout
15764 \begin_inset CommandInset label
15765 LatexCommand label
15766 name "tab:Tableau-filets-verticaux-colorés"
15767
15768 \end_inset
15769
15770 Tableau avec filets verticaux colorés
15771 \end_layout
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Plain Layout
15779 \align center
15780 \begin_inset Tabular
15781 <lyxtabular version="3" rows="3" columns="3">
15782 <features>
15783 <column alignment="center" valignment="top" width="0" special="Wc">
15784 <column alignment="center" valignment="top" width="0" special="Wc">
15785 <column alignment="center" valignment="top" width="0" special="WcW">
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 sd
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 <row>
15816 <cell alignment="center" valignment="top" topline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 sd
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 sd
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 </row>
15873 </lyxtabular>
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \begin_layout Standard
15886 \begin_inset VSpace bigskip
15887 \end_inset
15888
15889 Pour colorer les filets horizontaux en rouge comme pour le tableau
15890 \begin_inset space ~
15891 \end_inset
15892
15893
15894 \begin_inset CommandInset ref
15895 LatexCommand ref
15896 reference "tab:Tableau-filet-horizontaux-colorés"
15897
15898 \end_inset
15899
15900 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15901  le flottant de tableau :
15902 \end_layout
15903
15904 \begin_layout Standard
15905
15906 \series bold
15907
15908 \backslash
15909 let
15910 \backslash
15911 myHlineC
15912 \backslash
15913 hline
15914 \begin_inset Newline newline
15915 \end_inset
15916
15917
15918 \backslash
15919 renewcommand{
15920 \backslash
15921 hline}
15922 \begin_inset Newline newline
15923 \end_inset
15924
15925
15926 \begin_inset ERT
15927 status collapsed
15928
15929 \begin_layout Plain Layout
15930
15931
15932 \backslash
15933 hphantom{ }
15934 \end_layout
15935
15936 \end_inset
15937
15938 {
15939 \backslash
15940 arrayrulecolor{red}
15941 \backslash
15942 myHlineC
15943 \backslash
15944 arrayrulecolor{black}}
15945 \end_layout
15946
15947 \begin_layout Standard
15948 \begin_inset ERT
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952
15953
15954 \backslash
15955 let
15956 \backslash
15957 myHlineC
15958 \backslash
15959 hline
15960 \end_layout
15961
15962 \begin_layout Plain Layout
15963
15964
15965 \backslash
15966 renewcommand{
15967 \backslash
15968 hline}
15969 \end_layout
15970
15971 \begin_layout Plain Layout
15972
15973  {
15974 \backslash
15975 arrayrulecolor{red}
15976 \backslash
15977 myHlineC
15978 \backslash
15979 arrayrulecolor{black}}
15980 \end_layout
15981
15982 \end_inset
15983
15984
15985 \begin_inset Float table
15986 placement h
15987 wide false
15988 sideways false
15989 status open
15990
15991 \begin_layout Plain Layout
15992 \begin_inset Caption
15993
15994 \begin_layout Plain Layout
15995 \begin_inset CommandInset label
15996 LatexCommand label
15997 name "tab:Tableau-filet-horizontaux-colorés"
15998
15999 \end_inset
16000
16001 Tableau avec filets horizontaux colorés
16002 \end_layout
16003
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \begin_layout Plain Layout
16010 \align center
16011 \begin_inset Tabular
16012 <lyxtabular version="3" rows="3" columns="3">
16013 <features>
16014 <column alignment="center" valignment="top" width="0">
16015 <column alignment="center" valignment="top" width="0">
16016 <column alignment="center" valignment="top" width="0">
16017 <row>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 sd
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 </row>
16046 <row>
16047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 sd
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 sd
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 </lyxtabular>
16105
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Standard
16117 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16118  en code TeX, juste après le tableau ou le flottant de tableau :
16119 \end_layout
16120
16121 \begin_layout Standard
16122
16123 \series bold
16124
16125 \backslash
16126 renewcommand{
16127 \backslash
16128 hline}{
16129 \backslash
16130 myHlineC}
16131 \end_layout
16132
16133 \begin_layout Standard
16134 Le tableau
16135 \begin_inset space ~
16136 \end_inset
16137
16138
16139 \begin_inset CommandInset ref
16140 LatexCommand ref
16141 reference "tab:Tableau-avec-filets-colorés"
16142
16143 \end_inset
16144
16145  est un exemple avec des filets horizontaux et verticaux colorés.
16146 \end_layout
16147
16148 \begin_layout Standard
16149 \begin_inset Float table
16150 placement h
16151 wide false
16152 sideways false
16153 status open
16154
16155 \begin_layout Plain Layout
16156 \begin_inset Caption
16157
16158 \begin_layout Plain Layout
16159 \begin_inset CommandInset label
16160 LatexCommand label
16161 name "tab:Tableau-avec-filets-colorés"
16162
16163 \end_inset
16164
16165 Tableau avec filets horizontaux et verticaux colorés
16166 \end_layout
16167
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \begin_layout Plain Layout
16174 \align center
16175 \begin_inset Tabular
16176 <lyxtabular version="3" rows="3" columns="3">
16177 <features>
16178 <column alignment="center" valignment="top" width="0" special="Wc">
16179 <column alignment="center" valignment="top" width="0" special="Wc">
16180 <column alignment="center" valignment="top" width="0" special="WcW">
16181 <row>
16182 <cell alignment="center" valignment="top" topline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 sd
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 sd
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 <row topspace="default">
16240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 sd
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 </row>
16268 </lyxtabular>
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \begin_layout Standard
16281 \begin_inset ERT
16282 status collapsed
16283
16284 \begin_layout Plain Layout
16285
16286
16287 \backslash
16288 renewcommand{
16289 \backslash
16290 hline}{
16291 \backslash
16292 myHlineC}
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Standard
16301 \begin_inset ERT
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305
16306
16307 \backslash
16308 setlength{
16309 \backslash
16310 arrayrulewidth}{0.4pt}
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Section
16319 Personnalisation des Tableaux
16320 \begin_inset Index
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324 Tableau ! Personnalisation
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \begin_inset Index
16331 status collapsed
16332
16333 \begin_layout Plain Layout
16334 Personnalisation des tableaux
16335 \end_layout
16336
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \begin_layout Subsection
16343 Espacement des lignes
16344 \begin_inset CommandInset label
16345 LatexCommand label
16346 name "sub:Espacement-lignes"
16347
16348 \end_inset
16349
16350
16351 \begin_inset Index
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355 Personnalisation des tableaux ! Espacement des lignes
16356 \end_layout
16357
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Standard
16364 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16365  l'onglet 
16366 \family sans
16367 Bordures
16368 \family default
16369  de la fenêtre de dialogue 
16370 \family sans
16371 Paramètres
16372 \begin_inset space ~
16373 \end_inset
16374
16375 du
16376 \begin_inset space ~
16377 \end_inset
16378
16379 tableau
16380 \family default
16381 .
16382  Vous y trouverez trois possibilités :
16383 \end_layout
16384
16385 \begin_layout Description
16386 Haut
16387 \begin_inset space ~
16388 \end_inset
16389
16390 de
16391 \begin_inset space ~
16392 \end_inset
16393
16394 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16395  Si le tableau est un tableau formel
16396 \begin_inset Foot
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400 Les tableaux formels sont décrits dans la section
16401 \begin_inset space ~
16402 \end_inset
16403
16404
16405 \begin_inset CommandInset ref
16406 LatexCommand ref
16407 reference "sec:Tableaux-Formels"
16408
16409 \end_inset
16410
16411 .
16412 \end_layout
16413
16414 \end_inset
16415
16416  LyX va insérer par défaut un espace de 0.5
16417 \begin_inset space \thinspace{}
16418 \end_inset
16419
16420 em.
16421  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16422  les filets verticaux comme dans le tableau suivant :
16423 \begin_inset VSpace medskip
16424 \end_inset
16425
16426
16427 \begin_inset Newline newline
16428 \end_inset
16429
16430
16431 \begin_inset space \hspace*{}
16432 \length 0pt
16433 \end_inset
16434
16435
16436 \begin_inset space \hfill{}
16437 \end_inset
16438
16439
16440 \begin_inset Tabular
16441 <lyxtabular version="3" rows="3" columns="1">
16442 <features>
16443 <column alignment="center" valignment="top" width="0">
16444 <row>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 A
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 </row>
16455 <row topspace="3mm">
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 espace de 3
16461 \begin_inset space \thinspace{}
16462 \end_inset
16463
16464 mm en haut de la ligne
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 <row>
16471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 C
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 </lyxtabular>
16482
16483 \end_inset
16484
16485
16486 \begin_inset space \hfill{}
16487 \end_inset
16488
16489
16490 \begin_inset space \hspace*{}
16491 \length 0pt
16492 \end_inset
16493
16494
16495 \begin_inset VSpace medskip
16496 \end_inset
16497
16498
16499 \begin_inset Newline newline
16500 \end_inset
16501
16502 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16503  pas de filets verticaux.
16504 \end_layout
16505
16506 \begin_layout Description
16507 Bas
16508 \begin_inset space ~
16509 \end_inset
16510
16511 de
16512 \begin_inset space ~
16513 \end_inset
16514
16515 ligne va ajouter de l'espace sous les caractères de la ligne.
16516  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16517  de 0.5
16518 \begin_inset space \thinspace{}
16519 \end_inset
16520
16521 em, pour les tableaux normaux, l'espace par défaut est de 2
16522 \begin_inset space \thinspace{}
16523 \end_inset
16524
16525 pt.
16526 \end_layout
16527
16528 \begin_layout Description
16529 Entre
16530 \begin_inset space ~
16531 \end_inset
16532
16533 les
16534 \begin_inset space ~
16535 \end_inset
16536
16537 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16538  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16539  de 0.5
16540 \begin_inset space \thinspace{}
16541 \end_inset
16542
16543 em.
16544  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16545  les filets verticaux comme dans le tableau suivant :
16546 \begin_inset VSpace medskip
16547 \end_inset
16548
16549
16550 \begin_inset Newline newline
16551 \end_inset
16552
16553
16554 \begin_inset space \hspace*{}
16555 \length 0pt
16556 \end_inset
16557
16558
16559 \begin_inset space \hfill{}
16560 \end_inset
16561
16562
16563 \begin_inset Tabular
16564 <lyxtabular version="3" rows="3" columns="1">
16565 <features>
16566 <column alignment="center" valignment="top" width="0">
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 A
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row interlinespace="3mm">
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\downarrow$
16584 \end_inset
16585
16586  espace de 3
16587 \begin_inset space \thinspace{}
16588 \end_inset
16589
16590 mm entre les lignes 
16591 \begin_inset Formula $\downarrow$
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset Formula $\uparrow$
16606 \end_inset
16607
16608  espace de 3
16609 \begin_inset space \thinspace{}
16610 \end_inset
16611
16612 mm entre les lignes 
16613 \begin_inset Formula $\uparrow$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 </lyxtabular>
16623
16624 \end_inset
16625
16626
16627 \begin_inset space \hfill{}
16628 \end_inset
16629
16630
16631 \begin_inset space \hspace*{}
16632 \length 0pt
16633 \end_inset
16634
16635
16636 \begin_inset VSpace medskip
16637 \end_inset
16638
16639
16640 \begin_inset Newline newline
16641 \end_inset
16642
16643 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16644  pas de filets verticaux.
16645 \end_layout
16646
16647 \begin_layout Standard
16648 \begin_inset VSpace bigskip
16649 \end_inset
16650
16651 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16652  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16653  dans le préambule :
16654 \end_layout
16655
16656 \begin_layout Standard
16657
16658 \series bold
16659
16660 \backslash
16661 @ifundefined{extrarowheight}
16662 \begin_inset Newline newline
16663 \end_inset
16664
16665
16666 \begin_inset ERT
16667 status collapsed
16668
16669 \begin_layout Plain Layout
16670
16671
16672 \backslash
16673 hphantom{ }
16674 \end_layout
16675
16676 \end_inset
16677
16678 {
16679 \backslash
16680 usepackage{array}}{}
16681 \begin_inset Newline newline
16682 \end_inset
16683
16684
16685 \backslash
16686 setlength{
16687 \backslash
16688 extrarowheight}{height}
16689 \end_layout
16690
16691 \begin_layout Standard
16692 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16693  plus exactement centré verticalement.
16694  (le paquetage 
16695 \series bold
16696 array 
16697 \series default
16698 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16699  auto-définis.
16700  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16701  
16702 \series bold
16703
16704 \backslash
16705 @ifundefined
16706 \series default
16707  dans la commande précédente.)
16708 \end_layout
16709
16710 \begin_layout Subsection
16711 Alignements de cellules spéciaux
16712 \begin_inset Index
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716 Personnalisation des tableaux ! Alignement de cellules spéciaux
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \begin_layout Standard
16725 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16726  cellules sur un caractère donné, par exemple le séparateur décimal comme
16727  dans le tableau
16728 \begin_inset space ~
16729 \end_inset
16730
16731
16732 \begin_inset CommandInset ref
16733 LatexCommand ref
16734 reference "tab:Tableau-centré-sur-séparateur"
16735
16736 \end_inset
16737
16738 .
16739 \end_layout
16740
16741 \begin_layout Standard
16742 \begin_inset Float table
16743 placement h
16744 wide false
16745 sideways false
16746 status open
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Caption
16750
16751 \begin_layout Plain Layout
16752 \begin_inset CommandInset label
16753 LatexCommand label
16754 name "tab:Tableau-centré-sur-séparateur"
16755
16756 \end_inset
16757
16758 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16759 \end_layout
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \begin_layout Plain Layout
16767 \align center
16768 \begin_inset Tabular
16769 <lyxtabular version="3" rows="4" columns="2">
16770 <features>
16771 <column alignment="right" valignment="top" width="0">
16772 <column alignment="left" valignment="top" width="0" special="@{}l">
16773 <row>
16774 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 en-tête
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="center" valignment="top" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 12,
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 6
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 0,
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 68
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 -123,
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 0
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 </lyxtabular>
16854
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \begin_layout Standard
16866 Ce tableau a été créé comme un tableau 4×2.
16867  L'en-tête est une cellule multicolonne centrée.
16868  La première colonne est alignée à droite et contient les chiffres qui se
16869  trouvent avant la virgule ainsi que la virgule elle-même.
16870  La deuxième colonne est alignée à gauche et contient les chiffres situés
16871  après la virgule.
16872  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16873  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16874 \end_layout
16875
16876 \begin_layout Standard
16877
16878 \series bold
16879 @{}l
16880 \end_layout
16881
16882 \begin_layout Standard
16883 Le tableau
16884 \begin_inset space ~
16885 \end_inset
16886
16887
16888 \begin_inset CommandInset ref
16889 LatexCommand ref
16890 reference "tab:Plusieurs-exemples-alignements"
16891
16892 \end_inset
16893
16894  montre quelques exemples d'alignements.
16895  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16896  plus petit espace mathématique au début de la dernière colonne pour obtenir
16897  l'espacement correct autour du signe de relation.
16898 \end_layout
16899
16900 \begin_layout Standard
16901 \begin_inset Float table
16902 wide false
16903 sideways false
16904 status open
16905
16906 \begin_layout Plain Layout
16907 \begin_inset Caption
16908
16909 \begin_layout Plain Layout
16910 \begin_inset CommandInset label
16911 LatexCommand label
16912 name "tab:Plusieurs-exemples-alignements"
16913
16914 \end_inset
16915
16916 Plusieurs exemples d'alignement de cellules
16917 \lang english
16918 .
16919 \end_layout
16920
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \begin_layout Plain Layout
16927 \align center
16928 \begin_inset Tabular
16929 <lyxtabular version="3" rows="4" columns="6">
16930 <features>
16931 <column alignment="right" valignment="top" width="0">
16932 <column alignment="left" valignment="top" width="0" special="@{}l">
16933 <column alignment="right" valignment="top" width="0">
16934 <column alignment="left" valignment="top" width="0" special="@{}l">
16935 <column alignment="right" valignment="top" width="0">
16936 <column alignment="left" valignment="top" width="0" special="@{}l">
16937 <row>
16938 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 unités
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 exposants
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 relations
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="center" valignment="top" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 12×
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 24
17008 \begin_inset space \thinspace{}
17009 \end_inset
17010
17011 bouteilles
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 \begin_inset Formula $10\cdot$
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $10^{\mbox{-}17}$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $\Gamma(t)\propto$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\:\Upsilon(t)$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 1024×
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 768
17080 \begin_inset space \thinspace{}
17081 \end_inset
17082
17083 Pixels
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 \begin_inset Formula $5.78\cdot$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $10^{7}$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $A\ne$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\: B_{\mathrm{red}}$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 32×
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 6
17152 \begin_inset space \thinspace{}
17153 \end_inset
17154
17155 cm
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 -
17165 \begin_inset Formula $33.5\cdot$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Formula $10^{4}$
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 \begin_inset Formula $\sin(\alpha)\ge$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 \begin_inset Formula $\:\sin(\beta)$
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 </lyxtabular>
17211
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \begin_layout Standard
17223 \begin_inset VSpace bigskip
17224 \end_inset
17225
17226 Il y a aussi le paquetage LaTeX 
17227 \series bold
17228 dcolumn
17229 \series default
17230
17231 \begin_inset Index
17232 status collapsed
17233
17234 \begin_layout Plain Layout
17235 Paquetages LaTeX ! dcolumn
17236 \end_layout
17237
17238 \end_inset
17239
17240  qui fournit des alignements pour les cellules de tableaux.
17241  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17242  et ne permet pas de formules dans les cellules du tableau : Avec 
17243 \series bold
17244 dcolumn
17245 \series default
17246  la première colonne du tableau
17247 \begin_inset space ~
17248 \end_inset
17249
17250
17251 \begin_inset CommandInset ref
17252 LatexCommand ref
17253 reference "tab:Plusieurs-exemples-alignements"
17254
17255 \end_inset
17256
17257  ressemblera à la première colonne du tableau
17258 \begin_inset space ~
17259 \end_inset
17260
17261
17262 \begin_inset CommandInset ref
17263 LatexCommand ref
17264 reference "tab:Alignements-avec-dcolumn"
17265
17266 \end_inset
17267
17268
17269 \lang english
17270  and only with some tricks like the expected.
17271  
17272 \lang french
17273 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17274 \begin_inset space ~
17275 \end_inset
17276
17277
17278 \begin_inset CommandInset ref
17279 LatexCommand ref
17280 reference "tab:Plusieurs-exemples-alignements"
17281
17282 \end_inset
17283
17284  avec 
17285 \series bold
17286 dcolumn
17287 \series default
17288 .
17289 \end_layout
17290
17291 \begin_layout Standard
17292 \begin_inset Float table
17293 placement h
17294 wide false
17295 sideways false
17296 status open
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Caption
17300
17301 \begin_layout Plain Layout
17302 \begin_inset CommandInset label
17303 LatexCommand label
17304 name "tab:Alignements-avec-dcolumn"
17305
17306 \end_inset
17307
17308 Alignements quand on utilise le paquetage LaTeX dcolumn.
17309  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17310  pour obtenir la sortie.
17311 \end_layout
17312
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \begin_layout Plain Layout
17319 \align center
17320 \begin_inset Tabular
17321 <lyxtabular version="3" rows="4" columns="3">
17322 <features>
17323 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17324 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17325 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17326 <row>
17327 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331 unités
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 unités
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 unités
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 12x24
17361 \begin_inset space \thinspace{}
17362 \end_inset
17363
17364 bouteilles
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 12x24
17374 \begin_inset space \thinspace{}
17375 \end_inset
17376
17377
17378 \begin_inset Formula $\mbox{bouteilles}$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 12
17391 \begin_inset ERT
17392 status collapsed
17393
17394 \begin_layout Plain Layout
17395
17396
17397 \backslash
17398 times 
17399 \end_layout
17400
17401 \end_inset
17402
17403 24~
17404 \begin_inset Formula $\mbox{bouteilles}$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 </row>
17413 <row>
17414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 1024x768
17419 \begin_inset space \thinspace{}
17420 \end_inset
17421
17422 Pixels
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 1024x768
17432 \begin_inset space \thinspace{}
17433 \end_inset
17434
17435
17436 \begin_inset Formula $\mbox{Pixels}$
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 1024
17449 \begin_inset ERT
17450 status collapsed
17451
17452 \begin_layout Plain Layout
17453
17454
17455 \backslash
17456 times 
17457 \end_layout
17458
17459 \end_inset
17460
17461 768~
17462 \begin_inset Formula $\mbox{Pixels}$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 32x6
17477 \begin_inset space \thinspace{}
17478 \end_inset
17479
17480 cm
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 32x6
17490 \begin_inset space \thinspace{}
17491 \end_inset
17492
17493
17494 \begin_inset Formula $\mbox{cm}$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 32
17507 \begin_inset ERT
17508 status collapsed
17509
17510 \begin_layout Plain Layout
17511
17512
17513 \backslash
17514 times 
17515 \end_layout
17516
17517 \end_inset
17518
17519 6~
17520 \begin_inset Formula $\mbox{cm}$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 </lyxtabular>
17530
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \begin_layout Subsection
17542 Formats de cellule et de colonne personnalisés
17543 \begin_inset CommandInset label
17544 LatexCommand label
17545 name "sub:Formats-personnalisés"
17546
17547 \end_inset
17548
17549
17550 \begin_inset Index
17551 status collapsed
17552
17553 \begin_layout Plain Layout
17554 Personnalisation des tableaux !  Format de cellule/colonne
17555 \end_layout
17556
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \begin_layout Standard
17563 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17564  multicolonne comme dans la section
17565 \begin_inset space ~
17566 \end_inset
17567
17568
17569 \begin_inset CommandInset ref
17570 LatexCommand ref
17571 reference "sub:Calculs-multicolonnes"
17572
17573 \end_inset
17574
17575  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17576  multicolonnes.
17577  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17578  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17579  du document.
17580  Le format est défini avec la commande
17581 \end_layout
17582
17583 \begin_layout Standard
17584
17585 \series bold
17586
17587 \backslash
17588 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17589 \end_layout
17590
17591 \begin_layout Standard
17592 Le nom du format peut n'avoir qu'une lettre.
17593  Les lettres 
17594 \emph on
17595 b
17596 \emph default
17597
17598 \emph on
17599 c
17600 \emph default
17601
17602 \emph on
17603 l
17604 \emph default
17605
17606 \emph on
17607 m
17608 \emph default
17609
17610 \emph on
17611 p
17612 \emph default
17613  et 
17614 \emph on
17615 r
17616 \emph default
17617  sont prédéfinies et donc ne peuvent être utilisées.
17618  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17619 \end_layout
17620
17621 \begin_layout Standard
17622 \begin_inset VSpace medskip
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \begin_layout Standard
17629 Pour de cellules multicolonnes centrées verticalement et horizontalement
17630  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17631  :
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637
17638 \backslash
17639 newcolumntype{M}[1]{>{
17640 \backslash
17641 centering
17642 \backslash
17643 hspace{0pt}}m{#1}}
17644 \end_layout
17645
17646 \begin_layout Standard
17647 Où le 
17648 \series bold
17649
17650 \backslash
17651 hspace{0pt}
17652 \series default
17653  évite le problème de césure du premier mot, comme c'est décrit en section
17654 \begin_inset space ~
17655 \end_inset
17656
17657
17658 \begin_inset CommandInset ref
17659 LatexCommand ref
17660 reference "sub:Lignes-multiple-dans-cellule"
17661
17662 \end_inset
17663
17664 .
17665  Ensuite, vous pouvez entrer
17666 \end_layout
17667
17668 \begin_layout Standard
17669
17670 \series bold
17671 M{width}
17672 \end_layout
17673
17674 \begin_layout Standard
17675 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17676  une multicolonne.
17677 \end_layout
17678
17679 \begin_layout Standard
17680 \begin_inset VSpace bigskip
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17688  définir le format
17689 \end_layout
17690
17691 \begin_layout Standard
17692
17693 \series bold
17694
17695 \backslash
17696 newcolumntype{S}[2]{>{
17697 \backslash
17698 centering
17699 \backslash
17700 hspace{0pt}}
17701 \begin_inset Newline newline
17702 \end_inset
17703
17704
17705 \begin_inset ERT
17706 status collapsed
17707
17708 \begin_layout Plain Layout
17709
17710
17711 \backslash
17712 phantom{
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \backslash
17719 newcolumntype{S}[2]
17720 \begin_inset ERT
17721 status collapsed
17722
17723 \begin_layout Plain Layout
17724
17725 }
17726 \end_layout
17727
17728 \end_inset
17729
17730 m{(#1+(2
17731 \backslash
17732 tabcolsep+
17733 \backslash
17734 arrayrulewidth)*(1-#2))/#2}}
17735 \end_layout
17736
17737 \begin_layout Standard
17738 Ce format utilise l'équation
17739 \begin_inset space ~
17740 \end_inset
17741
17742
17743 \begin_inset CommandInset ref
17744 LatexCommand eqref
17745 reference "eq:Wgn"
17746
17747 \end_inset
17748
17749  pour calculer la largeur que doit avoir chacune des cellules couverte par
17750  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17751 \end_layout
17752
17753 \begin_layout Standard
17754 Ensuite, vous pouvez entrer
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17761 \end_layout
17762
17763 \begin_layout Standard
17764 comme paramètre LaTeX de la colonne.
17765 \end_layout
17766
17767 \begin_layout Standard
17768 \begin_inset VSpace bigskip
17769 \end_inset
17770
17771
17772 \end_layout
17773
17774 \begin_layout Standard
17775 Pour des colonnes colorées, vous pouvez définir
17776 \end_layout
17777
17778 \begin_layout Standard
17779
17780 \series bold
17781
17782 \backslash
17783 newcolumntype{K}[1]{>{
17784 \backslash
17785 columncolor{#1}
17786 \backslash
17787 hspace{0pt}}c}
17788 \end_layout
17789
17790 \begin_layout Standard
17791 Le 
17792 \begin_inset Quotes eld
17793 \end_inset
17794
17795 c
17796 \begin_inset Quotes erd
17797 \end_inset
17798
17799  à la fin crée une colonne de largeur variable dont le texte est centré
17800  horizontalement.
17801  Vous pouvez maintenant entrer
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807 K{nom de couleur}
17808 \end_layout
17809
17810 \begin_layout Standard
17811 comme paramètre LaTeX.
17812 \end_layout
17813
17814 \begin_layout Standard
17815 \begin_inset VSpace bigskip
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \begin_layout Standard
17822 Pour créer le tableau
17823 \begin_inset space ~
17824 \end_inset
17825
17826
17827 \begin_inset CommandInset ref
17828 LatexCommand ref
17829 reference "tab:Tableau-formats-personnalisés"
17830
17831 \end_inset
17832
17833  utilisez les paramètres LaTeX
17834 \end_layout
17835
17836 \begin_layout Standard
17837
17838 \series bold
17839 M{2.5cm}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 pour la première colonne et la multicolonne,
17844 \end_layout
17845
17846 \begin_layout Standard
17847
17848 \series bold
17849 K{red}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 pour la dernière colonne, et
17854 \end_layout
17855
17856 \begin_layout Standard
17857
17858 \series bold
17859 S{2.5cm}{2}
17860 \end_layout
17861
17862 \begin_layout Standard
17863 pour les cellules de la deuxième colonne.
17864 \end_layout
17865
17866 \begin_layout Standard
17867 \begin_inset Float table
17868 placement h
17869 wide false
17870 sideways false
17871 status open
17872
17873 \begin_layout Plain Layout
17874 \begin_inset Caption
17875
17876 \begin_layout Plain Layout
17877 \begin_inset CommandInset label
17878 LatexCommand label
17879 name "tab:Tableau-formats-personnalisés"
17880
17881 \end_inset
17882
17883 Tableau utilisant des formats personnalisés
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Plain Layout
17892 \align center
17893 \begin_inset Tabular
17894 <lyxtabular version="3" rows="3" columns="4">
17895 <features>
17896 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17897 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17898 <column alignment="center" valignment="middle" width="0">
17899 <column alignment="center" valignment="middle" width="0" special="K{red}">
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 motTrèsLongDansUneCellule
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 multicolonne avec multiligne
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 c
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 </row>
17938 <row>
17939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 d
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 e
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 f
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 g
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 <row>
17977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 h
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 i
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 j
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 k
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 </row>
18014 </lyxtabular>
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Subsection
18027 Épaisseur des filets
18028 \begin_inset CommandInset label
18029 LatexCommand label
18030 name "sub:Epaisseur-filets"
18031
18032 \end_inset
18033
18034
18035 \begin_inset Index
18036 status collapsed
18037
18038 \begin_layout Plain Layout
18039 Personnalisation des tableaux ! Épaisseur filets
18040 \end_layout
18041
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \begin_layout Standard
18048 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18049  
18050 \series bold
18051
18052 \backslash
18053 arrayrulewidth
18054 \series default
18055 .
18056  Pour mettre, par exemple, une épaisseur de filet de 1.5
18057 \begin_inset space \thinspace{}
18058 \end_inset
18059
18060 pt, comme pour le tableau
18061 \begin_inset space ~
18062 \end_inset
18063
18064
18065 \begin_inset CommandInset ref
18066 LatexCommand ref
18067 reference "tab:Tableau-filets-1.5pt"
18068
18069 \end_inset
18070
18071 , insérez la commande
18072 \end_layout
18073
18074 \begin_layout Standard
18075
18076 \series bold
18077
18078 \backslash
18079 setlength{
18080 \backslash
18081 arrayrulewidth}{1.5pt}
18082 \end_layout
18083
18084 \begin_layout Standard
18085 en code TeX avant le tableau ou le flottant de tableau.
18086  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18087  suivent.
18088  pour revenir aux valeurs par défaut, mettez 
18089 \series bold
18090
18091 \backslash
18092 arrayrulewidth
18093 \series default
18094  à 0.4
18095 \begin_inset space \thinspace{}
18096 \end_inset
18097
18098 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18099 \end_layout
18100
18101 \begin_layout Standard
18102 \begin_inset ERT
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 setlength{
18110 \backslash
18111 arrayrulewidth}{1.5pt}
18112 \end_layout
18113
18114 \end_inset
18115
18116
18117 \begin_inset Float table
18118 wide false
18119 sideways false
18120 status open
18121
18122 \begin_layout Plain Layout
18123 \begin_inset Caption
18124
18125 \begin_layout Plain Layout
18126 \begin_inset CommandInset label
18127 LatexCommand label
18128 name "tab:Tableau-filets-1.5pt"
18129
18130 \end_inset
18131
18132 Tableau avec des filets de 1.5
18133 \begin_inset space \thinspace{}
18134 \end_inset
18135
18136 pt
18137 \end_layout
18138
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \begin_layout Plain Layout
18145 \align center
18146 \begin_inset Tabular
18147 <lyxtabular version="3" rows="3" columns="3">
18148 <features>
18149 <column alignment="center" valignment="top" width="0">
18150 <column alignment="center" valignment="top" width="0">
18151 <column alignment="center" valignment="top" width="0">
18152 <row>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 sd
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 </row>
18181 <row>
18182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 sd
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 </row>
18210 <row>
18211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 sd
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 </row>
18239 </lyxtabular>
18240
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \end_inset
18247
18248
18249 \begin_inset ERT
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253
18254
18255 \backslash
18256 setlength{
18257 \backslash
18258 arrayrulewidth}{0.4pt}
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 \begin_inset VSpace bigskip
18268 \end_inset
18269
18270 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18271 \begin_inset space \thinspace{}
18272 \end_inset
18273
18274 pt, comme dans le tableau
18275 \begin_inset space ~
18276 \end_inset
18277
18278
18279 \begin_inset CommandInset ref
18280 LatexCommand ref
18281 reference "tab:Tableau-filets-horizontaux-1.5pt"
18282
18283 \end_inset
18284
18285 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18286  de tableau :
18287 \end_layout
18288
18289 \begin_layout Standard
18290
18291 \series bold
18292
18293 \backslash
18294 let
18295 \backslash
18296 myHline
18297 \backslash
18298 hline
18299 \begin_inset Newline newline
18300 \end_inset
18301
18302
18303 \backslash
18304 renewcommand{
18305 \backslash
18306 hline}
18307 \begin_inset Newline newline
18308 \end_inset
18309
18310  {
18311 \backslash
18312 noalign{
18313 \backslash
18314 global
18315 \backslash
18316 arrayrulewidth 1.5pt}
18317 \begin_inset Newline newline
18318 \end_inset
18319
18320  
18321 \backslash
18322 myHline
18323 \backslash
18324 noalign{
18325 \backslash
18326 global
18327 \backslash
18328 arrayrulewidth 0.4pt}}
18329 \end_layout
18330
18331 \begin_layout Standard
18332 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18333  en code TeX après le tableau ou le flottant de tableau :
18334 \end_layout
18335
18336 \begin_layout Standard
18337
18338 \series bold
18339
18340 \backslash
18341 renewcommand{
18342 \backslash
18343 hline}{
18344 \backslash
18345 myHline}
18346 \end_layout
18347
18348 \begin_layout Standard
18349 \begin_inset ERT
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 let
18357 \backslash
18358 myHline
18359 \backslash
18360 hline
18361 \end_layout
18362
18363 \begin_layout Plain Layout
18364
18365
18366 \backslash
18367 renewcommand{
18368 \backslash
18369 hline}
18370 \end_layout
18371
18372 \begin_layout Plain Layout
18373
18374  {
18375 \backslash
18376 noalign{
18377 \backslash
18378 global
18379 \backslash
18380 arrayrulewidth 1.5pt}
18381 \end_layout
18382
18383 \begin_layout Plain Layout
18384
18385   
18386 \backslash
18387 myHline
18388 \backslash
18389 noalign{
18390 \backslash
18391 global
18392 \backslash
18393 arrayrulewidth 0.4pt}}
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \begin_inset Float table
18400 wide false
18401 sideways false
18402 status open
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Caption
18406
18407 \begin_layout Plain Layout
18408 \begin_inset CommandInset label
18409 LatexCommand label
18410 name "tab:Tableau-filets-horizontaux-1.5pt"
18411
18412 \end_inset
18413
18414 Tableau avec des filets horizontaux de 1.5
18415 \begin_inset space \thinspace{}
18416 \end_inset
18417
18418 pt
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Plain Layout
18427 \align center
18428 \begin_inset Tabular
18429 <lyxtabular version="3" rows="3" columns="3">
18430 <features>
18431 <column alignment="center" valignment="top" width="0">
18432 <column alignment="center" valignment="top" width="0">
18433 <column alignment="center" valignment="top" width="0">
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 sd
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 <row>
18464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 sd
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 </row>
18492 <row>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 sd
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 </row>
18521 </lyxtabular>
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \end_inset
18529
18530
18531 \begin_inset ERT
18532 status collapsed
18533
18534 \begin_layout Plain Layout
18535
18536
18537 \backslash
18538 renewcommand{
18539 \backslash
18540 hline}{
18541 \backslash
18542 myHline}
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 \begin_inset VSpace bigskip
18552 \end_inset
18553
18554 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18555 \begin_inset space \thinspace{}
18556 \end_inset
18557
18558 pt, créez le format de colonne suivant dans le préambule, en suivant la
18559  description de la section
18560 \begin_inset space ~
18561 \end_inset
18562
18563
18564 \begin_inset CommandInset ref
18565 LatexCommand ref
18566 reference "sub:Formats-personnalisés"
18567
18568 \end_inset
18569
18570 :
18571 \end_layout
18572
18573 \begin_layout Standard
18574
18575 \series bold
18576
18577 \backslash
18578 newcolumntype{V}{!{
18579 \backslash
18580 vrule width 1.5pt}}
18581 \end_layout
18582
18583 \begin_layout Standard
18584 Pour le tableau
18585 \begin_inset space ~
18586 \end_inset
18587
18588
18589 \begin_inset CommandInset ref
18590 LatexCommand ref
18591 reference "tab:Tableau-filets-verticaux-1.5pt"
18592
18593 \end_inset
18594
18595  le paramètre LaTeX 
18596 \end_layout
18597
18598 \begin_layout Standard
18599
18600 \series bold
18601 VcV
18602 \end_layout
18603
18604 \begin_layout Standard
18605 a été utilisé pour la dernière colonne et
18606 \end_layout
18607
18608 \begin_layout Standard
18609
18610 \series bold
18611 Vc
18612 \end_layout
18613
18614 \begin_layout Standard
18615 pour les autres colonnes.
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \begin_inset Float table
18620 wide false
18621 sideways false
18622 status open
18623
18624 \begin_layout Plain Layout
18625 \begin_inset Caption
18626
18627 \begin_layout Plain Layout
18628 \begin_inset CommandInset label
18629 LatexCommand label
18630 name "tab:Tableau-filets-verticaux-1.5pt"
18631
18632 \end_inset
18633
18634 Tableau avec des filets verticaux de 1.5
18635 \begin_inset space \thinspace{}
18636 \end_inset
18637
18638 pt 
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Plain Layout
18647 \align center
18648 \begin_inset Tabular
18649 <lyxtabular version="3" rows="3" columns="3">
18650 <features>
18651 <column alignment="center" valignment="top" width="0" special="Vc">
18652 <column alignment="center" valignment="top" width="0" special="Vc">
18653 <column alignment="center" valignment="top" width="0" special="VcV">
18654 <row>
18655 <cell alignment="center" valignment="top" topline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 sd
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 </row>
18683 <row>
18684 <cell alignment="center" valignment="top" topline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 sd
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 </row>
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 sd
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 </row>
18741 </lyxtabular>
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Subsection
18754 Filets à traits interrompus
18755 \begin_inset Index
18756 status collapsed
18757
18758 \begin_layout Plain Layout
18759 Personnalisation des tableaux ! Filets à traits interrompus
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset ERT
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772
18773
18774 \backslash
18775 ifarydshln
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \begin_inset Note Note
18782 status open
18783
18784 \begin_layout Plain Layout
18785 La section suivante ne s'affichera que si vous avez installé le paquetage
18786  LaTeX 
18787 \series bold
18788 arydshln
18789 \series default
18790 .
18791 \end_layout
18792
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \begin_layout Standard
18799 \begin_inset Float table
18800 placement H
18801 wide false
18802 sideways false
18803 status open
18804
18805 \begin_layout Plain Layout
18806 \begin_inset Caption
18807
18808 \begin_layout Plain Layout
18809 \begin_inset CommandInset label
18810 LatexCommand label
18811 name "tab:Tableau-filets-tirets"
18812
18813 \end_inset
18814
18815 Tableau avec des filets à traits interrompus
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Plain Layout
18824 \align center
18825 \begin_inset Tabular
18826 <lyxtabular version="3" rows="5" columns="5">
18827 <features>
18828 <column alignment="center" valignment="top" width="0">
18829 <column alignment="center" valignment="top" width="0">
18830 <column alignment="center" valignment="top" width="0" special=":c">
18831 <column alignment="center" valignment="top" width="0">
18832 <column alignment="center" valignment="top" width="0">
18833 <row>
18834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838 a
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 b
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856 c
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 d
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 e
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 <row>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885 f
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 g
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 h
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 i
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 j
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 <row>
18928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset ERT
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936
18937
18938 \backslash
18939 hdashline 
18940 \end_layout
18941
18942 \end_inset
18943
18944 k
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 l
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 m
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 n
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980 o
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991 \begin_inset ERT
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995
18996
18997 \backslash
18998 cdashline{4-5}
18999 \end_layout
19000
19001 \end_inset
19002
19003 p
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 q
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 r
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030 s
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 </row>
19045 <row>
19046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 t
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 u
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 v
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 w
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 x
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 </lyxtabular>
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Standard
19105 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19106  donc employer du code TeX.
19107  Mais avant il faut charger le paquetage LaTeX 
19108 \series bold
19109 arydshln
19110 \series default
19111
19112 \begin_inset Index
19113 status collapsed
19114
19115 \begin_layout Plain Layout
19116 Paquetages LaTeX ! arydshln
19117 \end_layout
19118
19119 \end_inset
19120
19121  dans le préambule du document avec la commande 
19122 \end_layout
19123
19124 \begin_layout Standard
19125
19126 \series bold
19127
19128 \backslash
19129 usepackage{arydshln}
19130 \end_layout
19131
19132 \begin_layout Standard
19133 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19134  
19135 \begin_inset Quotes eld
19136 \end_inset
19137
19138 :
19139 \begin_inset Quotes erd
19140 \end_inset
19141
19142  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19143  dans la fenêtre de dialogue de paramètre du tableau.
19144 \end_layout
19145
19146 \begin_layout Standard
19147 Pour un trait horizontal interrompu, ajoutez la commande
19148 \end_layout
19149
19150 \begin_layout Standard
19151
19152 \series bold
19153
19154 \backslash
19155 hdashline
19156 \end_layout
19157
19158 \begin_layout Standard
19159 en code TeX comme premier élément de la première cellule de la ligne de
19160  tableau.
19161 \end_layout
19162
19163 \begin_layout Standard
19164 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19165  commande 
19166 \end_layout
19167
19168 \begin_layout Standard
19169
19170 \series bold
19171
19172 \backslash
19173 cdashline{
19174 \series default
19175 numéros de colonnes}
19176 \end_layout
19177
19178 \begin_layout Standard
19179 en code TeX comme premier élément de la première cellule de la ligne.
19180  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19181  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19182 \end_layout
19183
19184 \begin_layout Standard
19185
19186 \series bold
19187
19188 \backslash
19189 cdashline{2-4}
19190 \end_layout
19191
19192 \begin_layout Standard
19193 comme premier élément de la première cellule de la ligne contenant la multicolon
19194 ne.
19195 \end_layout
19196
19197 \begin_layout Standard
19198 \begin_inset VSpace bigskip
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \begin_layout Standard
19205 Le tableau
19206 \begin_inset space ~
19207 \end_inset
19208
19209
19210 \begin_inset CommandInset ref
19211 LatexCommand ref
19212 reference "tab:Tableau-filets-tirets"
19213
19214 \end_inset
19215
19216  a été créé en utilisant 
19217 \begin_inset Quotes eld
19218 \end_inset
19219
19220
19221 \series bold
19222 :c
19223 \series default
19224
19225 \begin_inset Quotes erd
19226 \end_inset
19227
19228  comme paramètre LaTeX pour la troisième colonne.
19229  La commande en code TeX 
19230 \series bold
19231
19232 \backslash
19233 hdashline
19234 \series default
19235  a été insérée dans la première cellule de la troisième ligne et la commande
19236  en code TeX 
19237 \series bold
19238
19239 \backslash
19240 cdashline{4-5}
19241 \series default
19242  a été insérée dans la première cellule de la quatrième ligne.
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \begin_inset Note Greyedout
19247 status open
19248
19249 \begin_layout Plain Layout
19250
19251 \series bold
19252 Note:
19253 \series default
19254  Le paquetage LaTeX 
19255 \series bold
19256 arydshln
19257 \series default
19258  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19259  
19260 \series bold
19261 colortbl
19262 \series default
19263
19264 \begin_inset Index
19265 status collapsed
19266
19267 \begin_layout Plain Layout
19268 Paquetages LaTeX ! colortbl
19269 \end_layout
19270
19271 \end_inset
19272
19273  qui est utilisé pour avoir des tableaux colorés dans la section
19274 \begin_inset space ~
19275 \end_inset
19276
19277
19278 \begin_inset CommandInset ref
19279 LatexCommand ref
19280 reference "sec:Tableaux-Colorés"
19281
19282 \end_inset
19283
19284 .
19285  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19286  traits interrompus.
19287 \end_layout
19288
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \begin_layout Standard
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 else
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \begin_inset Note Note
19309 status open
19310
19311 \begin_layout Plain Layout
19312 Ce qui suit sera affiché si le paquetage LaTeX 
19313 \series bold
19314 arydshln
19315 \series default
19316  n'est pas installé :
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Standard
19325 Vous devez installer le paquetage LaTeX 
19326 \series bold
19327 arydshln
19328 \series default
19329  pour voir le contenu des cette section dans la sortie imprimée.
19330 \end_layout
19331
19332 \begin_layout Standard
19333 \begin_inset ERT
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338
19339 \backslash
19340 fi
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Chapter
19349 Flottants
19350 \begin_inset Index
19351 status collapsed
19352
19353 \begin_layout Plain Layout
19354 Flottants
19355 \end_layout
19356
19357 \end_inset
19358
19359
19360 \begin_inset CommandInset label
19361 LatexCommand label
19362 name "cha:Flottants"
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Section
19370 Introduction
19371 \begin_inset CommandInset label
19372 LatexCommand label
19373 name "sec:Flottants-Introduction"
19374
19375 \end_inset
19376
19377
19378 \begin_inset Index
19379 status collapsed
19380
19381 \begin_layout Plain Layout
19382 Flottants ! Introduction
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Standard
19391 Un flottant est une portion de document, qui peut être associé à une étiquette
19392  et dont la position n'est pas fixée.
19393  Il peut 
19394 \begin_inset Quotes eld
19395 \end_inset
19396
19397 flotter
19398 \begin_inset Quotes erd
19399 \end_inset
19400
19401  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19402  plus approprié.
19403  Les 
19404 \family sans
19405 Notes
19406 \begin_inset space ~
19407 \end_inset
19408
19409 en
19410 \begin_inset space ~
19411 \end_inset
19412
19413 Bas
19414 \begin_inset space ~
19415 \end_inset
19416
19417 de
19418 \begin_inset space ~
19419 \end_inset
19420
19421 Page
19422 \family default
19423  et le 
19424 \family sans
19425 Notes
19426 \begin_inset space ~
19427 \end_inset
19428
19429 en
19430 \begin_inset space ~
19431 \end_inset
19432
19433 Marge
19434 \family default
19435  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19436  sur la page suivante quand il y a trop de notes sur la page courante.
19437 \end_layout
19438
19439 \begin_layout Standard
19440 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19441  très grande qualité.
19442  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19443  éviter des lignes blanches ou des pages sans texte.
19444  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19445  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19446  le texte.
19447  Les flottants sont donc numérotés.
19448  Les références croisées sont décrites dans la section
19449 \begin_inset space ~
19450 \end_inset
19451
19452
19453 \begin_inset CommandInset ref
19454 LatexCommand ref
19455 reference "sec:Referencer-les-Flottants"
19456
19457 \end_inset
19458
19459 .
19460 \end_layout
19461
19462 \begin_layout Standard
19463 Pour insérer un flottant, on utilise un des sous menus du menu 
19464 \family sans
19465 Insérer\SpecialChar \menuseparator
19466 Flottant.
19467
19468 \family default
19469  Une boîte va être insérée dans votre document avec par exemple une étiquette
19470  du genre 
19471 \begin_inset Quotes eld
19472 \end_inset
19473
19474 Figure
19475 \begin_inset space ~
19476 \end_inset
19477
19478 #:
19479 \begin_inset Quotes erd
19480 \end_inset
19481
19482  (où # est un numéro).
19483  L'étiquette est automatiquement traduite dans la langue du document dans
19484  la sortie finale.
19485  Après l'étiquette vous pouvez insérer du texte comme légende.
19486  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19487  séparé, à l'intérieur du flottant.
19488  Vous trouverez plus de détails sur le positionnement des légendes dans
19489  la section
19490 \begin_inset space ~
19491 \end_inset
19492
19493
19494 \begin_inset CommandInset ref
19495 LatexCommand ref
19496 reference "sec:Placement-légende"
19497
19498 \end_inset
19499
19500 .
19501  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19502  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19503  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19504  Une boîte de flottant fermée ressemble à ceci : 
19505 \begin_inset Graphics
19506         filename clipart/floatQt4.png
19507         scale 60
19508
19509 \end_inset
19510
19511  -- une case grise avec un texte rouge.
19512 \end_layout
19513
19514 \begin_layout Standard
19515 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19516  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19517  est formaté de façon particulière.
19518 \end_layout
19519
19520 \begin_layout Section
19521 Les Types de Flottants
19522 \end_layout
19523
19524 \begin_layout Standard
19525 En plus des flottants de figures et de tableau qui sont décrits respectivement
19526  dans les sections 
19527 \begin_inset space ~
19528 \end_inset
19529
19530
19531 \begin_inset CommandInset ref
19532 LatexCommand ref
19533 reference "sec:Figure-Floats"
19534
19535 \end_inset
19536
19537  et 
19538 \begin_inset CommandInset ref
19539 LatexCommand ref
19540 reference "sec:Table-Floats"
19541
19542 \end_inset
19543
19544 , LyX offre aussi les types 
19545 \series bold
19546 Algorithme
19547 \series default
19548  et 
19549 \series bold
19550 Flottant
19551 \begin_inset space ~
19552 \end_inset
19553
19554 d'enrobage
19555 \begin_inset Note Note
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559
19560 \series bold
19561 \lang english
19562 je préfèrerai 
19563 \begin_inset Quotes eld
19564 \end_inset
19565
19566 d'habillage
19567 \begin_inset Quotes erd
19568 \end_inset
19569
19570  (NdT)
19571 \end_layout
19572
19573 \end_inset
19574
19575
19576 \series default
19577 .
19578 \end_layout
19579
19580 \begin_layout Subsection
19581 Flottant d'algorithme 
19582 \begin_inset Index
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586 Flottants ! Algorithmes
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \begin_inset CommandInset label
19593 LatexCommand label
19594 name "sub:Flottant-d'Algorithme"
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 \begin_inset Float algorithm
19603 placement h
19604 wide false
19605 sideways false
19606 status open
19607
19608 \begin_layout Plain Layout
19609 \begin_inset Caption
19610
19611 \begin_layout Plain Layout
19612 \begin_inset CommandInset label
19613 LatexCommand label
19614 name "alg:Exemple-Flottant-Algorithme"
19615
19616 \end_inset
19617
19618 Exemple de flottant d'algorithme
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout LyX-Code
19627 for I in 1..N loop
19628 \begin_inset Newline newline
19629 \end_inset
19630
19631  Sum:= Sum + A(I); /*comment*/
19632 \begin_inset Newline newline
19633 \end_inset
19634
19635 end loop
19636 \begin_inset VSpace -4mm
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Standard
19648 Ce type de flottant est inséré à l'aide du menu 
19649 \family sans
19650 Insérer\SpecialChar \menuseparator
19651 Flottant\SpecialChar \menuseparator
19652 Algorithme
19653 \family default
19654 .
19655  Il peut être utilisé pour des morceaux de code source ou des descriptions
19656  d'algorithmes.
19657  Vous pouvez par exemple utiliser l'environnement Code
19658 \begin_inset space ~
19659 \end_inset
19660
19661 LyX qui est décrit dans le 
19662 \emph on
19663 Guide
19664 \emph default
19665
19666 \begin_inset space ~
19667 \end_inset
19668
19669
19670 \emph on
19671 de
19672 \begin_inset space ~
19673 \end_inset
19674
19675 l'Utilisateur
19676 \emph default
19677  de LyX.
19678  l'algorithme
19679 \begin_inset space ~
19680 \end_inset
19681
19682
19683 \begin_inset CommandInset ref
19684 LatexCommand ref
19685 reference "alg:Exemple-Flottant-Algorithme"
19686
19687 \end_inset
19688
19689  est un exemple de flottant d'algorithme où un espace vertical de -4
19690 \begin_inset space \thinspace{}
19691 \end_inset
19692
19693 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19694  soit placée exactement sous le texte de la dernière ligne.
19695 \end_layout
19696
19697 \begin_layout Standard
19698 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19699  du document.
19700  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19701 ent en ajoutant la ligne suivante dans le préambule de votre document :
19702 \end_layout
19703
19704 \begin_layout Standard
19705
19706 \series bold
19707
19708 \backslash
19709 floatname{algorithm}{votre
19710 \begin_inset space ~
19711 \end_inset
19712
19713 nom}
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \lang english
19719 where
19720 \family sans
19721 \lang french
19722  votre
19723 \begin_inset space ~
19724 \end_inset
19725
19726 nom
19727 \family default
19728  est le mot 
19729 \begin_inset Quotes eld
19730 \end_inset
19731
19732
19733 \emph on
19734 algorithme
19735 \emph default
19736
19737 \begin_inset Quotes erd
19738 \end_inset
19739
19740  dans votre langue.
19741 \end_layout
19742
19743 \begin_layout Standard
19744
19745 \lang english
19746 To insert the list of algorithms you can in this case not use the menu 
19747 \family sans
19748 Insert\SpecialChar \menuseparator
19749 List
19750 \begin_inset space \thinspace{}
19751 \end_inset
19752
19753 /
19754 \begin_inset space \thinspace{}
19755 \end_inset
19756
19757 TOC\SpecialChar \menuseparator
19758 List of Algorithms
19759 \family default
19760  when your document is an English one.
19761  For non-English documents, use this command in TeX-Code instead:
19762 \end_layout
19763
19764 \begin_layout Standard
19765
19766 \series bold
19767 \lang english
19768
19769 \backslash
19770 listof{algorithm}{your
19771 \begin_inset space ~
19772 \end_inset
19773
19774 name}
19775 \end_layout
19776
19777 \begin_layout Standard
19778
19779 \lang english
19780 where 
19781 \family sans
19782 your
19783 \begin_inset space ~
19784 \end_inset
19785
19786 name
19787 \family default
19788  is the word 
19789 \begin_inset Quotes eld
19790 \end_inset
19791
19792
19793 \emph on
19794 List of Algorithm
19795 \emph default
19796 s
19797 \begin_inset Quotes erd
19798 \end_inset
19799
19800  in your language.
19801 \end_layout
19802
19803 \begin_layout Standard
19804 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19805  schéma 
19806 \begin_inset Quotes eld
19807 \end_inset
19808
19809 chapitre.algorithme
19810 \begin_inset Quotes erd
19811 \end_inset
19812
19813  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19814  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19815  commande dans le préambule de votre document :
19816 \end_layout
19817
19818 \begin_layout Standard
19819
19820 \series bold
19821
19822 \backslash
19823 numberwithin{algorithm}{chapter}
19824 \end_layout
19825
19826 \begin_layout Standard
19827 Pour pouvoir utiliser la commande 
19828 \series bold
19829
19830 \backslash
19831 numberwithin
19832 \series default
19833 , activez l'option 
19834 \family sans
19835 Utiliser
19836 \begin_inset space ~
19837 \end_inset
19838
19839 le
19840 \begin_inset space ~
19841 \end_inset
19842
19843 paquetage
19844 \begin_inset space ~
19845 \end_inset
19846
19847 AMS
19848 \begin_inset space ~
19849 \end_inset
19850
19851 math
19852 \family default
19853  dans la rubrique 
19854 \family sans
19855 Options
19856 \begin_inset space ~
19857 \end_inset
19858
19859 des
19860 \begin_inset space ~
19861 \end_inset
19862
19863 Maths
19864 \family default
19865  de la fenêtre de dialogue 
19866 \family sans
19867 Paramètres
19868 \begin_inset space ~
19869 \end_inset
19870
19871 du
19872 \begin_inset space ~
19873 \end_inset
19874
19875 Document
19876 \family default
19877 .
19878 \end_layout
19879
19880 \begin_layout Subsection
19881 Flottant d'enrobage
19882 \begin_inset Index
19883 status collapsed
19884
19885 \begin_layout Plain Layout
19886 Flottants ! Flottants d'enrobage
19887 \end_layout
19888
19889 \end_inset
19890
19891
19892 \begin_inset CommandInset label
19893 LatexCommand label
19894 name "sub:flottants-d'enrobage"
19895
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \begin_layout Standard
19902 \begin_inset Wrap figure
19903 lines 0
19904 placement l
19905 overhang 0col%
19906 width "40col%"
19907 status open
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Graphics
19911         filename ../clipart/mobius.eps
19912         display color
19913         width 40col%
19914         scaleBeforeRotation
19915         rotateOrigin center
19916
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Caption
19924
19925 \begin_layout Plain Layout
19926 \begin_inset CommandInset label
19927 LatexCommand label
19928 name "fig:Figure-enrobée"
19929
19930 \end_inset
19931
19932 Ceci est une figure habillée et vous lisez la superbe légende qui la décrit.
19933 \begin_inset VSpace medskip
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945
19946 Ce type de flottant est utilisé quand on veut que le texte habille la figure
19947  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19948  Vous pouvez en insérer un en utilisant le menu 
19949 \family sans
19950 Insérer\SpecialChar \menuseparator
19951 Flottant\SpecialChar \menuseparator
19952 Flottant
19953 \begin_inset space ~
19954 \end_inset
19955
19956 d'enrobage
19957 \family default
19958 \lang english
19959  
19960 \lang french
19961 à la condition que le paquetage LaTeX 
19962 \series bold
19963 wrapfig
19964 \series default
19965
19966 \begin_inset Index
19967 status collapsed
19968
19969 \begin_layout Plain Layout
19970 Paquetages LaTeX ! wrapfig
19971 \begin_inset ERT
19972 status collapsed
19973
19974 \begin_layout Plain Layout
19975
19976
19977 \backslash
19978
19979 \begin_inset ERT
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983
19984 {
19985 \end_layout
19986
19987 \end_inset
19988
19989
19990 \begin_inset ERT
19991 status collapsed
19992
19993 \begin_layout Plain Layout
19994
19995 }
19996 \end_layout
19997
19998 \end_inset
19999
20000
20001 \end_layout
20002
20003 \end_inset
20004
20005 vspace
20006 \begin_inset ERT
20007 status collapsed
20008
20009 \begin_layout Plain Layout
20010
20011 {
20012 \end_layout
20013
20014 \end_inset
20015
20016 4mm
20017 \begin_inset ERT
20018 status collapsed
20019
20020 \begin_layout Plain Layout
20021
20022 }
20023 \end_layout
20024
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031
20032  soit installé.
20033 \begin_inset Foot
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037 Voyez dans la manuel 
20038 \emph on
20039 Configuration
20040 \begin_inset space ~
20041 \end_inset
20042
20043 LaTeX 
20044 \emph default
20045 comment installer des paquetages LaTeX.
20046 \end_layout
20047
20048 \end_inset
20049
20050  La largeur et la position du flottant peut être modifiée en faisant un
20051  clic droit sur la boîte du flottant.
20052  La figure
20053 \begin_inset space ~
20054 \end_inset
20055
20056
20057 \begin_inset CommandInset ref
20058 LatexCommand ref
20059 reference "fig:Figure-enrobée"
20060
20061 \end_inset
20062
20063  est un exemple de flottant d'enrobage avec une largeur de 40
20064 \begin_inset space \thinspace{}
20065 \end_inset
20066
20067 col%.
20068 \begin_inset Foot
20069 status collapsed
20070
20071 \begin_layout Plain Layout
20072 Les unités disponibles sont expliquées dans l'appendice
20073 \begin_inset space ~
20074 \end_inset
20075
20076
20077 \begin_inset CommandInset ref
20078 LatexCommand ref
20079 reference "cha:Unités-de-longueur"
20080
20081 \end_inset
20082
20083 .
20084 \end_layout
20085
20086 \end_inset
20087
20088  Un peu d'espace a été ajouté sous la légende pour mieux la séparer du texte
20089  qui l'entoure.
20090 \end_layout
20091
20092 \begin_layout Standard
20093 \begin_inset Note Greyedout
20094 status open
20095
20096 \begin_layout Plain Layout
20097
20098 \series bold
20099 Note:
20100 \series default
20101  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20102  figure trop près du bas de page peut tout chambouler et faire que le flottant
20103  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20104  de texte.
20105 \end_layout
20106
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \begin_layout Standard
20113 En général:
20114 \end_layout
20115
20116 \begin_layout Itemize
20117 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20118  qui risquent de passer à la page suivante.
20119  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20120  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20121  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20122  de page.
20123 \end_layout
20124
20125 \begin_layout Itemize
20126 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20127  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20128 e.
20129 \end_layout
20130
20131 \begin_layout Itemize
20132 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20133  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20134  texte entre les deux, comme séparateur.
20135 \end_layout
20136
20137 \begin_layout Itemize
20138 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20139  ou les tableaux.
20140 \end_layout
20141
20142 \begin_layout Section
20143 Numérotation des flottants
20144 \begin_inset CommandInset label
20145 LatexCommand label
20146 name "sec:Numérotatio-Flottants"
20147
20148 \end_inset
20149
20150
20151 \begin_inset Index
20152 status collapsed
20153
20154 \begin_layout Plain Layout
20155 Flottants ! Numérotation
20156 \end_layout
20157
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \begin_layout Standard
20164 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20165  ils se trouvent, soit en utilisant un format du genre 
20166 \begin_inset Quotes eld
20167 \end_inset
20168
20169 chapitre.numéro
20170 \begin_inset Quotes erd
20171 \end_inset
20172
20173  ou 
20174 \begin_inset Quotes eld
20175 \end_inset
20176
20177 section.numéro
20178 \begin_inset Quotes erd
20179 \end_inset
20180
20181 .
20182  Cela dépend de la classe de document utilisée.
20183 \end_layout
20184
20185 \begin_layout Standard
20186 Pour changer le format de la numérotation qui ne dépend pas de la section
20187  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20188  le préambule du document :
20189 \end_layout
20190
20191 \begin_layout Standard
20192
20193 \series bold
20194
20195 \backslash
20196 renewcommand{
20197 \backslash
20198 thetable}{
20199 \backslash
20200 roman{table}}
20201 \end_layout
20202
20203 \begin_layout Standard
20204
20205 \series bold
20206
20207 \backslash
20208 thetable
20209 \series default
20210  est la commande qui imprime le numéro du tableau, pour les figures, la
20211  commande serait 
20212 \series bold
20213
20214 \backslash
20215 thefigure
20216 \series default
20217 .
20218  La commande 
20219 \series bold
20220
20221 \backslash
20222 roman
20223 \series default
20224  utilisée dans la commande précédente, imprime le numéro du tableau sous
20225  forme de petits chiffres romains.
20226 \end_layout
20227
20228 \begin_layout Standard
20229 Pour changer le type de numérotation pour par exemple 
20230 \begin_inset Quotes eld
20231 \end_inset
20232
20233 sous-section.numéro
20234 \begin_inset Quotes erd
20235 \end_inset
20236
20237 , utilisez la commande suivante dans le préambule du document :
20238 \end_layout
20239
20240 \begin_layout Standard
20241
20242 \series bold
20243
20244 \backslash
20245 numberwithin{table}{subsection}
20246 \end_layout
20247
20248 \begin_layout Standard
20249 Pour pouvoir utiliser la commande 
20250 \series bold
20251
20252 \backslash
20253 numberwithin
20254 \series default
20255 , vous devez activer l'option 
20256 \family sans
20257 Utiliser
20258 \begin_inset space ~
20259 \end_inset
20260
20261 le
20262 \begin_inset space ~
20263 \end_inset
20264
20265 paquetage
20266 \begin_inset space ~
20267 \end_inset
20268
20269 maths
20270 \begin_inset space ~
20271 \end_inset
20272
20273 AMS
20274 \family default
20275  dans la rubrique 
20276 \family sans
20277 Options
20278 \begin_inset space ~
20279 \end_inset
20280
20281 des
20282 \begin_inset space ~
20283 \end_inset
20284
20285 Maths
20286 \family default
20287  de la fenêtre de dialogue 
20288 \family sans
20289 Paramètres
20290 \family default
20291  du document.
20292 \end_layout
20293
20294 \begin_layout Standard
20295 Veuillez aussi jeter un coup d'œil à la section
20296 \begin_inset space ~
20297 \end_inset
20298
20299
20300 \begin_inset CommandInset ref
20301 LatexCommand ref
20302 reference "sub:Numerotation-notes-bas-de-page"
20303
20304 \end_inset
20305
20306  pour plus de détails et des notes importantes sur les commandes de numérotation.
20307 \end_layout
20308
20309 \begin_layout Section
20310 Faire Référence à des Flottants
20311 \begin_inset CommandInset label
20312 LatexCommand label
20313 name "sec:Referencer-les-Flottants"
20314
20315 \end_inset
20316
20317
20318 \begin_inset Index
20319 status collapsed
20320
20321 \begin_layout Plain Layout
20322 Flottants ! Références
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \begin_inset Index
20329 status collapsed
20330
20331 \begin_layout Plain Layout
20332 Références
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \begin_layout Standard
20341 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20342  en utilisant le menu 
20343 \family sans
20344 Insérer\SpecialChar \menuseparator
20345 Étiquette
20346 \family default
20347  ou le bouton 
20348 \begin_inset Graphics
20349         filename ../../images/label-insert.png
20350         scale 85
20351         scaleBeforeRotation
20352
20353 \end_inset
20354
20355  de la barre d'outils.
20356  Une boîte grise de ce genre : 
20357 \begin_inset Graphics
20358         filename clipart/labelQt4.png
20359         scale 85
20360         scaleBeforeRotation
20361
20362 \end_inset
20363
20364  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20365  de saisir le texte de l'étiquette.
20366  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20367  précédés d'un préfixe.
20368  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20369  préfixe sera "
20370 \family sans
20371 fig:
20372 \family default
20373 ".
20374 \end_layout
20375
20376 \begin_layout Standard
20377 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20378  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20379 \family sans
20380 Insérer\SpecialChar \menuseparator
20381 Référence
20382 \begin_inset space ~
20383 \end_inset
20384
20385 Croisée
20386 \family default
20387  ou le bouton 
20388 \begin_inset Graphics
20389         filename ../../images/dialog-show-new-inset_ref.png
20390         scale 85
20391         scaleBeforeRotation
20392
20393 \end_inset
20394
20395  de la barre d'outils.
20396  Une boîte grise de référence croisée comme celle-ci : 
20397 \begin_inset Graphics
20398         filename ../clipart/referenceQt4.png
20399         scale 85
20400         scaleBeforeRotation
20401
20402 \end_inset
20403
20404  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20405  toutes les étiquettes définies dans votre document.
20406  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20407  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20408  de la fenêtre de dialogue.
20409  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20410  une.
20411  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20412  de la référence croisée.
20413 \end_layout
20414
20415 \begin_layout Standard
20416 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20417  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20418  les deux.
20419  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20420  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20421  du numéro de la référence.
20422 \end_layout
20423
20424 \begin_layout Standard
20425 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20426  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20427  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20428  pas à vous en préoccuper.
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Le bouton 
20433 \family sans
20434 Aller
20435 \begin_inset space ~
20436 \end_inset
20437
20438 à
20439 \begin_inset space ~
20440 \end_inset
20441
20442 l'étiquette
20443 \family default
20444  dans la fenêtre de référence croisée va positionner le curseur juste devant
20445  l'étiquette à laquelle on fait référence.
20446  Le nom du bouton bouton 
20447 \family sans
20448 Revenir
20449 \family default
20450  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20451  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20452  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20453  à votre point de départ.
20454 \end_layout
20455
20456 \begin_layout Subsection
20457 Formats de Références Croisées
20458 \begin_inset CommandInset label
20459 LatexCommand label
20460 name "sub:Formats-Références-Croisées"
20461
20462 \end_inset
20463
20464
20465 \begin_inset Index
20466 status collapsed
20467
20468 \begin_layout Plain Layout
20469 Références ! Formats
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 Il y a six types de références croisées :
20479 \end_layout
20480
20481 \begin_layout Description
20482 <référence>
20483 \begin_inset space ~
20484 \end_inset
20485
20486 : affiche le numéro de l'élément, c'est le choix par défaut : 
20487 \begin_inset CommandInset ref
20488 LatexCommand ref
20489 reference "fig:Deux-images-déformées"
20490
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \begin_layout Description
20497 (<référence>)
20498 \begin_inset space ~
20499 \end_inset
20500
20501 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20502  normalement pour faire référence à des formules mathématiques, en particulier
20503  quand le mot 
20504 \begin_inset Quotes eld
20505 \end_inset
20506
20507 Équation
20508 \begin_inset Quotes erd
20509 \end_inset
20510
20511  est omis : 
20512 \begin_inset CommandInset ref
20513 LatexCommand eqref
20514 reference "eq:Wgn"
20515
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \begin_layout Description
20522 <page>
20523 \begin_inset space ~
20524 \end_inset
20525
20526 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20527 \begin_inset space ~
20528 \end_inset
20529
20530
20531 \begin_inset CommandInset ref
20532 LatexCommand pageref
20533 reference "fig:Deux-images-déformées"
20534
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \begin_layout Description
20541 page
20542 \begin_inset space ~
20543 \end_inset
20544
20545 <page>
20546 \begin_inset space ~
20547 \end_inset
20548
20549 : affiche le mot 
20550 \begin_inset Quotes eld
20551 \end_inset
20552
20553 page
20554 \begin_inset Quotes erd
20555 \end_inset
20556
20557  suivi du numéro de la page sur laquelle se trouve l'élément : 
20558 \begin_inset CommandInset ref
20559 LatexCommand vpageref
20560 reference "fig:Deux-images-déformées"
20561
20562 \end_inset
20563
20564
20565 \end_layout
20566
20567 \begin_layout Description
20568 <référence>
20569 \begin_inset space ~
20570 \end_inset
20571
20572 page
20573 \begin_inset space ~
20574 \end_inset
20575
20576 <page>
20577 \begin_inset space ~
20578 \end_inset
20579
20580 : affiche le numéro de l'élément, le mot 
20581 \begin_inset Quotes eld
20582 \end_inset
20583
20584 page
20585 \begin_inset Quotes erd
20586 \end_inset
20587
20588  et le numéro de la page : 
20589 \begin_inset CommandInset ref
20590 LatexCommand vref
20591 reference "fig:Deux-images-déformées"
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \begin_layout Description
20599 Référence
20600 \begin_inset space ~
20601 \end_inset
20602
20603 mise
20604 \begin_inset space ~
20605 \end_inset
20606
20607 en
20608 \begin_inset space ~
20609 \end_inset
20610
20611 forme
20612 \begin_inset space ~
20613 \end_inset
20614
20615 : affiche une référence croisée qui définit son propre format.
20616
20617 \lang english
20618  
20619 \lang french
20620
20621 \begin_inset Note Greyedout
20622 status open
20623
20624 \begin_layout Plain Layout
20625
20626 \series bold
20627 Note:
20628 \series default
20629  Ce type de référence croisée n'est disponible que si vous avez installé
20630  le paquetage LaTeX 
20631 \series bold
20632 prettyref.
20633 \end_layout
20634
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \begin_layout Standard
20641 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20642  se trouve sur la page précédente, la même page ou la page suivante.
20643  Vous verrez par exemple un texte du genre 
20644 \begin_inset Quotes eld
20645 \end_inset
20646
20647 sur cette page
20648 \begin_inset Quotes erd
20649 \end_inset
20650
20651  à la place.
20652 \end_layout
20653
20654 \begin_layout Standard
20655 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20656  se trouve sont calculés automatiquement par LaTeX.
20657  Vous choisissez une des six variétés de références dans le champ Format
20658  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20659  boîte de la référence croisée.
20660 \end_layout
20661
20662 \begin_layout Subsection
20663 Nommage automatique des références croisées
20664 \begin_inset Index
20665 status collapsed
20666
20667 \begin_layout Plain Layout
20668 Références ! Nommage automatique
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \begin_layout Standard
20677 Le paquetage LaTeX 
20678 \series bold
20679 hyperref
20680 \series default
20681  fournit une fonction très utile pour automatiser la création des références
20682  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20683  une section).
20684  Par exemple pour vous éviter de devoir écrire le mot 
20685 \begin_inset Quotes eld
20686 \end_inset
20687
20688 Figure
20689 \begin_inset Quotes erd
20690 \end_inset
20691
20692  devant chaque boîte de référence.
20693  Pour profiter de ce nommage automatique des références croisées, vous devez
20694  charger le paquetage LaTeX 
20695 \series bold
20696 hyperref
20697 \series default
20698
20699 \begin_inset Index
20700 status collapsed
20701
20702 \begin_layout Plain Layout
20703 Paquetages LaTeX ! hyperref
20704 \end_layout
20705
20706 \end_inset
20707
20708  dans le préambule du document avec
20709 \end_layout
20710
20711 \begin_layout Standard
20712
20713 \series bold
20714
20715 \backslash
20716 usepackage[pdfborder={0 0 0}]{hyperref}
20717 \begin_inset Newline newline
20718 \end_inset
20719
20720
20721 \backslash
20722 AtBeginDocument{
20723 \backslash
20724 renewcommand{
20725 \backslash
20726 ref}[1]{
20727 \backslash
20728 mbox{
20729 \backslash
20730 autoref{#1}}}}
20731 \end_layout
20732
20733 \begin_layout Standard
20734
20735 \series bold
20736 hyperref
20737 \series default
20738  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20739  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20740  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20741  transporté sur la portion de document référencée.
20742  
20743 \series bold
20744 hyperref
20745 \series default
20746  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20747  la navigation à l'intérieur du document.
20748  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20749  dans le préambule de ce document pour voir toutes les options qui ont été
20750  utilisées dans la commande de chargement d'
20751 \series bold
20752 hyperref
20753 \series default
20754 .
20755  Pour en apprendre plus au sujet du paquetage 
20756 \series bold
20757 hyperref
20758 \series default
20759 , nous vous renvoyons à sa documentation 
20760 \begin_inset CommandInset citation
20761 LatexCommand cite
20762 key "hyperref"
20763
20764 \end_inset
20765
20766 .
20767 \end_layout
20768
20769 \begin_layout Standard
20770 \begin_inset Note Greyedout
20771 status open
20772
20773 \begin_layout Plain Layout
20774
20775 \series bold
20776 Note:
20777 \series default
20778  Le nommage automatique de références ne peut être utilisé si vous avez
20779  choisi le style de référence 
20780 \family sans
20781 Référence
20782 \begin_inset space ~
20783 \end_inset
20784
20785 mise
20786 \begin_inset space ~
20787 \end_inset
20788
20789 en
20790 \begin_inset space ~
20791 \end_inset
20792
20793 forme
20794 \family default
20795  décrit dans la section
20796 \begin_inset space ~
20797 \end_inset
20798
20799
20800 \begin_inset CommandInset ref
20801 LatexCommand ref
20802 reference "sub:Formats-Références-Croisées"
20803
20804 \end_inset
20805
20806 .
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \begin_layout Subsection
20815 Positionnement des Références 
20816 \begin_inset CommandInset label
20817 LatexCommand label
20818 name "sub:Reference-Position"
20819
20820 \end_inset
20821
20822
20823 \begin_inset Index
20824 status collapsed
20825
20826 \begin_layout Plain Layout
20827 Références ! Positionnement
20828 \end_layout
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Si vous utilisez le paquetage 
20837 \series bold
20838 hyperref
20839 \series default
20840
20841 \begin_inset Index
20842 status collapsed
20843
20844 \begin_layout Plain Layout
20845 Paquetages LaTeX ! hyperref
20846 \end_layout
20847
20848 \end_inset
20849
20850  pour lier vos références croisées dans la sortie finale, vous verrez que
20851  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20852  l'image.
20853  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20854  pourrez voir l'image sans faire défiler le texte.
20855  Ce problème vient du fait que le point d'ancrage de la référence se situe
20856  à l'endroit de l'étiquette.
20857  En utilisant le paquetage LaTeX 
20858 \series bold
20859 hypcap
20860 \series default
20861
20862 \begin_inset Index
20863 status collapsed
20864
20865 \begin_layout Plain Layout
20866 Paquetages LaTeX ! hypcap
20867 \end_layout
20868
20869 \end_inset
20870
20871 , qui fait partie du paquetage LaTeX 
20872 \series bold
20873 oberdiek
20874 \series default
20875
20876 \begin_inset Index
20877 status collapsed
20878
20879 \begin_layout Plain Layout
20880 Paquetages LaTeX ! oberdiek
20881 \end_layout
20882
20883 \end_inset
20884
20885 , le point d'ancrage d'un lien est place en haut du flottant.
20886  Pour utiliser cette fonction avec les flottants de figure, chargez 
20887 \series bold
20888 hypcap
20889 \series default
20890  dans l'entête du document avec la ligne
20891 \end_layout
20892
20893 \begin_layout Standard
20894
20895 \series bold
20896
20897 \backslash
20898 usepackage[figure]{hypcap}
20899 \end_layout
20900
20901 \begin_layout Standard
20902 Vous pouvez aussi utiliser 
20903 \series bold
20904 hypcap
20905 \series default
20906  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20907  de stabilité.
20908  Pour plus d'information, jetez un coup d'œil au manuel d' 
20909 \series bold
20910 hypcap
20911 \series default
20912  
20913 \begin_inset CommandInset citation
20914 LatexCommand cite
20915 key "hypcap"
20916
20917 \end_inset
20918
20919 .
20920 \end_layout
20921
20922 \begin_layout Standard
20923 \begin_inset Note Greyedout
20924 status open
20925
20926 \begin_layout Plain Layout
20927
20928 \series bold
20929 Note:
20930 \series default
20931  
20932 \series bold
20933 hypcap
20934 \series default
20935  doit être chargé après 
20936 \series bold
20937 hyperref
20938 \series default
20939  dans le préambule du document.
20940 \end_layout
20941
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \begin_layout Standard
20948 \begin_inset Note Greyedout
20949 status open
20950
20951 \begin_layout Plain Layout
20952
20953 \series bold
20954 Note:
20955 \series default
20956  
20957 \series bold
20958 hypcap
20959 \series default
20960  n'a aucun effet pour les références à des sous-figures.
20961 \end_layout
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Section
20969 Placement des Flottants
20970 \begin_inset CommandInset label
20971 LatexCommand label
20972 name "sec:Placement-flottants"
20973
20974 \end_inset
20975
20976
20977 \begin_inset Index
20978 status collapsed
20979
20980 \begin_layout Plain Layout
20981 Flottants ! Placement
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \begin_layout Standard
20990 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20991  de dialogue 
20992 \family sans
20993 Paramètre
20994 \begin_inset space ~
20995 \end_inset
20996
20997 de
20998 \begin_inset space ~
20999 \end_inset
21000
21001 Flottant
21002 \family default
21003  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21004  utilise pour déterminer où placer le flottant.
21005 \begin_inset Newline newline
21006 \end_inset
21007
21008 L'option 
21009 \family sans
21010 Plusieurs
21011 \begin_inset space ~
21012 \end_inset
21013
21014 colonnes
21015 \family default
21016  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21017  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21018  confiné sur une seule colonne.
21019 \begin_inset Newline newline
21020 \end_inset
21021
21022 L'option 
21023 \family sans
21024 Rotation
21025 \begin_inset space ~
21026 \end_inset
21027
21028 90°
21029 \family default
21030  est utilisée pour faire tourner les flottants, voyez la section
21031 \begin_inset space ~
21032 \end_inset
21033
21034
21035 \begin_inset CommandInset ref
21036 LatexCommand ref
21037 reference "sec:Flottants-renversés"
21038
21039 \end_inset
21040
21041 .
21042 \end_layout
21043
21044 \begin_layout Standard
21045 En désactivant l'option 
21046 \family sans
21047 Utilise
21048 \begin_inset space ~
21049 \end_inset
21050
21051 le
21052 \begin_inset space ~
21053 \end_inset
21054
21055 placement
21056 \begin_inset space ~
21057 \end_inset
21058
21059 par
21060 \begin_inset space ~
21061 \end_inset
21062
21063 défaut
21064 \family default
21065  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21066  le placement du flottant:
21067 \end_layout
21068
21069 \begin_layout Description
21070 Ici,
21071 \begin_inset space ~
21072 \end_inset
21073
21074 si
21075 \begin_inset space ~
21076 \end_inset
21077
21078 possible: essaie de placer le flottant à la position où il a été inséré
21079  dans LyX
21080 \end_layout
21081
21082 \begin_layout Description
21083 Haut
21084 \begin_inset space ~
21085 \end_inset
21086
21087 de
21088 \begin_inset space ~
21089 \end_inset
21090
21091 la
21092 \begin_inset space ~
21093 \end_inset
21094
21095 page: essaie de placer le flottant en haut de la page courante
21096 \end_layout
21097
21098 \begin_layout Description
21099 Bas
21100 \begin_inset space ~
21101 \end_inset
21102
21103 de
21104 \begin_inset space ~
21105 \end_inset
21106
21107 la
21108 \begin_inset space ~
21109 \end_inset
21110
21111 page: essaie de placer le flottant en bas de la page courante
21112 \end_layout
21113
21114 \begin_layout Description
21115 Page
21116 \begin_inset space ~
21117 \end_inset
21118
21119 de
21120 \begin_inset space ~
21121 \end_inset
21122
21123 flottants: essaie de placer le flottant sur une page à part, éventuellement
21124  avec d'autres flottants 
21125 \end_layout
21126
21127 \begin_layout Standard
21128 LaTeX utilise
21129 \emph on
21130  toujours 
21131 \emph default
21132 les options dans l'ordre donné ci-dessus.
21133  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21134  d'abord essayer 
21135 \family sans
21136 Ici
21137 \begin_inset space ~
21138 \end_inset
21139
21140 si
21141 \begin_inset space ~
21142 \end_inset
21143
21144 possible
21145 \family default
21146 , ensuite 
21147 \family sans
21148 Haut
21149 \begin_inset space ~
21150 \end_inset
21151
21152 de
21153 \begin_inset space ~
21154 \end_inset
21155
21156 la
21157 \begin_inset space ~
21158 \end_inset
21159
21160 page
21161 \family default
21162 , et ainsi de suite.
21163  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21164  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21165  Si aucune des quatre options de placement n'est possible, la procédure
21166  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21167 \end_layout
21168
21169 \begin_layout Standard
21170 Par défaut, chaque option a ses propres règles d'application:
21171 \end_layout
21172
21173 \begin_layout Standard
21174
21175 \family sans
21176 Haut
21177 \begin_inset space ~
21178 \end_inset
21179
21180 de
21181 \begin_inset space ~
21182 \end_inset
21183
21184 la
21185 \begin_inset space ~
21186 \end_inset
21187
21188 page
21189 \family default
21190  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21191  en haut de page (
21192 \series bold
21193
21194 \backslash
21195 topfraction
21196 \series default
21197 ).
21198 \end_layout
21199
21200 \begin_layout Standard
21201
21202 \family sans
21203 Bas
21204 \begin_inset space ~
21205 \end_inset
21206
21207 de
21208 \begin_inset space ~
21209 \end_inset
21210
21211 la
21212 \begin_inset space ~
21213 \end_inset
21214
21215 page
21216 \family default
21217  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21218  en bas de page (
21219 \series bold
21220
21221 \backslash
21222 bottomfraction
21223 \series default
21224 ).
21225 \end_layout
21226
21227 \begin_layout Standard
21228
21229 \family sans
21230 Page
21231 \begin_inset space ~
21232 \end_inset
21233
21234 de
21235 \begin_inset space ~
21236 \end_inset
21237
21238 flottants
21239 \family default
21240  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21241  si ils occupent plus de 50% de celle-ci (
21242 \series bold
21243
21244 \backslash
21245 floatpagefraction
21246 \series default
21247 ).
21248 \end_layout
21249
21250 \begin_layout Standard
21251 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21252  supplémentaire 
21253 \family sans
21254 Ignorer
21255 \begin_inset space ~
21256 \end_inset
21257
21258 les
21259 \begin_inset space ~
21260 \end_inset
21261
21262 règles
21263 \begin_inset space ~
21264 \end_inset
21265
21266 LaTeX
21267 \family default
21268 \lang english
21269 .
21270 \begin_inset Newline newline
21271 \end_inset
21272
21273
21274 \lang french
21275 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21276  données entre parenthèses après les descriptions des règles données ci-dessus.
21277  Par exemple, pour augmenter à 50
21278 \begin_inset space \thinspace{}
21279 \end_inset
21280
21281 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21282  trop petite, ajoutez cette ligne au préambule de votre document :
21283 \end_layout
21284
21285 \begin_layout Standard
21286
21287 \series bold
21288
21289 \backslash
21290 renewcommand{
21291 \backslash
21292 bottomfraction}{0.5}
21293 \end_layout
21294
21295 \begin_layout Standard
21296 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21297  exactement à l'endroit où vous l'avez inséré.
21298  dans ce cas utilisez l'option 
21299 \family sans
21300 Ici
21301 \begin_inset space ~
21302 \end_inset
21303
21304 à
21305 \begin_inset space ~
21306 \end_inset
21307
21308 tout
21309 \begin_inset space ~
21310 \end_inset
21311
21312 Prix
21313 \family default
21314 .
21315  Utilisez cette option le moins souvent possible et seulement quand le document
21316  est presque prêt à être imprimé.
21317  En effet, le flottant n'est plus capable de 
21318 \begin_inset Quotes eld
21319 \end_inset
21320
21321 flotter
21322 \begin_inset Quotes erd
21323 \end_inset
21324
21325 , ce qui peut perturber toutes les mises en page.
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21330  sont toujours entourés par le texte d'un paragraphe donné.
21331 \begin_inset VSpace bigskip
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \begin_layout Standard
21338 On peut parfois se trouver dans la situation où un flottant est placé en
21339  haut d'une page alors que la section concernée ne commence qu'au milieu
21340  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21341  la section précédente.
21342  On peut utiliser la commande LaTeX 
21343 \series bold
21344
21345 \backslash
21346 suppressfloats
21347 \series default
21348  pour éviter ce cas.
21349  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21350  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21351  soit placé avant que la section commence.
21352  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21353  votre document :
21354 \end_layout
21355
21356 \begin_layout Standard
21357
21358 \series bold
21359
21360 \backslash
21361 let
21362 \backslash
21363 mySection
21364 \backslash
21365 section
21366 \begin_inset Newline newline
21367 \end_inset
21368
21369
21370 \backslash
21371 renewcommand{
21372 \backslash
21373 section}{
21374 \backslash
21375 suppressfloats[t]
21376 \backslash
21377 mySection}
21378 \end_layout
21379
21380 \begin_layout Standard
21381 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21382  comme les chapitres et les sous-sections.
21383  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21384  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21385  ensuite avoir du mal à trouver un positionnement correct.
21386 \end_layout
21387
21388 \begin_layout Standard
21389 \begin_inset VSpace bigskip
21390 \end_inset
21391
21392 Dans certains cas il est demandé de placer toutes les figures et tous les
21393  tableaux à la fin du document.
21394  C'est pour de telles situations que le paquetage LaTeX 
21395 \series bold
21396 endfloat
21397 \series default
21398
21399 \begin_inset Index
21400 status collapsed
21401
21402 \begin_layout Plain Layout
21403 Paquetages LaTeX ! endfloat
21404 \end_layout
21405
21406 \end_inset
21407
21408  a été développé.
21409  Il met en effet tous les flottants de figures et de tableaux à la fin du
21410  document dans leurs propres sections.
21411  À la position d'origine du flottant, une indication textuelle du genre
21412  
21413 \begin_inset Quotes eld
21414 \end_inset
21415
21416
21417 \family sans
21418 [Figure
21419 \begin_inset space ~
21420 \end_inset
21421
21422 3.2 
21423 \lang english
21424 about here.
21425 \lang french
21426 ]
21427 \family default
21428
21429 \begin_inset Quotes erd
21430 \end_inset
21431
21432  est insérée.
21433  Le paquetage 
21434 \series bold
21435 endfloat
21436 \series default
21437  est chargé dans le préambule avec la ligne suivante 
21438 \end_layout
21439
21440 \begin_layout Standard
21441
21442 \series bold
21443
21444 \backslash
21445 usepackage[options]{endfloat}
21446 \end_layout
21447
21448 \begin_layout Standard
21449 Il y a aussi de nombreuses options de paquetage pour modifier le format
21450  des sections de figures ou de tableau qui sont créées.
21451  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21452  
21453 \series bold
21454 endfloa
21455 \series default
21456
21457 \begin_inset CommandInset citation
21458 LatexCommand cite
21459 key "endfloat"
21460
21461 \end_inset
21462
21463 .
21464 \begin_inset Newline newline
21465 \end_inset
21466
21467
21468 \begin_inset Note Greyedout
21469 status open
21470
21471 \begin_layout Plain Layout
21472
21473 \series bold
21474 Note: endfloat
21475 \series default
21476  ne fournit pas de traduction automatique de l'indication textuelle, vous
21477  devez donc le faire manuellement, voyez la section
21478 \begin_inset space ~
21479 \end_inset
21480
21481 4 de 
21482 \begin_inset CommandInset citation
21483 LatexCommand cite
21484 key "endfloat"
21485
21486 \end_inset
21487
21488 .
21489 \end_layout
21490
21491 \end_inset
21492
21493
21494 \begin_inset Newline newline
21495 \end_inset
21496
21497
21498 \begin_inset Note Greyedout
21499 status open
21500
21501 \begin_layout Plain Layout
21502
21503 \series bold
21504 Note:
21505 \series default
21506  Il y a actuellement un bug dans le paquetage 
21507 \series bold
21508 endfloat
21509 \series default
21510  quand la légende contient un 
21511 \begin_inset Quotes eld
21512 \end_inset
21513
21514 ß
21515 \begin_inset Quotes erd
21516 \end_inset
21517
21518  allemand.
21519  Utilisez dans ce cas la commande 
21520 \begin_inset Quotes eld
21521 \end_inset
21522
21523
21524 \series bold
21525
21526 \backslash
21527 ss
21528 \series default
21529
21530 \begin_inset Quotes erd
21531 \end_inset
21532
21533  en code TeX à la place du 
21534 \begin_inset Quotes eld
21535 \end_inset
21536
21537 ß
21538 \begin_inset Quotes erd
21539 \end_inset
21540
21541 .
21542 \end_layout
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Standard
21550 \begin_inset VSpace bigskip
21551 \end_inset
21552
21553 Pour plus d'information sur les manières de placer les flottants, jetez
21554  un coup d'œil aux livres sur LaTeX, 
21555 \begin_inset CommandInset citation
21556 LatexCommand cite
21557 key "latexcompanion,latexguide,latexbook"
21558
21559 \end_inset
21560
21561 .
21562 \end_layout
21563
21564 \begin_layout Section
21565 Flottants Renversés
21566 \begin_inset CommandInset label
21567 LatexCommand label
21568 name "sec:Flottants-renversés"
21569
21570 \end_inset
21571
21572
21573 \begin_inset Index
21574 status collapsed
21575
21576 \begin_layout Plain Layout
21577 Flottants ! Renversés
21578 \end_layout
21579
21580 \end_inset
21581
21582
21583 \end_layout
21584
21585 \begin_layout Standard
21586 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21587  tableaux très larges.
21588  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21589  un clic droit sur la boîte du flottant et utilisez l'option 
21590 \family sans
21591 Rotation
21592 \begin_inset space ~
21593 \end_inset
21594
21595 90°
21596 \family default
21597 .
21598 \end_layout
21599
21600 \begin_layout Standard
21601 Les flottants renversés sont systématiquement placés sur leur propre page
21602  ( ou colonne, si vous avez un document sur deux colonnes ).
21603  Il sont pivotés de sorte que vous puissiez les lire en vous plaçant du
21604  côté de la marge externe.
21605  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21606  ajouter soit l'option 
21607 \series bold
21608 figuresleft
21609 \series default
21610  soit l'option 
21611 \series bold
21612 figuresright
21613 \series default
21614  aux options de la classe de document.
21615 \end_layout
21616
21617 \begin_layout Standard
21618 Faire référence à un flottant renversé se fait de la même manière que pour
21619  un flottant normal, la mise en forme de la légende est aussi identique
21620  : Le tableau
21621 \begin_inset space ~
21622 \end_inset
21623
21624
21625 \begin_inset CommandInset ref
21626 LatexCommand ref
21627 reference "tab:Tableau-pivoté"
21628
21629 \end_inset
21630
21631  est un exemple de flottant de tableau renversé.
21632 \end_layout
21633
21634 \begin_layout Standard
21635 \begin_inset Note Greyedout
21636 status open
21637
21638 \begin_layout Plain Layout
21639
21640 \series bold
21641 Note:
21642 \series default
21643  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21644  DVI.
21645 \end_layout
21646
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \begin_layout Standard
21653 \begin_inset Float table
21654 wide false
21655 sideways true
21656 status open
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Caption
21660
21661 \begin_layout Plain Layout
21662 \begin_inset CommandInset label
21663 LatexCommand label
21664 name "tab:Tableau-pivoté"
21665
21666 \end_inset
21667
21668  Tableau pivoté
21669 \end_layout
21670
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \begin_layout Plain Layout
21677 \align center
21678 \begin_inset Tabular
21679 <lyxtabular version="3" rows="1" columns="5">
21680 <features>
21681 <column alignment="center" valignment="top" width="0">
21682 <column alignment="center" valignment="top" width="0">
21683 <column alignment="center" valignment="top" width="0">
21684 <column alignment="center" valignment="top" width="0">
21685 <column alignment="center" valignment="top" width="0">
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 test
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 b
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 c
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 d
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 e
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 </lyxtabular>
21734
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Section
21746 Flottants côte-à-côte
21747 \begin_inset Index
21748 status collapsed
21749
21750 \begin_layout Plain Layout
21751 Flottants ! côte-à-côte
21752 \end_layout
21753
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \begin_layout Standard
21760 Pour placer des flottants côte-à-côte, comme pour la figure
21761 \begin_inset space ~
21762 \end_inset
21763
21764
21765 \begin_inset CommandInset ref
21766 LatexCommand ref
21767 reference "fig:Flottant-gauche"
21768
21769 \end_inset
21770
21771  et 
21772 \begin_inset CommandInset ref
21773 LatexCommand ref
21774 reference "fig:Flottant-droit"
21775
21776 \end_inset
21777
21778 , on n'utilise 
21779 \emph on
21780 qu'un seul 
21781 \emph default
21782 flottant.
21783  On y insère deux boîtes de minipages
21784 \begin_inset Foot
21785 status collapsed
21786
21787 \begin_layout Plain Layout
21788 Les minipages sont décrites dans la section
21789 \begin_inset space ~
21790 \end_inset
21791
21792
21793 \begin_inset CommandInset ref
21794 LatexCommand ref
21795 reference "sec:Minipages"
21796
21797 \end_inset
21798
21799 .
21800 \end_layout
21801
21802 \end_inset
21803
21804 .
21805  La largeur est mise à 45
21806 \begin_inset space \thinspace{}
21807 \end_inset
21808
21809 -50
21810 \begin_inset space \thinspace{}
21811 \end_inset
21812
21813 column% et l'alignement de la boîte à 
21814 \family sans
21815 Bas
21816 \family default
21817  pour chaque minipage.
21818  Les boîtes minipages contiennent l'image et la légende exactement comme
21819  avec un flottant.
21820  La seule différence est que l'unité de longueur 
21821 \family sans
21822 Largeur
21823 \begin_inset space ~
21824 \end_inset
21825
21826 colonne
21827 \begin_inset space ~
21828 \end_inset
21829
21830 %
21831 \family default
21832  utilisée pour l'image est maintenant définie par rapport à la largeur des
21833  boîtes minipages.
21834 \end_layout
21835
21836 \begin_layout Standard
21837 \begin_inset Float figure
21838 wide false
21839 sideways false
21840 status open
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Box Frameless
21844 position "b"
21845 hor_pos "c"
21846 has_inner_box 1
21847 inner_pos "t"
21848 use_parbox 0
21849 width "45col%"
21850 special "none"
21851 height "1in"
21852 height_special "totalheight"
21853 status open
21854
21855 \begin_layout Plain Layout
21856 \align center
21857 \begin_inset Graphics
21858         filename ../clipart/mobius.eps
21859         lyxscale 50
21860         width 100col%
21861         scaleBeforeRotation
21862
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Plain Layout
21869 \begin_inset Caption
21870
21871 \begin_layout Plain Layout
21872 \begin_inset CommandInset label
21873 LatexCommand label
21874 name "fig:Flottant-gauche"
21875
21876 \end_inset
21877
21878 Flottant du côté gauche.
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \begin_inset space \hfill{}
21890 \end_inset
21891
21892
21893 \begin_inset Box Frameless
21894 position "b"
21895 hor_pos "c"
21896 has_inner_box 1
21897 inner_pos "t"
21898 use_parbox 0
21899 width "45col%"
21900 special "none"
21901 height "1in"
21902 height_special "totalheight"
21903 status open
21904
21905 \begin_layout Plain Layout
21906 \align center
21907 \begin_inset Graphics
21908         filename ../clipart/platypus.eps
21909         lyxscale 50
21910         width 100col%
21911         scaleBeforeRotation
21912
21913 \end_inset
21914
21915
21916 \end_layout
21917
21918 \begin_layout Plain Layout
21919 \begin_inset Caption
21920
21921 \begin_layout Plain Layout
21922 \begin_inset CommandInset label
21923 LatexCommand label
21924 name "fig:Flottant-droit"
21925
21926 \end_inset
21927
21928 Flottant du côté droit.
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Section
21947 Mise en Forme de la Légende
21948 \begin_inset Index
21949 status collapsed
21950
21951 \begin_layout Plain Layout
21952 Légende ! Mise en forme
21953 \end_layout
21954
21955 \end_inset
21956
21957
21958 \begin_inset Index
21959 status collapsed
21960
21961 \begin_layout Plain Layout
21962 Flottants ! Mise en forme de la Légende
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \begin_inset Index
21969 status collapsed
21970
21971 \begin_layout Plain Layout
21972 Paquetages LaTeX ! caption
21973 \end_layout
21974
21975 \end_inset
21976
21977
21978 \begin_inset CommandInset label
21979 LatexCommand label
21980 name "sec:Formatage-légende"
21981
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \begin_layout Standard
21988 L'environnement 
21989 \family sans
21990 Légende
21991 \family default
21992  est l'environnement de paragraphe par défaut pour les 
21993 \family sans
21994 flottants
21995 \family default
21996 .
21997  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21998  par exemple 
21999 \begin_inset Quotes eld
22000 \end_inset
22001
22002
22003 \family sans
22004 Figure #:
22005 \family default
22006
22007 \begin_inset Quotes erd
22008 \end_inset
22009
22010  suivi par le texte de la légende.
22011  Le 
22012 \begin_inset Quotes eld
22013 \end_inset
22014
22015 #
22016 \begin_inset Quotes erd
22017 \end_inset
22018
22019  étant remplacé par le numéro de référence réel.
22020  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22021  que le texte de la légende et deux points suivent le numéro pour séparer
22022  l'étiquette du texte.
22023  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22024 \end_layout
22025
22026 \begin_layout Standard
22027 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22028  LaTeX 
22029 \series bold
22030 caption
22031 \series default
22032
22033 \begin_inset Index
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037 Paquetages LaTeX ! caption
22038 \end_layout
22039
22040 \end_inset
22041
22042  dans le préambule de votre document avec la ligne suivante :
22043 \end_layout
22044
22045 \begin_layout Standard
22046
22047 \series bold
22048
22049 \backslash
22050 usepackage[format definition]{caption}
22051 \end_layout
22052
22053 \begin_layout Standard
22054 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22055  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22056  dans ce document, utilisez les commandes suivantes :
22057 \end_layout
22058
22059 \begin_layout Standard
22060
22061 \series bold
22062
22063 \backslash
22064 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22065 \end_layout
22066
22067 \begin_layout Standard
22068 Vous pouvez aussi définir des formats de légendes différents pour les différents
22069  types de flottants.
22070  Dans ce cas chargez le paquetage 
22071 \series bold
22072 caption 
22073 \series default
22074 sans option de format spécifique et définissez les différents formats à
22075  l'aide de la commande 
22076 \end_layout
22077
22078 \begin_layout Standard
22079
22080 \series bold
22081
22082 \backslash
22083 captionsetup[type de flottant]{définition du format}
22084 \end_layout
22085
22086 \begin_layout Standard
22087 dans le préambule du document.
22088  Par exemple les formats de légende de la Figure
22089 \begin_inset space ~
22090 \end_inset
22091
22092
22093 \begin_inset CommandInset ref
22094 LatexCommand ref
22095 reference "fig:Legende-de-fig"
22096
22097 \end_inset
22098
22099  et du Tableau
22100 \begin_inset space ~
22101 \end_inset
22102
22103
22104 \begin_inset CommandInset ref
22105 LatexCommand ref
22106 reference "tab:Légende-de-tab"
22107
22108 \end_inset
22109
22110  peuvent être créés en utilisant les commandes suivantes dans le préambule
22111  :
22112 \end_layout
22113
22114 \begin_layout Standard
22115
22116 \series bold
22117
22118 \backslash
22119 usepackage[tableposition=top]{caption}
22120 \series default
22121
22122 \begin_inset Newline newline
22123 \end_inset
22124
22125
22126 \series bold
22127
22128 \backslash
22129 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22130 \begin_inset Newline newline
22131 \end_inset
22132
22133
22134 \begin_inset ERT
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138
22139
22140 \backslash
22141 hphantom{
22142 \backslash
22143
22144 \backslash
22145 captionsetup[figure]
22146 \backslash
22147 {}
22148 \end_layout
22149
22150 \end_inset
22151
22152  labelsep=period}
22153 \begin_inset Newline newline
22154 \end_inset
22155
22156
22157 \backslash
22158 captionsetup[table]{labelfont={bf,sf}}
22159 \end_layout
22160
22161 \begin_layout Standard
22162 \begin_inset Note Greyedout
22163 status open
22164
22165 \begin_layout Plain Layout
22166
22167 \series bold
22168 Note:
22169 \series default
22170  L'option 
22171 \series bold
22172 tableposition=top
22173 \series default
22174  n'a pas d'effet quand on utilise un document de classe 
22175 \series bold
22176 koma-script
22177 \series default
22178
22179 \begin_inset Index
22180 status collapsed
22181
22182 \begin_layout Plain Layout
22183 Paquetages LaTeX ! koma-script
22184 \end_layout
22185
22186 \end_inset
22187
22188 .
22189  Dans ce cas on doit utiliser l'option 
22190 \series bold
22191 tablecaptionabove
22192 \series default
22193  de la classe de document.
22194 \end_layout
22195
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \begin_layout Standard
22202 Pour plus d'information sur le paquetage 
22203 \series bold
22204 caption
22205 \series default
22206  nous vous renvoyons à sa documentation 
22207 \begin_inset CommandInset citation
22208 LatexCommand cite
22209 key "caption"
22210
22211 \end_inset
22212
22213 .
22214 \end_layout
22215
22216 \begin_layout Standard
22217 Pour changer le nom de l'étiquette, par exemple de 
22218 \begin_inset Quotes eld
22219 \end_inset
22220
22221 Figure
22222 \begin_inset Quotes erd
22223 \end_inset
22224
22225  à 
22226 \begin_inset Quotes eld
22227 \end_inset
22228
22229 Image
22230 \begin_inset Quotes erd
22231 \end_inset
22232
22233 , utilisez la commande suivante dans le préambule :
22234 \end_layout
22235
22236 \begin_layout Standard
22237
22238 \series bold
22239
22240 \backslash
22241 renewcommand{
22242 \backslash
22243 fnum@figure}{Image~
22244 \backslash
22245 thefigure}
22246 \end_layout
22247
22248 \begin_layout Standard
22249 où 
22250 \series bold
22251
22252 \backslash
22253 thefigure
22254 \series default
22255  insère le numéro de la figure et
22256 \series bold
22257  
22258 \begin_inset Quotes eld
22259 \end_inset
22260
22261 ~
22262 \series default
22263
22264 \begin_inset Quotes erd
22265 \end_inset
22266
22267  ajoute une espace insécable.
22268 \end_layout
22269
22270 \begin_layout Standard
22271 \begin_inset VSpace bigskip
22272 \end_inset
22273
22274 Si vous utilisez un document de classe 
22275 \series bold
22276 koma-script
22277 \series default
22278
22279 \begin_inset Index
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283 Paquetages LaTeX ! koma-script
22284 \end_layout
22285
22286 \end_inset
22287
22288  (
22289 \family sans
22290 article (koma-script)
22291 \family default
22292
22293 \family sans
22294 book (koma-script)
22295 \family default
22296
22297 \family sans
22298 letter (koma-script)
22299 \family default
22300 , ou 
22301 \family sans
22302 report (koma-script)
22303 \family default
22304
22305 \begin_inset space \thinspace{}
22306 \end_inset
22307
22308 ), Vous pouvez utiliser la commande incorporée 
22309 \series bold
22310
22311 \backslash
22312 setkomafont 
22313 \series default
22314 du paquetage
22315 \series bold
22316  koma-script 
22317 \series default
22318 à la place du paquetage
22319 \series bold
22320  caption.
22321  
22322 \series default
22323 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22324  suivante au préambule de votre document :
22325 \end_layout
22326
22327 \begin_layout Standard
22328
22329 \series bold
22330
22331 \backslash
22332 setkomafont{captionlabel}{
22333 \backslash
22334 bfseries}
22335 \end_layout
22336
22337 \begin_layout Standard
22338 Pour plus d'information au sujet de 
22339 \series bold
22340
22341 \backslash
22342 setkomafont
22343 \series default
22344  nous vous renvoyons à la documentation du paquetage 
22345 \series bold
22346 koma-script
22347 \series default
22348  
22349 \begin_inset CommandInset citation
22350 LatexCommand cite
22351 key "koma-script"
22352
22353 \end_inset
22354
22355 .
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \begin_inset ERT
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363
22364
22365 \backslash
22366 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22367 }
22368 \end_layout
22369
22370 \end_inset
22371
22372
22373 \begin_inset Note Note
22374 status open
22375
22376 \begin_layout Plain Layout
22377 Le format de la légende n'est modifié que pour cet exemple.
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \begin_layout Standard
22386 \begin_inset Float figure
22387 placement !p
22388 wide false
22389 sideways false
22390 status open
22391
22392 \begin_layout Plain Layout
22393 \align center
22394 \begin_inset Graphics
22395         filename ../clipart/mobius.eps
22396         lyxscale 50
22397         scale 50
22398         scaleBeforeRotation
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Caption
22407
22408 \begin_layout Plain Layout
22409 \begin_inset CommandInset label
22410 LatexCommand label
22411 name "fig:Legende-de-fig"
22412
22413 \end_inset
22414
22415 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22416  pour montrer les différents types de formats de légendes.
22417  Ici on a utilisé un format de légende personnalisé.
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset ERT
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435
22436
22437 \backslash
22438 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22439 on}
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448 \begin_inset Float table
22449 placement !p
22450 wide false
22451 sideways false
22452 status open
22453
22454 \begin_layout Plain Layout
22455 \begin_inset Caption
22456
22457 \begin_layout Plain Layout
22458 \begin_inset CommandInset label
22459 LatexCommand label
22460 name "tab:Légende-de-tab"
22461
22462 \end_inset
22463
22464 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22465  pour montrer les différents types de formats de légendes.
22466  Ici on a utilisé le format de légende par défaut.
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Plain Layout
22475 \align center
22476 \begin_inset Tabular
22477 <lyxtabular version="3" rows="1" columns="5">
22478 <features>
22479 <column alignment="center" valignment="top" width="0">
22480 <column alignment="center" valignment="top" width="0">
22481 <column alignment="center" valignment="top" width="0">
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 a
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 b
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 c
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 d
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 e
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 </lyxtabular>
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Section
22544 Positionnement de la Légende
22545 \begin_inset Index
22546 status collapsed
22547
22548 \begin_layout Plain Layout
22549 Légende ! Placement
22550 \end_layout
22551
22552 \end_inset
22553
22554
22555 \begin_inset Index
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559 Flottants ! Placement de la légende
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \begin_inset CommandInset label
22566 LatexCommand label
22567 name "sec:Placement-légende"
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \begin_layout Standard
22575 La règle habituelle pour placer la légende est :
22576 \end_layout
22577
22578 \begin_layout Description
22579 Figure
22580 \begin_inset space ~
22581 \end_inset
22582
22583 : La légende est placée en dessous de la figure
22584 \end_layout
22585
22586 \begin_layout Description
22587 Tableau
22588 \begin_inset space ~
22589 \end_inset
22590
22591 : La légende est placée au dessus du tableau
22592 \end_layout
22593
22594 \begin_layout Standard
22595 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22596  au dessus des tableaux.
22597  Ce qui fait que si vous utilisez une des classes de document 
22598 \family sans
22599 article
22600 \family default
22601
22602 \family sans
22603 book
22604 \family default
22605
22606 \family sans
22607 letter
22608 \family default
22609 , ou 
22610 \family sans
22611 report
22612 \family default
22613  il n'y aura pas d'espace libre entre la légende et le tableau.
22614  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22615  de chargement du paquetage LaTeX 
22616 \series bold
22617 caption
22618 \series default
22619  dans le préambule de votre document
22620 \begin_inset Foot
22621 status open
22622
22623 \begin_layout Plain Layout
22624 Voir la section
22625 \begin_inset space ~
22626 \end_inset
22627
22628
22629 \begin_inset CommandInset ref
22630 LatexCommand ref
22631 reference "sec:Formatage-légende"
22632
22633 \end_inset
22634
22635  pour plus d'information sur le paquetage 
22636 \series bold
22637 caption
22638 \series default
22639 .
22640 \end_layout
22641
22642 \end_inset
22643
22644 :
22645 \end_layout
22646
22647 \begin_layout Standard
22648
22649 \series bold
22650 tableposition=top
22651 \end_layout
22652
22653 \begin_layout Standard
22654 Si vous utilisez une classe de document 
22655 \series bold
22656 koma-script
22657 \series default
22658
22659 \begin_inset Index
22660 status collapsed
22661
22662 \begin_layout Plain Layout
22663 Paquetages LaTeX ! koma-script
22664 \end_layout
22665
22666 \end_inset
22667
22668  (
22669 \family sans
22670 article (koma-script)
22671 \family default
22672
22673 \family sans
22674 book (koma-script)
22675 \family default
22676
22677 \family sans
22678 letter (koma-script)
22679 \family default
22680 , ou 
22681 \family sans
22682 report (koma-script)
22683 \family default
22684
22685 \begin_inset space \thinspace{}
22686 \end_inset
22687
22688 ), vous pouvez utiliser à la place du paquetage 
22689 \series bold
22690 caption
22691 \series default
22692  l'option 
22693 \series bold
22694 tablecaptionabove
22695 \series default
22696  de la classe de document.
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \begin_inset VSpace bigskip
22701 \end_inset
22702
22703 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22704  Pour cela, vous devez charger le paquetage LaTeX 
22705 \series bold
22706 sidecap
22707 \series default
22708
22709 \begin_inset Index
22710 status collapsed
22711
22712 \begin_layout Plain Layout
22713 Paquetages LaTeX ! sidecap
22714 \end_layout
22715
22716 \end_inset
22717
22718  dans le préambule de votre document avec la ligne de commande suivante
22719 \end_layout
22720
22721 \begin_layout Standard
22722
22723 \series bold
22724
22725 \backslash
22726 usepackage[option]{sidecap}
22727 \end_layout
22728
22729 \begin_layout Standard
22730 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22731  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22732  paires.
22733  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22734  
22735 \series bold
22736 innercaption
22737 \series default
22738 .
22739  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22740  
22741 \series bold
22742 rightcaption
22743 \series default
22744  ou 
22745 \series bold
22746 leftcaption
22747 \series default
22748 .
22749 \end_layout
22750
22751 \begin_layout Standard
22752 \begin_inset ERT
22753 status collapsed
22754
22755 \begin_layout Plain Layout
22756
22757
22758 \backslash
22759 ifsidecap
22760 \end_layout
22761
22762 \end_inset
22763
22764
22765 \begin_inset Note Note
22766 status open
22767
22768 \begin_layout Plain Layout
22769 La section suivante ne sera affichée que si le paquetage LaTeX 
22770 \series bold
22771 sidecap
22772 \series default
22773  a été installé.
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \begin_layout Standard
22782 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22783  ajouter ces commandes dans le préambule de votre document :
22784 \end_layout
22785
22786 \begin_layout Standard
22787
22788 \lyxline
22789
22790 \end_layout
22791
22792 \begin_layout Standard
22793
22794 \series bold
22795
22796 \backslash
22797 newcommand{
22798 \backslash
22799 TabBesBeg}{%
22800 \begin_inset Newline newline
22801 \end_inset
22802
22803
22804 \begin_inset ERT
22805 status collapsed
22806
22807 \begin_layout Plain Layout
22808
22809
22810 \backslash
22811 hphantom{ }
22812 \end_layout
22813
22814 \end_inset
22815
22816
22817 \backslash
22818 let
22819 \backslash
22820 MyTable
22821 \backslash
22822 table
22823 \begin_inset Newline newline
22824 \end_inset
22825
22826
22827 \begin_inset ERT
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831
22832
22833 \backslash
22834 hphantom{ }
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \backslash
22841 let
22842 \backslash
22843 MyEndtable
22844 \backslash
22845 endtable
22846 \begin_inset Newline newline
22847 \end_inset
22848
22849
22850 \begin_inset ERT
22851 status collapsed
22852
22853 \begin_layout Plain Layout
22854
22855
22856 \backslash
22857 hphantom{ }
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \backslash
22864 renewenvironment{table}{
22865 \backslash
22866 begin{SCtable}}{
22867 \backslash
22868 end{SCtable}}}
22869 \end_layout
22870
22871 \begin_layout Standard
22872
22873 \series bold
22874
22875 \backslash
22876 newcommand{
22877 \backslash
22878 TabBesEnd}{%
22879 \begin_inset Newline newline
22880 \end_inset
22881
22882
22883 \begin_inset ERT
22884 status collapsed
22885
22886 \begin_layout Plain Layout
22887
22888
22889 \backslash
22890 hphantom{ }
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \backslash
22897 let
22898 \backslash
22899 table
22900 \backslash
22901 MyTable
22902 \begin_inset Newline newline
22903 \end_inset
22904
22905
22906 \begin_inset ERT
22907 status collapsed
22908
22909 \begin_layout Plain Layout
22910
22911
22912 \backslash
22913 hphantom{ }
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \backslash
22920 let
22921 \backslash
22922 endtable
22923 \backslash
22924 MyEndtable
22925 \end_layout
22926
22927 \begin_layout Standard
22928
22929 \series bold
22930
22931 \backslash
22932 newcommand{
22933 \backslash
22934 FigBesBeg}{%
22935 \begin_inset Newline newline
22936 \end_inset
22937
22938
22939 \begin_inset ERT
22940 status collapsed
22941
22942 \begin_layout Plain Layout
22943
22944
22945 \backslash
22946 hphantom{ }
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \backslash
22953 let
22954 \backslash
22955 MyFigure
22956 \backslash
22957 figure
22958 \begin_inset Newline newline
22959 \end_inset
22960
22961
22962 \begin_inset ERT
22963 status collapsed
22964
22965 \begin_layout Plain Layout
22966
22967
22968 \backslash
22969 hphantom{ }
22970 \end_layout
22971
22972 \end_inset
22973
22974
22975 \backslash
22976 let
22977 \backslash
22978 MyEndfigure
22979 \backslash
22980 endfigure
22981 \begin_inset Newline newline
22982 \end_inset
22983
22984
22985 \begin_inset ERT
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989
22990
22991 \backslash
22992 hphantom{ }
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \backslash
22999 renewenvironment{figure}{
23000 \backslash
23001 begin{SCfigure}}{
23002 \backslash
23003 end{SCfigure}}}
23004 \end_layout
23005
23006 \begin_layout Standard
23007
23008 \series bold
23009
23010 \backslash
23011 newcommand{
23012 \backslash
23013 FigBesEnd}{%
23014 \begin_inset Newline newline
23015 \end_inset
23016
23017
23018 \begin_inset ERT
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022
23023
23024 \backslash
23025 hphantom{ }
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \backslash
23032 let
23033 \backslash
23034 figure
23035 \backslash
23036 MyFigure
23037 \begin_inset Newline newline
23038 \end_inset
23039
23040
23041 \begin_inset ERT
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045
23046
23047 \backslash
23048 hphantom{ }
23049 \end_layout
23050
23051 \end_inset
23052
23053
23054 \backslash
23055 let
23056 \backslash
23057 endfigure
23058 \backslash
23059 MyEndfigure}
23060 \end_layout
23061
23062 \begin_layout Standard
23063
23064 \lyxline
23065
23066 \end_layout
23067
23068 \begin_layout Standard
23069 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23070  la légende se place sur le côté.
23071  Pour les flottants de figure, utilisez la commande
23072 \end_layout
23073
23074 \begin_layout Standard
23075
23076 \series bold
23077
23078 \backslash
23079 FigBesBeg
23080 \end_layout
23081
23082 \begin_layout Standard
23083 en code TeX avant le flottant.
23084  Après le flottant, insérez la commande
23085 \end_layout
23086
23087 \begin_layout Standard
23088
23089 \series bold
23090
23091 \backslash
23092 FigBesEnd
23093 \end_layout
23094
23095 \begin_layout Standard
23096 en code TeX pour revenir à la définition originale du flottant.
23097 \end_layout
23098
23099 \begin_layout Standard
23100 Pour les flottants de tableau, utilisez les commandes correspondantes
23101 \end_layout
23102
23103 \begin_layout Standard
23104
23105 \series bold
23106
23107 \backslash
23108 TabBesBeg
23109 \series default
23110  et 
23111 \series bold
23112
23113 \backslash
23114 TabBesEnd
23115 \end_layout
23116
23117 \begin_layout Standard
23118 La figure
23119 \begin_inset space ~
23120 \end_inset
23121
23122
23123 \begin_inset CommandInset ref
23124 LatexCommand ref
23125 reference "fig:legende-a-coté-fig"
23126
23127 \end_inset
23128
23129  et le tableau
23130 \begin_inset space ~
23131 \end_inset
23132
23133
23134 \begin_inset CommandInset ref
23135 LatexCommand ref
23136 reference "tab:legende-à-coté-tableau"
23137
23138 \end_inset
23139
23140  sont des exemples où la légende a été mises sur le coté.
23141 \end_layout
23142
23143 \begin_layout Standard
23144 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23145  pour les flottants de tableau et vers le bas pour les flottants de figure.
23146  Pour changer ce comportement, vous pouvez utiliser les commandes
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152
23153 \backslash
23154 sidecaptionvpos{type flottant}{placement}
23155 \end_layout
23156
23157 \begin_layout Standard
23158 dans le préambule du document ou en code TeX juste avant le flottant visé.
23159  Le type du flottant est soit 
23160 \family sans
23161 figure
23162 \family default
23163  soit 
23164 \family sans
23165 table
23166 \family default
23167 , le placement peut être 
23168 \begin_inset Quotes eld
23169 \end_inset
23170
23171
23172 \family sans
23173 t
23174 \family default
23175
23176 \begin_inset Quotes erd
23177 \end_inset
23178
23179  pour haut (top), 
23180 \begin_inset Quotes eld
23181 \end_inset
23182
23183
23184 \family sans
23185 c
23186 \family default
23187
23188 \begin_inset Quotes erd
23189 \end_inset
23190
23191  pour centre (center), ou 
23192 \begin_inset Quotes eld
23193 \end_inset
23194
23195
23196 \family sans
23197 b
23198 \family default
23199
23200 \begin_inset Quotes erd
23201 \end_inset
23202
23203  pour bas (bottom).
23204  Pour que, par exemple, les légendes des flottants de figure soient centrés
23205  verticalement, utilisez la commande
23206 \end_layout
23207
23208 \begin_layout Standard
23209
23210 \series bold
23211
23212 \backslash
23213 sidecaptionvpos{figure}{c}
23214 \end_layout
23215
23216 \begin_layout Standard
23217 C'est ce qui a été utilisé pour la figure
23218 \begin_inset space ~
23219 \end_inset
23220
23221
23222 \begin_inset CommandInset ref
23223 LatexCommand ref
23224 reference "fig:legende-à-coté-fig-2"
23225
23226 \end_inset
23227
23228 .
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset VSpace medskip
23233 \end_inset
23234
23235 Pour plus d'information sur le paquetage 
23236 \series bold
23237 sidecap
23238 \series default
23239  nous vous renvoyons à sa documentation 
23240 \begin_inset CommandInset citation
23241 LatexCommand cite
23242 key "sidecap"
23243
23244 \end_inset
23245
23246 .
23247 \end_layout
23248
23249 \begin_layout Standard
23250 \begin_inset Note Greyedout
23251 status open
23252
23253 \begin_layout Plain Layout
23254
23255 \series bold
23256 Note:
23257 \series default
23258  Le paquetage LaTeX 
23259 \series bold
23260 hypcap
23261 \series default
23262
23263 \begin_inset Index
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267 Paquetages LaTeX ! hypcap
23268 \end_layout
23269
23270 \end_inset
23271
23272 , qui est décrit dans la section
23273 \begin_inset space ~
23274 \end_inset
23275
23276
23277 \begin_inset CommandInset ref
23278 LatexCommand ref
23279 reference "sub:Reference-Position"
23280
23281 \end_inset
23282
23283 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 \begin_inset ERT
23293 status collapsed
23294
23295 \begin_layout Plain Layout
23296
23297
23298 \backslash
23299 FigBesBeg 
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \begin_layout Standard
23308 \begin_inset Float figure
23309 wide false
23310 sideways false
23311 status open
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Graphics
23315         filename ../clipart/escher-lsd.eps
23316         scale 75
23317         scaleBeforeRotation
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Plain Layout
23325 \begin_inset Caption
23326
23327 \begin_layout Plain Layout
23328 \begin_inset CommandInset label
23329 LatexCommand label
23330 name "fig:legende-a-coté-fig"
23331
23332 \end_inset
23333
23334 Une légende à côté d'une figure.
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \begin_layout Standard
23348 \begin_inset ERT
23349 status collapsed
23350
23351 \begin_layout Plain Layout
23352
23353
23354 \backslash
23355 TabBesBeg 
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Standard
23364 \begin_inset Float table
23365 wide false
23366 sideways false
23367 status open
23368
23369 \begin_layout Plain Layout
23370 \begin_inset Caption
23371
23372 \begin_layout Plain Layout
23373 \begin_inset CommandInset label
23374 LatexCommand label
23375 name "tab:legende-à-coté-tableau"
23376
23377 \end_inset
23378
23379 Une légende à côté d'un tableau.
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \begin_layout Plain Layout
23388 \begin_inset Tabular
23389 <lyxtabular version="3" rows="4" columns="5">
23390 <features>
23391 <column alignment="center" valignment="top" width="0">
23392 <column alignment="center" valignment="top" width="0">
23393 <column alignment="center" valignment="top" width="0">
23394 <column alignment="center" valignment="top" width="0">
23395 <column alignment="center" valignment="top" width="0">
23396 <row>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 a
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 b
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 c
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457 d
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 e
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 f
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513 g
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 h
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 i
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 j
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 </lyxtabular>
23585
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \begin_layout Standard
23597 \begin_inset ERT
23598 status collapsed
23599
23600 \begin_layout Plain Layout
23601
23602
23603 \backslash
23604 TabBesEnd
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 \begin_inset ERT
23614 status collapsed
23615
23616 \begin_layout Plain Layout
23617
23618
23619 \backslash
23620 sidecaptionvpos{figure}{c}
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset Float figure
23627 wide false
23628 sideways false
23629 status open
23630
23631 \begin_layout Plain Layout
23632 \begin_inset Graphics
23633         filename ../clipart/escher-lsd.eps
23634         scale 75
23635         scaleBeforeRotation
23636
23637 \end_inset
23638
23639
23640 \end_layout
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Caption
23644
23645 \begin_layout Plain Layout
23646 \begin_inset CommandInset label
23647 LatexCommand label
23648 name "fig:legende-à-coté-fig-2"
23649
23650 \end_inset
23651
23652 Une légende centrée verticalement à côté d'une figure.
23653 \end_layout
23654
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \begin_layout Standard
23666 \begin_inset ERT
23667 status collapsed
23668
23669 \begin_layout Plain Layout
23670
23671
23672 \backslash
23673 FigBesEnd
23674 \end_layout
23675
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \begin_layout Standard
23682 \begin_inset ERT
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686
23687
23688 \backslash
23689 else
23690 \end_layout
23691
23692 \end_inset
23693
23694
23695 \begin_inset Note Note
23696 status open
23697
23698 \begin_layout Plain Layout
23699 Ce qui suit sera affiché si le paquetage LaTeX 
23700 \series bold
23701 sidecap
23702 \series default
23703  n'est pas installé :
23704 \end_layout
23705
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \begin_layout Standard
23712 Vous devez installer le paquetage LaTeX 
23713 \series bold
23714 sidecap
23715 \series default
23716  pour voir la suite de cette section dans la sortie imprimée.
23717 \end_layout
23718
23719 \begin_layout Standard
23720 \begin_inset ERT
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724
23725
23726 \backslash
23727 fi
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \begin_layout Section
23736 Les Listes de Flottants
23737 \begin_inset CommandInset label
23738 LatexCommand label
23739 name "sec:Listes-de-flottants"
23740
23741 \end_inset
23742
23743
23744 \begin_inset Index
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748 Flottants ! Listes de Flottants
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \begin_layout Standard
23757 De la même façon que la table des matières fait la liste des sections du
23758  document, il y a des listes pour tous les types de flottants, comme par
23759  exemple pour les figures du document.
23760  Vous pouvez les insérer en utilisant le menu 
23761 \family sans
23762 Insérer\SpecialChar \menuseparator
23763 Listes
23764 \begin_inset space ~
23765 \end_inset
23766
23767 &
23768 \begin_inset space ~
23769 \end_inset
23770
23771 TdM
23772 \family default
23773 .
23774 \end_layout
23775
23776 \begin_layout Standard
23777 Les entrées de la liste sont la légende du flottant ou éventuellement le
23778  titre court, le numéro du flottant, et le numéro de la page où le flottant
23779  apparaît dans le document.
23780 \end_layout
23781
23782 \begin_layout Standard
23783 Vous trouverez à la fin de ce document une liste des figures et une liste
23784  des tableaux.
23785 \end_layout
23786
23787 \begin_layout Chapter
23788 Notes
23789 \end_layout
23790
23791 \begin_layout Section
23792 Les Notes de LyX
23793 \begin_inset CommandInset label
23794 LatexCommand label
23795 name "sec:LyX-Notes"
23796
23797 \end_inset
23798
23799
23800 \begin_inset Index
23801 status collapsed
23802
23803 \begin_layout Plain Layout
23804 Notes ! Notes LyX 
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \begin_layout Standard
23813 On peut insérer une note en utilisant le bouton 
23814 \begin_inset Graphics
23815         filename ../../images/note-insert.png
23816         scale 85
23817         scaleBeforeRotation
23818
23819 \end_inset
23820
23821  de la barre d'outils ou avec le menu 
23822 \family sans
23823 Insérer\SpecialChar \menuseparator
23824 Note
23825 \family default
23826 .
23827  Il y a cinq types de notes :
23828 \end_layout
23829
23830 \begin_layout Description
23831 Note
23832 \begin_inset space ~
23833 \end_inset
23834
23835 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23836  finale.
23837  La boîte de cette note ressemble à ceci :
23838 \begin_inset Newline newline
23839 \end_inset
23840
23841
23842 \begin_inset Newline newline
23843 \end_inset
23844
23845
23846 \begin_inset Graphics
23847         filename clipart/LyXNoteImageQt4.png
23848         scale 65
23849         scaleBeforeRotation
23850
23851 \end_inset
23852
23853  
23854 \begin_inset Note Note
23855 status open
23856
23857 \begin_layout Plain Layout
23858 Le texte de cette note n'apparaîtra pas à l'impression.
23859 \end_layout
23860
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \begin_layout Description
23867 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23868  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23869  vers un fichier au format LaTeX avec le menu 
23870 \family sans
23871 Fichier\SpecialChar \menuseparator
23872 Exporter\SpecialChar \menuseparator
23873 LaTeX (pdflatex) / (plain)
23874 \family default
23875 .
23876  La boîte de cette note ressemble à ceci :
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \begin_inset Newline newline
23882 \end_inset
23883
23884
23885 \begin_inset Graphics
23886         filename clipart/CommentNoteImageQt4.png
23887         scale 55
23888         scaleBeforeRotation
23889
23890 \end_inset
23891
23892
23893 \lang english
23894  
23895 \lang french
23896
23897 \begin_inset Note Comment
23898 status open
23899
23900 \begin_layout Plain Layout
23901 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23902  LaTeX.
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Description
23911 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23912  La boîte de cette note ressemble à ceci :
23913 \lang english
23914
23915 \begin_inset Newline newline
23916 \end_inset
23917
23918
23919 \lang french
23920
23921 \begin_inset Newline newline
23922 \end_inset
23923
23924
23925 \begin_inset Graphics
23926         filename clipart/GreyedOutNoteImageQt4.png
23927         scale 55
23928         scaleBeforeRotation
23929
23930 \end_inset
23931
23932
23933 \begin_inset Newline newline
23934 \end_inset
23935
23936
23937 \begin_inset ERT
23938 status collapsed
23939
23940 \begin_layout Plain Layout
23941
23942
23943 \backslash
23944 renewenvironment{lyxgreyedout}
23945 \end_layout
23946
23947 \begin_layout Plain Layout
23948
23949 {
23950 \backslash
23951 textcolor[gray]{0.8}
23952 \backslash
23953 bgroup}{
23954 \backslash
23955 egroup}
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \begin_inset Note Greyedout
23962 status open
23963
23964 \begin_layout Plain Layout
23965 Le texte
23966 \begin_inset Foot
23967 status open
23968
23969 \begin_layout Plain Layout
23970 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23971  grisé.
23972  
23973 \end_layout
23974
23975 \end_inset
23976
23977  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23978 \end_layout
23979
23980 \end_inset
23981
23982
23983 \begin_inset ERT
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987
23988
23989 \backslash
23990 renewenvironment{lyxgreyedout}
23991 \end_layout
23992
23993 \begin_layout Plain Layout
23994
23995 {
23996 \backslash
23997 textcolor{blue}
23998 \backslash
23999 bgroup}{
24000 \backslash
24001 egroup}
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \begin_inset Note Note
24008 status open
24009
24010 \begin_layout Plain Layout
24011 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24012  originale qu'elle a dans LyX.
24013  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24014  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24015 \end_layout
24016
24017 \end_inset
24018
24019
24020 \begin_inset Newline newline
24021 \end_inset
24022
24023
24024 \begin_inset Newline newline
24025 \end_inset
24026
24027 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24028  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24029 \end_layout
24030
24031 \begin_layout Description
24032 Encadrée Ce type de note apparaîtra sur la sortie finale sous la forme d'un
24033  texte encadré.
24034  La boîte de cette note ressemble à ceci :
24035 \begin_inset Newline newline
24036 \end_inset
24037
24038
24039 \begin_inset Newline newline
24040 \end_inset
24041
24042
24043 \begin_inset Graphics
24044         filename clipart/FramedNoteImageQt4.png
24045         scale 65
24046         scaleBeforeRotation
24047
24048 \end_inset
24049
24050
24051 \lang english
24052  
24053 \lang french
24054
24055 \begin_inset Box Framed
24056 position "t"
24057 hor_pos "c"
24058 has_inner_box 0
24059 inner_pos "t"
24060 use_parbox 0
24061 width "100col%"
24062 special "none"
24063 height "1in"
24064 height_special "totalheight"
24065 status open
24066
24067 \begin_layout Plain Layout
24068 Le texte de cette note apparaîtra encadré à l'impression.
24069 \end_layout
24070
24071 \end_inset
24072
24073 Contrairement aux boîtes encadrées
24074 \begin_inset Foot
24075 status collapsed
24076
24077 \begin_layout Plain Layout
24078 Les boîtes encadrées sont traitées dans la section
24079 \begin_inset space ~
24080 \end_inset
24081
24082
24083 \begin_inset CommandInset ref
24084 LatexCommand ref
24085 reference "sec:Boîtes-encadrées"
24086
24087 \end_inset
24088
24089 .
24090 \end_layout
24091
24092 \end_inset
24093
24094 , le cadre de la note utilise toute la largeur du texte et constitue un
24095  paragraphe à lui tout seul.
24096 \end_layout
24097
24098 \begin_layout Description
24099 Colorée Ce type de note apparaîtra sur la sortie finale avec un arrière-plan
24100  coloré en rouge.
24101  La boîte de cette note ressemble à ceci :
24102 \begin_inset Newline newline
24103 \end_inset
24104
24105
24106 \begin_inset Newline newline
24107 \end_inset
24108
24109
24110 \begin_inset Graphics
24111         filename clipart/ShadedNoteImageQt4.png
24112         scale 65
24113         scaleBeforeRotation
24114
24115 \end_inset
24116
24117
24118 \begin_inset Box Shaded
24119 position "t"
24120 hor_pos "c"
24121 has_inner_box 0
24122 inner_pos "t"
24123 use_parbox 0
24124 width "100col%"
24125 special "none"
24126 height "1in"
24127 height_special "totalheight"
24128 status open
24129
24130 \begin_layout Plain Layout
24131 Le texte de cette note apparaîtra sur fond rouge à l'impression.
24132 \end_layout
24133
24134 \end_inset
24135
24136 Contrairement aux boîtes colorées
24137 \begin_inset Foot
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 Les boîtes colorées sont traitées dans la section
24142 \begin_inset space ~
24143 \end_inset
24144
24145
24146 \begin_inset CommandInset ref
24147 LatexCommand ref
24148 reference "sec:Boîtes-colorées"
24149
24150 \end_inset
24151
24152 .
24153 \end_layout
24154
24155 \end_inset
24156
24157  , la note utilise toute la largeur du texte et constitue un paragraphe
24158  à elle toute seule.
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \begin_inset VSpace bigskip
24163 \end_inset
24164
24165 Quand vous utilisez le bouton 
24166 \begin_inset Graphics
24167         filename ../../images/note-insert.png
24168         scale 85
24169         scaleBeforeRotation
24170
24171 \end_inset
24172
24173  de la barre d'outils, vous insérez une 
24174 \family sans
24175 Note
24176 \begin_inset space ~
24177 \end_inset
24178
24179 LyX
24180 \family default
24181 .
24182  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24183 la et cliquez sur le bouton d'insertion de note.
24184  Pour retransformer une note en texte, appuyez sur la touche 
24185 \family sans
24186 backspace
24187 \family default
24188  quand le curseur est au tout début de la note ou appuyez sur la touche
24189  
24190 \family sans
24191 Suppr.
24192
24193 \family default
24194  quand le curseur se trouve à la fin de la note.
24195 \end_layout
24196
24197 \begin_layout Standard
24198 \begin_inset VSpace bigskip
24199 \end_inset
24200
24201 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24202  commandes suivantes dans le préambule :
24203 \end_layout
24204
24205 \begin_layout Standard
24206
24207 \series bold
24208
24209 \backslash
24210 renewenvironment{lyxgreyedout}
24211 \begin_inset Newline newline
24212 \end_inset
24213
24214
24215 \begin_inset ERT
24216 status collapsed
24217
24218 \begin_layout Plain Layout
24219
24220
24221 \backslash
24222 hphantom{ }
24223 \end_layout
24224
24225 \end_inset
24226
24227 {
24228 \backslash
24229 textcolor{color}
24230 \backslash
24231 bgroup}{
24232 \backslash
24233 egroup}
24234 \end_layout
24235
24236 \begin_layout Standard
24237 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24238  sont expliqués dans la section
24239 \begin_inset space ~
24240 \end_inset
24241
24242
24243 \begin_inset CommandInset ref
24244 LatexCommand ref
24245 reference "sec:Tableaux-Colorés"
24246
24247 \end_inset
24248
24249 .
24250 \end_layout
24251
24252 \begin_layout Standard
24253 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24254  grisées avec leur texte en bleu.
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \begin_inset VSpace bigskip
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Le style du texte des notes 
24266 \family sans
24267 Encadrées
24268 \family default
24269  et 
24270 \family sans
24271 Grisées
24272 \family default
24273  peut être modifié avec la fenêtre de dialogue 
24274 \family sans
24275 Style
24276 \begin_inset space ~
24277 \end_inset
24278
24279 du
24280 \begin_inset space ~
24281 \end_inset
24282
24283 texte
24284 \family default
24285 .
24286
24287 \family sans
24288  
24289 \end_layout
24290
24291 \begin_layout Standard
24292 L'épaisseur du trait de bordure pour les notes 
24293 \family sans
24294 Encadrées
24295 \family default
24296  est par défaut de 0.4
24297 \begin_inset space \thinspace{}
24298 \end_inset
24299
24300 pt ; elle peut être modifiée en changeant la valeur de 
24301 \series bold
24302
24303 \backslash
24304 FrameRule
24305 \series default
24306 .
24307  L'espace entre le contenu de la note et le cadre est par défaut de 9
24308 \begin_inset space \thinspace{}
24309 \end_inset
24310
24311 pt ; cette valeur peut aussi être modifiée en changeant la valeur de 
24312 \series bold
24313
24314 \backslash
24315 FrameSep
24316 \series default
24317 .
24318  Par exemple l'aspect de cette note 
24319 \family sans
24320 Encadrée
24321 \family default
24322  est obtenue avec les commandes en code TeX suivantes :
24323 \end_layout
24324
24325 \begin_layout Standard
24326
24327 \series bold
24328
24329 \backslash
24330 FrameRule 5pt 
24331 \backslash
24332 FrameSep 0.5cm
24333 \end_layout
24334
24335 \begin_layout Standard
24336 \begin_inset ERT
24337 status collapsed
24338
24339 \begin_layout Plain Layout
24340
24341
24342 \backslash
24343 FrameRule 5pt 
24344 \backslash
24345 FrameSep 0.5cm
24346 \end_layout
24347
24348 \end_inset
24349
24350
24351 \begin_inset Box Framed
24352 position "t"
24353 hor_pos "c"
24354 has_inner_box 0
24355 inner_pos "t"
24356 use_parbox 0
24357 width "100col%"
24358 special "none"
24359 height "1in"
24360 height_special "totalheight"
24361 status open
24362
24363 \begin_layout Plain Layout
24364 Ce texte est dans une note 
24365 \family sans
24366 Encadrée
24367 \family default
24368 .
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \begin_inset ERT
24375 status collapsed
24376
24377 \begin_layout Plain Layout
24378
24379
24380 \backslash
24381 FrameRule 0.4pt 
24382 \backslash
24383 FrameSep 9pt
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Standard
24392 \begin_inset VSpace bigskip
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 Pour les notes 
24400 \family sans
24401 Grisées
24402 \family default
24403 , l'espace par défaut entre le texte de la note et le cadre est de 3
24404 \begin_inset space \thinspace{}
24405 \end_inset
24406
24407 pt ; ce qui peut être modifié en changeant la valeur de 
24408 \series bold
24409
24410 \backslash
24411 fboxsep
24412 \series default
24413 .
24414 \begin_inset Newline newline
24415 \end_inset
24416
24417 La couleur par défaut pour le fond est le rouge, ce qui peut être modifié
24418  en utilisant la commande 
24419 \series bold
24420
24421 \backslash
24422 definecolor{shadebox}
24423 \series default
24424 .
24425  Le fonctionnement de la commande 
24426 \series bold
24427
24428 \backslash
24429 definecolor
24430 \series default
24431  est expliqué dans la  section
24432 \begin_inset space ~
24433 \end_inset
24434
24435
24436 \begin_inset CommandInset ref
24437 LatexCommand ref
24438 reference "sec:Tableaux-Colorés"
24439
24440 \end_inset
24441
24442
24443 \begin_inset Foot
24444 status open
24445
24446 \begin_layout Plain Layout
24447 Notez qu'il faut charger le paquetage LaTeX 
24448 \series bold
24449 color
24450 \series default
24451  dans le préambule pour pouvoir utiliser la commande 
24452 \series bold
24453
24454 \backslash
24455 definecolor,
24456 \series default
24457  voir la section
24458 \begin_inset space ~
24459 \end_inset
24460
24461
24462 \begin_inset CommandInset ref
24463 LatexCommand ref
24464 reference "sec:Boîtes-colorées"
24465
24466 \end_inset
24467
24468 .
24469 \end_layout
24470
24471 \end_inset
24472
24473 .
24474 \end_layout
24475
24476 \begin_layout Standard
24477 Par exemple l'aspect de cette note 
24478 \family sans
24479 Grisée
24480 \family default
24481  est obtenue avec les commandes en code TeX suivantes :
24482 \end_layout
24483
24484 \begin_layout Standard
24485
24486 \series bold
24487
24488 \backslash
24489 fboxsep 0.5cm
24490 \series default
24491
24492 \begin_inset Newline newline
24493 \end_inset
24494
24495
24496 \series bold
24497
24498 \backslash
24499 def\SpecialChar \textcompwordmark{}
24500 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24501 \end_layout
24502
24503 \begin_layout Standard
24504 \begin_inset ERT
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508
24509
24510 \backslash
24511 fboxsep 0.5cm
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \begin_inset ERT
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521
24522
24523 \backslash
24524 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \begin_inset Box Shaded
24531 position "t"
24532 hor_pos "c"
24533 has_inner_box 0
24534 inner_pos "t"
24535 use_parbox 0
24536 width "100col%"
24537 special "none"
24538 height "1in"
24539 height_special "totalheight"
24540 status open
24541
24542 \begin_layout Plain Layout
24543
24544 \color yellow
24545 Ceci est un texte jaune dans une boîte grisée avec un fond vert foncé.
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \begin_inset ERT
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555
24556
24557 \backslash
24558 fboxsep 3pt
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \begin_inset ERT
24565 status collapsed
24566
24567 \begin_layout Plain Layout
24568
24569
24570 \backslash
24571 definecolor{shadecolor}{rgb}{1,0,0}
24572 \end_layout
24573
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \begin_layout Section
24580 Notes en Bas de Page
24581 \begin_inset CommandInset label
24582 LatexCommand label
24583 name "sec:Notes-bas-de-page"
24584
24585 \end_inset
24586
24587
24588 \begin_inset Index
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592 Notes ! Notes de bas de page
24593 \end_layout
24594
24595 \end_inset
24596
24597
24598 \begin_inset Index
24599 status collapsed
24600
24601 \begin_layout Plain Layout
24602 Notes de bas de page
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24612  
24613 \begin_inset Graphics
24614         filename ../../images/footnote-insert.png
24615         scale 85
24616         scaleBeforeRotation
24617
24618 \end_inset
24619
24620  de la barre d'outils, soit en utilisant le menu 
24621 \family sans
24622 Insérer\SpecialChar \menuseparator
24623 Note
24624 \begin_inset space ~
24625 \end_inset
24626
24627 en
24628 \begin_inset space ~
24629 \end_inset
24630
24631 Bas
24632 \begin_inset space ~
24633 \end_inset
24634
24635 de
24636 \begin_inset space ~
24637 \end_inset
24638
24639 Page
24640 \family default
24641 .
24642  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24643  rouge 
24644 \begin_inset Quotes fld
24645 \end_inset
24646
24647 bas
24648 \begin_inset Quotes frd
24649 \end_inset
24650
24651  qui ressemble à ceci : 
24652 \begin_inset Graphics
24653         filename clipart/footnoteQt4.png
24654         scale 80
24655         scaleBeforeRotation
24656
24657 \end_inset
24658
24659  Vous pouvez y entrer votre texte.
24660  Si vous voulez transformer du texte déjà existant en note en bas de page,
24661  sélectionnez-le et cliquez sur le bouton 
24662 \family sans
24663 Note
24664 \begin_inset space ~
24665 \end_inset
24666
24667 en
24668 \begin_inset space ~
24669 \end_inset
24670
24671 Bas
24672 \begin_inset space ~
24673 \end_inset
24674
24675 de
24676 \begin_inset space ~
24677 \end_inset
24678
24679 Page
24680 \family default
24681  de la barre d'outils.
24682  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24683  
24684 \family sans
24685 backspace
24686 \family default
24687  quand le curseur est au tout début de la note ou appuyez sur la touche
24688  
24689 \family sans
24690 Suppr.
24691
24692 \family default
24693  quand le curseur se trouve à la fin de la note.
24694 \end_layout
24695
24696 \begin_layout Standard
24697 Voici un exemple de note en bas de page:
24698 \begin_inset Foot
24699 status open
24700
24701 \begin_layout Plain Layout
24702 \begin_inset CommandInset label
24703 LatexCommand label
24704 name "fn:Note-en-bas"
24705
24706 \end_inset
24707
24708 Ceci est un exemple de note en bas de page.
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \begin_inset ERT
24715 status collapsed
24716
24717 \begin_layout Plain Layout
24718
24719
24720 \backslash
24721 newcounter{MyRepeatFoot}
24722 \end_layout
24723
24724 \begin_layout Plain Layout
24725
24726
24727 \backslash
24728 setcounter{MyRepeatFoot}{
24729 \backslash
24730 thefootnote}
24731 \end_layout
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24740  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24741  de note.
24742  Le texte de la note est placé en bas de la page courante.
24743  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24744  Selon votre classe de document les numéros de notes pourront être réinitialisés
24745  à chaque nouveau chapitre.
24746 \end_layout
24747
24748 \begin_layout Standard
24749 On peut faire référence à une note en bas de page comme on le fait avec
24750  les flottants : Insérez une étiquette dans la note et faites une référence
24751  croisée vers cette étiquette comme c'est décrit dans la
24752 \begin_inset space ~
24753 \end_inset
24754
24755
24756 \begin_inset CommandInset ref
24757 LatexCommand ref
24758 reference "sec:Referencer-les-Flottants"
24759
24760 \end_inset
24761
24762 .
24763 \begin_inset Newline newline
24764 \end_inset
24765
24766 Voici une référence à une note de bas de page :
24767 \begin_inset space ~
24768 \end_inset
24769
24770
24771 \begin_inset CommandInset ref
24772 LatexCommand ref
24773 reference "fn:Note-en-bas"
24774
24775 \end_inset
24776
24777 .
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \begin_inset VSpace defskip
24782 \end_inset
24783
24784 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24785  des minipages, voyez la section
24786 \begin_inset space ~
24787 \end_inset
24788
24789
24790 \begin_inset CommandInset ref
24791 LatexCommand ref
24792 reference "sec:Minipages"
24793
24794 \end_inset
24795
24796 .
24797  Les notes de bas de page dans des tableaux longs sont traitées dans la
24798  section
24799 \begin_inset space ~
24800 \end_inset
24801
24802
24803 \begin_inset CommandInset ref
24804 LatexCommand ref
24805 reference "sub:Notes-dans-tableau-long"
24806
24807 \end_inset
24808
24809 .
24810 \end_layout
24811
24812 \begin_layout Standard
24813 \begin_inset VSpace defskip
24814 \end_inset
24815
24816 Pour créer seulement la marque de note, utilisez la commande 
24817 \series bold
24818
24819 \backslash
24820 footnotemark[nombre]
24821 \series default
24822  en code TeX.
24823  On utilise cette possibilité quand on a plusieurs fois la même annotation
24824  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24825  bas de page à chaque fois.
24826 \begin_inset Newline newline
24827 \end_inset
24828
24829 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24830  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24831  part.
24832  Pour la marque de note qui suit, ces commandes ont été insérées en code
24833  TeX après la note
24834 \begin_inset space ~
24835 \end_inset
24836
24837
24838 \begin_inset CommandInset ref
24839 LatexCommand ref
24840 reference "fn:Note-en-bas"
24841
24842 \end_inset
24843
24844  pour enregistrer le numéro de note de bas de page :
24845 \end_layout
24846
24847 \begin_layout Standard
24848
24849 \series bold
24850
24851 \backslash
24852 newcounter{MyRepeatFoot}
24853 \begin_inset Newline newline
24854 \end_inset
24855
24856
24857 \backslash
24858 setcounter{MyRepeatFoot}{
24859 \backslash
24860 thefootnote}
24861 \end_layout
24862
24863 \begin_layout Standard
24864 La marque de note a été créée avec la commande suivante :
24865 \end_layout
24866
24867 \begin_layout Standard
24868
24869 \series bold
24870
24871 \backslash
24872 footnotemark[
24873 \backslash
24874 theMyRepeatFoot]
24875 \end_layout
24876
24877 \begin_layout Standard
24878 Voici un exemple de marque de note de bas de page : 
24879 \begin_inset ERT
24880 status collapsed
24881
24882 \begin_layout Plain Layout
24883
24884
24885 \backslash
24886 footnotemark[
24887 \backslash
24888 theMyRepeatFoot]
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Subsection
24897 Numérotation de Notes de Bas de Page
24898 \begin_inset CommandInset label
24899 LatexCommand label
24900 name "sub:Numerotation-notes-bas-de-page"
24901
24902 \end_inset
24903
24904
24905 \begin_inset Index
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Notes de bas de page ! Numérotation
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24919  ajoutez cette commande dans le préambule de votre document :
24920 \end_layout
24921
24922 \begin_layout Standard
24923
24924 \series bold
24925
24926 \backslash
24927 @addtoreset{footnote}{section}
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset VSpace bigskip
24932 \end_inset
24933
24934 La commande de préambule suivante change le style de numérotation des notes
24935  en petits chiffres romains :
24936 \end_layout
24937
24938 \begin_layout Standard
24939
24940 \series bold
24941
24942 \backslash
24943 renewcommand{
24944 \backslash
24945 thefootnote}{
24946 \backslash
24947 roman{footnote}}
24948 \end_layout
24949
24950 \begin_layout Standard
24951 \begin_inset ERT
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955
24956
24957 \backslash
24958 renewcommand{
24959 \backslash
24960 thefootnote}{
24961 \backslash
24962 roman{footnote}}
24963 \end_layout
24964
24965 \end_inset
24966
24967  Cette note de bas de page utilise une numérotation en chiffres romains
24968  :
24969 \begin_inset Foot
24970 status open
24971
24972 \begin_layout Plain Layout
24973 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24974  romains.
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Standard
24983 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24984  la commande précédente 
24985 \series bold
24986
24987 \backslash
24988 roman
24989 \series default
24990  par 
24991 \series bold
24992
24993 \backslash
24994 Roman
24995 \series default
24996 .
24997  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24998  utilisez respectivement soit 
24999 \series bold
25000
25001 \backslash
25002 Alph
25003 \series default
25004  soit 
25005 \series bold
25006
25007 \backslash
25008 alph
25009 \series default
25010 .
25011  Pour les 
25012 \begin_inset Quotes eld
25013 \end_inset
25014
25015 numéroter
25016 \begin_inset Quotes erd
25017 \end_inset
25018
25019  avec des symboles, utilisez 
25020 \series bold
25021
25022 \backslash
25023 fnsymbol
25024 \series default
25025 .
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset Note Greyedout
25030 status open
25031
25032 \begin_layout Plain Layout
25033
25034 \series bold
25035 Note:
25036 \series default
25037  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
25038  puisque cette numérotation est limitée à des lettres seules.
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset Newline newline
25045 \end_inset
25046
25047
25048 \begin_inset Note Greyedout
25049 status open
25050
25051 \begin_layout Plain Layout
25052
25053 \series bold
25054 Note:
25055 \series default
25056  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 Pour revenir au style de numérotation par défaut quand vous en avez changé,
25066  utilisez 
25067 \series bold
25068
25069 \backslash
25070 arabic
25071 \series default
25072  à la place de 
25073 \series bold
25074
25075 \backslash
25076 roman
25077 \series default
25078  dans la commande précédente.
25079 \begin_inset ERT
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083
25084
25085 \backslash
25086 renewcommand{
25087 \backslash
25088 thefootnote}{
25089 \backslash
25090 arabic{footnote}}
25091 \end_layout
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Standard
25099 \begin_inset VSpace bigskip
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25107  le schéma 
25108 \begin_inset Quotes eld
25109 \end_inset
25110
25111 chapitre.note
25112 \begin_inset Quotes erd
25113 \end_inset
25114
25115 , ajoutez la commande suivante au préambule de votre document :
25116 \end_layout
25117
25118 \begin_layout Standard
25119
25120 \series bold
25121
25122 \backslash
25123 numberwithin{footnote}{chapter}
25124 \end_layout
25125
25126 \begin_layout Standard
25127 Pour pouvoir utiliser la commande 
25128 \series bold
25129
25130 \backslash
25131 numberwithin
25132 \series default
25133 , activez dans la rubrique 
25134 \family sans
25135 Options
25136 \begin_inset space ~
25137 \end_inset
25138
25139 des
25140 \begin_inset space ~
25141 \end_inset
25142
25143 Maths
25144 \family default
25145  dans les paramètres du document, l'option 
25146 \family sans
25147 Utiliser
25148 \begin_inset space ~
25149 \end_inset
25150
25151 le
25152 \begin_inset space ~
25153 \end_inset
25154
25155 paquetage
25156 \begin_inset space ~
25157 \end_inset
25158
25159 maths
25160 \begin_inset space ~
25161 \end_inset
25162
25163 AMS
25164 \family default
25165 .
25166 \end_layout
25167
25168 \begin_layout Standard
25169 \begin_inset ERT
25170 status collapsed
25171
25172 \begin_layout Plain Layout
25173
25174
25175 \backslash
25176 numberwithin{footnote}{chapter}
25177 \end_layout
25178
25179 \end_inset
25180
25181 Ceci est un autre exemple de note de bas de page:
25182 \series bold
25183
25184 \begin_inset Foot
25185 status open
25186
25187 \begin_layout Plain Layout
25188 Cette note est numérotée en suivant le schéma 
25189 \begin_inset Quotes eld
25190 \end_inset
25191
25192 chapitre.note
25193 \begin_inset Quotes erd
25194 \end_inset
25195
25196 .
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \series default
25203
25204 \begin_inset ERT
25205 status collapsed
25206
25207 \begin_layout Plain Layout
25208
25209
25210 \backslash
25211 renewcommand{
25212 \backslash
25213 thefootnote}{
25214 \backslash
25215 arabic{footnote}}
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset Note Greyedout
25225 status open
25226
25227 \begin_layout Plain Layout
25228
25229 \series bold
25230 Note:
25231 \series default
25232  
25233 \series bold
25234
25235 \backslash
25236 numberwithin
25237 \series default
25238  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25239  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25240  prises en compte.
25241  
25242 \end_layout
25243
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \begin_layout Standard
25250 Donc pour avoir par exemple le schéma 
25251 \begin_inset Quotes eld
25252 \end_inset
25253
25254 chapitre.
25255 \backslash
25256 Roman{note}
25257 \begin_inset Quotes erd
25258 \end_inset
25259
25260 , utilisez la commande suivante plutôt que 
25261 \series bold
25262
25263 \backslash
25264 numberwithin
25265 \series default
25266  :
25267 \end_layout
25268
25269 \begin_layout Standard
25270
25271 \series bold
25272
25273 \backslash
25274 renewcommand{
25275 \backslash
25276 thefootnote}{
25277 \backslash
25278 thechapter.
25279 \backslash
25280 Roman{footnote}}
25281 \end_layout
25282
25283 \begin_layout Subsection
25284 Positionnement de notes de bas de page
25285 \begin_inset Index
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 Notes de bas de page ! Positionnement
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Standard
25298 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25299  vertical entre elles en bas de la page.
25300  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25301  de 1.5
25302 \begin_inset space \thinspace{}
25303 \end_inset
25304
25305 mm avec la commande suivante dans le préambule :
25306 \end_layout
25307
25308 \begin_layout Standard
25309
25310 \series bold
25311
25312 \backslash
25313 let
25314 \backslash
25315 myFoot
25316 \backslash
25317 footnote
25318 \begin_inset Newline newline
25319 \end_inset
25320
25321
25322 \backslash
25323 renewcommand{
25324 \backslash
25325 footnote}[1]{
25326 \backslash
25327 myFoot{#1
25328 \backslash
25329 vspace{1.5mm}}}
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset VSpace bigskip
25334 \end_inset
25335
25336 Dans un document à deux colonnes les notes de bas de page apparaissent en
25337  bas de chaque colonne, comme sur la Figure
25338 \begin_inset space ~
25339 \end_inset
25340
25341
25342 \begin_inset CommandInset ref
25343 LatexCommand ref
25344 reference "fig:Position-standard-note-bas-de-page"
25345
25346 \end_inset
25347
25348 .
25349  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25350  sur la Figure
25351 \begin_inset space ~
25352 \end_inset
25353
25354
25355 \begin_inset CommandInset ref
25356 LatexCommand ref
25357 reference "fig:Position-note-avec-ftnright"
25358
25359 \end_inset
25360
25361 , utilisez le paquetage LaTeX 
25362 \series bold
25363 ftnright
25364 \series default
25365
25366 \begin_inset Index
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370 Paquetages LaTeX ! ftnright
25371 \end_layout
25372
25373 \end_inset
25374
25375  avec cette commande dans le préambule du document:
25376 \end_layout
25377
25378 \begin_layout Standard
25379
25380 \series bold
25381
25382 \backslash
25383 usepackage{ftnright}
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset Float figure
25388 placement !h
25389 wide false
25390 sideways false
25391 status open
25392
25393 \begin_layout Plain Layout
25394 \begin_inset ERT
25395 status collapsed
25396
25397 \begin_layout Plain Layout
25398
25399
25400 \backslash
25401 framebox{
25402 \end_layout
25403
25404 \end_inset
25405
25406
25407 \begin_inset Graphics
25408         filename ../clipart/without_fntright.pdf
25409         width 100col%
25410         scaleBeforeRotation
25411
25412 \end_inset
25413
25414
25415 \begin_inset ERT
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419
25420 }
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Plain Layout
25429 \begin_inset Caption
25430
25431 \begin_layout Plain Layout
25432 \begin_inset CommandInset label
25433 LatexCommand label
25434 name "fig:Position-standard-note-bas-de-page"
25435
25436 \end_inset
25437
25438 Positionnement standard des notes de bas de page dans un document à deux
25439  colonnes.
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Standard
25453 \begin_inset Float figure
25454 placement !h
25455 wide false
25456 sideways false
25457 status open
25458
25459 \begin_layout Plain Layout
25460 \begin_inset ERT
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464
25465
25466 \backslash
25467 framebox{
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \begin_inset Graphics
25474         filename ../clipart/with_fntright.pdf
25475         width 100col%
25476         scaleBeforeRotation
25477
25478 \end_inset
25479
25480
25481 \begin_inset ERT
25482 status collapsed
25483
25484 \begin_layout Plain Layout
25485
25486 }
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Plain Layout
25495 \begin_inset Caption
25496
25497 \begin_layout Plain Layout
25498 \begin_inset CommandInset label
25499 LatexCommand label
25500 name "fig:Position-note-avec-ftnright"
25501
25502 \end_inset
25503
25504 Positionnement de notes de bas de page dans un document à deux colonnes
25505  en utilisant le paquetage LaTeX 
25506 \series bold
25507 ftnright
25508 \series default
25509 .
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 \begin_inset VSpace bigskip
25524 \end_inset
25525
25526 Dans certaines publications scientifiques, il est courant de rassembler
25527  les notes de bas de page et de les imprimer dans un paragraphe particulier
25528  à la fin de la section, comme sur la Figure
25529 \begin_inset space ~
25530 \end_inset
25531
25532
25533 \begin_inset CommandInset ref
25534 LatexCommand ref
25535 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25536
25537 \end_inset
25538
25539 .
25540  On les appelle 
25541 \begin_inset Quotes eld
25542 \end_inset
25543
25544 notes de fin
25545 \begin_inset Quotes erd
25546 \end_inset
25547
25548 .
25549 \begin_inset Note Note
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553 J'ai pas trouvé mieux pour endnotes (NdT)
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \begin_inset Index
25560 status collapsed
25561
25562 \begin_layout Plain Layout
25563 Notes de fin
25564 \end_layout
25565
25566 \end_inset
25567
25568  Pour utiliser des notes de fin à la place des notes de bas de page dans
25569  votre document, chargez le paquetage LaTeX 
25570 \series bold
25571 endnotes
25572 \series default
25573
25574 \begin_inset Index
25575 status collapsed
25576
25577 \begin_layout Plain Layout
25578 Paquetages LaTeX ! endnotes
25579 \end_layout
25580
25581 \end_inset
25582
25583  avec ces lignes dans le préambule du document
25584 \end_layout
25585
25586 \begin_layout Standard
25587
25588 \series bold
25589
25590 \backslash
25591 usepackage{endnotes}
25592 \begin_inset Newline newline
25593 \end_inset
25594
25595
25596 \backslash
25597 let
25598 \backslash
25599 footnote
25600 \backslash
25601 endnote
25602 \end_layout
25603
25604 \begin_layout Standard
25605 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25606 \end_layout
25607
25608 \begin_layout Standard
25609
25610 \series bold
25611
25612 \backslash
25613 theendnotes
25614 \end_layout
25615
25616 \begin_layout Standard
25617 en code TeX à la fin d'une section ou d'un chapitre.
25618 \end_layout
25619
25620 \begin_layout Standard
25621 \begin_inset Float figure
25622 wide false
25623 sideways false
25624 status open
25625
25626 \begin_layout Plain Layout
25627 \align center
25628 \begin_inset ERT
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632
25633
25634 \backslash
25635 framebox{
25636 \end_layout
25637
25638 \end_inset
25639
25640
25641 \begin_inset Graphics
25642         filename ../clipart/endnotes.pdf
25643         scaleBeforeRotation
25644
25645 \end_inset
25646
25647
25648 \begin_inset ERT
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652
25653 }
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Plain Layout
25662 \begin_inset Caption
25663
25664 \begin_layout Plain Layout
25665 \begin_inset CommandInset label
25666 LatexCommand label
25667 name "fig:Notes-de-fin---notes-de-bas-de-page"
25668
25669 \end_inset
25670
25671 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25672  séparé à la fin des sections ou des chapitres.
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686 \begin_inset VSpace medskip
25687 \end_inset
25688
25689 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25690  dans la langue du document, cela doit être fait manuellement.
25691  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25692  
25693 \begin_inset Quotes eld
25694 \end_inset
25695
25696 Notes
25697 \begin_inset Quotes erd
25698 \end_inset
25699
25700  en sa traduction Allemande
25701 \begin_inset Foot
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705 En français, 
25706 \begin_inset Quotes eld
25707 \end_inset
25708
25709 Notes
25710 \begin_inset Quotes erd
25711 \end_inset
25712
25713  peut être conservé.
25714 \end_layout
25715
25716 \end_inset
25717
25718  
25719 \begin_inset Quotes eld
25720 \end_inset
25721
25722 Anmerkungen
25723 \begin_inset Quotes erd
25724 \end_inset
25725
25726  :
25727 \end_layout
25728
25729 \begin_layout Standard
25730
25731 \series bold
25732
25733 \backslash
25734 renewcommand{
25735 \backslash
25736 notesname}{Anmerkungen}
25737 \end_layout
25738
25739 \begin_layout Standard
25740 \begin_inset VSpace medskip
25741 \end_inset
25742
25743 La numérotation des notes de fin peut être modifiée comme celle des notes
25744  de bas de page comme c'est décrit dans la section
25745 \begin_inset space ~
25746 \end_inset
25747
25748
25749 \begin_inset CommandInset ref
25750 LatexCommand ref
25751 reference "sub:Numerotation-notes-bas-de-page"
25752
25753 \end_inset
25754
25755  ; remplacez juste la commande 
25756 \series bold
25757
25758 \backslash
25759 thefootnote
25760 \series default
25761  par 
25762 \series bold
25763
25764 \backslash
25765 theendnote
25766 \series default
25767 .
25768  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25769 \series bold
25770
25771 \backslash
25772 @addtoreset
25773 \series default
25774  comme c'est décrit dans la section
25775 \begin_inset space ~
25776 \end_inset
25777
25778
25779 \begin_inset CommandInset ref
25780 LatexCommand ref
25781 reference "sub:Numerotation-notes-bas-de-page"
25782
25783 \end_inset
25784
25785  et remplacez le paramètre de commande 
25786 \series bold
25787 footnote
25788 \series default
25789  par 
25790 \series bold
25791 endnote
25792 \series default
25793 .
25794 \end_layout
25795
25796 \begin_layout Standard
25797 Pour seulement créer une marque de note de fin, utilisez la commande 
25798 \series bold
25799
25800 \backslash
25801 endnotemark[numéro]
25802 \series default
25803  qui est semblable à 
25804 \series bold
25805
25806 \backslash
25807 footnotemark
25808 \series default
25809 , décrite dans la section
25810 \begin_inset space ~
25811 \end_inset
25812
25813
25814 \begin_inset CommandInset ref
25815 LatexCommand ref
25816 reference "sec:Notes-bas-de-page"
25817
25818 \end_inset
25819
25820 .
25821 \end_layout
25822
25823 \begin_layout Standard
25824 \begin_inset VSpace bigskip
25825 \end_inset
25826
25827 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25828 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25829 \series bold
25830 footmisc
25831 \series default
25832
25833 \begin_inset Index
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837 Paquetages LaTeX ! footmisc
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \begin_inset CommandInset citation
25844 LatexCommand cite
25845 key "footmisc"
25846
25847 \end_inset
25848
25849  pour plus d'information à ce sujet.
25850 \end_layout
25851
25852 \begin_layout Standard
25853 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25854  voyez les livres sur LaTeX, 
25855 \begin_inset CommandInset citation
25856 LatexCommand cite
25857 key "latexcompanion,latexguide,latexbook"
25858
25859 \end_inset
25860
25861 .
25862 \end_layout
25863
25864 \begin_layout Section
25865 Notes en Marge
25866 \begin_inset Index
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870 Notes ! Notes en Marge
25871 \end_layout
25872
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \begin_layout Standard
25879 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25880 t de la même façon.
25881  Quand vous insérez une note en marge avec 
25882 \family sans
25883 Insérer\SpecialChar \menuseparator
25884 Note
25885 \begin_inset space ~
25886 \end_inset
25887
25888 en
25889 \begin_inset space ~
25890 \end_inset
25891
25892 Marge
25893 \family default
25894  ou avec le bouton 
25895 \begin_inset Graphics
25896         filename ../../images/marginalnote-insert.png
25897         scale 85
25898         scaleBeforeRotation
25899
25900 \end_inset
25901
25902  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25903  grise avec une étiquette rouge 
25904 \begin_inset Quotes fld
25905 \end_inset
25906
25907 marge
25908 \begin_inset Quotes frd
25909 \end_inset
25910
25911 .
25912  
25913 \begin_inset Marginal
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917 C'est une note en marge.
25918 \end_layout
25919
25920 \end_inset
25921
25922  Cette boîte est la représentation de votre note dans LyX.
25923  Vous pouvez y entrer votre texte.
25924 \end_layout
25925
25926 \begin_layout Standard
25927 Les notes en marge apparaissent dans la marge de droite dans les documents
25928  imprimées sur une seule face.
25929  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25930  
25931 \begin_inset Quotes eld
25932 \end_inset
25933
25934 extérieure
25935 \begin_inset Quotes erd
25936 \end_inset
25937
25938  -- la gauche sur les pages paires et la droite sur les pages impaires.
25939  Le texte de la note en marge est aligné à l'opposé de la marge externe
25940  -- aligné à droite quand la note apparaît dans la marge de gauche.
25941  La première ligne de la note apparaît à la hauteur de la ligne de texte
25942  où la note a été insérée dans le document.
25943 \end_layout
25944
25945 \begin_layout Standard
25946 \begin_inset VSpace bigskip
25947 \end_inset
25948
25949 Pour placer une note dans la marge interne, ajoutez la commande suivante
25950  :
25951 \end_layout
25952
25953 \begin_layout Standard
25954
25955 \series bold
25956
25957 \backslash
25958 reversemarginpar
25959 \end_layout
25960
25961 \begin_layout Standard
25962 sous forme de code TeX avant votre note de marge.
25963  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25964  qui suivent 
25965 \begin_inset ERT
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969
25970
25971 \backslash
25972 reversemarginpar 
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \begin_inset Marginal
25979 status open
25980
25981 \begin_layout Plain Layout
25982 Cette note en marge est dans la marge interne.
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \series bold
25989
25990 \begin_inset Newline newline
25991 \end_inset
25992
25993
25994 \series default
25995
25996 \begin_inset Note Greyedout
25997 status open
25998
25999 \begin_layout Plain Layout
26000
26001 \series bold
26002 Note:
26003 \series default
26004  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26005  les notes sont souvent mal mises en formes dans la sortie imprimée.
26006 \end_layout
26007
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \begin_layout Standard
26014 Pour revenir au positionnement par défaut, ajoutez la commande :
26015 \end_layout
26016
26017 \begin_layout Standard
26018
26019 \series bold
26020
26021 \backslash
26022 normalmarginpar
26023 \end_layout
26024
26025 \begin_layout Standard
26026 sous forme de code TeX.
26027 \begin_inset ERT
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031
26032
26033 \backslash
26034 normalmarginpar 
26035 \end_layout
26036
26037 \end_inset
26038
26039  
26040 \begin_inset Note Greyedout
26041 status open
26042
26043 \begin_layout Plain Layout
26044
26045 \series bold
26046 Note:
26047 \series default
26048  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26049  
26050 \series bold
26051
26052 \backslash
26053 reversemarginpar
26054 \series default
26055  est aussi utilisée.
26056 \end_layout
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \begin_layout Standard
26064 \begin_inset VSpace bigskip
26065 \end_inset
26066
26067
26068 \begin_inset Marginal
26069 status open
26070
26071 \begin_layout Plain Layout
26072 UnTrèsLongMotEnMarge sans césure.
26073 \end_layout
26074
26075 \end_inset
26076
26077  Comme dans le cas décrit dans la section
26078 \begin_inset space ~
26079 \end_inset
26080
26081
26082 \begin_inset CommandInset ref
26083 LatexCommand ref
26084 reference "sub:Lignes-multiple-dans-cellule"
26085
26086 \end_inset
26087
26088 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26089  mot d'une note en marge.
26090  Pour éviter ce problème, insérez la commande suivante sous forme de code
26091  TeX, avant le mot en question: 
26092 \begin_inset Marginal
26093 status open
26094
26095 \begin_layout Plain Layout
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100
26101
26102 \backslash
26103 hspace{0pt}
26104 \end_layout
26105
26106 \end_inset
26107
26108 UnMotTrèsLongEnMarge avec une césure.
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117
26118 \series bold
26119
26120 \backslash
26121 hspace{0pt}
26122 \end_layout
26123
26124 \begin_layout Standard
26125 \begin_inset VSpace bigskip
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset Note Greyedout
26133 status open
26134
26135 \begin_layout Plain Layout
26136
26137 \series bold
26138 Note:
26139 \series default
26140  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26141  tableaux, des flottants et des notes de bas de page.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \begin_layout Standard
26150 \begin_inset VSpace bigskip
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 \begin_inset ERT
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161
26162
26163 \backslash
26164 ifmarginnote
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \begin_inset Note Note
26171 status open
26172
26173 \begin_layout Plain Layout
26174 La section suivante ne sera affichée que si le paquetage LaTeX 
26175 \series bold
26176 marginnote
26177 \series default
26178  a été installé.
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26188 \series bold
26189 marginnote
26190 \series default
26191
26192 \begin_inset Index
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196 Paquetages LaTeX ! marginnote
26197 \end_layout
26198
26199 \end_inset
26200
26201 .
26202  En ajoutant les deux lignes suivantes au préambule de votre document, la
26203  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26204  la commande fournie par le paquetage 
26205 \series bold
26206 marginnote
26207 \series default
26208  :
26209 \end_layout
26210
26211 \begin_layout Standard
26212
26213 \series bold
26214
26215 \backslash
26216 usepackage{marginnote}
26217 \begin_inset Newline newline
26218 \end_inset
26219
26220
26221 \backslash
26222 let
26223 \backslash
26224 marginpar
26225 \backslash
26226 marginnote
26227 \end_layout
26228
26229 \begin_layout Standard
26230 Ce paquetage est aussi utilisé dans ce document parce que 
26231 \series bold
26232 marginnote
26233 \series default
26234  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26235  vertical pour une note.
26236  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26237  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26238  en page.
26239  Le décalage est inséré dans LyX sous forme de code TeX directement après
26240  la note sous la forme
26241 \end_layout
26242
26243 \begin_layout Standard
26244
26245 \series bold
26246 [offset]
26247 \end_layout
26248
26249 \begin_layout Standard
26250 où l'offset utilise l'une des unités listées dans le tableau
26251 \begin_inset space ~
26252 \end_inset
26253
26254
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "cha:Unités-de-longueur"
26258
26259 \end_inset
26260
26261 .
26262  Une valeur négative déplace la note vers le haut, une valeur positive la
26263  déplace vers le bas.
26264  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26265  vers le haut de 1.5
26266 \begin_inset space \thinspace{}
26267 \end_inset
26268
26269 cm avec la commande en code TeX 
26270 \begin_inset Quotes eld
26271 \end_inset
26272
26273
26274 \series bold
26275 [-1.5cm]
26276 \series default
26277
26278 \begin_inset Quotes erd
26279 \end_inset
26280
26281
26282 \begin_inset Marginal
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286 Cette note en marge est décalée vers le haut de 1.5
26287 \begin_inset space \thinspace{}
26288 \end_inset
26289
26290 cm par rapport à sa position d'origine.
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \begin_inset ERT
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300
26301 [-1.5cm]
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset VSpace medskip
26311 \end_inset
26312
26313 Avec le paquetage 
26314 \series bold
26315 marginnote
26316 \series default
26317  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26318  Par exemple les commandes 
26319 \end_layout
26320
26321 \begin_layout Standard
26322
26323 \series bold
26324
26325 \backslash
26326 renewcommand*{
26327 \backslash
26328 raggedleftmarginnote}{
26329 \backslash
26330 centering}
26331 \begin_inset Newline newline
26332 \end_inset
26333
26334
26335 \backslash
26336 renewcommand*{
26337 \backslash
26338 raggedrightmarginnote}{
26339 \backslash
26340 centering}
26341 \end_layout
26342
26343 \begin_layout Standard
26344 donnent un alignement centré.
26345  
26346 \series bold
26347
26348 \backslash
26349 raggedleftmarginnote
26350 \series default
26351  indique une note qui apparaît dans la marge de gauche.
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 renewcommand*{
26360 \backslash
26361 raggedleftmarginnote}{
26362 \backslash
26363 centering}
26364 \end_layout
26365
26366 \begin_layout Plain Layout
26367
26368
26369 \backslash
26370 renewcommand*{
26371 \backslash
26372 raggedrightmarginnote}{
26373 \backslash
26374 centering}
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \begin_inset Marginal
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384 Le texte de cette note en marge est centré.
26385 \end_layout
26386
26387 \end_inset
26388
26389 .
26390  Le comportement par défaut est donné par
26391 \end_layout
26392
26393 \begin_layout Standard
26394
26395 \series bold
26396
26397 \backslash
26398 renewcommand*{
26399 \backslash
26400 raggedleftmarginnote}{
26401 \backslash
26402 raggedleft}
26403 \begin_inset Newline newline
26404 \end_inset
26405
26406
26407 \backslash
26408 renewcommand*{
26409 \backslash
26410 raggedrightmarginnote}{
26411 \backslash
26412 raggedright}
26413 \series default
26414
26415 \begin_inset ERT
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419
26420
26421 \backslash
26422 renewcommand*{
26423 \backslash
26424 raggedleftmarginnote}{
26425 \backslash
26426 raggedleft}
26427 \end_layout
26428
26429 \begin_layout Plain Layout
26430
26431
26432 \backslash
26433 renewcommand*{
26434 \backslash
26435 raggedrightmarginnote}{
26436 \backslash
26437 raggedright}
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \begin_layout Standard
26446 \begin_inset VSpace medskip
26447 \end_inset
26448
26449 Pour les autre fonctions du paquetage 
26450 \series bold
26451 marginnote
26452 \series default
26453  nous vous renvoyons à sa documentation 
26454 \begin_inset CommandInset citation
26455 LatexCommand cite
26456 key "marginnote"
26457
26458 \end_inset
26459
26460 .
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \begin_inset VSpace bigskip
26465 \end_inset
26466
26467 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26468  définition.
26469  Pour créer par exemple une entête pour toutes les notes en marge avec le
26470  texte 
26471 \begin_inset Quotes eld
26472 \end_inset
26473
26474
26475 \family sans
26476 \series bold
26477 \bar under
26478 Attention!
26479 \family default
26480 \series default
26481 \bar default
26482
26483 \begin_inset Quotes erd
26484 \end_inset
26485
26486  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26487  de votre document :
26488 \end_layout
26489
26490 \begin_layout Standard
26491
26492 \series bold
26493
26494 \backslash
26495 let
26496 \backslash
26497 myMarginpar
26498 \backslash
26499 marginpar
26500 \begin_inset Newline newline
26501 \end_inset
26502
26503
26504 \backslash
26505 renewcommand{
26506 \backslash
26507 marginpar}[1]{
26508 \backslash
26509 myMarginpar{%
26510 \begin_inset Newline newline
26511 \end_inset
26512
26513
26514 \begin_inset ERT
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518
26519
26520 \backslash
26521 hphantom{ }
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \backslash
26528 hspace{0pt}
26529 \backslash
26530 textsf{
26531 \backslash
26532 textbf{
26533 \backslash
26534 underbar{Attention!}}}%
26535 \begin_inset Newline newline
26536 \end_inset
26537
26538
26539 \begin_inset ERT
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543
26544
26545 \backslash
26546 hphantom{ }
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \backslash
26553 vspace{1.5mm}
26554 \backslash
26555
26556 \backslash
26557 #1}}
26558 \end_layout
26559
26560 \begin_layout Standard
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 let
26569 \backslash
26570 myMarginpar
26571 \backslash
26572 marginpar
26573 \end_layout
26574
26575 \begin_layout Plain Layout
26576
26577
26578 \backslash
26579 renewcommand{
26580 \backslash
26581 marginpar}[1]{
26582 \backslash
26583 myMarginpar{%
26584 \end_layout
26585
26586 \begin_layout Plain Layout
26587
26588    
26589 \backslash
26590 textsf{
26591 \backslash
26592 textbf{
26593 \backslash
26594 underbar{Attention!}}}%
26595 \end_layout
26596
26597 \begin_layout Plain Layout
26598
26599    
26600 \backslash
26601 vspace{1.5mm}
26602 \backslash
26603
26604 \backslash
26605 #1}}
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \begin_inset Marginal
26612 status open
26613
26614 \begin_layout Plain Layout
26615 Ceci est une note en marge avec une en-tête prédéfinie.
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626 [-1.5cm]
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \begin_inset ERT
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636
26637
26638 \backslash
26639 renewcommand{
26640 \backslash
26641 marginpar}[1]{
26642 \backslash
26643 myMarginpar{#1}}
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \begin_inset Note Note
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654 \lang english
26655 The margin note format is changed only for this example.
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \begin_layout Standard
26664 \begin_inset ERT
26665 status collapsed
26666
26667 \begin_layout Plain Layout
26668
26669
26670 \backslash
26671 else
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \begin_inset Note Note
26678 status open
26679
26680 \begin_layout Plain Layout
26681 Ce qui suit sera affiché si le paquetage LaTeX 
26682 \series bold
26683 marginnote
26684 \series default
26685  n'est pas installé :
26686 \end_layout
26687
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \begin_layout Standard
26694 Vous devez installer le paquetage LaTeX 
26695 \series bold
26696 marginnote
26697 \series default
26698  pour voir la suite de cette section dans la sortie imprimée.
26699 \end_layout
26700
26701 \begin_layout Standard
26702 \begin_inset ERT
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706
26707
26708 \backslash
26709 fi
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Chapter
26718 Les Boîtes
26719 \end_layout
26720
26721 \begin_layout Section
26722 Introduction
26723 \begin_inset Index
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 Boîtes ! Introduction
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \begin_layout Standard
26736 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26737  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26738  voir la section
26739 \begin_inset space ~
26740 \end_inset
26741
26742
26743 \begin_inset CommandInset ref
26744 LatexCommand ref
26745 reference "sec:Minipages"
26746
26747 \end_inset
26748
26749 , pour encadrer des portions de texte, voir la section
26750 \begin_inset space ~
26751 \end_inset
26752
26753
26754 \begin_inset CommandInset ref
26755 LatexCommand ref
26756 reference "sec:Boîtes-encadrées"
26757
26758 \end_inset
26759
26760 , pour empêcher que des mots subissent une césure, voir la section
26761 \begin_inset space ~
26762 \end_inset
26763
26764
26765 \begin_inset CommandInset ref
26766 LatexCommand ref
26767 reference "sec:Empêcher-césure"
26768
26769 \end_inset
26770
26771 , pour aligner du texte, voir la section
26772 \begin_inset space ~
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset ref
26777 LatexCommand ref
26778 reference "sub:Alignement-Vertical"
26779
26780 \end_inset
26781
26782 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26783 \begin_inset space ~
26784 \end_inset
26785
26786
26787 \begin_inset CommandInset ref
26788 LatexCommand ref
26789 reference "sec:Boîtes-colorées"
26790
26791 \end_inset
26792
26793 .
26794 \end_layout
26795
26796 \begin_layout Standard
26797 On peut insérer une boîte en utilisant le menu 
26798 \family sans
26799 Insérer\SpecialChar \menuseparator
26800 Boîte
26801 \family default
26802  ou avec le bouton 
26803 \begin_inset Graphics
26804         filename ../../images/box-insert.png
26805         scale 85
26806         scaleBeforeRotation
26807
26808 \end_inset
26809
26810  de la barre d'outils.
26811  Une boîte grise avec une étiquette 
26812 \family sans
26813 Boîte
26814 \begin_inset space ~
26815 \end_inset
26816
26817 (Minipage)
26818 \family default
26819
26820 \begin_inset Graphics
26821         filename clipart/BoxInsetDefaultQt4.png
26822         scale 65
26823         scaleBeforeRotation
26824
26825 \end_inset
26826
26827 , est alors insérée.
26828  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26829  La fenêtre de dialogue qui apparaît donne accès aux types de
26830 \family sans
26831  Boîte
26832 \begin_inset space ~
26833 \end_inset
26834
26835 Intérieure
26836 \family default
26837  
26838 \family sans
26839 Parbox
26840 \begin_inset Note Note
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 En attendant un traduction plus correcte NdT
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \family default
26851  et 
26852 \family sans
26853 Minipage
26854 \family default
26855 .
26856  Le type 
26857 \family sans
26858 Minipage
26859 \family default
26860  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26861  dans la section
26862 \begin_inset space ~
26863 \end_inset
26864
26865
26866 \begin_inset CommandInset ref
26867 LatexCommand ref
26868 reference "sec:Minipages"
26869
26870 \end_inset
26871
26872 ; le type 
26873 \family sans
26874 Parbox
26875 \family default
26876  est décrit dans la section
26877 \begin_inset space ~
26878 \end_inset
26879
26880
26881 \begin_inset CommandInset ref
26882 LatexCommand ref
26883 reference "sec:Parboxes"
26884
26885 \end_inset
26886
26887 .
26888 \end_layout
26889
26890 \begin_layout Standard
26891 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26892  comme les flottants ou les notes de bas de page.
26893 \end_layout
26894
26895 \begin_layout Standard
26896 \begin_inset Note Greyedout
26897 status open
26898
26899 \begin_layout Plain Layout
26900
26901 \series bold
26902 Note:
26903 \series default
26904  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26905  de type 
26906 \family sans
26907 Liste
26908 \family default
26909  ou 
26910 \family sans
26911 Description
26912 \family default
26913 .
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \begin_layout Standard
26922 \begin_inset Note Greyedout
26923 status open
26924
26925 \begin_layout Plain Layout
26926
26927 \series bold
26928 Note:
26929 \series default
26930  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26931 \family sans
26932 Boîte
26933 \begin_inset space ~
26934 \end_inset
26935
26936 Intérieure
26937 \family default
26938  à 
26939 \family sans
26940 Aucune
26941 \family default
26942  que quand vous utilisez une boîte encadrée.
26943  Les boîtes sans 
26944 \family sans
26945 Boîte
26946 \begin_inset space ~
26947 \end_inset
26948
26949 Intérieure
26950 \family default
26951  et sans cadre sont expliquées dans la section
26952 \begin_inset space ~
26953 \end_inset
26954
26955
26956 \begin_inset CommandInset ref
26957 LatexCommand ref
26958 reference "sec:Empêcher-césure"
26959
26960 \end_inset
26961
26962 .
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \begin_layout Section
26971 La fenêtre de dialogue Boîte
26972 \begin_inset CommandInset label
26973 LatexCommand label
26974 name "sec:Boîte-Dialogue"
26975
26976 \end_inset
26977
26978
26979 \begin_inset Index
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983 Boîtes ! Fenêtre de dialogue Boîte
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \begin_layout Subsection
26992 Taille
26993 \begin_inset Index
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997 Boîtes ! Taille
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \begin_layout Standard
27006 Dans la fenêtre de dialogue 
27007 \family sans
27008 Paramètres
27009 \begin_inset space ~
27010 \end_inset
27011
27012 de
27013 \begin_inset space ~
27014 \end_inset
27015
27016 Boîte
27017 \family default
27018  vous pouvez modifier la géométrie de la boîte avec les champs 
27019 \family sans
27020 Largeur
27021 \family default
27022  et 
27023 \family sans
27024 Hauteur
27025 \family default
27026 .
27027  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27028  dans le tableau
27029 \begin_inset space ~
27030 \end_inset
27031
27032
27033 \begin_inset CommandInset ref
27034 LatexCommand ref
27035 reference "tab:Unités"
27036
27037 \end_inset
27038
27039 .
27040  Le champ 
27041 \family sans
27042 Hauteur
27043 \family default
27044  offre en plus les spécifications de taille suivantes :
27045 \end_layout
27046
27047 \begin_layout Description
27048 Profondeur C'est simplement la 
27049 \begin_inset Quotes eld
27050 \end_inset
27051
27052 hauteur
27053 \begin_inset Quotes erd
27054 \end_inset
27055
27056  du texte.
27057  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27058  lignes de texte dans la boîte.
27059 \begin_inset Newline newline
27060 \end_inset
27061
27062
27063 \begin_inset Newline newline
27064 \end_inset
27065
27066
27067 \begin_inset Newline newline
27068 \end_inset
27069
27070
27071 \begin_inset Box Boxed
27072 position "c"
27073 hor_pos "c"
27074 has_inner_box 1
27075 inner_pos "c"
27076 use_parbox 0
27077 width "12col%"
27078 special "none"
27079 height "1in"
27080 height_special "depth"
27081 status open
27082
27083 \begin_layout Plain Layout
27084 \align center
27085 Boîte dont la hauteur est égale à 1
27086 \begin_inset space \thinspace{}
27087 \end_inset
27088
27089 Profondeur
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \begin_inset Newline newline
27096 \end_inset
27097
27098
27099 \begin_inset Newline newline
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Description
27106 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27107  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27108  est deux fois plus haute que le texte : 
27109 \begin_inset Box Boxed
27110 position "c"
27111 hor_pos "c"
27112 has_inner_box 1
27113 inner_pos "c"
27114 use_parbox 0
27115 width "20col%"
27116 special "none"
27117 height "2in"
27118 height_special "height"
27119 status open
27120
27121 \begin_layout Plain Layout
27122 \align center
27123 Boîte dont la hauteur est 2
27124 \begin_inset space \thinspace{}
27125 \end_inset
27126
27127 Hauteur
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Description
27136 Hauteur
27137 \begin_inset space ~
27138 \end_inset
27139
27140 Totale C'est égal à Hauteur
27141 \begin_inset space \thinspace{}
27142 \end_inset
27143
27144 +
27145 \begin_inset space \thinspace{}
27146 \end_inset
27147
27148 Profondeur : 
27149 \begin_inset Box Boxed
27150 position "c"
27151 hor_pos "c"
27152 has_inner_box 1
27153 inner_pos "c"
27154 use_parbox 0
27155 width "20col%"
27156 special "none"
27157 height "1in"
27158 height_special "totalheight"
27159 status open
27160
27161 \begin_layout Plain Layout
27162 \align center
27163 Boîte dont la hauteur est 1
27164 \begin_inset space \thinspace{}
27165 \end_inset
27166
27167 Hauteur
27168 \begin_inset space ~
27169 \end_inset
27170
27171 Totale
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \end_layout
27178
27179 \begin_layout Description
27180 Largeur On prend la largeur de la boîte comme hauteur : 
27181 \begin_inset Box Boxed
27182 position "c"
27183 hor_pos "c"
27184 has_inner_box 1
27185 inner_pos "c"
27186 use_parbox 0
27187 width "12col%"
27188 special "none"
27189 height "1in"
27190 height_special "width"
27191 status open
27192
27193 \begin_layout Plain Layout
27194 \align center
27195 Boîte dont la hauteur est 1
27196 \begin_inset space \thinspace{}
27197 \end_inset
27198
27199 Largeur
27200 \end_layout
27201
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \begin_layout Subsection
27208 Alignement
27209 \begin_inset Index
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 Boîtes ! Alignement
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \begin_layout Standard
27222 Quand vous avez choisi une 
27223 \family sans
27224 Boîte
27225 \begin_inset space ~
27226 \end_inset
27227
27228 Intérieure
27229 \family default
27230 , l'alignement vertical de la boîte peut être :
27231 \end_layout
27232
27233 \begin_layout Description
27234 Haut Ceci est un exemple de texte.
27235  
27236 \begin_inset Box Boxed
27237 position "t"
27238 hor_pos "c"
27239 has_inner_box 1
27240 inner_pos "c"
27241 use_parbox 0
27242 width "12col%"
27243 special "none"
27244 height "1in"
27245 height_special "totalheight"
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 \align center
27250 Cette boîte est alignée sur le haut.
27251 \end_layout
27252
27253 \end_inset
27254
27255  Ceci est un exemple de texte.
27256 \end_layout
27257
27258 \begin_layout Description
27259 Milieu Ceci est un exemple de texte.
27260  
27261 \begin_inset Box Boxed
27262 position "c"
27263 hor_pos "c"
27264 has_inner_box 1
27265 inner_pos "c"
27266 use_parbox 0
27267 width "12col%"
27268 special "none"
27269 height "1in"
27270 height_special "totalheight"
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 \align center
27275 Cette boîte est alignée au centre.
27276 \end_layout
27277
27278 \end_inset
27279
27280  Ceci est un exemple de texte.
27281 \end_layout
27282
27283 \begin_layout Description
27284 Bas Ceci est un exemple de texte.
27285  
27286 \begin_inset Box Boxed
27287 position "b"
27288 hor_pos "c"
27289 has_inner_box 1
27290 inner_pos "c"
27291 use_parbox 0
27292 width "12col%"
27293 special "none"
27294 height "1in"
27295 height_special "totalheight"
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299 \align center
27300 Cette boîte est alignée sur le bas.
27301 \end_layout
27302
27303 \end_inset
27304
27305  Ceci est un exemple de texte.
27306 \end_layout
27307
27308 \begin_layout Standard
27309 \begin_inset Note Greyedout
27310 status open
27311
27312 \begin_layout Plain Layout
27313
27314 \series bold
27315 Note:
27316 \series default
27317  
27318 \lang english
27319 The vertical box aligment can be lost in the output when you have two boxes
27320  in a line and one has e.
27321 \begin_inset space \thinspace{}
27322 \end_inset
27323
27324 g.
27325 \begin_inset space ~
27326 \end_inset
27327
27328 a shadow and the other one not.
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Standard
27337 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27338  paragraphe grâce à la fenêtre de dialogue 
27339 \family sans
27340 Paramètres
27341 \begin_inset space ~
27342 \end_inset
27343
27344 de
27345 \begin_inset space ~
27346 \end_inset
27347
27348 Boîte
27349 \family default
27350 .
27351 \end_layout
27352
27353 \begin_layout Standard
27354 \begin_inset VSpace bigskip
27355 \end_inset
27356
27357 Quand vous avez choisi une 
27358 \family sans
27359 Boîte
27360 \begin_inset space ~
27361 \end_inset
27362
27363 Intérieure
27364 \family default
27365 , l'alignement vertical du contenu de la boîte peut être :
27366 \end_layout
27367
27368 \begin_layout Description
27369 haut Ceci est un exemple de texte.
27370 \begin_inset Box Boxed
27371 position "c"
27372 hor_pos "c"
27373 has_inner_box 1
27374 inner_pos "t"
27375 use_parbox 0
27376 width "12col%"
27377 special "none"
27378 height "1.5in"
27379 height_special "totalheight"
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383 \align center
27384 Le texte de cette boîte est aligné sur le haut.
27385 \end_layout
27386
27387 \end_inset
27388
27389  Ceci est un exemple de texte.
27390 \end_layout
27391
27392 \begin_layout Description
27393 milieu Ceci est un exemple de texte.
27394  
27395 \begin_inset Box Boxed
27396 position "c"
27397 hor_pos "c"
27398 has_inner_box 1
27399 inner_pos "c"
27400 use_parbox 0
27401 width "12col%"
27402 special "none"
27403 height "1.5in"
27404 height_special "totalheight"
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 \align center
27409 Le texte de cette boîte est aligné au centre
27410 \end_layout
27411
27412 \end_inset
27413
27414  Ceci est un exemple de texte.
27415 \end_layout
27416
27417 \begin_layout Description
27418 bas Ceci est un exemple de texte.
27419  
27420 \begin_inset Box Boxed
27421 position "c"
27422 hor_pos "c"
27423 has_inner_box 1
27424 inner_pos "b"
27425 use_parbox 0
27426 width "12col%"
27427 special "none"
27428 height "1.5in"
27429 height_special "totalheight"
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 \align center
27434 Le texte de cette boîte est aligné en bas.
27435 \end_layout
27436
27437 \end_inset
27438
27439  Ceci est un exemple de texte.
27440 \end_layout
27441
27442 \begin_layout Description
27443 élongation Ceci est un exemple de texte.
27444  
27445 \begin_inset Box Boxed
27446 position "c"
27447 hor_pos "c"
27448 has_inner_box 1
27449 inner_pos "s"
27450 use_parbox 0
27451 width "12col%"
27452 special "none"
27453 height "1.5in"
27454 height_special "totalheight"
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 \align center
27459 Le texte 
27460 \end_layout
27461
27462 \begin_layout Plain Layout
27463 \align center
27464 de cette
27465 \end_layout
27466
27467 \begin_layout Plain Layout
27468 \align center
27469 boîte est
27470 \end_layout
27471
27472 \begin_layout Plain Layout
27473 \align center
27474 allongé.
27475 \end_layout
27476
27477 \end_inset
27478
27479  Ceci est un exemple de texte.
27480 \end_layout
27481
27482 \begin_layout Standard
27483 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27484  paragraphe.
27485  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27486 \end_layout
27487
27488 \begin_layout Standard
27489 \begin_inset VSpace bigskip
27490 \end_inset
27491
27492 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27493  la fenêtre de dialogue 
27494 \family sans
27495 Paramètres
27496 \begin_inset space ~
27497 \end_inset
27498
27499 de
27500 \begin_inset space ~
27501 \end_inset
27502
27503 paragraphe
27504 \family default
27505  quand vous avez choisi une 
27506 \family sans
27507 Boîte
27508 \begin_inset space ~
27509 \end_inset
27510
27511 Intérieure
27512 \family default
27513 .
27514 \end_layout
27515
27516 \begin_layout Standard
27517 \align center
27518 \begin_inset Box Boxed
27519 position "c"
27520 hor_pos "c"
27521 has_inner_box 1
27522 inner_pos "s"
27523 use_parbox 0
27524 width "15col%"
27525 special "none"
27526 height "1.25in"
27527 height_special "totalheight"
27528 status open
27529
27530 \begin_layout Plain Layout
27531 \align left
27532 Le texte de 
27533 \end_layout
27534
27535 \begin_layout Plain Layout
27536 \align left
27537 cette boîte
27538 \end_layout
27539
27540 \begin_layout Plain Layout
27541 \align right
27542 est allongé.
27543 \end_layout
27544
27545 \end_inset
27546
27547
27548 \end_layout
27549
27550 \begin_layout Standard
27551 Si vous n'avez pas choisi une 
27552 \family sans
27553 Boîte
27554 \begin_inset space ~
27555 \end_inset
27556
27557 Intérieure
27558 \family default
27559 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27560  de dialogue de boîte.
27561 \end_layout
27562
27563 \begin_layout Standard
27564 \align center
27565 \begin_inset Box Boxed
27566 position "c"
27567 hor_pos "s"
27568 has_inner_box 0
27569 inner_pos "s"
27570 use_parbox 0
27571 width "90col%"
27572 special "none"
27573 height "1.25in"
27574 height_special "totalheight"
27575 status open
27576
27577 \begin_layout Plain Layout
27578 \align left
27579 Le texte de cette boîte est allongé horizontalement.
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Section
27588 Les Boîtes Encadrées
27589 \begin_inset CommandInset label
27590 LatexCommand label
27591 name "sec:Boîtes-encadrées"
27592
27593 \end_inset
27594
27595
27596 \begin_inset Index
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 Boîtes ! Cadres
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Standard
27609 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27610  
27611 \family sans
27612 Décoration
27613 \family default
27614  dans la boîte de dialogue 
27615 \family sans
27616 Paramètres
27617 \begin_inset space ~
27618 \end_inset
27619
27620 de
27621 \begin_inset space ~
27622 \end_inset
27623
27624 Boîte
27625 \family default
27626 .
27627  Les possibilités sont les suivantes :
27628 \end_layout
27629
27630 \begin_layout Description
27631 Boîte
27632 \begin_inset space ~
27633 \end_inset
27634
27635 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27636  L'épaisseur du trait de ce cadre est donnée par la variable  
27637 \series bold
27638
27639 \backslash
27640 fboxrule
27641 \series default
27642 .
27643  
27644 \begin_inset Box Boxed
27645 position "c"
27646 hor_pos "c"
27647 has_inner_box 1
27648 inner_pos "c"
27649 use_parbox 0
27650 width "20col%"
27651 special "none"
27652 height "1in"
27653 height_special "totalheight"
27654 status open
27655
27656 \begin_layout Plain Layout
27657 \align center
27658 Boîte rectangulaire
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Description
27667 Boîte
27668 \begin_inset space ~
27669 \end_inset
27670
27671 ovale,
27672 \begin_inset space ~
27673 \end_inset
27674
27675 fine Ceci dessine un cadre ovalisée autour de la boîte.
27676  L'épaisseur du trait de ce cadre est de  0.4
27677 \begin_inset space \thinspace{}
27678 \end_inset
27679
27680 pt.
27681  
27682 \begin_inset Box ovalbox
27683 position "c"
27684 hor_pos "c"
27685 has_inner_box 1
27686 inner_pos "c"
27687 use_parbox 0
27688 width "20col%"
27689 special "none"
27690 height "1in"
27691 height_special "totalheight"
27692 status open
27693
27694 \begin_layout Plain Layout
27695 \align center
27696 Boîte ovalisée, fine
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Description
27705 Boîte
27706 \begin_inset space ~
27707 \end_inset
27708
27709 ovale,
27710 \begin_inset space ~
27711 \end_inset
27712
27713 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27714  L'épaisseur du trait de ce cadre est de   0.8
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 pt.
27719  
27720 \begin_inset Box Ovalbox
27721 position "c"
27722 hor_pos "c"
27723 has_inner_box 1
27724 inner_pos "c"
27725 use_parbox 0
27726 width "20col%"
27727 special "none"
27728 height "1in"
27729 height_special "totalheight"
27730 status open
27731
27732 \begin_layout Plain Layout
27733 \align center
27734 Boîte ovalisée, épaisse
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Description
27743 Boîte
27744 \begin_inset space ~
27745 \end_inset
27746
27747 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27748  L'épaisseur du trait de ce cadre est donnée par la variable  
27749 \series bold
27750
27751 \backslash
27752 fboxrule
27753 \series default
27754 , l'ombre a une épaisseur de  4
27755 \begin_inset space \thinspace{}
27756 \end_inset
27757
27758 pt.
27759  
27760 \begin_inset Box Shadowbox
27761 position "c"
27762 hor_pos "c"
27763 has_inner_box 1
27764 inner_pos "c"
27765 use_parbox 0
27766 width "20col%"
27767 special "none"
27768 height "1in"
27769 height_special "totalheight"
27770 status open
27771
27772 \begin_layout Plain Layout
27773 \align center
27774 Boîte ombrée
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Description
27783 Boîte
27784 \begin_inset space ~
27785 \end_inset
27786
27787 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27788  L'épaisseur du trait du cadre interne est de 0.75
27789 \begin_inset space \thinspace{}
27790 \end_inset
27791
27792
27793 \series bold
27794
27795 \backslash
27796 fboxrule
27797 \series default
27798 , l'épaisseur du trait du cadre externe est de 1.5
27799 \begin_inset space \thinspace{}
27800 \end_inset
27801
27802
27803 \series bold
27804
27805 \backslash
27806 fboxrule
27807 \series default
27808 .
27809  La distance entre les deux cadres est de  1.5
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813
27814 \series bold
27815
27816 \backslash
27817 fboxrule
27818 \series default
27819
27820 \begin_inset space \thinspace{}
27821 \end_inset
27822
27823 +
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 0.5
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 pt.
27832  
27833 \begin_inset Box Doublebox
27834 position "c"
27835 hor_pos "c"
27836 has_inner_box 1
27837 inner_pos "c"
27838 use_parbox 0
27839 width "20col%"
27840 special "none"
27841 height "1in"
27842 height_special "totalheight"
27843 status open
27844
27845 \begin_layout Plain Layout
27846 \align center
27847 Boîte double
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 \begin_inset VSpace bigskip
27857 \end_inset
27858
27859 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27860  style de boîte utilisé.
27861  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27862  le paquetage LaTeX 
27863 \series bold
27864 fancybox
27865 \series default
27866 .
27867 \end_layout
27868
27869 \begin_layout Standard
27870 \begin_inset VSpace bigskip
27871 \end_inset
27872
27873 La valeur par défaut pour la variable 
27874 \series bold
27875
27876 \backslash
27877 fboxrule
27878 \series default
27879  est 0.4
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 pt.
27884  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27885  pour avoir 2
27886 \begin_inset space \thinspace{}
27887 \end_inset
27888
27889 pt :
27890 \end_layout
27891
27892 \begin_layout Standard
27893
27894 \series bold
27895
27896 \backslash
27897 setlength{
27898 \backslash
27899 fboxrule}{2pt}
27900 \end_layout
27901
27902 \begin_layout Standard
27903 \begin_inset ERT
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907
27908
27909 \backslash
27910 setlength{
27911 \backslash
27912 fboxrule}{2pt}
27913 \end_layout
27914
27915 \end_inset
27916
27917
27918 \begin_inset Box Boxed
27919 position "c"
27920 hor_pos "c"
27921 has_inner_box 1
27922 inner_pos "c"
27923 use_parbox 0
27924 width "25col%"
27925 special "none"
27926 height "1in"
27927 height_special "totalheight"
27928 status open
27929
27930 \begin_layout Plain Layout
27931 \align center
27932 Boîte rectangulaire avec 
27933 \series bold
27934
27935 \backslash
27936 fboxrule
27937 \series default
27938
27939 \begin_inset space \thinspace{}
27940 \end_inset
27941
27942 =
27943 \begin_inset space \thinspace{}
27944 \end_inset
27945
27946 2
27947 \begin_inset space \thinspace{}
27948 \end_inset
27949
27950 pt
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961
27962 \backslash
27963 setlength{
27964 \backslash
27965 fboxrule}{0.4pt}
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \begin_layout Standard
27974 \begin_inset VSpace bigskip
27975 \end_inset
27976
27977 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27978  les types de cadres, par défaut il est de 3
27979 \begin_inset space \thinspace{}
27980 \end_inset
27981
27982 pt.
27983  Vous pouvez le modifier en donnant une autre valeur à la variable 
27984 \series bold
27985
27986 \backslash
27987 fboxsep
27988 \series default
27989 .
27990  Par exemple la commande
27991 \end_layout
27992
27993 \begin_layout Standard
27994
27995 \series bold
27996
27997 \backslash
27998 setlength{
27999 \backslash
28000 fboxsep}{10pt}
28001 \end_layout
28002
28003 \begin_layout Standard
28004 met une valeur de 10
28005 \begin_inset space \thinspace{}
28006 \end_inset
28007
28008 pt, comme celle utilisée pour cette boîte :
28009 \end_layout
28010
28011 \begin_layout Standard
28012 \begin_inset ERT
28013 status collapsed
28014
28015 \begin_layout Plain Layout
28016
28017
28018 \backslash
28019 setlength{
28020 \backslash
28021 fboxsep}{10pt}
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \begin_inset Box Boxed
28028 position "c"
28029 hor_pos "c"
28030 has_inner_box 1
28031 inner_pos "c"
28032 use_parbox 0
28033 width "25col%"
28034 special "none"
28035 height "1in"
28036 height_special "totalheight"
28037 status open
28038
28039 \begin_layout Plain Layout
28040 \align center
28041 Boîte rectangulaire avec 
28042 \series bold
28043
28044 \backslash
28045 fboxsep
28046 \series default
28047
28048 \begin_inset space \thinspace{}
28049 \end_inset
28050
28051 =
28052 \begin_inset space \thinspace{}
28053 \end_inset
28054
28055 10
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 pt
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \begin_inset ERT
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069
28070
28071 \backslash
28072 setlength{
28073 \backslash
28074 fboxsep}{3pt}
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 \begin_inset VSpace bigskip
28084 \end_inset
28085
28086 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
28087  la commande 
28088 \series bold
28089
28090 \backslash
28091 cornersize
28092 \series default
28093 .
28094  Par exemple, la commande
28095 \end_layout
28096
28097 \begin_layout Standard
28098
28099 \series bold
28100
28101 \backslash
28102 cornersize*{1cm}
28103 \end_layout
28104
28105 \begin_layout Standard
28106 donne un diamètre de 1
28107 \begin_inset space \thinspace{}
28108 \end_inset
28109
28110 cm.
28111  La commande
28112 \end_layout
28113
28114 \begin_layout Standard
28115
28116 \series bold
28117
28118 \backslash
28119 cornersize{num}
28120 \end_layout
28121
28122 \begin_layout Standard
28123 fixe le diamètre à 
28124 \family sans
28125 num
28126 \begin_inset space \thinspace{}
28127 \end_inset
28128
28129 ×
28130 \begin_inset space \thinspace{}
28131 \end_inset
28132
28133 minimum(largeur et hauteur de la boîte)
28134 \family default
28135 .
28136  La valeur par défaut est 
28137 \series bold
28138
28139 \backslash
28140 cornersize{0.5}
28141 \series default
28142 .
28143 \end_layout
28144
28145 \begin_layout Standard
28146 \begin_inset ERT
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150
28151
28152 \backslash
28153 cornersize*{1.5cm}
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \begin_inset Box Ovalbox
28160 position "c"
28161 hor_pos "c"
28162 has_inner_box 1
28163 inner_pos "c"
28164 use_parbox 0
28165 width "25col%"
28166 special "none"
28167 height "1in"
28168 height_special "totalheight"
28169 status open
28170
28171 \begin_layout Plain Layout
28172 \align center
28173 Boîte ovale avec 
28174 \series bold
28175
28176 \backslash
28177 cornersize
28178 \series default
28179
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 =
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 1.5
28188 \begin_inset space \thinspace{}
28189 \end_inset
28190
28191 cm
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \begin_inset ERT
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201
28202
28203 \backslash
28204 cornersize{0.5}
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \end_layout
28211
28212 \begin_layout Standard
28213 \begin_inset VSpace bigskip
28214 \end_inset
28215
28216 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28217  
28218 \series bold
28219
28220 \backslash
28221 shadowsize
28222 \series default
28223 .
28224  Elle est fixée à 2
28225 \begin_inset space \thinspace{}
28226 \end_inset
28227
28228 pt pour la boîte suivante par la commande :
28229 \end_layout
28230
28231 \begin_layout Standard
28232
28233 \series bold
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 shadowsize}{2pt}
28239 \end_layout
28240
28241 \begin_layout Standard
28242 \begin_inset ERT
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246
28247
28248 \backslash
28249 setlength{
28250 \backslash
28251 shadowsize}{2pt}
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \begin_inset Box Shadowbox
28258 position "c"
28259 hor_pos "c"
28260 has_inner_box 1
28261 inner_pos "c"
28262 use_parbox 0
28263 width "25col%"
28264 special "none"
28265 height "1in"
28266 height_special "totalheight"
28267 status open
28268
28269 \begin_layout Plain Layout
28270 \align center
28271 Boîte ombrée avec 
28272 \series bold
28273
28274 \backslash
28275 shadowsize
28276 \series default
28277
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 =
28282 \begin_inset space \thinspace{}
28283 \end_inset
28284
28285 2
28286 \begin_inset space \thinspace{}
28287 \end_inset
28288
28289 pt
28290 \end_layout
28291
28292 \end_inset
28293
28294
28295 \begin_inset ERT
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299
28300
28301 \backslash
28302 setlength{
28303 \backslash
28304 shadowsize}{4pt}
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \begin_layout Standard
28313 \begin_inset VSpace bigskip
28314 \end_inset
28315
28316 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28317  les boîtes qui suivent la commandes qui les a changées.
28318 \end_layout
28319
28320 \begin_layout Section
28321 Minipages
28322 \begin_inset CommandInset label
28323 LatexCommand label
28324 name "sec:Minipages"
28325
28326 \end_inset
28327
28328
28329 \begin_inset Index
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 Boîtes ! Minipages
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \begin_layout Standard
28342 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28343 ur d'une page.
28344  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28345  règles d'indentation, de saut de ligne, etc.
28346  s'appliquent.
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28351  langues.
28352 \end_layout
28353
28354 \begin_layout Standard
28355 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28356  Leur largeur est fixée à 45
28357 \begin_inset space \thinspace{}
28358 \end_inset
28359
28360 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28361  via le menu 
28362 \family sans
28363 Insérer\SpecialChar \menuseparator
28364 Formats\SpecialChar \menuseparator
28365 Ressort
28366 \begin_inset space ~
28367 \end_inset
28368
28369 Horizontal
28370 \family default
28371 .
28372 \end_layout
28373
28374 \begin_layout Standard
28375
28376 \lang english
28377 \begin_inset Box Frameless
28378 position "t"
28379 hor_pos "c"
28380 has_inner_box 1
28381 inner_pos "c"
28382 use_parbox 0
28383 width "45col%"
28384 special "none"
28385 height "1in"
28386 height_special "totalheight"
28387 status open
28388
28389 \begin_layout Plain Layout
28390
28391 \lang german
28392 Dies ist ein deutscher Text.
28393  Dies ist ein deutscher Text.
28394  Dies ist ein deutscher Text.
28395  Dies ist ein deutscher Text.
28396  Dies ist ein deutscher Text.
28397  Dies ist ein deutscher Text.
28398  Dies ist ein deutscher Text.
28399  Dies ist ein deutscher Text.
28400  Dies ist ein deutscher Text.
28401  Dies ist ein deutscher Text.
28402  Dies ist ein deutscher Text.
28403  Dies ist ein deutscher Text.
28404  Dies ist ein deutscher Text
28405 \begin_inset Foot
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409
28410 \lang german
28411 Dies ist eine deutsche Fußnote.
28412 \end_layout
28413
28414 \end_inset
28415
28416 .
28417  Dies ist ein deutscher Text.
28418  Dies ist ein deutscher Text.
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \begin_inset space \hfill{}
28425 \end_inset
28426
28427
28428 \begin_inset Box Frameless
28429 position "t"
28430 hor_pos "c"
28431 has_inner_box 1
28432 inner_pos "c"
28433 use_parbox 0
28434 width "45col%"
28435 special "none"
28436 height "1in"
28437 height_special "totalheight"
28438 status open
28439
28440 \begin_layout Plain Layout
28441
28442 \lang english
28443 This is an English Text.
28444  This is an English Text.
28445  This is an English Text.
28446  This is an English Text.
28447  This is an English Text.
28448  This is an English Text.
28449  This is an English Text.
28450  This is an English Text.
28451  This is an English Text.
28452  This is an English Text.
28453  This is an English Text.
28454  This is an English Text.
28455  This is an English Text.
28456  This is an English Text.
28457  This is an English Text.
28458  This is an English Text.
28459 \begin_inset Foot
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463
28464 \lang english
28465 This is an English footnote.
28466 \end_layout
28467
28468 \end_inset
28469
28470  This is an English Text.
28471  
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 \begin_inset VSpace bigskip
28481 \end_inset
28482
28483 Une autre application des minipages est l'ajout de notes de bas de page
28484  à l'intérieur d'un tableau.
28485  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28486  dans un tableau n'apparaissent pas en bas de la page courante.
28487  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28488  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28489  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28490  dehors des minipages.
28491 \end_layout
28492
28493 \begin_layout Standard
28494 Les notes de bas de page de ce tableau n'apparaissent pas : 
28495 \begin_inset Tabular
28496 <lyxtabular version="3" rows="3" columns="4">
28497 <features>
28498 <column alignment="center" valignment="top" width="0pt">
28499 <column alignment="center" valignment="top" width="0pt">
28500 <column alignment="center" valignment="top" width="0pt">
28501 <column alignment="center" valignment="top" width="0pt">
28502 <row>
28503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28504 \begin_inset Text
28505
28506 \begin_layout Plain Layout
28507 1
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516 2
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Plain Layout
28525 3
28526 \begin_inset Foot
28527 status open
28528
28529 \begin_layout Plain Layout
28530 Ceci est une note de bas de page à l'intérieur d'un tableau.
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \end_inset
28539 </cell>
28540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28541 \begin_inset Text
28542
28543 \begin_layout Plain Layout
28544 4
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 </row>
28550 <row>
28551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28552 \begin_inset Text
28553
28554 \begin_layout Plain Layout
28555 a
28556 \end_layout
28557
28558 \end_inset
28559 </cell>
28560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 b
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573 c
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28579 \begin_inset Text
28580
28581 \begin_layout Plain Layout
28582 d
28583 \end_layout
28584
28585 \end_inset
28586 </cell>
28587 </row>
28588 <row>
28589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28590 \begin_inset Text
28591
28592 \begin_layout Plain Layout
28593 e
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 f
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 g
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 h
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 </row>
28626 </lyxtabular>
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Standard
28634 \align center
28635 \begin_inset Box Frameless
28636 position "t"
28637 hor_pos "c"
28638 has_inner_box 1
28639 inner_pos "c"
28640 use_parbox 0
28641 width "30col%"
28642 special "none"
28643 height "1in"
28644 height_special "totalheight"
28645 status open
28646
28647 \begin_layout Plain Layout
28648 \align center
28649 \begin_inset Tabular
28650 <lyxtabular version="3" rows="3" columns="4">
28651 <features>
28652 <column alignment="center" valignment="top" width="0pt">
28653 <column alignment="center" valignment="top" width="0pt">
28654 <column alignment="center" valignment="top" width="0pt">
28655 <column alignment="center" valignment="top" width="0pt">
28656 <row>
28657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28658 \begin_inset Text
28659
28660 \begin_layout Plain Layout
28661 1
28662 \end_layout
28663
28664 \end_inset
28665 </cell>
28666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28667 \begin_inset Text
28668
28669 \begin_layout Plain Layout
28670 2
28671 \end_layout
28672
28673 \end_inset
28674 </cell>
28675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28676 \begin_inset Text
28677
28678 \begin_layout Plain Layout
28679 3
28680 \begin_inset Foot
28681 status open
28682
28683 \begin_layout Plain Layout
28684 Ceci est une note de bas de page à l'intérieur d'un tableau.
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \end_inset
28693 </cell>
28694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 4
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 </row>
28704 <row>
28705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28706 \begin_inset Text
28707
28708 \begin_layout Plain Layout
28709 a
28710 \end_layout
28711
28712 \end_inset
28713 </cell>
28714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28715 \begin_inset Text
28716
28717 \begin_layout Plain Layout
28718 b
28719 \end_layout
28720
28721 \end_inset
28722 </cell>
28723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28724 \begin_inset Text
28725
28726 \begin_layout Plain Layout
28727 c
28728 \end_layout
28729
28730 \end_inset
28731 </cell>
28732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28733 \begin_inset Text
28734
28735 \begin_layout Plain Layout
28736 d
28737 \end_layout
28738
28739 \end_inset
28740 </cell>
28741 </row>
28742 <row>
28743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28744 \begin_inset Text
28745
28746 \begin_layout Plain Layout
28747 e
28748 \end_layout
28749
28750 \end_inset
28751 </cell>
28752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756 f
28757 \end_layout
28758
28759 \end_inset
28760 </cell>
28761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28762 \begin_inset Text
28763
28764 \begin_layout Plain Layout
28765 g
28766 \end_layout
28767
28768 \end_inset
28769 </cell>
28770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28771 \begin_inset Text
28772
28773 \begin_layout Plain Layout
28774 h
28775 \end_layout
28776
28777 \end_inset
28778 </cell>
28779 </row>
28780 </lyxtabular>
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \begin_layout Standard
28793 \begin_inset VSpace bigskip
28794 \end_inset
28795
28796 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28797  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28798  minipages, même si vous les avez mis par exemple à 
28799 \family sans
28800 Moyen
28801 \family default
28802  dans les paramètres du document.
28803 \end_layout
28804
28805 \begin_layout Standard
28806 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28807  portion de texte, voyez la section
28808 \begin_inset space ~
28809 \end_inset
28810
28811
28812 \begin_inset CommandInset ref
28813 LatexCommand ref
28814 reference "sub:Couleur-pour-les-Paragraphes"
28815
28816 \end_inset
28817
28818 .
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \begin_inset Note Greyedout
28823 status open
28824
28825 \begin_layout Plain Layout
28826
28827 \series bold
28828 Note:
28829 \series default
28830  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28831  mais les minipages peuvent être utilisées dans un tableau, un flottant
28832  ou une autre boîte.
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Section
28841 Les Parboxes
28842 \begin_inset CommandInset label
28843 LatexCommand label
28844 name "sec:Parboxes"
28845
28846 \end_inset
28847
28848
28849 \begin_inset Index
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853 Boîtes ! Parboxes
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Standard
28862 \begin_inset Note Note
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867 \lang english
28868 En attendant une traduction de parbox (NdT)
28869 \end_layout
28870
28871 \end_inset
28872
28873 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28874  ne peuvent avoir de note de bas de page.
28875  La principale différence avec les minipages, c'est que les minipages au
28876  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28877  LaTeX.
28878 \end_layout
28879
28880 \begin_layout Standard
28881 \align center
28882 \begin_inset Box Frameless
28883 position "t"
28884 hor_pos "c"
28885 has_inner_box 1
28886 inner_pos "t"
28887 use_parbox 1
28888 width "33col%"
28889 special "none"
28890 height "1in"
28891 height_special "totalheight"
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 Ceci est un texte à l'intérieur d'une parbox.
28896  Ceci est un texte à l'intérieur d'une parbox.
28897 \end_layout
28898
28899 \begin_layout Plain Layout
28900 Cette note de bas de page ne devrait pas apparaître :
28901 \begin_inset Foot
28902 status open
28903
28904 \begin_layout Plain Layout
28905 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28906  pas.
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Section
28920 Des Boîtes pour les Mots et les Caractères
28921 \begin_inset Index
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 Boîtes ! Pour les caractères
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Subsection
28934 Empêcher la Césure
28935 \begin_inset CommandInset label
28936 LatexCommand label
28937 name "sec:Empêcher-césure"
28938
28939 \end_inset
28940
28941
28942 \begin_inset Index
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Boîtes ! Pour empêcher la césure
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28956  un texte ne soit coupé par une césure.
28957 \begin_inset Newline newline
28958 \end_inset
28959
28960 Voici un exemple de texte :
28961 \end_layout
28962
28963 \begin_layout Standard
28964 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28965  césure dans un 
28966 \begin_inset Quotes eld
28967 \end_inset
28968
28969 motTrèsTrèsLong
28970 \begin_inset Quotes erd
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Standard
28977 Pour empêcher que le mot 
28978 \begin_inset Quotes eld
28979 \end_inset
28980
28981 motTrèsTrèsLong
28982 \begin_inset Quotes erd
28983 \end_inset
28984
28985  soit coupé, ajoutez la commande
28986 \end_layout
28987
28988 \begin_layout Standard
28989
28990 \series bold
28991
28992 \backslash
28993 mbox{
28994 \end_layout
28995
28996 \begin_layout Standard
28997 en code TeX avant le mot.
28998  Après le mot, insérez l'accolade fermante 
28999 \begin_inset Quotes eld
29000 \end_inset
29001
29002
29003 \series bold
29004 }
29005 \series default
29006
29007 \begin_inset Quotes erd
29008 \end_inset
29009
29010  en code TeX.
29011 \end_layout
29012
29013 \begin_layout Standard
29014 Voici le résultat :
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29019  césure dans un
29020 \begin_inset ERT
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024
29025
29026 \backslash
29027 mbox{
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \begin_inset Quotes eld
29034 \end_inset
29035
29036 motTrèsTrèsLong
29037 \begin_inset Quotes erd
29038 \end_inset
29039
29040 .
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046 }
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Standard
29055 Une autre méthode consiste à mettre la commande 
29056 \begin_inset Quotes eld
29057 \end_inset
29058
29059
29060 \series bold
29061
29062 \backslash
29063 -
29064 \series default
29065
29066 \begin_inset Quotes grd
29067 \end_inset
29068
29069  en code TeX, juste avant le mot :
29070 \end_layout
29071
29072 \begin_layout Standard
29073 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29074  césure dans un 
29075 \begin_inset Quotes eld
29076 \end_inset
29077
29078
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 -
29087 \end_layout
29088
29089 \end_inset
29090
29091 motTrèsTrèsLong
29092 \begin_inset Quotes erd
29093 \end_inset
29094
29095 .
29096 \end_layout
29097
29098 \begin_layout Standard
29099 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29100  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29101 \family sans
29102 Insérer\SpecialChar \menuseparator
29103 Formats\SpecialChar \menuseparator
29104 Passage
29105 \begin_inset space ~
29106 \end_inset
29107
29108 à
29109 \begin_inset space ~
29110 \end_inset
29111
29112 la
29113 \begin_inset space ~
29114 \end_inset
29115
29116 Ligne
29117 \family default
29118  (raccourci 
29119 \series bold
29120 Ctrl-Entrée
29121 \series default
29122 ) :
29123 \end_layout
29124
29125 \begin_layout Standard
29126 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29127  césure dans un
29128 \begin_inset Newline newline
29129 \end_inset
29130
29131
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 mbox{
29140 \end_layout
29141
29142 \end_inset
29143
29144
29145 \begin_inset Quotes eld
29146 \end_inset
29147
29148 motTrèsTrèsLong
29149 \begin_inset Quotes erd
29150 \end_inset
29151
29152 .
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158 }
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Subsection
29167 Alignement Vertical
29168 \begin_inset CommandInset label
29169 LatexCommand label
29170 name "sub:Alignement-Vertical"
29171
29172 \end_inset
29173
29174
29175 \begin_inset Index
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179 Boîtes ! Pour l'alignement vertical
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \begin_inset Index
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 Boîtes ! Boîtes élévatrices
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \begin_inset Index
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Raisebox|see
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205 {
29206 \end_layout
29207
29208 \end_inset
29209
29210 Boîtes élévatrices
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216 }
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 Avec la commande 
29231 \series bold
29232
29233 \backslash
29234 raisebox
29235 \series default
29236  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29237  par rapport au texte qui l'entoure.
29238  La commande
29239 \series bold
29240  
29241 \backslash
29242 raisebox
29243 \series default
29244  s'utilise en suivant la syntaxe suivante :
29245 \end_layout
29246
29247 \begin_layout Standard
29248
29249 \series bold
29250
29251 \backslash
29252 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29253 \end_layout
29254
29255 \begin_layout Standard
29256 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29257  pour l'abaisser.
29258 \end_layout
29259
29260 \begin_layout Standard
29261 Pour aligner le mot 
29262 \begin_inset Quotes eld
29263 \end_inset
29264
29265 empêcher
29266 \begin_inset Quotes erd
29267 \end_inset
29268
29269  de façon à ce que le point le plus bas du caractère le plus 
29270 \begin_inset Quotes eld
29271 \end_inset
29272
29273 profond
29274 \begin_inset Quotes erd
29275 \end_inset
29276
29277 , le 
29278 \begin_inset Quotes eld
29279 \end_inset
29280
29281 p
29282 \begin_inset Quotes erd
29283 \end_inset
29284
29285 , soit au niveau de la ligne de base, insérez la commande 
29286 \end_layout
29287
29288 \begin_layout Standard
29289
29290 \series bold
29291
29292 \backslash
29293 raisebox{
29294 \backslash
29295 depth}{
29296 \end_layout
29297
29298 \begin_layout Standard
29299 en code TeX avant le mot.
29300  Insérez après le mot l'accolade fermante 
29301 \begin_inset Quotes eld
29302 \end_inset
29303
29304
29305 \series bold
29306 }
29307 \series default
29308
29309 \begin_inset Quotes erd
29310 \end_inset
29311
29312  en code TeX.
29313 \begin_inset Newline newline
29314 \end_inset
29315
29316 Voici le résultat :
29317 \end_layout
29318
29319 \begin_layout Standard
29320 Cette ligne de texte contient le mot 
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326
29327 \backslash
29328 raisebox{
29329 \backslash
29330 depth}{
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \begin_inset Quotes eld
29337 \end_inset
29338
29339 empêcher
29340 \begin_inset Quotes erd
29341 \end_inset
29342
29343
29344 \begin_inset ERT
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348
29349 }
29350 \end_layout
29351
29352 \end_inset
29353
29354  comme mot élevé.
29355 \end_layout
29356
29357 \begin_layout Standard
29358 \begin_inset VSpace bigskip
29359 \end_inset
29360
29361 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29362  entre les lignes va être agrandie :
29363 \end_layout
29364
29365 \begin_layout Standard
29366 Cette ligne de texte contient le mot
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372
29373 \backslash
29374 raisebox{-
29375 \backslash
29376 depth}{
29377 \end_layout
29378
29379 \end_inset
29380
29381
29382 \begin_inset Quotes eld
29383 \end_inset
29384
29385 empêcher
29386 \begin_inset Quotes erd
29387 \end_inset
29388
29389
29390 \begin_inset ERT
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394
29395 }
29396 \end_layout
29397
29398 \end_inset
29399
29400  comme mot abaissé.
29401 \begin_inset Newline newline
29402 \end_inset
29403
29404 Cette ligne de texte contient le mot 
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 raisebox{0.5cm}{
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset Quotes eld
29419 \end_inset
29420
29421 tester
29422 \begin_inset Quotes erd
29423 \end_inset
29424
29425
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431 }
29432 \end_layout
29433
29434 \end_inset
29435
29436  comme mot élevé.
29437 \end_layout
29438
29439 \begin_layout Standard
29440 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29441  mettez la hauteur de la boîte à zéro.
29442  Par exemple utilisez
29443 \end_layout
29444
29445 \begin_layout Standard
29446
29447 \series bold
29448
29449 \backslash
29450 raisebox{-
29451 \backslash
29452 depth}[0pt]{
29453 \end_layout
29454
29455 \begin_layout Standard
29456 Cette ligne de texte contient le mot
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462
29463 \backslash
29464 raisebox{-
29465 \backslash
29466 depth}[0pt]{
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \begin_inset Quotes eld
29473 \end_inset
29474
29475 empêcher
29476 \begin_inset Quotes erd
29477 \end_inset
29478
29479
29480 \begin_inset ERT
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484
29485 }
29486 \end_layout
29487
29488 \end_inset
29489
29490  comme mot abaissé.
29491 \begin_inset Newline newline
29492 \end_inset
29493
29494 Cette ligne de texte contient le mot 
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 raisebox{0.5cm}[0pt]{
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \begin_inset Quotes eld
29509 \end_inset
29510
29511 tester
29512 \begin_inset Quotes erd
29513 \end_inset
29514
29515
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521 }
29522 \end_layout
29523
29524 \end_inset
29525
29526  comme mot élevé.
29527 \end_layout
29528
29529 \begin_layout Section
29530 Boîtes Colorées
29531 \begin_inset CommandInset label
29532 LatexCommand label
29533 name "sec:Boîtes-colorées"
29534
29535 \end_inset
29536
29537
29538 \begin_inset Index
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Boîtes ! Couleur
29543 \end_layout
29544
29545 \end_inset
29546
29547
29548 \end_layout
29549
29550 \begin_layout Subsection
29551 De la couleur pour le texte
29552 \begin_inset Index
29553 status collapsed
29554
29555 \begin_layout Plain Layout
29556 Couleur ! Pour le texte
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \begin_layout Standard
29565 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29566  une boîte appelée 
29567 \begin_inset Quotes eld
29568 \end_inset
29569
29570 colorbox
29571 \begin_inset Quotes erd
29572 \end_inset
29573
29574 .
29575  Cela demande que le paquetage LaTeX 
29576 \series bold
29577 color
29578 \series default
29579
29580 \begin_inset Index
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584 Paquetages LaTeX ! color
29585 \end_layout
29586
29587 \end_inset
29588
29589  soit chargé dans le préambule du document avec la commande
29590 \end_layout
29591
29592 \begin_layout Standard
29593
29594 \series bold
29595
29596 \backslash
29597 @ifundef\SpecialChar \textcompwordmark{}
29598 ined{textcolor}
29599 \begin_inset Newline newline
29600 \end_inset
29601
29602
29603 \begin_inset ERT
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607
29608
29609 \backslash
29610 hphantom{ }
29611 \end_layout
29612
29613 \end_inset
29614
29615 {
29616 \backslash
29617 usepackage{color}}{}
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Le paquetage 
29622 \series bold
29623 color
29624 \series default
29625  sera chargé automatiquement par LyX dès que vous colorez du texte
29626 \begin_inset Foot
29627 status open
29628
29629 \begin_layout Plain Layout
29630 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29631  
29632 \series bold
29633
29634 \backslash
29635 @ifundef\SpecialChar \textcompwordmark{}
29636 ined
29637 \series default
29638 .
29639 \end_layout
29640
29641 \end_inset
29642
29643 .
29644 \end_layout
29645
29646 \begin_layout Standard
29647 \begin_inset VSpace medskip
29648 \end_inset
29649
29650 Les boîtes colorées sont créées par la commande 
29651 \series bold
29652
29653 \backslash
29654 colorbox
29655 \series default
29656 .
29657  Elle est utilisée avec la syntaxe suivante :
29658 \end_layout
29659
29660 \begin_layout Standard
29661
29662 \series bold
29663
29664 \backslash
29665 colorbox{couleur}{contenu de la boîte}
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29670  peuvent être placées à l'intérieur d'autres boîtes.
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Les couleurs suivantes sont prédéfinies ::
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678
29679 \family sans
29680 black
29681 \family default
29682  (noir), 
29683 \family sans
29684 blue
29685 \family default
29686  (bleu), 
29687 \family sans
29688 cyan
29689 \family default
29690 \series bold
29691 ,
29692 \series default
29693  
29694 \family sans
29695 green
29696 \family default
29697  (vert), 
29698 \family sans
29699 magenta
29700 \family default
29701
29702 \family sans
29703 red
29704 \family default
29705  (rouge), 
29706 \family sans
29707 white
29708 \family default
29709  (blanc), and 
29710 \family sans
29711 yellow
29712 \family default
29713  (jaune).
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29718  section
29719 \begin_inset space ~
29720 \end_inset
29721
29722
29723 \begin_inset CommandInset ref
29724 LatexCommand ref
29725 reference "sec:Tableaux-Colorés"
29726
29727 \end_inset
29728
29729 .
29730 \end_layout
29731
29732 \begin_layout Standard
29733 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29734 \end_layout
29735
29736 \begin_layout Standard
29737
29738 \series bold
29739
29740 \backslash
29741 colorbox{red}{
29742 \end_layout
29743
29744 \begin_layout Standard
29745 avant le mot en code TeX.
29746  Insérez l'accolade fermante 
29747 \begin_inset Quotes eld
29748 \end_inset
29749
29750 }
29751 \begin_inset Quotes erd
29752 \end_inset
29753
29754  après le mot, en code TeX.
29755 \begin_inset Newline newline
29756 \end_inset
29757
29758 Voici le résultat :
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Cette ligne de texte contient le mot
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 colorbox{red}{
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \begin_inset Quotes eld
29777 \end_inset
29778
29779 Attention!
29780 \begin_inset Quotes erd
29781 \end_inset
29782
29783
29784 \begin_inset ERT
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788
29789 }
29790 \end_layout
29791
29792 \end_inset
29793
29794  sur fond rouge.
29795 \end_layout
29796
29797 \begin_layout Standard
29798 \begin_inset VSpace bigskip
29799 \end_inset
29800
29801 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29802  vous pouvez utiliser la commande 
29803 \series bold
29804
29805 \backslash
29806 fcolorbox
29807 \series default
29808  avec la syntaxe suivante :
29809 \end_layout
29810
29811 \begin_layout Standard
29812
29813 \series bold
29814
29815 \backslash
29816 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29817 \end_layout
29818
29819 \begin_layout Standard
29820
29821 \series bold
29822
29823 \backslash
29824 fcolorbox
29825 \series default
29826  est une extension de 
29827 \series bold
29828
29829 \backslash
29830 colorbox
29831 \series default
29832 .
29833  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29834  peuvent être modifiés avec les variables 
29835 \series bold
29836
29837 \backslash
29838 fboxrule
29839 \series default
29840  et 
29841 \series bold
29842
29843 \backslash
29844 fboxsep
29845 \series default
29846 , comme c'est décrit dans la section
29847 \begin_inset space ~
29848 \end_inset
29849
29850
29851 \begin_inset CommandInset ref
29852 LatexCommand ref
29853 reference "sec:Boîtes-encadrées"
29854
29855 \end_inset
29856
29857 .
29858 \end_layout
29859
29860 \begin_layout Standard
29861 Pour l'exemple suivant, on a utilisé la commande
29862 \end_layout
29863
29864 \begin_layout Standard
29865
29866 \series bold
29867
29868 \backslash
29869 fcolorbox{cyan}{magenta}{
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29874 \begin_inset space \thinspace{}
29875 \end_inset
29876
29877 mm:
29878 \begin_inset Newline newline
29879 \end_inset
29880
29881
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 fboxrule 1mm 
29890 \backslash
29891 fboxsep 1mm
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \begin_inset ERT
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902
29903 \backslash
29904 fcolorbox{cyan}{magenta}{
29905 \end_layout
29906
29907 \end_inset
29908
29909 Ce texte est dans une boîte encadrée et colorée.
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915 }
29916 \end_layout
29917
29918 \end_inset
29919
29920
29921 \end_layout
29922
29923 \begin_layout Standard
29924 \begin_inset VSpace bigskip
29925 \end_inset
29926
29927 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29928  les yeux ! - NdT) :
29929 \begin_inset Newline newline
29930 \end_inset
29931
29932
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938
29939 \backslash
29940 fcolorbox{cyan}{magenta}{
29941 \end_layout
29942
29943 \end_inset
29944
29945
29946 \color yellow
29947 Ce texte est coloré dans une boîte colorée et encadrée.
29948 \color inherit
29949
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955 }
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 fboxrule 0.4pt 
29969 \backslash
29970 fboxsep 3pt
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Standard
29979
29980 \series bold
29981 \begin_inset VSpace medskip
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Standard
29988 \begin_inset Note Greyedout
29989 status open
29990
29991 \begin_layout Plain Layout
29992
29993 \series bold
29994 Note:
29995 \series default
29996  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29997  de ligne.
29998  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29999  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Subsection
30008 De la couleur pour les paragraphes
30009 \begin_inset CommandInset label
30010 LatexCommand label
30011 name "sub:Couleur-pour-les-Paragraphes"
30012
30013 \end_inset
30014
30015
30016 \begin_inset Index
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020 Couleur ! Pour les  paragraphes
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30030  texte dans une minipage.
30031  Avant la minipage, insérez la commande 
30032 \series bold
30033
30034 \backslash
30035 colorbox
30036 \series default
30037  
30038 \end_layout
30039
30040 \begin_layout Standard
30041
30042 \series bold
30043
30044 \backslash
30045 colorbox{color}{
30046 \end_layout
30047
30048 \begin_layout Standard
30049 en code TeX.
30050  Après la minipage, insérez l'accolade fermante 
30051 \begin_inset Quotes eld
30052 \end_inset
30053
30054 }
30055 \begin_inset Quotes erd
30056 \end_inset
30057
30058  en code TeX.
30059 \end_layout
30060
30061 \begin_layout Standard
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 colorbox{lightgrey}{
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \begin_inset Box Frameless
30076 position "t"
30077 hor_pos "c"
30078 has_inner_box 1
30079 inner_pos "t"
30080 use_parbox 0
30081 width "100col%"
30082 special "none"
30083 height "1in"
30084 height_special "totalheight"
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088 Ce texte a un fond coloré.
30089  Ce texte a un fond coloré.
30090 \end_layout
30091
30092 \begin_layout Plain Layout
30093 \begin_inset VSpace defskip
30094 \end_inset
30095
30096 Le texte peut avoir des notes de bas de page
30097 \begin_inset Foot
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 Un autre exemple de note de bas de page
30102 \end_layout
30103
30104 \end_inset
30105
30106  et contenir des figures et des tableaux.
30107 \end_layout
30108
30109 \begin_layout Plain Layout
30110 \align center
30111 \begin_inset Tabular
30112 <lyxtabular version="3" rows="3" columns="3">
30113 <features>
30114 <column alignment="center" valignment="top" width="0">
30115 <column alignment="center" valignment="top" width="0">
30116 <column alignment="center" valignment="top" width="0">
30117 <row>
30118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30119 \begin_inset Text
30120
30121 \begin_layout Plain Layout
30122 a
30123 \end_layout
30124
30125 \end_inset
30126 </cell>
30127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30128 \begin_inset Text
30129
30130 \begin_layout Plain Layout
30131 !
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30137 \begin_inset Text
30138
30139 \begin_layout Plain Layout
30140 3
30141 \end_layout
30142
30143 \end_inset
30144 </cell>
30145 </row>
30146 <row>
30147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30148 \begin_inset Text
30149
30150 \begin_layout Plain Layout
30151 <
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
30160 b2
30161 \begin_inset Quotes erd
30162 \end_inset
30163
30164 |
30165 \end_layout
30166
30167 \end_inset
30168 </cell>
30169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30170 \begin_inset Text
30171
30172 \begin_layout Plain Layout
30173 >
30174 \end_layout
30175
30176 \end_inset
30177 </cell>
30178 </row>
30179 <row>
30180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Plain Layout
30184 1
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Plain Layout
30193 §
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30199 \begin_inset Text
30200
30201 \begin_layout Plain Layout
30202 c
30203 \end_layout
30204
30205 \end_inset
30206 </cell>
30207 </row>
30208 </lyxtabular>
30209
30210 \end_inset
30211
30212
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \begin_inset ERT
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222
30223 }
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \end_layout
30230
30231 \begin_layout Section
30232 Les boîtes pivotées et redimensionnées
30233 \end_layout
30234
30235 \begin_layout Standard
30236 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30237  charger le paquetage LaTeX 
30238 \series bold
30239 graphicx
30240 \series default
30241
30242 \begin_inset Index
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246 Paquetages LaTeX ! graphicx
30247 \end_layout
30248
30249 \end_inset
30250
30251  dans le préambule de votre document avec la commande
30252 \end_layout
30253
30254 \begin_layout Standard
30255
30256 \series bold
30257
30258 \backslash
30259 @ifundefined{rotatebox}
30260 \begin_inset Newline newline
30261 \end_inset
30262
30263
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269
30270 \backslash
30271 hphantom{ }
30272 \end_layout
30273
30274 \end_inset
30275
30276 {
30277 \backslash
30278 usepackage{graphicx}}{}
30279 \end_layout
30280
30281 \begin_layout Standard
30282 \begin_inset Note Greyedout
30283 status open
30284
30285 \begin_layout Plain Layout
30286
30287 \series bold
30288 Note:
30289 \series default
30290  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30291  redimensionnés.
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset Note Greyedout
30301 status open
30302
30303 \begin_layout Plain Layout
30304
30305 \series bold
30306 Note:
30307 \series default
30308  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30309  redimensionnée.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Subsection
30318 Les Boîtes pivotées
30319 \begin_inset Index
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323 Boîtes ! pivotées
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset Index
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333 Pivoter des objets
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \begin_inset Index
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343 Figures ! Pivotées
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \begin_inset Index
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353 Tableau ! Pivoter
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Standard
30362 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30363  (rotated).
30364  Une telle boîte est créée avec la commande 
30365 \series bold
30366
30367 \backslash
30368 rotatebox
30369 \series default
30370  en code TeX avec la syntaxe
30371 \end_layout
30372
30373 \begin_layout Standard
30374
30375 \series bold
30376
30377 \backslash
30378 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30379 \end_layout
30380
30381 \begin_layout Standard
30382 La position du pivot est donnée par l'origine de rotation spécifiée sous
30383  la forme 
30384 \series bold
30385 origin=position
30386 \series default
30387 .
30388  Les valeurs suivantes sont possibles pour la position: 
30389 \emph on
30390 c
30391 \emph default
30392  (centre), 
30393 \emph on
30394 l
30395 \emph default
30396  (gauche/
30397 \lang english
30398 left
30399 \lang french
30400 ), 
30401 \emph on
30402 r
30403 \emph default
30404  (droite/
30405 \lang english
30406 right
30407 \lang french
30408 ), 
30409 \emph on
30410 b
30411 \emph default
30412  (bas/
30413 \lang english
30414 bottom
30415 \lang french
30416 ), 
30417 \emph on
30418 t
30419 \emph default
30420  (haut/
30421 \lang english
30422 top
30423 \lang french
30424 ), et aussi des combinaisons des quatre positions de base.
30425  Par exemple 
30426 \emph on
30427 lt
30428 \emph default
30429  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30430  Quand on ne donne pas d'origine, la position 
30431 \emph on
30432 l
30433 \emph default
30434  est utilisée.
30435  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30436  ou négatif.
30437  Le sens positif de rotation est anti-horaire.
30438 \end_layout
30439
30440 \begin_layout Standard
30441 Dans l'exemple qui suit, la commande 
30442 \series bold
30443
30444 \backslash
30445 rotatebox[origin=c]{60}{
30446 \series default
30447  a été insérée en code TeX juste avant le texte 
30448 \begin_inset Quotes eld
30449 \end_inset
30450
30451 pivoté de 90°
30452 \begin_inset Quotes erd
30453 \end_inset
30454
30455  ; la boîte est refermée juste après le texte par une accolade fermante
30456  
30457 \begin_inset Quotes eld
30458 \end_inset
30459
30460 }
30461 \begin_inset Quotes erd
30462 \end_inset
30463
30464  en code TeX.
30465 \end_layout
30466
30467 \begin_layout Standard
30468 Voici une ligne avec du texte 
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474
30475 \backslash
30476 rotatebox[origin=c]{60}{
30477 \end_layout
30478
30479 \end_inset
30480
30481 pivoté de 60°
30482 \begin_inset ERT
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487 }
30488 \end_layout
30489
30490 \end_inset
30491
30492 .
30493 \end_layout
30494
30495 \begin_layout Standard
30496 La boîte peut contenir une autre boîte ou une formule en ligne :
30497 \end_layout
30498
30499 \begin_layout Standard
30500 Voici une ligne avec du texte 
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506
30507 \backslash
30508 rotatebox[origin=r]{-60}{
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset Box Doublebox
30515 position "c"
30516 hor_pos "c"
30517 has_inner_box 0
30518 inner_pos "c"
30519 use_parbox 0
30520 width "1in"
30521 special "width"
30522 height "1in"
30523 height_special "totalheight"
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 pivoté de -60°
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538 }
30539 \end_layout
30540
30541 \end_inset
30542
30543  et encadré 
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549
30550 \backslash
30551 rotatebox[origin=lb]{60}{
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30558 \end_inset
30559
30560
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566 }
30567 \end_layout
30568
30569 \end_inset
30570
30571  et une formule.
30572 \end_layout
30573
30574 \begin_layout Standard
30575 ou encore une figure ou un tableau :
30576 \end_layout
30577
30578 \begin_layout Standard
30579 Voici une ligne
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 rotatebox[origin=lb]{90}{
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \begin_inset Graphics
30594         filename ../clipart/platypus.eps
30595         lyxscale 50
30596         width 25col%
30597
30598 \end_inset
30599
30600
30601 \begin_inset ERT
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605
30606 }
30607 \end_layout
30608
30609 \end_inset
30610
30611  avec une image pivotée de 90° 
30612 \begin_inset ERT
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616
30617
30618 \backslash
30619 rotatebox[origin=l]{-90}{
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \begin_inset Tabular
30626 <lyxtabular version="3" rows="2" columns="2">
30627 <features>
30628 <column alignment="center" valignment="top" width="0">
30629 <column alignment="center" valignment="top" width="0">
30630 <row>
30631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635 q
30636 \end_layout
30637
30638 \end_inset
30639 </cell>
30640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644 w
30645 \end_layout
30646
30647 \end_inset
30648 </cell>
30649 </row>
30650 <row>
30651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30652 \begin_inset Text
30653
30654 \begin_layout Plain Layout
30655 e
30656 \end_layout
30657
30658 \end_inset
30659 </cell>
30660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30661 \begin_inset Text
30662
30663 \begin_layout Plain Layout
30664 r
30665 \end_layout
30666
30667 \end_inset
30668 </cell>
30669 </row>
30670 </lyxtabular>
30671
30672 \end_inset
30673
30674
30675 \begin_inset ERT
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679
30680 }
30681 \end_layout
30682
30683 \end_inset
30684
30685  et un tableau.
30686 \end_layout
30687
30688 \begin_layout Subsection
30689 Les boîtes redimensionnées
30690 \begin_inset Index
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 Boîtes ! Redimensionnées
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \begin_inset Index
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704 Redimensionner des objets
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \begin_inset Index
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714 Figures ! Redimensionnées
30715 \end_layout
30716
30717 \end_inset
30718
30719
30720 \begin_inset Index
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724 Tableau ! Redimensionner
30725 \end_layout
30726
30727 \end_inset
30728
30729
30730 \end_layout
30731
30732 \begin_layout Standard
30733 Pour redimensionner des objets on peut utiliser les commandes 
30734 \series bold
30735
30736 \backslash
30737 scalebox
30738 \series default
30739  et 
30740 \series bold
30741
30742 \backslash
30743 resizebox
30744 \series default
30745  insérées sous forme de code TeX.
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 scalebox
30754 \series default
30755  est utilisée avec la syntaxe suivante :
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 scalebox{horizontal}[vertical]{contenu de la boîte}
30764 \end_layout
30765
30766 \begin_layout Standard
30767 Horizontal et vertical sont les facteurs d'échelle correspondants.
30768  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30769  utilisé comme facteur vertical.
30770 \end_layout
30771
30772 \begin_layout Standard
30773 Par exemple, la commande 
30774 \series bold
30775
30776 \backslash
30777 scalebox{2}{Bonjour}
30778 \series default
30779  crée un 
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785
30786 \backslash
30787 scalebox{2}{
30788 \end_layout
30789
30790 \end_inset
30791
30792 Bonjour
30793 \begin_inset ERT
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798 }
30799 \end_layout
30800
30801 \end_inset
30802
30803  de taille double par rapport à la taille du texte du document.
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809
30810 \backslash
30811 scalebox{2}[1]{Hello}
30812 \series default
30813  au contraire va déformer le 
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819
30820 \backslash
30821 scalebox{2}[1]{
30822 \end_layout
30823
30824 \end_inset
30825
30826 Bonjour
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 }
30833 \end_layout
30834
30835 \end_inset
30836
30837 .
30838 \end_layout
30839
30840 \begin_layout Standard
30841 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30842  La commande 
30843 \series bold
30844
30845 \backslash
30846 scalebox{-1}[1]{Hello}
30847 \series default
30848  peut donc être utilisée pour créer du texte en miroir : 
30849 \begin_inset ERT
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854
30855 \backslash
30856 scalebox{-1}[1]{
30857 \end_layout
30858
30859 \end_inset
30860
30861 Bonjour
30862 \begin_inset ERT
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866
30867 }
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \end_layout
30874
30875 \begin_layout Standard
30876
30877 \series bold
30878
30879 \backslash
30880 scalebox{1}[-1]{Bonjour}
30881 \series default
30882  effectue une réflexion du 
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888
30889 \backslash
30890 scalebox{1}[-1]{
30891 \end_layout
30892
30893 \end_inset
30894
30895 Bonjour
30896 \begin_inset ERT
30897 status collapsed
30898
30899 \begin_layout Plain Layout
30900
30901 }
30902 \end_layout
30903
30904 \end_inset
30905
30906  par rapport à la ligne de base.
30907 \end_layout
30908
30909 \begin_layout Standard
30910 La commande 
30911 \series bold
30912
30913 \backslash
30914 reflectbox{contenu de la boîte} 
30915 \series default
30916 existe aussi et est équivalente à
30917 \series bold
30918  
30919 \backslash
30920 scalebox{-1}[1]{contenu de la boîte}.
30921
30922 \series default
30923  
30924 \begin_inset Newline newline
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 \begin_inset VSpace bigskip
30932 \end_inset
30933
30934 La commande 
30935 \series bold
30936
30937 \backslash
30938 resizebox
30939 \series default
30940  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30941  données.
30942  La syntaxe de la commande est :
30943 \end_layout
30944
30945 \begin_layout Standard
30946
30947 \series bold
30948
30949 \backslash
30950 resizebox{largeur}{hauteur}{contenu de la boîte}
30951 \end_layout
30952
30953 \begin_layout Standard
30954 Si un des deux paramètres est remplacé par un point d'exclamation 
30955 \series bold
30956 !
30957 \series default
30958 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30959 \end_layout
30960
30961 \begin_layout Standard
30962 La commande 
30963 \series bold
30964
30965 \backslash
30966 resizebox{2cm}{1cm}{Bonjour}
30967 \series default
30968  produit : 
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974
30975 \backslash
30976 resizebox{2cm}{1cm}{
30977 \end_layout
30978
30979 \end_inset
30980
30981 Bonjour
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987 }
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \begin_inset Newline newline
30994 \end_inset
30995
30996 La commande 
30997 \series bold
30998
30999 \backslash
31000 resizebox{2cm}{!}{Bonjour}
31001 \series default
31002  produit : 
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008
31009 \backslash
31010 resizebox{2cm}{!}{
31011 \end_layout
31012
31013 \end_inset
31014
31015 Bonjour
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021 }
31022 \end_layout
31023
31024 \end_inset
31025
31026
31027 \end_layout
31028
31029 \begin_layout Standard
31030 \begin_inset VSpace bigskip
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 \begin_inset Note Greyedout
31038 status open
31039
31040 \begin_layout Plain Layout
31041
31042 \series bold
31043 Note:
31044 \series default
31045  Quand les paramètres des commandes 
31046 \series bold
31047
31048 \backslash
31049 scalebox
31050 \series default
31051  ou 
31052 \series bold
31053
31054 \backslash
31055 resizebox
31056 \series default
31057  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31058  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31059  partiellement.
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \begin_inset VSpace bigskip
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Les boîtes peuvent être combinée dans n'importe quel ordre.
31076  Par exemple, la commande 
31077 \begin_inset Newline newline
31078 \end_inset
31079
31080
31081 \series bold
31082
31083 \backslash
31084 rotatebox[origin=c]{-45}{
31085 \backslash
31086 resizebox{2cm}{!}{
31087 \backslash
31088 reflectbox{Bonjour}}}
31089 \begin_inset Newline newline
31090 \end_inset
31091
31092
31093 \series default
31094 produit :
31095 \end_layout
31096
31097 \begin_layout Standard
31098 \align center
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104
31105 \backslash
31106 rotatebox[origin=c]{-45}{
31107 \backslash
31108 resizebox{2cm}{!}{
31109 \backslash
31110 reflectbox{
31111 \end_layout
31112
31113 \end_inset
31114
31115 Bonjour
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121 }}}
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Standard
31130 \noindent
31131 Les images, les tableaux et les formules sont autorisées comme contenu de
31132  boîte :
31133 \end_layout
31134
31135 \begin_layout Standard
31136 \align center
31137 \begin_inset ERT
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141
31142
31143 \backslash
31144 rotatebox[origin=c]{-30}{
31145 \backslash
31146 resizebox{2cm}{!}{
31147 \backslash
31148 reflectbox{
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \begin_inset Graphics
31155         filename ../clipart/platypus.eps
31156         lyxscale 50
31157         width 25col%
31158
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167 }}}
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178
31179 \backslash
31180 rotatebox[origin=c]{-45}{
31181 \backslash
31182 resizebox{2cm}{!}{
31183 \backslash
31184 reflectbox{
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset Tabular
31191 <lyxtabular version="3" rows="2" columns="2">
31192 <features>
31193 <column alignment="center" valignment="top" width="0">
31194 <column alignment="center" valignment="top" width="0">
31195 <row>
31196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31197 \begin_inset Text
31198
31199 \begin_layout Plain Layout
31200 q
31201 \end_layout
31202
31203 \end_inset
31204 </cell>
31205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209 w
31210 \end_layout
31211
31212 \end_inset
31213 </cell>
31214 </row>
31215 <row>
31216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31217 \begin_inset Text
31218
31219 \begin_layout Plain Layout
31220 e
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 r
31230 \end_layout
31231
31232 \end_inset
31233 </cell>
31234 </row>
31235 </lyxtabular>
31236
31237 \end_inset
31238
31239
31240 \begin_inset ERT
31241 status collapsed
31242
31243 \begin_layout Plain Layout
31244
31245 }}}
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \begin_inset ERT
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255
31256
31257 \backslash
31258 rotatebox[origin=c]{-45}{
31259 \backslash
31260 resizebox{2cm}{!}{
31261 \backslash
31262 reflectbox{
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31269 \end_inset
31270
31271
31272 \begin_inset ERT
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277 }}}
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \begin_layout Standard
31286 Quand on utilise le style global de formule 
31287 \series bold
31288 fleqn
31289 \series default
31290  dans le document
31291 \begin_inset Foot
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Quand 
31296 \begin_inset Quotes eld
31297 \end_inset
31298
31299 fleqn
31300 \begin_inset Quotes erd
31301 \end_inset
31302
31303  est ajouté aux options de la classe de document.
31304 \end_layout
31305
31306 \end_inset
31307
31308 , les formules hors texte peuvent aussi être redimensionnées.
31309 \end_layout
31310
31311 \begin_layout Chapter
31312 Trucs Externes
31313 \begin_inset Index
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317 Trucs externes
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 Avec le menu 
31327 \family sans
31328 Insérer\SpecialChar \menuseparator
31329 Fichier
31330 \family default
31331  vous pouvez insérer un contenu externe à votre document.
31332  Ce contenu peut être :
31333 \end_layout
31334
31335 \begin_layout Description
31336 Document
31337 \begin_inset space ~
31338 \end_inset
31339
31340 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31341  document.
31342 \end_layout
31343
31344 \begin_layout Description
31345 Texte
31346 \begin_inset space ~
31347 \end_inset
31348
31349 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31350 e.
31351 \end_layout
31352
31353 \begin_layout Description
31354 Texte
31355 \begin_inset space ~
31356 \end_inset
31357
31358 Brut
31359 \begin_inset space ~
31360 \end_inset
31361
31362 par
31363 \begin_inset space ~
31364 \end_inset
31365
31366 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31367  Les lignes vides créent un nouveau paragraphe dans votre document.
31368 \end_layout
31369
31370 \begin_layout Description
31371 Objet
31372 \begin_inset space ~
31373 \end_inset
31374
31375 Externe Fichiers de formats variés.
31376 \end_layout
31377
31378 \begin_layout Description
31379 Sous-Document Documents LyX ou LaTeX.
31380 \end_layout
31381
31382 \begin_layout Section
31383 Objets Externes 
31384 \begin_inset Index
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 Trucs externes ! Objets Externes
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31398  de fichiers dans votre document sans avoir à convertir ces derniers en
31399  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31400  qui va s'occuper des conversions.
31401  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31402  LyX des images dans des formats divers.
31403 \end_layout
31404
31405 \begin_layout Standard
31406 On insère des objets externes en utilisant la fenêtre de dialogue 
31407 \family sans
31408 Objet
31409 \begin_inset space ~
31410 \end_inset
31411
31412 Externe
31413 \family default
31414  qui est accessible via le menu 
31415 \family sans
31416 Insérer\SpecialChar \menuseparator
31417 Fichiers\SpecialChar \menuseparator
31418 Objet
31419 \begin_inset space ~
31420 \end_inset
31421
31422 Externe
31423 \family default
31424 .
31425  Actuellement les types de fichiers (
31426 \family sans
31427 Modèles
31428 \family default
31429 ) suivants sont autorisés :
31430 \end_layout
31431
31432 \begin_layout Description
31433 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31434  par le programme 
31435 \series bold
31436
31437 \begin_inset CommandInset href
31438 LatexCommand href
31439 name "XBoard"
31440 target "http://en.wikipedia.org/wiki/XBoard"
31441
31442 \end_inset
31443
31444
31445 \series default
31446 .
31447 \end_layout
31448
31449 \begin_layout Description
31450 Date Ce modèle insère la date sous la forme 
31451 \emph on
31452 Jour-Mois-Année
31453 \emph default
31454 .
31455  Voici un exemple de date insérée comme objet externe :: 
31456 \begin_inset External
31457         template Date
31458         filename .
31459
31460 \end_inset
31461
31462
31463 \lang english
31464
31465 \begin_inset space ~
31466 \end_inset
31467
31468
31469 \begin_inset Note Note
31470 status open
31471
31472 \begin_layout Plain Layout
31473
31474 \lang english
31475 Remove the protected space when bug 4398 is fixed!
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \lang french
31482
31483 \begin_inset Newline newline
31484 \end_inset
31485
31486 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31487  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31488 \family sans
31489 Insérer\SpecialChar \menuseparator
31490 Date
31491 \family default
31492  et avec la commande LaTeX 
31493 \series bold
31494
31495 \backslash
31496 today
31497 \series default
31498  entrée comme code TeX.
31499  Ces différentes méthodes sont comparée dans le tableau
31500 \begin_inset space ~
31501 \end_inset
31502
31503
31504 \begin_inset CommandInset ref
31505 LatexCommand ref
31506 reference "tab:Comparaison-des-dates"
31507
31508 \end_inset
31509
31510 .
31511 \end_layout
31512
31513 \begin_layout Description
31514 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31515  par le programme 
31516 \series bold
31517
31518 \begin_inset CommandInset href
31519 LatexCommand href
31520 name "LilyPond"
31521 target "http://en.wikipedia.org/wiki/LilyPond"
31522
31523 \end_inset
31524
31525
31526 \series default
31527 .
31528 \end_layout
31529
31530 \begin_layout Description
31531 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31532  À peu près tous les formats d'images populaires sont acceptés.
31533  Les images peuvent être traitées dans la fenêtre de dialogue 
31534 \family sans
31535 Objet
31536 \begin_inset space ~
31537 \end_inset
31538
31539 Externe
31540 \family default
31541  comme les images qui sont habituellement incorporées en utilisant le menu
31542  
31543 \family sans
31544 Insérer\SpecialChar \menuseparator
31545 Graphique
31546 \family default
31547 , comme c'est décrit dans la section
31548 \begin_inset space ~
31549 \end_inset
31550
31551
31552 \begin_inset CommandInset ref
31553 LatexCommand ref
31554 reference "sec:Graphics-Dialog"
31555
31556 \end_inset
31557
31558 .
31559  La différence est que seules les images matricielles sont autorisées, ce
31560  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31561 \end_layout
31562
31563 \begin_layout Description
31564 XFig Ce modèle accepte les images créées avec le programme 
31565 \series bold
31566
31567 \begin_inset CommandInset href
31568 LatexCommand href
31569 name "Xfig"
31570 target "http://en.wikipedia.org/wiki/Xfig"
31571
31572 \end_inset
31573
31574
31575 \series default
31576 .
31577 \end_layout
31578
31579 \begin_layout Standard
31580 \begin_inset Float table
31581 placement h
31582 wide false
31583 sideways false
31584 status open
31585
31586 \begin_layout Plain Layout
31587 \begin_inset Caption
31588
31589 \begin_layout Plain Layout
31590 \begin_inset CommandInset label
31591 LatexCommand label
31592 name "tab:Comparaison-des-dates"
31593
31594 \end_inset
31595
31596 Comparaison des méthodes d'insertion de la date.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Plain Layout
31605 \align center
31606 \begin_inset Tabular
31607 <lyxtabular version="3" rows="4" columns="4">
31608 <features>
31609 <column alignment="center" valignment="top" width="0">
31610 <column alignment="center" valignment="top" width="0">
31611 <column alignment="center" valignment="top" width="0">
31612 <column alignment="center" valignment="top" width="0">
31613 <row>
31614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31615 \begin_inset Text
31616
31617 \begin_layout Plain Layout
31618 Format du document
31619 \end_layout
31620
31621 \end_inset
31622 </cell>
31623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627
31628 \family sans
31629 Objet
31630 \begin_inset space ~
31631 \end_inset
31632
31633 Externe\SpecialChar \menuseparator
31634 Date
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643
31644 \family sans
31645 Insérer\SpecialChar \menuseparator
31646 Date
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31652 \begin_inset Text
31653
31654 \begin_layout Plain Layout
31655 commande 
31656 \series bold
31657
31658 \backslash
31659 today
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 </row>
31665 <row>
31666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670 LyX
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679 comme boîte d'insert
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31685 \begin_inset Text
31686
31687 \begin_layout Plain Layout
31688 comme date
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697 comme boîte de code TeX
31698 \end_layout
31699
31700 \end_inset
31701 </cell>
31702 </row>
31703 <row>
31704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708 LaTeX
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717 comme date
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Plain Layout
31726 comme date
31727 \end_layout
31728
31729 \end_inset
31730 </cell>
31731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31732 \begin_inset Text
31733
31734 \begin_layout Plain Layout
31735 comme commande
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 </row>
31741 <row>
31742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31743 \begin_inset Text
31744
31745 \begin_layout Plain Layout
31746 DVI, PDF, PS
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Plain Layout
31755 comme date
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764 comme date
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 comme date date
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 </row>
31779 </lyxtabular>
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792 Quand vous activez l'option 
31793 \family sans
31794 Brouillon
31795 \family default
31796  de l'onglet 
31797 \family sans
31798 Fichier
31799 \family default
31800  de la fenêtre de dialogue 
31801 \family sans
31802 Objet
31803 \begin_inset space ~
31804 \end_inset
31805
31806 Externe
31807 \family default
31808 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31809 \begin_inset Newline newline
31810 \end_inset
31811
31812 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31813  : 
31814 \begin_inset Graphics
31815         filename ../clipart/ExternalMaterialQt4.png
31816         scale 85
31817         scaleBeforeRotation
31818
31819 \end_inset
31820
31821  soit comme une image, selon que vous avez ou non activé l'option 
31822 \family sans
31823 Afficher
31824 \begin_inset space ~
31825 \end_inset
31826
31827 dans
31828 \begin_inset space ~
31829 \end_inset
31830
31831 LyX
31832 \family default
31833  de l'onglet 
31834 \family sans
31835 Vue
31836 \begin_inset space ~
31837 \end_inset
31838
31839 LyX
31840 \family default
31841  de la fenêtre de dialogue 
31842 \family sans
31843 Objet
31844 \begin_inset space ~
31845 \end_inset
31846
31847 Externe
31848 \family default
31849 .
31850 \end_layout
31851
31852 \begin_layout Standard
31853 Le manuel 
31854 \family sans
31855 \emph on
31856 Personnalisation
31857 \family default
31858 \emph default
31859  explique comment vous pouvez créer vos propres modèles.
31860 \end_layout
31861
31862 \begin_layout Section
31863 Sous-Documents
31864 \begin_inset CommandInset label
31865 LatexCommand label
31866 name "sec:Sous-Documents"
31867
31868 \end_inset
31869
31870
31871 \begin_inset Index
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875 Trucs externes ! Sous-Documents
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \begin_inset Index
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885 Fichiers ! Insérer
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \begin_layout Standard
31894 Les sous-documents sont utilisés quand on a un document très long qui peut
31895  être décomposé en plusieurs parties ou sections plus petites.
31896  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31897  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31898  Les différents documents sont ce que l'on appelle les sous-documents et
31899  un document maître les relie pour imprimer le document complet ou seulement
31900  une partie de celui-ci.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31905  comme celle-ci : 
31906 \begin_inset Graphics
31907         filename clipart/ChildDocumentQt4.png
31908         scale 60
31909         scaleBeforeRotation
31910
31911 \end_inset
31912
31913  Pour inclure des sous-documents dans un document maître , on utilise le
31914  menu 
31915 \family sans
31916 Insérer\SpecialChar \menuseparator
31917 Fichier\SpecialChar \menuseparator
31918 Sous-Document
31919 \family default
31920 .
31921  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31922  des quatre méthodes d'inclusion :
31923 \end_layout
31924
31925 \begin_layout Description
31926 Inclus
31927 \begin_inset space ~
31928 \end_inset
31929
31930 (include) Vous pouvez inclure des documents LyX et LaTeX.
31931  Quand vous cliquez sur le bouton 
31932 \family sans
31933 Charger
31934 \family default
31935  dans la fenêtre de dialogue 
31936 \family sans
31937 Sous-Document
31938 \family default
31939 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31940  vous puissiez le modifier.
31941 \begin_inset Newline newline
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \begin_layout Standard
31948 Voici un sous-document inséré avec la méthode 
31949 \family sans
31950 Inclus
31951 \family default
31952  : 
31953 \begin_inset CommandInset include
31954 LatexCommand include
31955 filename "DocumentBidon1.lyx"
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963 La numérotation des sections va prendre en compte les sections des fichiers
31964  incorporés dans l'ordre où ils sont insérés dans le document maître.
31965  Le document qui est inclus comme exemple possède une sous-section qui sera
31966  numérotée comme sous-section de la section actuelle.
31967  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31968  : la sous-section
31969 \begin_inset space ~
31970 \end_inset
31971
31972
31973 \begin_inset CommandInset ref
31974 LatexCommand ref
31975 reference "sub:Sous-section-externe-1"
31976
31977 \end_inset
31978
31979  est dans le fichier inclus.
31980 \end_layout
31981
31982 \begin_layout Standard
31983 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31984  du document maître est utilisé.
31985  Les documents inclus sont insérés en commençant une nouvelle page et sont
31986  suivis par un saut de page.
31987 \end_layout
31988
31989 \begin_layout Standard
31990 Avec la commande LaTeX 
31991 \series bold
31992
31993 \backslash
31994 includeonly 
31995 \series default
31996 vous pouvez préciser quels sous-documents seront traités pour générer la
31997  sortie imprimée.
31998  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31999  important puisque cela vous fait économiser du temps de compilation.
32000  La commande 
32001 \series bold
32002
32003 \backslash
32004 includeonly
32005 \series default
32006  est insérée dans le préambule du document maître.
32007  Elle prend comme arguments une liste de noms de fichiers séparés par des
32008  virgules, par exemple :
32009 \end_layout
32010
32011 \begin_layout Standard
32012
32013 \series bold
32014
32015 \backslash
32016 includeonly{chapitre1,chapitre5}
32017 \end_layout
32018
32019 \begin_layout Standard
32020 fera que seuls les fichiers nommés 
32021 \begin_inset Quotes eld
32022 \end_inset
32023
32024 chapitre1.lyx
32025 \begin_inset Quotes erd
32026 \end_inset
32027
32028  (ou 
32029 \begin_inset Quotes eld
32030 \end_inset
32031
32032 chapitre1.tex
32033 \begin_inset Quotes erd
32034 \end_inset
32035
32036 ) et 
32037 \begin_inset Quotes eld
32038 \end_inset
32039
32040 chapitre5.lyx
32041 \begin_inset Quotes erd
32042 \end_inset
32043
32044  seront traités lors de la compilation.
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \begin_inset Note Greyedout
32049 status open
32050
32051 \begin_layout Plain Layout
32052
32053 \series bold
32054 Note:
32055 \series default
32056  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32057  une classe de document différente de celle du document maître, vous recevez
32058  un avertissement quand vous tentez une visualisation ou une exportation,
32059  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32060 \end_layout
32061
32062 \end_inset
32063
32064
32065 \end_layout
32066
32067 \begin_layout Description
32068 Incorporé
32069 \begin_inset space ~
32070 \end_inset
32071
32072 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32073  sont :
32074 \end_layout
32075
32076 \begin_deeper
32077 \begin_layout Itemize
32078 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32079  par un saut de page.
32080 \end_layout
32081
32082 \begin_layout Itemize
32083 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32084  
32085 \family sans
32086 Aperçu
32087 \begin_inset space ~
32088 \end_inset
32089
32090 sur
32091 \begin_inset space ~
32092 \end_inset
32093
32094 le
32095 \begin_inset space ~
32096 \end_inset
32097
32098 vif
32099 \family default
32100  est activée dans les préférences dans la rubrique 
32101 \family sans
32102 Apparence\SpecialChar \menuseparator
32103 Graphique
32104 \family default
32105 .
32106 \end_layout
32107
32108 \begin_layout Itemize
32109 La commande LaTeX 
32110 \series bold
32111
32112 \backslash
32113 includeonly
32114 \series default
32115  ne peut pas être utilisée.
32116 \end_layout
32117
32118 \end_deeper
32119 \begin_layout Standard
32120 Voici un sous document inséré en utilisant la méthode 
32121 \family sans
32122 Incorporé
32123 \family default
32124  : 
32125 \begin_inset CommandInset include
32126 LatexCommand input
32127 preview true
32128 filename "DocumentBidon2.lyx"
32129
32130 \end_inset
32131
32132
32133 \end_layout
32134
32135 \begin_layout Description
32136 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32137  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32138  sous forme de code source et aucune des commandes éventuellement présentes
32139  ne sera exécutée.
32140  Vous pouvez utiliser l'option 
32141 \family sans
32142 Marquer
32143 \begin_inset space ~
32144 \end_inset
32145
32146 les
32147 \begin_inset space ~
32148 \end_inset
32149
32150 espaces
32151 \family default
32152  qui matérialise chaque espace présente dans le code source par un caractère
32153  
32154 \begin_inset Quotes eld
32155 \end_inset
32156
32157
32158 \begin_inset ERT
32159 status collapsed
32160
32161 \begin_layout Plain Layout
32162
32163
32164 \backslash
32165 textvisiblespace 
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \begin_inset Quotes erd
32172 \end_inset
32173
32174  .
32175  La différence avec la méthode qui consiste à utiliser le menu 
32176 \family sans
32177 Insérer\SpecialChar \menuseparator
32178 Fichier\SpecialChar \menuseparator
32179 Texte
32180 \begin_inset space ~
32181 \end_inset
32182
32183 brut
32184 \family default
32185  est que le contenu du document n'apparaît pas dans LyX.
32186 \end_layout
32187
32188 \begin_layout Standard
32189 Voici un sous-document inclus en utilisant la méthode 
32190 \family sans
32191 verbatim
32192 \family default
32193  : 
32194 \begin_inset CommandInset include
32195 LatexCommand verbatiminput
32196 filename "DocumentTexteBidon.txt"
32197
32198 \end_inset
32199
32200
32201 \begin_inset VSpace bigskip
32202 \end_inset
32203
32204 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32205  l'option 
32206 \family sans
32207 Marquer
32208 \begin_inset space ~
32209 \end_inset
32210
32211 les
32212 \begin_inset space ~
32213 \end_inset
32214
32215 espaces :
32216 \family default
32217  
32218 \begin_inset CommandInset include
32219 LatexCommand verbatiminput*
32220 filename "DocumentTexteBidon.txt"
32221
32222 \end_inset
32223
32224
32225 \end_layout
32226
32227 \begin_layout Standard
32228 \begin_inset VSpace bigskip
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Standard
32235 \begin_inset Note Greyedout
32236 status open
32237
32238 \begin_layout Plain Layout
32239
32240 \series bold
32241 Note:
32242 \series default
32243  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32244  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \begin_layout Description
32253 Listings Ce type d'inclusion est décrit dans le chapitre
32254 \begin_inset space ~
32255 \end_inset
32256
32257
32258 \begin_inset CommandInset ref
32259 LatexCommand ref
32260 reference "cha:Program-Code-Listings"
32261
32262 \end_inset
32263
32264 .
32265 \end_layout
32266
32267 \begin_layout Standard
32268 \begin_inset Note Greyedout
32269 status open
32270
32271 \begin_layout Plain Layout
32272
32273 \series bold
32274 Note:
32275 \series default
32276  Inclure le même document deux fois dans un même document peut poser des
32277  problèmes avec LaTeX.
32278 \end_layout
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Chapter
32286 Listings de Code Source
32287 \begin_inset CommandInset label
32288 LatexCommand label
32289 name "cha:Program-Code-Listings"
32290
32291 \end_inset
32292
32293
32294 \begin_inset Index
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298 Listings
32299 \end_layout
32300
32301 \end_inset
32302
32303
32304 \begin_inset Index
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 Code Source
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \begin_inset Index
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318 Flottants ! Listings
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32328  un insert 
32329 \family sans
32330 Listings
32331 \family default
32332  qui peut être créé grâce au menu 
32333 \family sans
32334 Insérer
32335 \family default
32336 \SpecialChar \menuseparator
32337
32338 \family sans
32339 Listing
32340 \begin_inset space ~
32341 \end_inset
32342
32343 de
32344 \begin_inset space ~
32345 \end_inset
32346
32347 Code
32348 \begin_inset space ~
32349 \end_inset
32350
32351 Source
32352 \family default
32353 .
32354  Le paquetage LaTeX 
32355 \series bold
32356 listings
32357 \series default
32358
32359 \begin_inset Index
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363 Paquetages LaTeX ! listings
32364 \end_layout
32365
32366 \end_inset
32367
32368  fournit un moyen puissant et flexible d'insérer des listings de code source
32369  dans votre document.
32370  
32371 \end_layout
32372
32373 \begin_layout Standard
32374 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32375  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32380  L'option d'emplacement 
32381 \family sans
32382 Listing
32383 \begin_inset space ~
32384 \end_inset
32385
32386 en
32387 \begin_inset space ~
32388 \end_inset
32389
32390 Ligne
32391 \family default
32392  imprime le listing dans la ligne comme ceci : 
32393 \begin_inset listings
32394 lstparams "language={C++}"
32395 inline true
32396 status open
32397
32398 \begin_layout Plain Layout
32399
32400 \lang english
32401 int a=5;
32402 \end_layout
32403
32404 \end_inset
32405
32406
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410 L'option 
32411 \family sans
32412 Flottant
32413 \family default
32414  crée un flottant de listing pour lequel vous pouvez préciser les options
32415  classiques d'emplacement : 
32416 \begin_inset Quotes eld
32417 \end_inset
32418
32419
32420 \family sans
32421 h
32422 \family default
32423
32424 \begin_inset Quotes erd
32425 \end_inset
32426
32427
32428 \begin_inset Quotes eld
32429 \end_inset
32430
32431
32432 \family sans
32433 t
32434 \family default
32435
32436 \begin_inset Quotes erd
32437 \end_inset
32438
32439
32440 \begin_inset Quotes eld
32441 \end_inset
32442
32443
32444 \family sans
32445 b
32446 \family default
32447
32448 \begin_inset Quotes erd
32449 \end_inset
32450
32451 , et 
32452 \begin_inset Quotes eld
32453 \end_inset
32454
32455
32456 \family sans
32457 p
32458 \family default
32459
32460 \begin_inset Quotes erd
32461 \end_inset
32462
32463  correspondant aux emplacement décrits dans la section
32464 \begin_inset space ~
32465 \end_inset
32466
32467
32468 \begin_inset CommandInset ref
32469 LatexCommand ref
32470 reference "sec:Placement-flottants"
32471
32472 \end_inset
32473
32474 .
32475  Les options de positionnement peuvent être mélangées et doivent être saisies
32476  sans séparation, par exemple, on peut taper 
32477 \begin_inset Quotes eld
32478 \end_inset
32479
32480
32481 \family sans
32482 htbp
32483 \family default
32484
32485 \begin_inset Quotes erd
32486 \end_inset
32487
32488 .
32489  L' option 
32490 \begin_inset Quotes eld
32491 \end_inset
32492
32493 h
32494 \begin_inset Quotes erd
32495 \end_inset
32496
32497  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32498  
32499 \family sans
32500 Flottant
32501 \family default
32502  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32503  légende et être référencés.
32504 \end_layout
32505
32506 \begin_layout Standard
32507 Vous pouvez ajouter une légende à un listing avec le menu 
32508 \family sans
32509 Insérer\SpecialChar \menuseparator
32510 Légende
32511 \family default
32512 .
32513  On peut référencer les listings de la même façon que les flottants :Voir
32514  le listing
32515 \begin_inset space ~
32516 \end_inset
32517
32518
32519 \begin_inset CommandInset ref
32520 LatexCommand ref
32521 reference "lst:Listing-exemple"
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \begin_inset listings
32530 lstparams "language=Python"
32531 inline false
32532 status open
32533
32534 \begin_layout Plain Layout
32535
32536 \lang english
32537 \begin_inset Caption
32538
32539 \begin_layout Plain Layout
32540 \begin_inset CommandInset label
32541 LatexCommand label
32542 name "lst:Listing-exemple"
32543
32544 \end_inset
32545
32546 Exemple de listing flottant
32547 \end_layout
32548
32549 \end_inset
32550
32551 # Exemple de listing flottant
32552 \end_layout
32553
32554 \begin_layout Plain Layout
32555
32556 \lang english
32557 def func(param):
32558 \end_layout
32559
32560 \begin_layout Plain Layout
32561
32562 \lang english
32563     'ceci est une fonction python'
32564 \end_layout
32565
32566 \begin_layout Plain Layout
32567
32568 \lang english
32569     pass
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32579  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32580  de manière particulière dans la sortie imprimée.
32581  Dans l'exemple de listing, le mot clé Python 
32582 \begin_inset Quotes eld
32583 \end_inset
32584
32585 def
32586 \begin_inset Quotes erd
32587 \end_inset
32588
32589  est reconnu et imprimé en caractères gras dans la sortie.
32590 \end_layout
32591
32592 \begin_layout Standard
32593 \begin_inset Note Greyedout
32594 status open
32595
32596 \begin_layout Plain Layout
32597
32598 \series bold
32599 Note:
32600 \series default
32601  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32602  une police de caractères à chasse fixe, c'est que votre police ne contient
32603  probablement pas de série grasse.
32604  Dans ce cas choisissez une police différente dans le menu 
32605 \family sans
32606 Document\SpecialChar \menuseparator
32607 Paramètres\SpecialChar \menuseparator
32608 Polices
32609 \family default
32610 .
32611  (Les polices 
32612 \emph on
32613 LuxiMono, BeraMono
32614 \emph default
32615  et 
32616 \emph on
32617 Courier
32618 \emph default
32619  contiennent une série grasse.)
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Standard
32628 Dans la rubrique 
32629 \family sans
32630 Numérotation
32631 \begin_inset space ~
32632 \end_inset
32633
32634 des
32635 \begin_inset space ~
32636 \end_inset
32637
32638 Lignes
32639 \family default
32640  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32641 n des lignes.
32642  Vous pouvez mettre un nombre dans le champ 
32643 \family sans
32644 Pas
32645 \family default
32646  pour désigner les lignes qui seront numérotées.
32647  Par exemple, si vous mettez 
32648 \begin_inset Quotes eld
32649 \end_inset
32650
32651 3
32652 \begin_inset Quotes erd
32653 \end_inset
32654
32655 , seule une ligne sur trois sera numérotée.
32656 \end_layout
32657
32658 \begin_layout Standard
32659 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32660  apparaîtront dans la sortie.
32661  Vous devez utiliser l'option 
32662 \family sans
32663 Table
32664 \begin_inset space ~
32665 \end_inset
32666
32667 de
32668 \begin_inset space ~
32669 \end_inset
32670
32671 Caractères
32672 \begin_inset space ~
32673 \end_inset
32674
32675 Étendue
32676 \family default
32677  quand vous employez des caractères spécifiques à une langue donnée comme
32678  les umlauts Allemands dans votre listing.
32679 \begin_inset Newline newline
32680 \end_inset
32681
32682 Voici un exemple de listing avec la numérotation des lignes à gauche par
32683  pas de 3, en langage Python, avec les options 
32684 \begin_inset Quotes eld
32685 \end_inset
32686
32687 Table
32688 \begin_inset space ~
32689 \end_inset
32690
32691 de
32692 \begin_inset space ~
32693 \end_inset
32694
32695 caractères
32696 \begin_inset space ~
32697 \end_inset
32698
32699 étendue
32700 \begin_inset Quotes erd
32701 \end_inset
32702
32703  et 
32704 \begin_inset Quotes eld
32705 \end_inset
32706
32707 Espace
32708 \begin_inset space ~
32709 \end_inset
32710
32711 représenté
32712 \begin_inset space ~
32713 \end_inset
32714
32715 par
32716 \begin_inset space ~
32717 \end_inset
32718
32719 un
32720 \begin_inset space ~
32721 \end_inset
32722
32723 symbole
32724 \begin_inset Quotes erd
32725 \end_inset
32726
32727 , l'intervalle de ligne étant 3
32728 \begin_inset space \thinspace{}
32729 \end_inset
32730
32731 -
32732 \begin_inset space \thinspace{}
32733 \end_inset
32734
32735 8:
32736 \end_layout
32737
32738 \begin_layout Standard
32739 \begin_inset listings
32740 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32741 inline false
32742 status open
32743
32744 \begin_layout Plain Layout
32745
32746 \lang english
32747 def func(param):
32748 \end_layout
32749
32750 \begin_layout Plain Layout
32751
32752 \lang english
32753     'ceci est une fonction Python'
32754 \end_layout
32755
32756 \begin_layout Plain Layout
32757
32758 \lang english
32759     pass
32760 \end_layout
32761
32762 \begin_layout Plain Layout
32763
32764 \lang english
32765 def func(param):
32766 \end_layout
32767
32768 \begin_layout Plain Layout
32769
32770 \lang english
32771 'Ça, c'est un mot Allemand : Tschüß'
32772 \end_layout
32773
32774 \begin_layout Plain Layout
32775
32776 \lang english
32777 pass
32778 \end_layout
32779
32780 \begin_layout Plain Layout
32781
32782 \lang english
32783 def func(param):
32784 \end_layout
32785
32786 \begin_layout Plain Layout
32787
32788 \lang english
32789 'ceci est une fonction Python'
32790 \end_layout
32791
32792 \begin_layout Plain Layout
32793
32794 \lang english
32795 pass
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \begin_inset Note Greyedout
32805 status open
32806
32807 \begin_layout Plain Layout
32808
32809 \series bold
32810 Note:
32811 \series default
32812  À cause d'un bug dans le paquetage 
32813 \series bold
32814 listings
32815 \series default
32816  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32817  listing.
32818  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32819  les lignes 3 et 6.
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \begin_inset VSpace bigskip
32829 \end_inset
32830
32831
32832 \end_layout
32833
32834 \begin_layout Standard
32835 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32836  listing.
32837  Pour le faire, il suffit d'utiliser le menu 
32838 \family sans
32839 Insérer\SpecialChar \menuseparator
32840 Fichier\SpecialChar \menuseparator
32841 Sous-Document
32842 \family default
32843  et de choisir le type 
32844 \family sans
32845 Listing
32846 \family default
32847
32848 \begin_inset space ~
32849 \end_inset
32850
32851
32852 \family sans
32853 de
32854 \begin_inset space ~
32855 \end_inset
32856
32857 Code
32858 \begin_inset space ~
32859 \end_inset
32860
32861 source
32862 \family default
32863 .
32864 \begin_inset Foot
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868 Les autres types de sous-documents sont décrits dans la section
32869 \begin_inset space ~
32870 \end_inset
32871
32872
32873 \begin_inset CommandInset ref
32874 LatexCommand ref
32875 reference "sec:Sous-Documents"
32876
32877 \end_inset
32878
32879 .
32880 \end_layout
32881
32882 \end_inset
32883
32884  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32885  à utiliser pour le listing dans une zone de texte.
32886  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32887  
32888 \begin_inset Quotes eld
32889 \end_inset
32890
32891 ?
32892 \begin_inset Quotes erd
32893 \end_inset
32894
32895  dans la zone de texte.
32896 \end_layout
32897
32898 \begin_layout Standard
32899 Pour faire référence à un sous-document de type listing, tapez une étiquette
32900  dans le champ correspondant de la fenêtre de dialogue.
32901  On peut alors faire référence à cette étiquette en utilisant le menu 
32902 \family sans
32903 Insérer\SpecialChar \menuseparator
32904 Référence
32905 \begin_inset space ~
32906 \end_inset
32907
32908 Croisée
32909 \family default
32910 .
32911 \end_layout
32912
32913 \begin_layout Standard
32914 Le listing
32915 \begin_inset space ~
32916 \end_inset
32917
32918
32919 \begin_inset CommandInset ref
32920 LatexCommand ref
32921 reference "lst:listing-fichier"
32922
32923 \end_inset
32924
32925  est une exemple de listing issu d'un fichier ; ici les lignes 10
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 -
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 15 de ce fichier LyX sont listées.
32934 \end_layout
32935
32936 \begin_layout Standard
32937 \begin_inset CommandInset include
32938 LatexCommand lstinputlisting
32939 filename "EmbeddedObjects.lyx"
32940 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 \begin_inset VSpace bigskip
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \begin_layout Standard
32955 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32956  de dialogue 
32957 \family sans
32958 Document\SpecialChar \menuseparator
32959 Paramètres\SpecialChar \menuseparator
32960 Format
32961 \begin_inset space ~
32962 \end_inset
32963
32964 du
32965 \begin_inset space ~
32966 \end_inset
32967
32968 Texte
32969 \family default
32970 .
32971  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32972  
32973 \begin_inset Quotes eld
32974 \end_inset
32975
32976 ?
32977 \begin_inset Quotes erd
32978 \end_inset
32979
32980  dans le champ 
32981 \family sans
32982 Paramètres
32983 \begin_inset space ~
32984 \end_inset
32985
32986 du
32987 \begin_inset space ~
32988 \end_inset
32989
32990 Listing
32991 \family default
32992 .
32993 \end_layout
32994
32995 \begin_layout Standard
32996 Pour plus d'information sur le paquetage 
32997 \series bold
32998 listings
32999 \series default
33000 , nous vous renvoyons à sa documentation 
33001 \begin_inset CommandInset citation
33002 LatexCommand cite
33003 key "listings"
33004
33005 \end_inset
33006
33007 .
33008 \end_layout
33009
33010 \begin_layout Standard
33011 \begin_inset Newpage newpage
33012 \end_inset
33013
33014
33015 \end_layout
33016
33017 \begin_layout Chapter
33018 \start_of_appendix
33019 Unités de longueur utilisables avec LyX
33020 \begin_inset OptArg
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 Unités de longueur
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \begin_inset Index
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034 Unités
33035 \end_layout
33036
33037 \end_inset
33038
33039
33040 \begin_inset CommandInset label
33041 LatexCommand label
33042 name "cha:Unités-de-longueur"
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 Pour comprendre les unités de longueur utilisées dans cette documentation,
33051  le tableau
33052 \begin_inset space ~
33053 \end_inset
33054
33055
33056 \begin_inset CommandInset ref
33057 LatexCommand ref
33058 reference "tab:Unités"
33059
33060 \end_inset
33061
33062 décrit les unités utilisées par LyX.
33063 \begin_inset Float table
33064 placement h
33065 wide false
33066 sideways false
33067 status open
33068
33069 \begin_layout Plain Layout
33070 \begin_inset Caption
33071
33072 \begin_layout Plain Layout
33073 \begin_inset CommandInset label
33074 LatexCommand label
33075 name "tab:Unités"
33076
33077 \end_inset
33078
33079 Unités de longueur
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Plain Layout
33088 \begin_inset VSpace medskip
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Plain Layout
33095 \align center
33096 \begin_inset Tabular
33097 <lyxtabular version="3" rows="20" columns="2">
33098 <features>
33099 <column alignment="center" valignment="top" width="0">
33100 <column alignment="center" valignment="top" width="0">
33101 <row>
33102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33103 \begin_inset Text
33104
33105 \begin_layout Plain Layout
33106 unité
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 nom/description
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 </row>
33121 <row>
33122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33123 \begin_inset Text
33124
33125 \begin_layout Plain Layout
33126 mm
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135 millimètre
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 cm
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33152 \begin_inset Text
33153
33154 \begin_layout Plain Layout
33155 centimètre
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 </row>
33161 <row>
33162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 in
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 pouce (inch)
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 </row>
33181 <row>
33182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33183 \begin_inset Text
33184
33185 \begin_layout Plain Layout
33186 pt
33187 \end_layout
33188
33189 \end_inset
33190 </cell>
33191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33192 \begin_inset Text
33193
33194 \begin_layout Plain Layout
33195 point (72.27
33196 \begin_inset space \thinspace{}
33197 \end_inset
33198
33199 pt = 1
33200 \begin_inset space \thinspace{}
33201 \end_inset
33202
33203 in)
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 <row>
33210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 pc
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 pica (1
33224 \begin_inset space \thinspace{}
33225 \end_inset
33226
33227 pc = 12
33228 \begin_inset space \thinspace{}
33229 \end_inset
33230
33231 pt)
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 sp
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 scaled point (65536
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 sp = 1
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 pt)
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 bp
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 gros point (72
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 bp = 1
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 in)
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 </row>
33293 <row>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 dd
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307 didot (72
33308 \begin_inset space \thinspace{}
33309 \end_inset
33310
33311 dd 
33312 \begin_inset Formula $\approx$
33313 \end_inset
33314
33315  37.6
33316 \begin_inset space \thinspace{}
33317 \end_inset
33318
33319 mm)
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row>
33326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330 cc
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 cicero (1
33340 \begin_inset space \thinspace{}
33341 \end_inset
33342
33343 cc = 12
33344 \begin_inset space \thinspace{}
33345 \end_inset
33346
33347 dd)
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 </row>
33353 <row>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 Scale%
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 % de la largeur originale de l'image
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 text%
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 % de la largeur du texte
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 </row>
33393 <row>
33394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 col%
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407 % de la largeur de la colonne
33408 \end_layout
33409
33410 \end_inset
33411 </cell>
33412 </row>
33413 <row>
33414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418 page%
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427 % de la largeur du papier
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 </row>
33433 <row>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 line%
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 % de la largeur de la ligne
33448 \end_layout
33449
33450 \end_inset
33451 </cell>
33452 </row>
33453 <row>
33454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33455 \begin_inset Text
33456
33457 \begin_layout Plain Layout
33458 theight%
33459 \end_layout
33460
33461 \end_inset
33462 </cell>
33463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467 % la hauteur du texte
33468 \end_layout
33469
33470 \end_inset
33471 </cell>
33472 </row>
33473 <row>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 pheight%
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487 % hauteur du papier
33488 \end_layout
33489
33490 \end_inset
33491 </cell>
33492 </row>
33493 <row>
33494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498 ex
33499 \end_layout
33500
33501 \end_inset
33502 </cell>
33503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33504 \begin_inset Text
33505
33506 \begin_layout Plain Layout
33507 hauteur de la lettre 
33508 \emph on
33509 x
33510 \emph default
33511  dans la police courante
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 </row>
33517 <row>
33518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33519 \begin_inset Text
33520
33521 \begin_layout Plain Layout
33522 em
33523 \end_layout
33524
33525 \end_inset
33526 </cell>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531 largeur de la lettre
33532 \emph on
33533  M
33534 \emph default
33535  dans la police courante
33536 \end_layout
33537
33538 \end_inset
33539 </cell>
33540 </row>
33541 <row>
33542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33543 \begin_inset Text
33544
33545 \begin_layout Plain Layout
33546 mu
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33552 \begin_inset Text
33553
33554 \begin_layout Plain Layout
33555 unité mathématique (1
33556 \begin_inset space \thinspace{}
33557 \end_inset
33558
33559 mu = 1/18
33560 \begin_inset space \thinspace{}
33561 \end_inset
33562
33563 em)
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 </row>
33569 </lyxtabular>
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \begin_layout Chapter
33582 Formats des fichiers de sortie graphiques
33583 \begin_inset CommandInset label
33584 LatexCommand label
33585 name "cha:Formats-fichiers-graphiques"
33586
33587 \end_inset
33588
33589
33590 \end_layout
33591
33592 \begin_layout Section
33593 DVI
33594 \begin_inset Index
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598 Formats de Fichiers! DVI
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \begin_inset Index
33605 status collapsed
33606
33607 \begin_layout Plain Layout
33608 DVI|see
33609 \begin_inset ERT
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613
33614 {
33615 \end_layout
33616
33617 \end_inset
33618
33619 Formats de Fichiers
33620 \begin_inset ERT
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624
33625 }
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \begin_layout Standard
33639 Ce type de fichiers a l'extension 
33640 \begin_inset Quotes fld
33641 \end_inset
33642
33643
33644 \family typewriter
33645 .dvi
33646 \family default
33647
33648 \begin_inset Quotes frd
33649 \end_inset
33650
33651 .
33652  Il est appelé 
33653 \emph on
33654 indépendant de l'appareil
33655 \emph default
33656  ou 
33657 \begin_inset Quotes fld
33658 \end_inset
33659
33660 device independent (DVI)
33661 \begin_inset Quotes frd
33662 \end_inset
33663
33664 , car il est complètement portable ; vous pouvez les recopier d'une machine
33665  à l'autre sans avoir à faire de conversion.
33666  À l'époque où ce format a été développé, c'était loin d'être évident.
33667  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33668  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33669 \end_layout
33670
33671 \begin_layout Standard
33672 \begin_inset Note Greyedout
33673 status open
33674
33675 \begin_layout Plain Layout
33676
33677 \series bold
33678 Note:
33679 \series default
33680  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33681  au fichier.
33682  
33683 \end_layout
33684
33685 \end_inset
33686
33687  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33688  
33689 \family typewriter
33690 .dvi
33691 \family default
33692 .
33693  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33694 z le DVI puisque le programme de visualisation doit convertir les images
33695  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33696  document.
33697  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33698  avec de nombreuses images.
33699 \end_layout
33700
33701 \begin_layout Standard
33702 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33703  menu 
33704 \family sans
33705 Fichier\SpecialChar \menuseparator
33706 Exporter\SpecialChar \menuseparator
33707 DVI.
33708
33709 \family default
33710  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33711 \family sans
33712 Visualiser
33713 \family default
33714  ou en utilisant le bouton
33715 \begin_inset Graphics
33716         filename ../../images/buffer-view_dvi.png
33717         scale 85
33718         scaleBeforeRotation
33719
33720 \end_inset
33721
33722  de la barre d'outils.
33723 \end_layout
33724
33725 \begin_layout Section
33726 PostScript
33727 \begin_inset CommandInset label
33728 LatexCommand label
33729 name "sec:PostScript"
33730
33731 \end_inset
33732
33733
33734 \begin_inset Index
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738 Formats de Fichiers ! PostScript
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \begin_inset Index
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748 PostScript|see
33749 \begin_inset ERT
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753
33754 {
33755 \end_layout
33756
33757 \end_inset
33758
33759 Formats de Fichiers
33760 \begin_inset ERT
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764
33765 }
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 Ce type de fichiers a l'extension 
33780 \begin_inset Quotes fld
33781 \end_inset
33782
33783
33784 \family typewriter
33785 .ps
33786 \family default
33787
33788 \begin_inset Quotes frd
33789 \end_inset
33790
33791 .
33792  PostScript a été développé par la société 
33793 \series bold
33794 Adobe
33795 \series default
33796  comme un langage pour les imprimantes.
33797  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33798  pour imprimer le document.
33799  PostScript peut être considéré comme un 
33800 \begin_inset Quotes fld
33801 \end_inset
33802
33803 langage de programmation
33804 \begin_inset Quotes frd
33805 \end_inset
33806
33807  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33808  images
33809 \begin_inset Foot
33810 status open
33811
33812 \begin_layout Plain Layout
33813 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33814  LaTeX 
33815 \series bold
33816 pstricks
33817 \series default
33818
33819 \begin_inset CommandInset citation
33820 LatexCommand cite
33821 key "pstricks"
33822
33823 \end_inset
33824
33825 .
33826 \end_layout
33827
33828 \end_inset
33829
33830 .
33831  En partie à cause de toutes ces possibilités un fichier PostScript est
33832  souvent plus gros qu'un PDF.
33833 \end_layout
33834
33835 \begin_layout Standard
33836 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33837  plus gros qu'un PDF.
33838 \end_layout
33839
33840 \begin_layout Standard
33841 PostScript ne peut contenir que des images au format 
33842 \begin_inset Quotes fld
33843 \end_inset
33844
33845 PostScript Encapsulé
33846 \begin_inset Quotes frd
33847 \end_inset
33848
33849  (encapsulated PostScript ou EPS, d'extension 
33850 \family typewriter
33851 .eps
33852 \family default
33853 ).
33854  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33855  il doit les convertir en interne en EPS.
33856  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33857  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33858  document.
33859  Cela risque de ralentir de façon importante votre rythme de travail.
33860  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33861  vos images directement en EPS pour éviter ce problème.
33862 \end_layout
33863
33864 \begin_layout Standard
33865 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33866  le menu 
33867 \family sans
33868 Fichier\SpecialChar \menuseparator
33869 Exporter\SpecialChar \menuseparator
33870 PostScript.
33871
33872 \family default
33873  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33874  
33875 \family sans
33876 Visualiser
33877 \family default
33878  ou en utilisant le bouton 
33879 \begin_inset Graphics
33880         filename ../../images/buffer-view_ps.png
33881         scale 85
33882         scaleBeforeRotation
33883
33884 \end_inset
33885
33886  de la barre d'outils.
33887 \end_layout
33888
33889 \begin_layout Section
33890 PDF
33891 \begin_inset CommandInset label
33892 LatexCommand label
33893 name "sec:PDF"
33894
33895 \end_inset
33896
33897
33898 \begin_inset Index
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 Formats de Fichiers ! PDF
33903 \end_layout
33904
33905 \end_inset
33906
33907
33908 \begin_inset Index
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912 PDF
33913 \end_layout
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Standard
33921 Ce type de fichiers a l'extension 
33922 \begin_inset Quotes fld
33923 \end_inset
33924
33925
33926 \family typewriter
33927 .pdf
33928 \family default
33929
33930 \begin_inset Quotes frd
33931 \end_inset
33932
33933 .
33934  Ce 
33935 \begin_inset Quotes fld
33936 \end_inset
33937
33938 format de document portable
33939 \begin_inset Quotes frd
33940 \end_inset
33941
33942  (portable document format ou PDF) est développé par 
33943 \family typewriter
33944 Adobe
33945 \family default
33946  comme une évolution de PostScript.
33947  Il est plus comprimé et utilise moins de commandes que PostScript.
33948  Comme son nom l'indique, il est 
33949 \begin_inset Quotes fld
33950 \end_inset
33951
33952 portable
33953 \begin_inset Quotes frd
33954 \end_inset
33955
33956  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33957  aura exactement le même aspect.
33958 \end_layout
33959
33960 \begin_layout Standard
33961 PDF peut contenir des images dans son propre format PDF et dans les formats
33962  JPG (format du 
33963 \begin_inset Quotes fld
33964 \end_inset
33965
33966 Joint Photographic Expert Group
33967 \begin_inset Quotes frd
33968 \end_inset
33969
33970  avec comme extension 
33971 \family typewriter
33972 .jpg
33973 \family default
33974  ou 
33975 \family typewriter
33976 .jpeg
33977 \family default
33978 ) et PNG (
33979 \begin_inset Quotes fld
33980 \end_inset
33981
33982 Portable Network Graphics
33983 \begin_inset Quotes frd
33984 \end_inset
33985
33986  avec l'extension 
33987 \family typewriter
33988 .png
33989 \family default
33990 ).
33991  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33992  dans un de ces formats.
33993  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33994  vont ralentir votre travail.
33995  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33996 \end_layout
33997
33998 \begin_layout Standard
33999 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34000  menu 
34001 \family sans
34002 Fichier\SpecialChar \menuseparator
34003 Exporter 
34004 \family default
34005 de trois façons différentes:
34006 \end_layout
34007
34008 \begin_layout Description
34009 PDF
34010 \begin_inset space ~
34011 \end_inset
34012
34013 (ps2pdf) Ceci utilise le programme 
34014 \family typewriter
34015 ps2pdf
34016 \family default
34017  qui créé un PDF à partir de la version PostScript de votre fichier.
34018  Cette dernière est produite par le programme 
34019 \family typewriter
34020 dvips
34021 \family default
34022  qui utilise une version DVI comme étape intermédiaire.
34023  Cette variante consiste donc en trois conversions.
34024 \end_layout
34025
34026 \begin_layout Description
34027 PDF
34028 \begin_inset space ~
34029 \end_inset
34030
34031 (dvipdfm) Ceci utilise le programme 
34032 \family typewriter
34033 dvipdfm
34034 \family default
34035  qui convertit votre fichier en DVI avant de le convertir en PDF.
34036 \end_layout
34037
34038 \begin_layout Description
34039 PDF
34040 \begin_inset space ~
34041 \end_inset
34042
34043 (pdflatex) Ceci utilise le programme 
34044 \family typewriter
34045 pdftex
34046 \family default
34047  qui convertit directement votre fichier en PDF.
34048 \end_layout
34049
34050 \begin_layout Standard
34051 Nous recommandons d'utiliser l'option 
34052 \family sans
34053 PDF
34054 \begin_inset space ~
34055 \end_inset
34056
34057 (pdflatex)
34058 \family default
34059  car 
34060 \family typewriter
34061 pdftex
34062 \family default
34063  accepte toutes les fonctionnalités des versions actuelles de PDF.
34064  Il est en plus rapide et stable.
34065  Le programme 
34066 \family typewriter
34067 dvipdfm
34068 \family default
34069  n'est plus développé est est donc un peu dépassé.
34070 \end_layout
34071
34072 \begin_layout Standard
34073
34074 \end_layout
34075
34076 \begin_layout Standard
34077 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34078 \family sans
34079 Visualiser
34080 \family default
34081  ou en utilisant le bouton 
34082 \begin_inset Graphics
34083         filename ../../images/buffer-view_pdf2.png
34084         scale 85
34085         scaleBeforeRotation
34086
34087 \end_inset
34088
34089  de la barre d'outils
34090 \family sans
34091  (
34092 \family default
34093 qui utilise 
34094 \family sans
34095 PDF
34096 \begin_inset space ~
34097 \end_inset
34098
34099 (pdflatex)
34100 \family default
34101 ).
34102 \end_layout
34103
34104 \begin_layout Chapter
34105 Explication de l' Équation
34106 \begin_inset space ~
34107 \end_inset
34108
34109
34110 \begin_inset CommandInset ref
34111 LatexCommand eqref
34112 reference "eq:Wgn"
34113
34114 \end_inset
34115
34116
34117 \begin_inset CommandInset label
34118 LatexCommand label
34119 name "cha:Explication-de-l'Equation"
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Standard
34127 La largeur totale de 
34128 \emph on
34129 n
34130 \emph default
34131  cellules de tableau 
34132 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34133 \end_inset
34134
34135  peut être calculée avec
34136 \end_layout
34137
34138 \begin_layout Standard
34139 \begin_inset Formula \begin{equation}
34140 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Standard
34148 Où 
34149 \begin_inset Formula $W_{g\, n}$
34150 \end_inset
34151
34152  est la largeur fixe de toutes les cellules.
34153  
34154 \series bold
34155
34156 \backslash
34157 tabcolsep
34158 \series default
34159  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34160  sa valeur par défaut est 6
34161 \begin_inset space \thinspace{}
34162 \end_inset
34163
34164 pt.
34165  
34166 \series bold
34167
34168 \backslash
34169 arrayrulewidth
34170 \series default
34171  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34172 \begin_inset space \thinspace{}
34173 \end_inset
34174
34175 pt.
34176 \end_layout
34177
34178 \begin_layout Standard
34179 D'après l'équation
34180 \begin_inset space ~
34181 \end_inset
34182
34183
34184 \begin_inset CommandInset ref
34185 LatexCommand eqref
34186 reference "eq:Wtot_n"
34187
34188 \end_inset
34189
34190 , la largeur totale d'une multicolonne, 
34191 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34192 \end_inset
34193
34194  est
34195 \end_layout
34196
34197 \begin_layout Standard
34198 \begin_inset Formula \begin{equation}
34199 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34200
34201 \end_inset
34202
34203
34204 \end_layout
34205
34206 \begin_layout Standard
34207 En posant que les équations 
34208 \begin_inset space ~
34209 \end_inset
34210
34211
34212 \begin_inset CommandInset ref
34213 LatexCommand eqref
34214 reference "eq:Wtot_n"
34215
34216 \end_inset
34217
34218  et 
34219 \begin_inset CommandInset ref
34220 LatexCommand eqref
34221 reference "eq:Wtot_mult"
34222
34223 \end_inset
34224
34225  sont égales, on peut calculer la largeur nécessaire 
34226 \begin_inset Formula $W_{g\, n}$
34227 \end_inset
34228
34229  quand 
34230 \emph on
34231 n
34232 \emph default
34233  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34234  de 
34235 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34236 \end_inset
34237
34238 :
34239 \end_layout
34240
34241 \begin_layout Standard
34242 \begin_inset Formula \begin{equation}
34243 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Bibliography
34251 \begin_inset CommandInset bibitem
34252 LatexCommand bibitem
34253 key "latexcompanion"
34254
34255 \end_inset
34256
34257 Frank Mittelbach and Michel Goossens: 
34258 \emph on
34259 The LaTeX Companion Second Edition.
34260
34261 \emph default
34262  Addison-Wesley, 2004
34263 \end_layout
34264
34265 \begin_layout Bibliography
34266 \begin_inset CommandInset bibitem
34267 LatexCommand bibitem
34268 key "latexguide"
34269
34270 \end_inset
34271
34272 Helmut Kopka and Patrick W.
34273  Daly: 
34274 \emph on
34275 A Guide to LaTeX Fourth Edition.
34276
34277 \emph default
34278  Addison-Wesley, 2003
34279 \end_layout
34280
34281 \begin_layout Bibliography
34282 \begin_inset CommandInset bibitem
34283 LatexCommand bibitem
34284 key "latexbook"
34285
34286 \end_inset
34287
34288 Leslie Lamport: 
34289 \emph on
34290 LaTeX: A Document Preparation System.
34291
34292 \emph default
34293  Addison-Wesley, second edition, 1994
34294 \end_layout
34295
34296 \begin_layout Bibliography
34297 \begin_inset CommandInset bibitem
34298 LatexCommand bibitem
34299 key "booktabs"
34300
34301 \end_inset
34302
34303 Documentation du paquetage LaTeX 
34304 \series bold
34305
34306 \begin_inset CommandInset href
34307 LatexCommand href
34308 name "booktabs"
34309 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34310
34311 \end_inset
34312
34313
34314 \series default
34315
34316 \begin_inset Index
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320 Paquetages LaTeX ! booktabs
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Bibliography
34329 \begin_inset CommandInset bibitem
34330 LatexCommand bibitem
34331 key "caption"
34332
34333 \end_inset
34334
34335 Documentation du paquetage LaTeX 
34336 \series bold
34337
34338 \begin_inset CommandInset href
34339 LatexCommand href
34340 name "caption"
34341 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34342
34343 \end_inset
34344
34345
34346 \series default
34347
34348 \begin_inset Index
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Paquetages LaTeX ! caption
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Bibliography
34361 \begin_inset CommandInset bibitem
34362 LatexCommand bibitem
34363 key "endfloat"
34364
34365 \end_inset
34366
34367 Documentation du paquetage LaTeX 
34368 \series bold
34369
34370 \begin_inset CommandInset href
34371 LatexCommand href
34372 name "endfloat"
34373 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34374
34375 \end_inset
34376
34377
34378 \series default
34379
34380 \begin_inset Index
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 Paquetages LaTeX ! endfloat
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Bibliography
34393 \begin_inset CommandInset bibitem
34394 LatexCommand bibitem
34395 key "wrapfig"
34396
34397 \end_inset
34398
34399 Documentation du paquetage LaTeX 
34400 \series bold
34401
34402 \begin_inset CommandInset href
34403 LatexCommand href
34404 name "wrapfig"
34405 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34406
34407 \end_inset
34408
34409
34410 \series default
34411
34412 \begin_inset Index
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 Paquetages LaTeX ! wrapfig
34417 \begin_inset ERT
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421
34422
34423 \backslash
34424
34425 \begin_inset ERT
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429
34430 {
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \begin_inset ERT
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440
34441 }
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \end_inset
34450
34451 vspace
34452 \begin_inset ERT
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456
34457 {
34458 \end_layout
34459
34460 \end_inset
34461
34462 4mm
34463 \begin_inset ERT
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467
34468 }
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Bibliography
34482 \begin_inset CommandInset bibitem
34483 LatexCommand bibitem
34484 key "footmisc"
34485
34486 \end_inset
34487
34488 Documentation du paquetage LaTeX 
34489 \series bold
34490
34491 \begin_inset CommandInset href
34492 LatexCommand href
34493 name "footmisc"
34494 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34495
34496 \end_inset
34497
34498
34499 \series default
34500
34501 \begin_inset Index
34502 status collapsed
34503
34504 \begin_layout Plain Layout
34505 Paquetages LaTeX ! footmisc
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \begin_layout Bibliography
34514 \begin_inset CommandInset bibitem
34515 LatexCommand bibitem
34516 key "hypcap"
34517
34518 \end_inset
34519
34520 Documentation du paquetage LaTeX 
34521 \series bold
34522
34523 \begin_inset CommandInset href
34524 LatexCommand href
34525 name "hypcap"
34526 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34527
34528 \end_inset
34529
34530
34531 \series default
34532
34533 \begin_inset Index
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537 Paquetages LaTeX ! hyperref
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Bibliography
34546 \begin_inset CommandInset bibitem
34547 LatexCommand bibitem
34548 key "hyperref"
34549
34550 \end_inset
34551
34552 Documentation du paquetage LaTeX 
34553 \series bold
34554
34555 \begin_inset CommandInset href
34556 LatexCommand href
34557 name "hyperref"
34558 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34559
34560 \end_inset
34561
34562
34563 \series default
34564
34565 \begin_inset Index
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569 Paquetages LaTeX ! hyperref
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \begin_layout Bibliography
34578 \begin_inset CommandInset bibitem
34579 LatexCommand bibitem
34580 key "koma-script"
34581
34582 \end_inset
34583
34584 Documentation du paquetage LaTeX 
34585 \series bold
34586
34587 \begin_inset CommandInset href
34588 LatexCommand href
34589 name "koma-script"
34590 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34591
34592 \end_inset
34593
34594
34595 \series default
34596
34597 \begin_inset Index
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 Paquetages LaTeX ! koma-script
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Bibliography
34610 \begin_inset CommandInset bibitem
34611 LatexCommand bibitem
34612 key "listings"
34613
34614 \end_inset
34615
34616 Documentation du paquetage LaTeX 
34617 \series bold
34618
34619 \begin_inset CommandInset href
34620 LatexCommand href
34621 name "listings"
34622 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34623
34624 \end_inset
34625
34626
34627 \series default
34628
34629 \begin_inset Index
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633 Paquetages LaTeX ! listings
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \begin_layout Bibliography
34642 \begin_inset CommandInset bibitem
34643 LatexCommand bibitem
34644 key "marginnote"
34645
34646 \end_inset
34647
34648 Documentation du paquetage LaTeX 
34649 \series bold
34650
34651 \begin_inset CommandInset href
34652 LatexCommand href
34653 name "marginnote"
34654 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34655
34656 \end_inset
34657
34658
34659 \series default
34660
34661 \begin_inset Index
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665 Paquetages LaTeX ! marginnote
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Bibliography
34674 \begin_inset CommandInset bibitem
34675 LatexCommand bibitem
34676 key "pstricks"
34677
34678 \end_inset
34679
34680 Page Web du paquetage LaTeX 
34681 \series bold
34682
34683 \begin_inset CommandInset href
34684 LatexCommand href
34685 name "PSTricks"
34686 target "http://tug.org/PSTricks/"
34687
34688 \end_inset
34689
34690
34691 \series default
34692
34693 \begin_inset Index
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 Paquetages LaTeX ! PSTricks
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Bibliography
34706 \begin_inset CommandInset bibitem
34707 LatexCommand bibitem
34708 key "sidecap"
34709
34710 \end_inset
34711
34712 Documentation du paquetage LaTeX 
34713 \series bold
34714
34715 \begin_inset CommandInset href
34716 LatexCommand href
34717 name "sidecap"
34718 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34719
34720 \end_inset
34721
34722
34723 \series default
34724
34725 \begin_inset Index
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 Paquetages LaTeX ! sidecap
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Bibliography
34738 \begin_inset CommandInset bibitem
34739 LatexCommand bibitem
34740 key "NewInLyX16"
34741
34742 \end_inset
34743
34744
34745 \begin_inset CommandInset href
34746 LatexCommand href
34747 name "Page Wiki"
34748 target "http://wiki.lyx.org/LyX/NewInLyX16"
34749
34750 \end_inset
34751
34752  au sujet des nouveautés de 
34753 \family sans
34754 LyX 1.6.0
34755 \family default
34756 .
34757 \end_layout
34758
34759 \begin_layout Standard
34760 \begin_inset CommandInset index_print
34761 LatexCommand printindex
34762
34763 \end_inset
34764
34765
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset FloatList figure
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset FloatList table
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 \begin_inset ERT
34786 status open
34787
34788 \begin_layout Plain Layout
34789
34790
34791 \backslash
34792 listof{algorithm}{Liste des Algorithmes}
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \begin_inset Note Note
34799 status collapsed
34800
34801 \begin_layout Plain Layout
34802 voir la section
34803 \begin_inset space ~
34804 \end_inset
34805
34806
34807 \begin_inset CommandInset ref
34808 LatexCommand ref
34809 reference "sub:Flottant-d'Algorithme"
34810
34811 \end_inset
34812
34813  pour une description
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \end_body
34822 \end_document