]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: we now support captions in longtables
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 339
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163
164 % use normal list environments also in French documents
165 \StandardLayout
166 \end_preamble
167 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
168 \language french
169 \inputencoding auto
170 \font_roman default
171 \font_sans default
172 \font_typewriter default
173 \font_default_family default
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pagebackref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
198 \papersize default
199 \use_geometry false
200 \use_amsmath 2
201 \use_esint 0
202 \cite_engine basic
203 \use_bibtopic false
204 \paperorientation portrait
205 \secnumdepth 3
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language english
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle default
213 \bullet 1 1 34 -1
214 \bullet 2 2 35 -1
215 \bullet 3 2 7 -1
216 \tracking_changes false
217 \output_changes false
218 \author "" 
219 \author "" 
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
226  les Boîtes et les Objets Externes de LyX
227 \end_layout
228
229 \begin_layout Author
230 par l'Équipe LyX
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 \noindent
236 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
237  de la documentation de LyX: 
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
242 type "mailto:"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 auteur original : Uwe Stöhr
257 \end_layout
258
259 \begin_layout Plain Layout
260 Traduction française : Siegfried Meunier-Guttin-Cluzel
261 \end_layout
262
263 \begin_layout Plain Layout
264 version 1.5.2 - novembre 2007
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 1.6svn
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
297  
298 \series bold
299 arydshln
300 \series default
301
302 \series bold
303 colortbl
304 \series default
305
306 \series bold
307 marginnote
308 \series default
309 , et 
310 \series bold
311 sidecap
312 \series default
313  doivent être installés.
314  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
315  les sections qui nécessitent les paquetages en question n'apparaîtront
316  pas sur la sortie.
317 \end_layout
318
319 \begin_layout Plain Layout
320 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
321 \begin_inset Newline newline
322 \end_inset
323
324
325 \series bold
326 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
327 \begin_inset Newline newline
328 \end_inset
329
330
331 \series default
332 (version anglaise)
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341 Figures
342 \begin_inset CommandInset label
343 LatexCommand label
344 name "cha:Figures"
345
346 \end_inset
347
348
349 \begin_inset Index
350 status collapsed
351
352 \begin_layout Plain Layout
353 Figures
354 \end_layout
355
356 \end_inset
357
358
359 \begin_inset Index
360 status collapsed
361
362 \begin_layout Plain Layout
363 Graphiques|see
364 \begin_inset ERT
365 status collapsed
366
367 \begin_layout Plain Layout
368
369 {
370 \end_layout
371
372 \end_inset
373
374 Figures
375 \begin_inset ERT
376 status collapsed
377
378 \begin_layout Plain Layout
379
380 }
381 \end_layout
382
383 \end_inset
384
385
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 La fenêtre de dialogue Graphique
395 \begin_inset Index
396 status collapsed
397
398 \begin_layout Plain Layout
399 Figures ! Fenêtre de dialogue Graphique
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset CommandInset label
406 LatexCommand label
407 name "sec:Graphics-Dialog"
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Standard
415 Pour placer une figure dans votre document, cliquez sur le bouton
416 \begin_inset Graphics
417         filename ../../images/dialog-show-new-inset_graphics.png
418         scale 85
419         scaleBeforeRotation
420
421 \end_inset
422
423  dans la barre d'outils, ou faites 
424 \family sans
425 Insérer\SpecialChar \menuseparator
426 Graphique
427 \family default
428 .
429  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
430  à charger.
431  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
432  dans le texte.
433 \end_layout
434
435 \begin_layout Standard
436 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
437  sur une image
438 \begin_inset Note Note
439 status collapsed
440
441 \begin_layout Plain Layout
442 Ça marche aussi avec le bouton gauche ! (NdT)
443 \end_layout
444
445 \end_inset
446
447 .
448  Cette fenêtre de dialogue possède trois onglets:
449 \end_layout
450
451 \begin_layout Description
452 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
453  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
454  Les unités de longueurs utilisées sont décrites dans l'appendice
455 \begin_inset space ~
456 \end_inset
457
458
459 \begin_inset CommandInset ref
460 LatexCommand ref
461 reference "cha:Unités-de-longueur"
462
463 \end_inset
464
465 .
466 \begin_inset Newline newline
467 \end_inset
468
469
470 \begin_inset Index
471 status collapsed
472
473 \begin_layout Plain Layout
474 Figures ! Pivotées
475 \end_layout
476
477 \end_inset
478
479 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
480  d'une montre, en donnant l'angle de rotation et la position du pivot.
481  L'image apparaîtra pivotée dans LyX.
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index
487 status collapsed
488
489 \begin_layout Plain Layout
490 Figures ! Redimensionnées
491 \end_layout
492
493 \end_inset
494
495 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
496  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
497  sa largeur.
498  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
499  déterminée automatiquement.
500  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
501  éventuellement une distorsion.
502  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
503  
504 \family sans
505 Conserver
506 \begin_inset space ~
507 \end_inset
508
509 les
510 \begin_inset space ~
511 \end_inset
512
513 proportions
514 \family default
515 .
516  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
517  pas les valeurs fixées.
518  
519 \begin_inset Newline newline
520 \end_inset
521
522 Les images peuvent être modifiée en utilisant le programme de votre choix
523  en cliquant sur le bouton Éditer.
524  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
525  
526 \family sans
527 Formats
528 \begin_inset space ~
529 \end_inset
530
531 de
532 \begin_inset space ~
533 \end_inset
534
535 fichiers
536 \family default
537  dans la fenêtre de dialogue de 
538 \family sans
539 Préférences
540 \family default
541  de LyX.
542 \end_layout
543
544 \begin_layout Description
545 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
546  la sortie finale est de modifier les coordonnées de la zone de l'image
547  qui est affichée.
548  Cette zone peut être calculée automatiquement à partir des données présentes
549  dans le fichier en appuyant sur le bouton 
550 \family sans
551 Valeurs
552 \begin_inset space ~
553 \end_inset
554
555 du
556 \begin_inset space ~
557 \end_inset
558
559 Fichier
560 \family default
561 .
562  Avec l'option 
563 \family sans
564 Couper
565 \begin_inset space ~
566 \end_inset
567
568 à
569 \begin_inset space ~
570 \end_inset
571
572 la
573 \begin_inset space ~
574 \end_inset
575
576 boîte
577 \begin_inset space ~
578 \end_inset
579
580 de
581 \begin_inset space ~
582 \end_inset
583
584 délimitation, 
585 \family default
586 seule la portion de l'image qui est dans la zone définie sera imprimée.
587  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
588  donc vous pouvez ignorer l'onglet 
589 \family sans
590 Rogner
591 \family default
592 .
593 \end_layout
594
595 \begin_layout Description
596
597 \family sans
598 Options
599 \begin_inset space ~
600 \end_inset
601
602 LaTeX
603 \begin_inset space ~
604 \end_inset
605
606 et
607 \begin_inset space ~
608 \end_inset
609
610 LyX
611 \family default
612  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
613  les experts ès-LaTeX pourront fournir des options supplémentaires pour
614  LaTeX
615 \begin_inset Newline newline
616 \end_inset
617
618 L'option 
619 \family sans
620 Mode brouillon
621 \family default
622  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
623  avec la taille de l'image.
624 \begin_inset Newline newline
625 \end_inset
626
627 L'option 
628 \family sans
629 Ne
630 \begin_inset space ~
631 \end_inset
632
633 pas
634 \begin_inset space ~
635 \end_inset
636
637 décompresser
638 \begin_inset space ~
639 \end_inset
640
641 à
642 \begin_inset space ~
643 \end_inset
644
645 l'exportation
646 \family default
647  n'affectera que les graphiques EPS zippés, par exemple 
648 \family typewriter
649 x.eps.gz
650 \family default
651 .
652  Quand cette option est activée, les images ne sont pas décompressées à
653  l'exportation, vu que LaTeX peut les traiter telles-quelles
654 \begin_inset Newline newline
655 \end_inset
656
657 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
658  disques quand on utilise PostScript comme format de sortie, voir l'appendice
659 \begin_inset space ~
660 \end_inset
661
662
663 \begin_inset CommandInset ref
664 LatexCommand ref
665 reference "sec:PostScript"
666
667 \end_inset
668
669 .
670  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
671  terminal UNIX ou une console Windows:
672 \begin_inset Newline newline
673 \end_inset
674
675
676 \series bold
677 gzip x.eps
678 \series default
679
680 \begin_inset Newline newline
681 \end_inset
682
683
684 \series bold
685 zgrep %%Bounding x.eps.gz > x.eps.bb
686 \series default
687
688 \begin_inset Newline newline
689 \end_inset
690
691 La seconde commande va créer le fichier contenant la description de la boîte
692  de délimitation 
693 \begin_inset Quotes eld
694 \end_inset
695
696
697 \family typewriter
698 x.eps.bb
699 \family default
700
701 \begin_inset Quotes erd
702 \end_inset
703
704  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
705 \end_layout
706
707 \begin_layout Standard
708 \begin_inset VSpace bigskip
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Voici un exemple d'image au format EPS
716 \begin_inset Foot
717 status collapsed
718
719 \begin_layout Plain Layout
720 Les format d'images sont décrits dans la section
721 \begin_inset space ~
722 \end_inset
723
724
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "sec:Image-Formats"
728
729 \end_inset
730
731 .
732 \end_layout
733
734 \end_inset
735
736  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
737 nt:
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         scale 70
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 Et voici la même image mais en mode brouillon:
755 \end_layout
756
757 \begin_layout Standard
758 \align center
759 \begin_inset Graphics
760         filename ../clipart/mobius.eps
761         scale 70
762         draft
763         scaleBeforeRotation
764         rotateOrigin center
765
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Section
772 Figures Flottantes
773 \begin_inset CommandInset label
774 LatexCommand label
775 name "sec:Figure-Floats"
776
777 \end_inset
778
779
780 \begin_inset Index
781 status collapsed
782
783 \begin_layout Plain Layout
784 Flottants ! Figures
785 \end_layout
786
787 \end_inset
788
789
790 \begin_inset Index
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figures ! Flottants
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Standard
803 Pour des explications d'ordre général concernant les flottants, jetez un
804  coup d'œil à la section
805 \begin_inset space ~
806 \end_inset
807
808
809 \begin_inset CommandInset ref
810 LatexCommand ref
811 reference "sec:Flottants-Introduction"
812
813 \end_inset
814
815 .
816 \end_layout
817
818 \begin_layout Standard
819 Le bouton 
820 \begin_inset Graphics
821         filename ../../images/float-insert_figure.png
822         scale 85
823         scaleBeforeRotation
824
825 \end_inset
826
827  de la barre d'outils et le menu 
828 \family sans
829 Insérer\SpecialChar \menuseparator
830 Flottant\SpecialChar \menuseparator
831 Figure
832 \family default
833  insèrent un flottant avec l'étiquette 
834 \begin_inset Quotes eld
835 \end_inset
836
837
838 \series bold
839 Figure
840 \begin_inset space ~
841 \end_inset
842
843 #:
844 \series default
845
846 \begin_inset Quotes erd
847 \end_inset
848
849  (# est le numéro réel de l'image).
850  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
851 \begin_inset space ~
852 \end_inset
853
854
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "fig:kill-plat"
858
859 \end_inset
860
861  ou en dessous de la légende comme pour la Figure
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "fig:escher"
869
870 \end_inset
871
872 .
873  Vous trouverez plus d'information sur le positionnement des légendes dans
874  la section
875 \begin_inset space ~
876 \end_inset
877
878
879 \begin_inset CommandInset ref
880 LatexCommand ref
881 reference "sec:Placement-légende"
882
883 \end_inset
884
885 .
886 \end_layout
887
888 \begin_layout Standard
889 \begin_inset Float figure
890 wide false
891 sideways false
892 status open
893
894 \begin_layout Plain Layout
895 \align center
896 \begin_inset Graphics
897         filename ../clipart/platypus.eps
898         width 50col%
899         scaleBeforeRotation
900         rotateOrigin center
901
902 \end_inset
903
904
905 \end_layout
906
907 \begin_layout Plain Layout
908 \begin_inset Caption
909
910 \begin_layout Plain Layout
911 \begin_inset CommandInset label
912 LatexCommand label
913 name "fig:kill-plat"
914
915 \end_inset
916
917 Un ornithorynque sévèrement déformé dans un flottant de figure.
918 \end_layout
919
920 \end_inset
921
922
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Standard
931 \begin_inset Float figure
932 wide false
933 sideways false
934 status open
935
936 \begin_layout Plain Layout
937 \begin_inset Caption
938
939 \begin_layout Plain Layout
940 \begin_inset CommandInset label
941 LatexCommand label
942 name "fig:escher"
943
944 \end_inset
945
946 M.C.
947  Escher sous LSD.
948 \end_layout
949
950 \end_inset
951
952
953 \end_layout
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Graphics
958         filename ../clipart/escher-lsd.eps
959         scale 80
960         scaleBeforeRotation
961         rotateOrigin center
962
963 \end_inset
964
965
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \begin_layout Standard
974 \begin_inset Index
975 status collapsed
976
977 \begin_layout Plain Layout
978 Références ! à des Figures
979 \end_layout
980
981 \end_inset
982
983 Les figure
984 \begin_inset space ~
985 \end_inset
986
987
988 \begin_inset CommandInset ref
989 LatexCommand ref
990 reference "fig:kill-plat"
991
992 \end_inset
993
994  et 
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "fig:escher"
998
999 \end_inset
1000
1001  sont des exemples de figures référencées.
1002  Dans le texte, on fait référence à une figure en faisant référence à sa
1003  légende.
1004  On insère donc une étiquette dans la légende en utilisant le menu 
1005 \family sans
1006 Insérer
1007 \family default
1008 \SpecialChar \menuseparator
1009
1010 \family sans
1011 Étiquette
1012 \family default
1013  ou le bouton 
1014 \begin_inset Graphics
1015         filename ../../images/label-insert.png
1016         scale 85
1017         scaleBeforeRotation
1018
1019 \end_inset
1020
1021  de la barre d'outils.
1022  On peut alors faire référence à cette étiquette en utilisant le menu 
1023 \family sans
1024 Insérer\SpecialChar \menuseparator
1025 Référence
1026 \begin_inset space ~
1027 \end_inset
1028
1029 croisée
1030 \family default
1031  ou le bouton 
1032 \begin_inset Graphics
1033         filename ../../images/dialog-show-new-inset_ref.png
1034         scale 85
1035         scaleBeforeRotation
1036
1037 \end_inset
1038
1039  de la barre d'outils.
1040  Il est important d'utiliser des références pour les flottants de figures
1041  plutôt que des locutions vagues du genre 
1042 \begin_inset Quotes eld
1043 \end_inset
1044
1045 la figure ci-dessous
1046 \begin_inset Quotes erd
1047 \end_inset
1048
1049 , puisque LaTeX va repositionner la figure dans le document final.
1050  Votre figure risque de ne plus être ci-dessous du tout !
1051 \begin_inset Newline newline
1052 \end_inset
1053
1054 Le référencement est expliqué plus en détail dans la section
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "sec:Referencer-les-Flottants"
1062
1063 \end_inset
1064
1065 .
1066 \end_layout
1067
1068 \begin_layout Standard
1069 En principe on met une seule figure dans un flottant, mais parfois vous
1070  pouvez vouloir deux figures avec chacune sa sous-légende.
1071  C'est possible en insérant des flottants d'image dans des flottants d'image
1072  existants.
1073  Notez que seule la légende principale des flottants est reprise dans la
1074  liste des figures.
1075  La figure
1076 \begin_inset space ~
1077 \end_inset
1078
1079
1080 \begin_inset CommandInset ref
1081 LatexCommand ref
1082 reference "fig:Deux-images-déformées"
1083
1084 \end_inset
1085
1086  est un exemple de flottant de figure avec deux images mises l'une à côté
1087  de l'autre.
1088  Vous pouvez aussi mettre les images les unes sous les autres.
1089  Les figures
1090 \begin_inset space ~
1091 \end_inset
1092
1093
1094 \begin_inset CommandInset ref
1095 LatexCommand ref
1096 reference "fig:Structure-indéfinissable"
1097
1098 \end_inset
1099
1100  et 
1101 \begin_inset CommandInset ref
1102 LatexCommand ref
1103 reference "fig:Un-ornithorynque"
1104
1105 \end_inset
1106
1107  sont des sous-figures.
1108 \end_layout
1109
1110 \begin_layout Standard
1111 \begin_inset Float figure
1112 wide false
1113 sideways false
1114 status open
1115
1116 \begin_layout Plain Layout
1117 \begin_inset space \hfill{}
1118 \end_inset
1119
1120
1121 \begin_inset Float figure
1122 wide false
1123 sideways false
1124 status open
1125
1126 \begin_layout Plain Layout
1127 \begin_inset Caption
1128
1129 \begin_layout Plain Layout
1130 \begin_inset CommandInset label
1131 LatexCommand label
1132 name "fig:Structure-indéfinissable"
1133
1134 \end_inset
1135
1136 Structure indéfinissable
1137 \end_layout
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \begin_layout Plain Layout
1145 \begin_inset Graphics
1146         filename ../clipart/escher-lsd.eps
1147         width 45col%
1148         scaleBeforeRotation
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status open
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "fig:Un-ornithorynque"
1174
1175 \end_inset
1176
1177 Un ornithorynque
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Graphics
1187         filename ../clipart/platypus.eps
1188         lyxscale 60
1189         width 45col%
1190         scaleBeforeRotation
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset space \hfill{}
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Plain Layout
1207 \begin_inset Caption
1208
1209 \begin_layout Plain Layout
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig:Deux-images-déformées"
1213
1214 \end_inset
1215
1216 Deux images déformées.
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Section
1230 Les Formats d'images
1231 \begin_inset CommandInset label
1232 LatexCommand label
1233 name "sec:Image-Formats"
1234
1235 \end_inset
1236
1237
1238 \begin_inset Index
1239 status collapsed
1240
1241 \begin_layout Plain Layout
1242 Formats d' images
1243 \end_layout
1244
1245 \end_inset
1246
1247
1248 \begin_inset Index
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 Figures ! Formats d'images
1253 \end_layout
1254
1255 \end_inset
1256
1257
1258 \end_layout
1259
1260 \begin_layout Standard
1261 Vous pouvez insérer des images dans n'importe quel format connu.
1262  Mais, comme nous l'avons expliqué dans l'appendice
1263 \begin_inset space ~
1264 \end_inset
1265
1266
1267 \begin_inset CommandInset ref
1268 LatexCommand ref
1269 reference "cha:Formats-fichiers-graphiques"
1270
1271 \end_inset
1272
1273 ,
1274 \lang english
1275  
1276 \lang french
1277 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1278  de formats d'images.
1279  Pour s'en sortir LyX utilise le programme 
1280 \family typewriter
1281 Imagemagick
1282 \family default
1283  en arrière plan pour convertir les formats que vous utilisez dans un des
1284  formats acceptés par le format de sortie.
1285  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1286 ons en n'utilisant que les formats listés dans les sous sections de
1287 \lang english
1288  
1289 \lang french
1290 l'appendice
1291 \begin_inset space ~
1292 \end_inset
1293
1294
1295 \begin_inset CommandInset ref
1296 LatexCommand ref
1297 reference "cha:Formats-fichiers-graphiques"
1298
1299 \end_inset
1300
1301 .
1302 \end_layout
1303
1304 \begin_layout Standard
1305 Comme pour les polices de caractères, il y a deux grands types de formats
1306  d'images:
1307 \end_layout
1308
1309 \begin_layout Description
1310 Les
1311 \begin_inset space ~
1312 \end_inset
1313
1314 images
1315 \begin_inset space ~
1316 \end_inset
1317
1318 Matricielles
1319 \begin_inset space ~
1320 \end_inset
1321
1322 (ou
1323 \begin_inset space ~
1324 \end_inset
1325
1326 bitmap) l'image est décomposée en une mosaïque des points (ou pixels), souvent
1327  enregistrés sous un format compressé.
1328  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1329  petits carrés quand on utilise des agrandissements trop importants (aspect
1330  
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334 pixellisé
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338 ).
1339  Les formats matriciels les plus connus sont le GIF (
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343 Graphics Interchange Format
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347 , avec comme extension de fichier 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351
1352 \family typewriter
1353 .gif
1354 \family default
1355
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359 )
1360 \begin_inset Index
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 GIF|see
1365 \begin_inset ERT
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369
1370 {
1371 \end_layout
1372
1373 \end_inset
1374
1375 Format d'image
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 }
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391 , le PNG (
1392 \begin_inset Quotes eld
1393 \end_inset
1394
1395 Portable Network Graphics, extension 
1396 \begin_inset Quotes eld
1397 \end_inset
1398
1399
1400 \family typewriter
1401 .gif
1402 \family default
1403
1404 \begin_inset Quotes erd
1405 \end_inset
1406
1407 )
1408 \begin_inset Index
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 PNG|see
1413 \begin_inset ERT
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417
1418 {
1419 \end_layout
1420
1421 \end_inset
1422
1423 Formats d'image
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 }
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438
1439  et le JPG (
1440 \begin_inset Quotes eld
1441 \end_inset
1442
1443 Joint Photographic Expert Group, extension 
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447
1448 \family typewriter
1449 .jpg
1450 \family default
1451
1452 \begin_inset Quotes erd
1453 \end_inset
1454
1455  ou 
1456 \begin_inset Quotes eld
1457 \end_inset
1458
1459
1460 \family typewriter
1461 .jpeg
1462 \family default
1463
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467 )
1468 \begin_inset Index
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472 JPG|see
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 {
1479 \end_layout
1480
1481 \end_inset
1482
1483 Formats d'image
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 }
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499 .
1500 \end_layout
1501
1502 \begin_layout Description
1503 Les
1504 \begin_inset space ~
1505 \end_inset
1506
1507 images
1508 \begin_inset space ~
1509 \end_inset
1510
1511 Vectorielles
1512 \begin_inset space ~
1513 \end_inset
1514
1515 (ou
1516 \begin_inset space ~
1517 \end_inset
1518
1519 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1520  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1521 nnée comme on le veut sans perte de précision.
1522  La possibilité de redimensionner les images est très utilisé pour les présentat
1523 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1524 nnement.
1525  Le redimensionnement permet aussi de présenter des documents en ligne où
1526  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1527  étudier les détails.
1528 \begin_inset Newline newline
1529 \end_inset
1530
1531 Les principaux formats vectoriels sont le SVG (
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 Scalable Vector Graphics
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539 , extension
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543
1544 \family typewriter
1545 .svg
1546 \family default
1547
1548 \begin_inset Quotes erd
1549 \end_inset
1550
1551 )
1552 \begin_inset Index
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 SVG|see
1557 \begin_inset ERT
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561
1562 {
1563 \end_layout
1564
1565 \end_inset
1566
1567 Format d'image
1568 \begin_inset ERT
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572
1573 }
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582
1583 , l'EPS ( 
1584 \begin_inset Quotes eld
1585 \end_inset
1586
1587 encapsulated PostScript
1588 \begin_inset Quotes erd
1589 \end_inset
1590
1591 , extension
1592 \begin_inset Quotes eld
1593 \end_inset
1594
1595
1596 \family typewriter
1597 .eps
1598 \family default
1599
1600 \begin_inset Quotes erd
1601 \end_inset
1602
1603 )
1604 \begin_inset Index
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608 EPS|see
1609 \begin_inset ERT
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613
1614 {
1615 \end_layout
1616
1617 \end_inset
1618
1619 Format d'image
1620 \begin_inset ERT
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624
1625 }
1626 \end_layout
1627
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \end_inset
1634
1635 , le PDF (
1636 \begin_inset Quotes eld
1637 \end_inset
1638
1639 Portable Document Format
1640 \begin_inset Quotes erd
1641 \end_inset
1642
1643 , extension
1644 \begin_inset Quotes eld
1645 \end_inset
1646
1647
1648 \family typewriter
1649 .pdf
1650 \family default
1651
1652 \begin_inset Quotes erd
1653 \end_inset
1654
1655 )
1656 \begin_inset Index
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 PDF|see
1661 \begin_inset ERT
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665
1666 {
1667 \end_layout
1668
1669 \end_inset
1670
1671 Format d'image
1672 \begin_inset ERT
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676
1677 }
1678 \end_layout
1679
1680 \end_inset
1681
1682
1683 \end_layout
1684
1685 \end_inset
1686
1687  et le WMF (
1688 \begin_inset Quotes eld
1689 \end_inset
1690
1691 Windows Metafile
1692 \begin_inset Quotes erd
1693 \end_inset
1694
1695 , extension 
1696 \begin_inset Quotes eld
1697 \end_inset
1698
1699
1700 \family typewriter
1701 .wfm
1702 \family default
1703
1704 \begin_inset Quotes erd
1705 \end_inset
1706
1707  ou 
1708 \begin_inset Quotes eld
1709 \end_inset
1710
1711
1712 \family typewriter
1713 .emf
1714 \family default
1715
1716 \begin_inset Quotes erd
1717 \end_inset
1718
1719 )
1720 \begin_inset Index
1721 status collapsed
1722
1723 \begin_layout Plain Layout
1724 WMF|see
1725 \begin_inset ERT
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729
1730 {
1731 \end_layout
1732
1733 \end_inset
1734
1735 Formats d'images
1736 \begin_inset ERT
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740
1741 }
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \end_layout
1748
1749 \end_inset
1750
1751 .
1752  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1753  en EPS, mais le résultat ne sera pas redimensionnable.
1754  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1755 \begin_inset Foot
1756 status open
1757
1758 \begin_layout Plain Layout
1759 Dans le cas du PDF l'image initiale est aussi compressée.
1760 \end_layout
1761
1762 \end_inset
1763
1764 .
1765 \end_layout
1766
1767 \begin_layout Standard
1768 Les fichiers PDF générés par 
1769 \family typewriter
1770 Adobe Photoshop
1771 \family default
1772 , par exemple, sont des images matricielles.
1773 \end_layout
1774
1775 \begin_layout Standard
1776 En principe il est quasiment impossible de convertir une image matricielle
1777  en graphique vectoriel, seul le contraire est possible.
1778
1779 \lang english
1780  
1781 \lang french
1782 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1783  dans respectivement un fichier de sortie PDF ou PostScript.
1784  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1785  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1786  WMF/SVG
1787 \begin_inset Formula $\to$
1788 \end_inset
1789
1790 PDF/EPS convenables.
1791 \end_layout
1792
1793 \begin_layout Chapter
1794 Tableaux
1795 \begin_inset CommandInset label
1796 LatexCommand label
1797 name "cha:Tableaux"
1798
1799 \end_inset
1800
1801
1802 \begin_inset Index
1803 status collapsed
1804
1805 \begin_layout Plain Layout
1806 Tableau
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \end_layout
1813
1814 \begin_layout Section
1815 Introduction
1816 \begin_inset Index
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820 Tableau ! Introduction
1821 \end_layout
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \begin_layout Standard
1829 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1830 \begin_inset Graphics
1831         filename ../../images/tabular-insert.png
1832         scale 85
1833         scaleBeforeRotation
1834
1835 \end_inset
1836
1837  soit 
1838 \family sans
1839 Insérer\SpecialChar \menuseparator
1840 Tableau
1841 \family default
1842 .
1843  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1844  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1845  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1846  sur un bouton de la souris pour valider votre choix.
1847  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1848  vous demandant le nombre de lignes et de colonnes.
1849 \begin_inset Newline newline
1850 \end_inset
1851
1852 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1853  une à droite de la colonne la plus à droite et une en bas de la rangée
1854  du bas, qui forment une boîte autour du tableau.
1855  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1856  apparaît séparée du reste du tableau.
1857  Voici un exemple :
1858 \end_layout
1859
1860 \begin_layout Standard
1861 \align center
1862 \begin_inset Tabular
1863 <lyxtabular version="3" rows="4" columns="4">
1864 <features>
1865 <column alignment="center" valignment="top" width="0">
1866 <column alignment="center" valignment="top" width="0">
1867 <column alignment="center" valignment="top" width="0">
1868 <column alignment="center" valignment="top" width="0">
1869 <row>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883 1
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 2
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901 3
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 <row>
1908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912 A
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 </row>
1945 <row>
1946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Plain Layout
1950 B
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 </row>
1983 <row>
1984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988 C
1989 \end_layout
1990
1991 \end_inset
1992 </cell>
1993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 </row>
2021 </lyxtabular>
2022
2023 \end_inset
2024
2025
2026 \end_layout
2027
2028 \begin_layout Section
2029 La fenêtre 
2030 \family sans
2031 Tableau
2032 \family default
2033
2034 \begin_inset Index
2035 status collapsed
2036
2037 \begin_layout Plain Layout
2038 Tableau ! Fenêtre de dialogue
2039 \end_layout
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2048  de la souris, ce qui fait apparaître une fenêtre avec des options.
2049  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2050  la colonne et la ligne dans laquelle le curseur se trouve.
2051  La plupart des options peuvent s'appliquer à des sélections.
2052  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2053  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2054  votre sélection.
2055  Notez qu'il y a une différence entre sélectionner le 
2056 \emph on
2057 contenu 
2058 \emph default
2059 d'une cellule et sélectionner la cellule elle-même.
2060  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2061  tableaux :
2062 \end_layout
2063
2064 \begin_layout Description
2065 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2066  la largeur de la colonne courante.
2067  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2068  vertical de la ligne courante.
2069  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2070  et donc, plusieurs paragraphes de texte, voir la section
2071 \begin_inset space ~
2072 \end_inset
2073
2074
2075 \begin_inset CommandInset ref
2076 LatexCommand ref
2077 reference "sub:Lignes-multiple-dans-cellule"
2078
2079 \end_inset
2080
2081 .
2082  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2083  pour accommoder le contenu de cellule le plus large.
2084 \begin_inset Newline newline
2085 \end_inset
2086
2087 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2088  un multicolonne, voir la section
2089 \begin_inset space ~
2090 \end_inset
2091
2092
2093 \begin_inset CommandInset ref
2094 LatexCommand ref
2095 reference "sub:Multicolonnes"
2096
2097 \end_inset
2098
2099 .
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103 L'option 
2104 \family sans
2105 Tourner
2106 \begin_inset space ~
2107 \end_inset
2108
2109 la
2110 \begin_inset space ~
2111 \end_inset
2112
2113 case
2114 \begin_inset space ~
2115 \end_inset
2116
2117 de
2118 \begin_inset space ~
2119 \end_inset
2120
2121 90°
2122 \family default
2123  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2124  L'option 
2125 \family sans
2126 Tourner
2127 \begin_inset space ~
2128 \end_inset
2129
2130 le
2131 \begin_inset space ~
2132 \end_inset
2133
2134 tableau
2135 \begin_inset space ~
2136 \end_inset
2137
2138 de
2139 \begin_inset space ~
2140 \end_inset
2141
2142 90°
2143 \family default
2144  fait pivoter tout le tableau.
2145  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2146  la sortie finale.
2147 \begin_inset Newline newline
2148 \end_inset
2149
2150
2151 \begin_inset Note Greyedout
2152 status open
2153
2154 \begin_layout Plain Layout
2155
2156 \series bold
2157 Note:
2158 \series default
2159  La plupart des visualiseurs DVI ne sont 
2160 \emph on
2161 pas
2162 \emph default
2163  capables d'afficher ces rotations.
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \lang english
2170
2171 \begin_inset Newline newline
2172 \end_inset
2173
2174
2175 \lang french
2176 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2177  spéciales pour le tableau, voir les sections
2178 \begin_inset space ~
2179 \end_inset
2180
2181
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "sub:Calculs-multicolonnes"
2185
2186 \end_inset
2187
2188  et 
2189 \begin_inset CommandInset ref
2190 LatexCommand ref
2191 reference "sec:Tableaux-Colorés"
2192
2193 \end_inset
2194
2195 .
2196 \end_layout
2197
2198 \begin_layout Description
2199
2200 \family sans
2201 Bordures
2202 \family default
2203  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2204  ou la colonne courante.
2205  
2206 \begin_inset Newline newline
2207 \end_inset
2208
2209 En utilisant le style 
2210 \family sans
2211 Formel
2212 \family default
2213  à la place du style par 
2214 \family sans
2215 Défaut
2216 \family default
2217  va convertir le tableau en tableau formel comme on le décrit dans la section
2218 \begin_inset space ~
2219 \end_inset
2220
2221
2222 \begin_inset CommandInset ref
2223 LatexCommand ref
2224 reference "sec:Tableaux-Formels"
2225
2226 \end_inset
2227
2228 .
2229 \begin_inset Newline newline
2230 \end_inset
2231
2232 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2233  dans les lignes du tableau comme c'est décrit dans la section
2234 \begin_inset space ~
2235 \end_inset
2236
2237
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "sub:Espacement-lignes"
2241
2242 \end_inset
2243
2244 .
2245 \end_layout
2246
2247 \begin_layout Description
2248 Tableau
2249 \begin_inset space ~
2250 \end_inset
2251
2252 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2253  un 
2254 \begin_inset Quotes eld
2255 \end_inset
2256
2257
2258 \emph on
2259 tableau long
2260 \emph default
2261
2262 \begin_inset Quotes erd
2263 \end_inset
2264
2265  qui peut continuer sur plusieurs pages.
2266  Les sections
2267 \begin_inset space ~
2268 \end_inset
2269
2270
2271 \begin_inset CommandInset ref
2272 LatexCommand ref
2273 reference "sec:Tableaux-longs"
2274
2275 \end_inset
2276
2277  et 
2278 \begin_inset CommandInset ref
2279 LatexCommand ref
2280 reference "sec:Questions-sur-tableaux-longs"
2281
2282 \end_inset
2283
2284  décrivent ces tableaux longs plus en détail.
2285 \end_layout
2286
2287 \begin_layout Standard
2288 Quand la barre d'outils tableau est activée
2289 \begin_inset Note Note
2290 status open
2291
2292 \begin_layout Plain Layout
2293 ou la fenêtre ?
2294 \end_layout
2295
2296 \end_inset
2297
2298 , vous pouvez déplacer le curseur de cellule en cellule avec les touches
2299  de déplacement et voir s'afficher les propriétés de la cellule courante
2300  dans la fenêtre de dialogue.
2301 \end_layout
2302
2303 \begin_layout Section
2304 La barre d'outils tableau
2305 \begin_inset Index
2306 status collapsed
2307
2308 \begin_layout Plain Layout
2309 Tableau ! Barre d'outils
2310 \end_layout
2311
2312 \end_inset
2313
2314
2315 \end_layout
2316
2317 \begin_layout Standard
2318 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2319  permet de modifier plus rapidement les tableaux.
2320  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2321  le curseur se trouve à l'intérieur d'un tableau.
2322  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2323  au menu 
2324 \family sans
2325 Visualiser\SpecialChar \menuseparator
2326 Barres
2327 \begin_inset space ~
2328 \end_inset
2329
2330 d'outils\SpecialChar \menuseparator
2331 Tableau
2332 \family default
2333 .
2334 \end_layout
2335
2336 \begin_layout Standard
2337 La barre d'outils contient les icônes suivantes :
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342 \begin_inset Graphics
2343         filename ../../images/tabular-feature_append-row.png
2344         scaleBeforeRotation
2345
2346 \end_inset
2347
2348  ajoute une ligne sous la cellule ou la sélection courante
2349 \end_layout
2350
2351 \begin_layout Labeling
2352 \labelwidthstring 00.00.0000
2353 \begin_inset Graphics
2354         filename ../../images/tabular-feature_append-column.png
2355         scaleBeforeRotation
2356
2357 \end_inset
2358
2359  ajoute une colonne à la droite de la cellule ou de la sélection courante
2360 \end_layout
2361
2362 \begin_layout Labeling
2363 \labelwidthstring 00.00.0000
2364 \begin_inset Graphics
2365         filename ../../images/tabular-feature_delete-row.png
2366         scaleBeforeRotation
2367
2368 \end_inset
2369
2370  supprime la ligne ou la sélection courante
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375 \begin_inset Graphics
2376         filename ../../images/tabular-feature_delete-column.png
2377         scaleBeforeRotation
2378
2379 \end_inset
2380
2381  supprime la colonne ou la sélection courante
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Graphics
2387         filename ../../images/tabular-feature_toggle-line-top.png
2388         scaleBeforeRotation
2389
2390 \end_inset
2391
2392  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2393  courante
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Graphics
2399         filename ../../images/tabular-feature_toggle-line-bottom.png
2400         scaleBeforeRotation
2401
2402 \end_inset
2403
2404  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Graphics
2410         filename ../../images/tabular-feature_toggle-line-left.png
2411         scaleBeforeRotation
2412
2413 \end_inset
2414
2415  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2416 \begin_inset Note Note
2417 status collapsed
2418
2419 \begin_layout Plain Layout
2420 ou colonne ?
2421 \end_layout
2422
2423 \end_inset
2424
2425  ou de la sélection courante
2426 \end_layout
2427
2428 \begin_layout Labeling
2429 \labelwidthstring 00.00.0000
2430 \begin_inset Graphics
2431         filename ../../images/tabular-feature_toggle-line-right.png
2432         scaleBeforeRotation
2433
2434 \end_inset
2435
2436  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2437 \begin_inset Note Note
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441 ou colonne ?
2442 \end_layout
2443
2444 \end_inset
2445
2446  ou de la sélection courante
2447 \end_layout
2448
2449 \begin_layout Labeling
2450 \labelwidthstring 00.00.0000
2451 \begin_inset Graphics
2452         filename ../../images/tabular-feature_set-all-lines.png
2453         scaleBeforeRotation
2454
2455 \end_inset
2456
2457  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2458  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2459  colonne et la ligne courante
2460 \end_layout
2461
2462 \begin_layout Labeling
2463 \labelwidthstring 00.00.0000
2464 \begin_inset Graphics
2465         filename ../../images/tabular-feature_unset-all-lines.png
2466         scaleBeforeRotation
2467
2468 \end_inset
2469
2470  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2471  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2472  aussi la colonne et la ligne courante
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Graphics
2478         filename ../../images/tabular-feature_align-left.png
2479         scaleBeforeRotation
2480
2481 \end_inset
2482
2483  aligne à gauche le contenu de la cellule ou de la colonne courante
2484 \end_layout
2485
2486 \begin_layout Labeling
2487 \labelwidthstring 00.00.0000
2488 \begin_inset Graphics
2489         filename ../../images/tabular-feature_align-center.png
2490         scaleBeforeRotation
2491
2492 \end_inset
2493
2494  centre horizontalement le contenu de la cellule ou de la colonne courante
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Graphics
2500         filename ../../images/tabular-feature_align-right.png
2501         scaleBeforeRotation
2502
2503 \end_inset
2504
2505  aligne à droite le contenu de la cellule ou de la colonne courante
2506 \end_layout
2507
2508 \begin_layout Labeling
2509 \labelwidthstring 00.00.0000
2510 \begin_inset Graphics
2511         filename ../../images/tabular-feature_valign-top.png
2512         scaleBeforeRotation
2513
2514 \end_inset
2515
2516  aligne le contenu de la cellule courante verticalement vers le haut
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Graphics
2522         filename ../../images/tabular-feature_valign-middle.png
2523         scaleBeforeRotation
2524
2525 \end_inset
2526
2527  centre verticalement le contenu de la cellule courante
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Graphics
2533         filename ../../images/tabular-feature_valign-bottom.png
2534         scaleBeforeRotation
2535
2536 \end_inset
2537
2538  aligne le contenu de la cellule courante verticalement vers le bas
2539 \end_layout
2540
2541 \begin_layout Labeling
2542 \labelwidthstring 00.00.0000
2543 \begin_inset Graphics
2544         filename ../../images/tabular-feature_set-rotate-cell.png
2545         scaleBeforeRotation
2546
2547 \end_inset
2548
2549  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2550 re
2551 \end_layout
2552
2553 \begin_layout Labeling
2554 \labelwidthstring 00.00.0000
2555 \begin_inset Graphics
2556         filename ../../images/tabular-feature_set-rotate-tabular.png
2557         scaleBeforeRotation
2558
2559 \end_inset
2560
2561  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2562 \end_layout
2563
2564 \begin_layout Labeling
2565 \labelwidthstring 00.00.0000
2566 \begin_inset Graphics
2567         filename ../../images/tabular-feature_multicolumn.png
2568         scaleBeforeRotation
2569
2570 \end_inset
2571
2572  transforme en multi-colonne la cellule ou la sélection courante
2573 \end_layout
2574
2575 \begin_layout Standard
2576 \begin_inset Note Greyedout
2577 status open
2578
2579 \begin_layout Plain Layout
2580
2581 \series bold
2582 Note :
2583 \series default
2584  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2585  est utilisé pour toutes les autres cellules de la ligne.
2586 \end_layout
2587
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \begin_layout Section
2594 Le Menu Éditer Tableau
2595 \begin_inset Index
2596 status collapsed
2597
2598 \begin_layout Plain Layout
2599 Tableau ! Menu Éditer
2600 \end_layout
2601
2602 \end_inset
2603
2604
2605 \end_layout
2606
2607 \begin_layout Standard
2608 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2609  
2610 \family sans
2611 Éditer\SpecialChar \menuseparator
2612 Tableau
2613 \family default
2614  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2615  ou de la ligne courante et aussi de transformer la sélection courante en
2616  multi-colonne.
2617  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2618 \end_layout
2619
2620 \begin_layout Section
2621 Flottant de Tableau
2622 \begin_inset CommandInset label
2623 LatexCommand label
2624 name "sec:Table-Floats"
2625
2626 \end_inset
2627
2628
2629 \begin_inset Index
2630 status collapsed
2631
2632 \begin_layout Plain Layout
2633 Flottants ! Tableaux
2634 \end_layout
2635
2636 \end_inset
2637
2638
2639 \begin_inset Index
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Tableau ! Flottants
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 Pour des explications générales sur les flottants, jetez un œil à la section
2653 \begin_inset space ~
2654 \end_inset
2655
2656
2657 \begin_inset CommandInset ref
2658 LatexCommand ref
2659 reference "sec:Flottants-Introduction"
2660
2661 \end_inset
2662
2663 .
2664 \end_layout
2665
2666 \begin_layout Standard
2667 \begin_inset Float table
2668 placement h
2669 wide false
2670 sideways false
2671 status open
2672
2673 \begin_layout Plain Layout
2674 \begin_inset Caption
2675
2676 \begin_layout Plain Layout
2677 \begin_inset CommandInset label
2678 LatexCommand label
2679 name "tab:Flottant-de-tableau"
2680
2681 \end_inset
2682
2683 Un flottant de tableau.
2684 \end_layout
2685
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \begin_layout Plain Layout
2692 \align center
2693 \begin_inset Tabular
2694 <lyxtabular version="3" rows="3" columns="3">
2695 <features>
2696 <column alignment="center" valignment="top" width="0pt">
2697 <column alignment="center" valignment="top" width="0pt">
2698 <column alignment="center" valignment="top" width="0pt">
2699 <row>
2700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2701 \begin_inset Text
2702
2703 \begin_layout Plain Layout
2704 1
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713 2
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722 3
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 </row>
2728 <row>
2729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2730 \begin_inset Text
2731
2732 \begin_layout Plain Layout
2733 Jules
2734 \end_layout
2735
2736 \end_inset
2737 </cell>
2738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Plain Layout
2742 Marie
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2748 \begin_inset Text
2749
2750 \begin_layout Plain Layout
2751 Jean
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 </row>
2757 <row>
2758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762 \begin_inset Formula $\int x^{2}dx$
2763 \end_inset
2764
2765
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\left[\begin{array}{cc}
2775 a & b\\
2776 c & d\end{array}\right]$
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788 \begin_inset Formula $1+1=2$
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 </row>
2797 </lyxtabular>
2798
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \end_inset
2805
2806
2807 \end_layout
2808
2809 \begin_layout Standard
2810 Les flottants de tableau sont insérés en utilisant le menu 
2811 \family sans
2812 Insérer\SpecialChar \menuseparator
2813 Flottant\SpecialChar \menuseparator
2814 Tableau
2815 \family default
2816  ou le bouton 
2817 \begin_inset Graphics
2818         filename ../../images/float-insert_table.png
2819         scale 85
2820         scaleBeforeRotation
2821
2822 \end_inset
2823
2824  de la barre d'outils.
2825 \end_layout
2826
2827 \begin_layout Standard
2828 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2829  qui a comme étiquette 
2830 \begin_inset Quotes eld
2831 \end_inset
2832
2833 Tableau
2834 \begin_inset space ~
2835 \end_inset
2836
2837 #:
2838 \begin_inset Quotes erd
2839 \end_inset
2840
2841  (où # est le numéro du tableau).
2842  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Le tableau
2847 \begin_inset space ~
2848 \end_inset
2849
2850
2851 \begin_inset CommandInset ref
2852 LatexCommand ref
2853 reference "tab:Flottant-de-tableau"
2854
2855 \end_inset
2856
2857  est un exemple de tableau dans un flottant de tableau.
2858 \end_layout
2859
2860 \begin_layout Standard
2861 On met habituellement la légende au dessus des tableaux, mais cette règle
2862  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2863  Cela signifie que si vous utilisez un document appartenant aux classes
2864  
2865 \family sans
2866 article
2867 \family default
2868
2869 \family sans
2870 book
2871 \family default
2872
2873 \family sans
2874 letter
2875 \family default
2876 , ou
2877 \family sans
2878  report
2879 \family default
2880  il n'y aura pas d'espace entre la légende et le tableau.
2881  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2882  la commande de chargement du paquetage LaTeX 
2883 \series bold
2884 caption
2885 \series default
2886
2887 \begin_inset Index
2888 status collapsed
2889
2890 \begin_layout Plain Layout
2891 Paquetages LaTeX ! caption
2892 \end_layout
2893
2894 \end_inset
2895
2896  dans le préambule de votre document.
2897 \begin_inset Foot
2898 status open
2899
2900 \begin_layout Plain Layout
2901 Pour plus d'information voyez la section
2902 \begin_inset space ~
2903 \end_inset
2904
2905
2906 \begin_inset CommandInset ref
2907 LatexCommand ref
2908 reference "sec:Placement-légende"
2909
2910 \end_inset
2911
2912 .
2913 \end_layout
2914
2915 \end_inset
2916
2917 :
2918 \end_layout
2919
2920 \begin_layout Standard
2921
2922 \series bold
2923 tableposition=top
2924 \end_layout
2925
2926 \begin_layout Standard
2927 Le paquetage 
2928 \series bold
2929 caption
2930 \series default
2931 , qui est décrit dans la section
2932 \begin_inset space ~
2933 \end_inset
2934
2935
2936 \begin_inset CommandInset ref
2937 LatexCommand ref
2938 reference "sec:Formatage-légende"
2939
2940 \end_inset
2941
2942 , est utilisé pour ajuster le format des légendes.
2943 \end_layout
2944
2945 \begin_layout Standard
2946 Dans le texte, on fait référence à un tableau
2947 \begin_inset Index
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 Références ! à un Tableau
2952 \end_layout
2953
2954 \end_inset
2955
2956  en faisant référence à sa légende.
2957  On insère donc une étiquette dans la légende en utilisant le menu 
2958 \family sans
2959 Insérer
2960 \family default
2961 \SpecialChar \menuseparator
2962
2963 \family sans
2964 Étiquette
2965 \family default
2966  ou le bouton 
2967 \begin_inset Graphics
2968         filename ../../images/label-insert.png
2969         scale 85
2970         scaleBeforeRotation
2971
2972 \end_inset
2973
2974  de la barre d'outils.
2975  On peut alors faire référence à cette étiquette en utilisant le menu 
2976 \family sans
2977 Insérer\SpecialChar \menuseparator
2978 Référence
2979 \begin_inset space ~
2980 \end_inset
2981
2982 croisée
2983 \family default
2984  ou le bouton 
2985 \begin_inset Graphics
2986         filename ../../images/dialog-show-new-inset_ref.png
2987         scale 85
2988         scaleBeforeRotation
2989
2990 \end_inset
2991
2992  de la barre d'outils.
2993 \begin_inset Newline newline
2994 \end_inset
2995
2996 Les références croisées sont expliquées en détail dans la section
2997 \begin_inset space ~
2998 \end_inset
2999
3000
3001 \begin_inset CommandInset ref
3002 LatexCommand ref
3003 reference "sec:Referencer-les-Flottants"
3004
3005 \end_inset
3006
3007 .
3008 \end_layout
3009
3010 \begin_layout Section
3011 Tableaux Longs
3012 \begin_inset CommandInset label
3013 LatexCommand label
3014 name "sec:Tableaux-longs"
3015
3016 \end_inset
3017
3018
3019 \begin_inset Index
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023 Tableaux longs
3024 \end_layout
3025
3026 \end_inset
3027
3028
3029 \begin_inset Index
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 Tableau ! Tableaux longs
3034 \end_layout
3035
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \begin_layout Standard
3042 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3043  l'option 
3044 \family sans
3045 Utiliser
3046 \begin_inset space ~
3047 \end_inset
3048
3049 les
3050 \begin_inset space ~
3051 \end_inset
3052
3053 tableaux
3054 \begin_inset space ~
3055 \end_inset
3056
3057 longs
3058 \family default
3059  de l'onglet 
3060 \family sans
3061 Tableau
3062 \begin_inset space ~
3063 \end_inset
3064
3065 long
3066 \family default
3067  de la fenêtre 
3068 \family sans
3069 Paramètres
3070 \begin_inset space ~
3071 \end_inset
3072
3073 du
3074 \begin_inset space ~
3075 \end_inset
3076
3077 tableau
3078 \family default
3079  pour le répartir automatiquement sur plusieurs pages.
3080  En cochant cette option, vous activez un certain nombre de cases d'option
3081  et vous pouvez alors définir:
3082 \end_layout
3083
3084 \begin_layout Description
3085 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3086  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3087  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3088  première page, si 
3089 \family sans
3090 Premier
3091 \begin_inset space ~
3092 \end_inset
3093
3094 en-tête
3095 \family default
3096  est défini.
3097  Ces lignes forment l'en-tête principal.
3098 \end_layout
3099
3100 \begin_layout Description
3101 Premier
3102 \begin_inset space ~
3103 \end_inset
3104
3105 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3106  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3107  d'en-tête utilisées pour la première page du tableau long.
3108 \end_layout
3109
3110 \begin_layout Description
3111 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3112  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3113  constituant les pieds de toutes les pages du tableau long ; sauf de la
3114  dernière page si 
3115 \family sans
3116 Dernier
3117 \begin_inset space ~
3118 \end_inset
3119
3120 pied
3121 \family default
3122  est défini.
3123 \end_layout
3124
3125 \begin_layout Description
3126 Dernier
3127 \begin_inset space ~
3128 \end_inset
3129
3130 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3131  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3132  constituant le pied de la dernière page du tableau long
3133 \end_layout
3134
3135 \begin_layout Standard
3136 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3137  Si vous activez plusieurs options pour une même ligne, vous devez être
3138  conscients que seule la première sera prise en compte.
3139  
3140 \begin_inset Note Note
3141 status collapsed
3142
3143 \begin_layout Plain Layout
3144 Il y a quelque chose que je n'ai pas compris : la deuxième option serait
3145  mise automatiquement à 
3146 \begin_inset Quotes eld
3147 \end_inset
3148
3149 est vide
3150 \begin_inset Quotes erd
3151 \end_inset
3152
3153 ...(NdT)
3154 \end_layout
3155
3156 \end_inset
3157
3158 Dans ce contexte, première veut dire première en suivant l'ordre 
3159 \family sans
3160 Pied, Dernier
3161 \begin_inset space ~
3162 \end_inset
3163
3164 Pied, 
3165 \family default
3166 et
3167 \family sans
3168  En-tête, Premier
3169 \begin_inset space ~
3170 \end_inset
3171
3172 En-tête
3173 \family default
3174 .
3175  Voyez le tableau long qui suit pour voir comment ça marche :
3176 \end_layout
3177
3178 \begin_layout Standard
3179 \align center
3180 \begin_inset Tabular
3181 <lyxtabular version="3" rows="69" columns="3">
3182 <features islongtable="true">
3183 <column alignment="left" valignment="top" width="0cm">
3184 <column alignment="left" valignment="top" width="0pt">
3185 <column alignment="right" valignment="top" width="0pt">
3186 <row endfirsthead="true">
3187 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Exemple d'annuaire téléphonique (ignorez les noms)
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row endfirsthead="true">
3218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 NOM
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 TEL.
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 <row endhead="true">
3251 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \series bold
3257 Exemple d'annuaire téléphonique
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 </row>
3281 <row endhead="true">
3282 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \series bold
3288 NOM
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306
3307 \series bold
3308 TEL.
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 </row>
3314 <row endfoot="true">
3315 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319  continue page suivante
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 </row>
3343 <row>
3344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \series bold
3350 Annovi
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 Silvia
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 111
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row>
3375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \series bold
3381 Bertoli
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 Stefano
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 111
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410
3411 \series bold
3412 Bozzi
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 Walter
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 111
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 <row>
3437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443 Cachia
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 Maria
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 111
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 </row>
3467 <row>
3468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \series bold
3474 Cachia
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 Maurizio
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 111
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row>
3499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Cinquemani
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 Giusi
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 111
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row>
3530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 Colin
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 Bernard
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 111
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row>
3561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \series bold
3567 Concli
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 Gianfranco
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 111
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Dal Bosco
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Carolina
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Dalpiaz
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Annamaria
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Feliciello
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Domenico
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Focarelli
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Paola
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Galletti
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Oreste
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Gasparini
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Franca
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Rizzardi
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Paola
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Lassini
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Giancarlo
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Malfatti
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Luciano
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Malfatti
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Valeriano
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Meneguzzo
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Roberto
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937
3938 \series bold
3939 Mezzadra
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 Roberto
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 111
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \series bold
3970 Pirpamer
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 Erich
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 111
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001 Pochiesa
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Paolo
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 111, 222
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \series bold
4032 Radina
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Claudio
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 111
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \series bold
4063 Stuffer
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 Oskar
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 111
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094 Tacchelli
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 Ugo
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 111
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \series bold
4125 Tezzele
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 Margit
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 111
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \series bold
4156 Unterkalmsteiner
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Frieda
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 111
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \series bold
4187 Vieider
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 Hilde
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 111
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \series bold
4218 Vigna
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 Jürgen
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 111
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 </row>
4242 <row>
4243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247
4248 \series bold
4249 Weber
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 Maurizio
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 111
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Winkler
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Franz
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 111
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309  
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Annovi
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Silvia
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 555
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Bertoli
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Stefano
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 555
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Bozzi
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Walter
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 555
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Cachia
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Maria
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 555
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Cachia
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Maurizio
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 555
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Cinquemani
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Giusi
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 555
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Colin
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Bernard
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 555
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Concli
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Gianfranco
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 555
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Dal Bosco
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Carolina
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 555
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Dalpiaz
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Annamaria
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Feliciello
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Domenico
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Focarelli
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Paola
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Galletti
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Oreste
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Gasparini
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Franca
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Rizzardi
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Paola
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Lassini
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Giancarlo
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Malfatti
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Luciano
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 555
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Malfatti
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Valeriano
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Meneguzzo
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Roberto
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row>
4923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927
4928 \series bold
4929 Mezzadra
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 Roberto
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 555
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Pirpamer
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Erich
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Pochiesa
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Paolo
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555, 222
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Radina
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Claudio
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 555
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Stuffer
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Oskar
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Tacchelli
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Ugo
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 555
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \series bold
5115 Tezzele
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 Margit
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 555
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \series bold
5146 Unterkalmsteiner
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 Frieda
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 555
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row>
5171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \series bold
5177 Vieider
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Hilde
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 555
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \series bold
5208 Vigna
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 Jürgen
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 999
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row>
5233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237
5238 \series bold
5239 Weber
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 Maurizio
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 555
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 <row>
5264 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268
5269 \series bold
5270 Winkler
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 Franz
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 555
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row endlastfoot="true">
5295 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Fin
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 </lyxtabular>
5324
5325 \end_inset
5326
5327
5328 \begin_inset ERT
5329 status open
5330
5331 \begin_layout Plain Layout
5332
5333
5334 \backslash
5335 addtocounter{table}{-1}
5336 \end_layout
5337
5338 \end_inset
5339
5340
5341 \begin_inset Note Note
5342 status open
5343
5344 \begin_layout Plain Layout
5345 Voyez la note grisée de la section
5346 \begin_inset space ~
5347 \end_inset
5348
5349
5350 \begin_inset CommandInset ref
5351 LatexCommand ref
5352 reference "sub:Tableaux-longs-légende"
5353
5354 \end_inset
5355
5356  pour une explication de cette commande.
5357 \end_layout
5358
5359 \end_inset
5360
5361
5362 \end_layout
5363
5364 \begin_layout Subsection
5365 Notes de Bas de Page dans les Tableaux Longs
5366 \begin_inset CommandInset label
5367 LatexCommand label
5368 name "sub:Notes-dans-tableau-long"
5369
5370 \end_inset
5371
5372
5373 \begin_inset Index
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Tableaux longs ! Notes de bas de page
5378 \end_layout
5379
5380 \end_inset
5381
5382
5383 \end_layout
5384
5385 \begin_layout Standard
5386 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5387  long.
5388  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5389  contenant la note.
5390  Par exemple le tableau
5391 \begin_inset space ~
5392 \end_inset
5393
5394
5395 \begin_inset CommandInset ref
5396 LatexCommand ref
5397 reference "tab:Légendes-tableau-différentes"
5398
5399 \end_inset
5400
5401  a une note de bas de page.
5402 \end_layout
5403
5404 \begin_layout Subsection
5405 Alignement des Tableaux Longs
5406 \begin_inset Index
5407 status collapsed
5408
5409 \begin_layout Plain Layout
5410 Tableaux longs ! Alignement
5411 \end_layout
5412
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 Par défaut les Tableaux Longs sont centrés.
5420  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5421  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5422  de dialogue.
5423  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5424  des longueurs 
5425 \series bold
5426
5427 \backslash
5428 LTleft 
5429 \series default
5430 et 
5431 \series bold
5432
5433 \backslash
5434 LTright
5435 \series default
5436  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5437  concerné :
5438 \end_layout
5439
5440 \begin_layout Standard
5441
5442 \series bold
5443
5444 \backslash
5445 setlength{
5446 \backslash
5447 LTleft}{valeur}
5448 \end_layout
5449
5450 \begin_layout Standard
5451 Où 
5452 \series bold
5453 valeur
5454 \series default
5455  peut avoir n'importe laquelle des unités listées dans le tableau
5456 \begin_inset space ~
5457 \end_inset
5458
5459
5460 \begin_inset CommandInset ref
5461 LatexCommand ref
5462 reference "cha:Unités-de-longueur"
5463
5464 \end_inset
5465
5466 .
5467  
5468 \series bold
5469
5470 \backslash
5471 LTleft
5472 \series default
5473  contrôle la distance horizontale entre le bord gauche de la page et le
5474  tableau, et
5475 \series bold
5476  
5477 \backslash
5478 LTright
5479 \series default
5480  la distance au bord droit.
5481  La valeur par défaut des ces deux distances est 
5482 \series bold
5483
5484 \backslash
5485 fill
5486 \series default
5487 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5488 \end_layout
5489
5490 \begin_layout Standard
5491 Le tableau long suivant a été aligné à gauche en mettant 
5492 \series bold
5493
5494 \backslash
5495 LTleft
5496 \series default
5497  à 0
5498 \begin_inset space \thinspace{}
5499 \end_inset
5500
5501 pt.
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 setlength{
5510 \backslash
5511 LTleft}{0pt}
5512 \end_layout
5513
5514 \end_inset
5515
5516
5517 \end_layout
5518
5519 \begin_layout Standard
5520 \begin_inset Tabular
5521 <lyxtabular version="3" rows="5" columns="5">
5522 <features islongtable="true">
5523 <column alignment="center" valignment="top" width="0">
5524 <column alignment="center" valignment="top" width="0">
5525 <column alignment="center" valignment="top" width="0">
5526 <column alignment="center" valignment="top" width="0">
5527 <column alignment="center" valignment="top" width="0">
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 1
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 2
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 3
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 4
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 5
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 <row>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 asd
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 s
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 s
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 s
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 asd
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 asd
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 s
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 s
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 s
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 asd
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674 asd
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 s
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 s
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 s
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 asd
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 <row>
5717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 asd
5722 \end_layout
5723
5724 \end_inset
5725 </cell>
5726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 asd
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 asd
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 asd
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 </row>
5763 </lyxtabular>
5764
5765 \end_inset
5766
5767
5768 \begin_inset ERT
5769 status collapsed
5770
5771 \begin_layout Plain Layout
5772
5773
5774 \backslash
5775 setlength{
5776 \backslash
5777 LTleft}{
5778 \backslash
5779 fill}
5780 \end_layout
5781
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \begin_layout Subsection
5788 Légendes et Tableaux longs
5789 \begin_inset Index
5790 status collapsed
5791
5792 \begin_layout Plain Layout
5793 Tableaux longs ! Légendes
5794 \end_layout
5795
5796 \end_inset
5797
5798
5799 \begin_inset CommandInset label
5800 LatexCommand label
5801 name "sub:Tableaux-longs-légende"
5802
5803 \end_inset
5804
5805
5806 \end_layout
5807
5808 \begin_layout Standard
5809 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5810  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5811  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5812  Longs.
5813 \end_layout
5814
5815 \begin_layout Standard
5816 Comme LyX ne gère pas complètement les légendes dans les Tableaux Longs,
5817  on doit bricoler un peu pour les créer :
5818 \end_layout
5819
5820 \begin_layout Enumerate
5821 Créez
5822 \family sans
5823  
5824 \family default
5825 un Tableau long.
5826 \end_layout
5827
5828 \begin_layout Enumerate
5829 Sélectionnez sa première ligne et désactivez sa ligne de bordure du haut.
5830 \end_layout
5831
5832 \begin_layout Enumerate
5833 Insérez la légende dans la première cellule du tableau en utilisant le menu
5834 \family sans
5835  Insérer\SpecialChar \menuseparator
5836 Légende
5837 \family default
5838  .
5839 \begin_inset Newline newline
5840 \end_inset
5841
5842 Vous pouvez aussi ajouter un titre court pour la légende qui apparaîtra
5843  dans la Liste des Figures à la place de la légende complète.
5844 \end_layout
5845
5846 \begin_layout Enumerate
5847 Insérez 
5848 \begin_inset Quotes eld
5849 \end_inset
5850
5851
5852 \series bold
5853
5854 \backslash
5855
5856 \backslash
5857 %
5858 \series default
5859
5860 \begin_inset Quotes erd
5861 \end_inset
5862
5863  en tant que code LaTeX après la légende.
5864 \end_layout
5865
5866 \begin_layout Standard
5867 Le 
5868 \series bold
5869
5870 \backslash
5871
5872 \backslash
5873 %
5874 \series default
5875  placé après le texte de la légende supprime les lignes verticales entre
5876  les cellules suivantes de cette ligne.
5877  La première ligne de notre tableau est une fausse ligne qui sert à mettre
5878  la légende, le tableau commence réellement à la deuxième ligne.
5879 \end_layout
5880
5881 \begin_layout Standard
5882 Voici un petit Tableau long pour voir comment ça marche :
5883 \end_layout
5884
5885 \begin_layout Standard
5886 \begin_inset Tabular
5887 <lyxtabular version="3" rows="6" columns="5">
5888 <features islongtable="true">
5889 <column alignment="center" valignment="top" width="0">
5890 <column alignment="center" valignment="top" width="0">
5891 <column alignment="center" valignment="top" width="0">
5892 <column alignment="center" valignment="top" width="0">
5893 <column alignment="center" valignment="top" width="0">
5894 <row caption="true">
5895 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 \begin_inset Caption
5900
5901 \begin_layout Plain Layout
5902 Tableau long avec une légende
5903 \begin_inset OptArg
5904 status open
5905
5906 \begin_layout Plain Layout
5907 Tableau long
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 1
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 2
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 3
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 4
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 5
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 s
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 s
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 asd
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 s
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 </row>
6147 <row>
6148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 asd
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 asd
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 asd
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 </lyxtabular>
6195
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \begin_layout Standard
6202 \begin_inset VSpace medskip
6203 \end_inset
6204
6205
6206 \begin_inset Note Greyedout
6207 status open
6208
6209 \begin_layout Plain Layout
6210
6211 \series bold
6212 Note:
6213 \series default
6214  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6215  n'avez pas prévu de légende.
6216  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6217 \begin_inset space ~
6218 \end_inset
6219
6220 2.4 suit le tableau
6221 \begin_inset space ~
6222 \end_inset
6223
6224 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6225  sans légende.
6226  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6227  après chaque tableau long sans légende :
6228 \end_layout
6229
6230 \begin_layout Plain Layout
6231
6232 \series bold
6233
6234 \backslash
6235 addtocounter{table}{-1}
6236 \end_layout
6237
6238 \end_inset
6239
6240
6241 \end_layout
6242
6243 \begin_layout Standard
6244 \begin_inset Note Greyedout
6245 status open
6246
6247 \begin_layout Plain Layout
6248
6249 \series bold
6250 Note:
6251 \series default
6252  Si vous utilisez le paquetage LaTeX 
6253 \series bold
6254 hyperref
6255 \series default
6256
6257 \begin_inset Index
6258 status collapsed
6259
6260 \begin_layout Plain Layout
6261 Paquetages LaTeX ! hyperref
6262 \end_layout
6263
6264 \end_inset
6265
6266  pour transformer vos références croisées en liens, le lien vers un tableau
6267  long pointera toujours sur le début du document.
6268 \end_layout
6269
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \begin_layout Standard
6276 \begin_inset Newpage newpage
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \begin_layout Subsubsection
6283 Références à des tableaux longs
6284 \begin_inset Index
6285 status collapsed
6286
6287 \begin_layout Plain Layout
6288 Tableaux longs ! Références
6289 \end_layout
6290
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \begin_layout Standard
6297 \begin_inset Tabular
6298 <lyxtabular version="3" rows="6" columns="5">
6299 <features islongtable="true">
6300 <column alignment="center" valignment="top" width="0">
6301 <column alignment="center" valignment="top" width="0">
6302 <column alignment="center" valignment="top" width="0">
6303 <column alignment="center" valignment="top" width="0">
6304 <column alignment="center" valignment="top" width="0">
6305 <row caption="true">
6306 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 \begin_inset Caption
6311
6312 \begin_layout Plain Layout
6313 Tableau long référencé
6314 \begin_inset CommandInset label
6315 LatexCommand label
6316 name "tab:RefExemple"
6317
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 </row>
6367 <row>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 1
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 2
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 3
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 4
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 5
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 </row>
6414 <row>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 s
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 s
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 s
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 asd
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 <row>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 asd
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 s
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 s
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 s
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 asd
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 </row>
6508 <row>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 asd
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 s
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 s
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 s
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 asd
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 <row>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 asd
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 sad
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 asd
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 asd
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 </row>
6602 </lyxtabular>
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \begin_layout Standard
6610 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6611  dans sa légende.
6612  Notez qu'il faut ajouter le préfixe 
6613 \begin_inset Quotes eld
6614 \end_inset
6615
6616
6617 \emph on
6618 tab:
6619 \emph default
6620
6621 \begin_inset Quotes erd
6622 \end_inset
6623
6624  manuellement dans le champ de l'étiquette.
6625 \end_layout
6626
6627 \begin_layout Standard
6628 Ceci est une référence au tableau
6629 \begin_inset space ~
6630 \end_inset
6631
6632
6633 \begin_inset CommandInset ref
6634 LatexCommand ref
6635 reference "tab:RefExemple"
6636
6637 \end_inset
6638
6639 .
6640 \end_layout
6641
6642 \begin_layout Standard
6643 La mise en forme de la légende peut être ajustée avec celle de toutes les
6644  autres légendes de votre document en utilisant le paquetage LaTeX 
6645 \series bold
6646 caption
6647 \series default
6648
6649 \begin_inset Index
6650 status collapsed
6651
6652 \begin_layout Plain Layout
6653 Paquetages LaTeX ! caption
6654 \end_layout
6655
6656 \end_inset
6657
6658 , voir la section
6659 \begin_inset space ~
6660 \end_inset
6661
6662
6663 \begin_inset CommandInset ref
6664 LatexCommand ref
6665 reference "sec:Formatage-légende"
6666
6667 \end_inset
6668
6669 .
6670 \end_layout
6671
6672 \begin_layout Subsubsection
6673 Largeur de la légende
6674 \begin_inset Index
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678 Tableaux longs ! Largeur de la légende
6679 \end_layout
6680
6681 \end_inset
6682
6683
6684 \end_layout
6685
6686 \begin_layout Standard
6687 La largeur maximale des lignes de légende est définie par la longueur 
6688 \series bold
6689
6690 \backslash
6691 LTcapwidth
6692 \series default
6693 .
6694  Sa valeur par défaut est 4
6695 \begin_inset space \thinspace{}
6696 \end_inset
6697
6698 in.
6699  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6700  de votre document ou en tant que code TeX directement dans votre document
6701  avant le tableau qui doit être affectée.
6702 \end_layout
6703
6704 \begin_layout Standard
6705
6706 \series bold
6707
6708 \backslash
6709 setlength{
6710 \backslash
6711 LTcapwidth}{largeur}
6712 \end_layout
6713
6714 \begin_layout Standard
6715 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6716 ce
6717 \begin_inset space ~
6718 \end_inset
6719
6720
6721 \begin_inset CommandInset ref
6722 LatexCommand ref
6723 reference "cha:Unités-de-longueur"
6724
6725 \end_inset
6726
6727 .
6728 \end_layout
6729
6730 \begin_layout Standard
6731 Les tableaux suivants montrent la différence :
6732 \end_layout
6733
6734 \begin_layout Standard
6735 \begin_inset Tabular
6736 <lyxtabular version="3" rows="6" columns="5">
6737 <features islongtable="true">
6738 <column alignment="center" valignment="top" width="0">
6739 <column alignment="center" valignment="top" width="0">
6740 <column alignment="center" valignment="top" width="0">
6741 <column alignment="center" valignment="top" width="0">
6742 <column alignment="center" valignment="top" width="0">
6743 <row caption="true">
6744 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 \begin_inset Caption
6749
6750 \begin_layout Plain Layout
6751 long titre complet avec la largeur par défaut long titre complet avec la
6752  largeur par défaut long titre complet avec la largeur par défaut
6753 \begin_inset OptArg
6754 status open
6755
6756 \begin_layout Plain Layout
6757 Légende avec largeur par défaut
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766
6767
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 </row>
6809 <row>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 1
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 2
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 3
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 4
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 5
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 </row>
6856 <row>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 asd
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 s
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 s
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 s
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 asd
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 </row>
6903 <row>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 asd
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 s
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 s
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 s
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 asd
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 s
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 asd
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 asd
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 sad
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 asd
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 asd
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 </lyxtabular>
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \begin_layout Standard
7052 \begin_inset ERT
7053 status collapsed
7054
7055 \begin_layout Plain Layout
7056
7057
7058 \backslash
7059 setlength{
7060 \backslash
7061 LTcapwidth}{5cm}
7062 \end_layout
7063
7064 \end_inset
7065
7066
7067 \begin_inset Tabular
7068 <lyxtabular version="3" rows="6" columns="5">
7069 <features islongtable="true">
7070 <column alignment="center" valignment="top" width="0">
7071 <column alignment="center" valignment="top" width="0">
7072 <column alignment="center" valignment="top" width="0">
7073 <column alignment="center" valignment="top" width="0">
7074 <column alignment="center" valignment="top" width="0">
7075 <row caption="true">
7076 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 \begin_inset Caption
7081
7082 \begin_layout Plain Layout
7083 long titre complet avec la largeur réglée à 5
7084 \begin_inset space \thinspace{}
7085 \end_inset
7086
7087 cm long titre complet avec la largeur réglée à 5
7088 \begin_inset space \thinspace{}
7089 \end_inset
7090
7091 cm long titre complet avec la largeur réglée à 5
7092 \begin_inset space \thinspace{}
7093 \end_inset
7094
7095 cm
7096 \begin_inset OptArg
7097 status open
7098
7099 \begin_layout Plain Layout
7100 Légende avec largeur à
7101 \begin_inset space \thinspace{}
7102 \end_inset
7103
7104 =
7105 \begin_inset space \thinspace{}
7106 \end_inset
7107
7108 5
7109 \begin_inset space \thinspace{}
7110 \end_inset
7111
7112 cm
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 </row>
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 1
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 2
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 3
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 4
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 5
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 </row>
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 s
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 </row>
7258 <row>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 asd
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 s
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 s
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 s
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 s
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 s
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 asd
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 </row>
7352 <row>
7353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 asd
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 sad
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 asd
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 </row>
7399 </lyxtabular>
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \begin_inset ERT
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411
7412
7413 \backslash
7414 setlength{
7415 \backslash
7416 LTcapwidth}{4in}
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \end_layout
7423
7424 \begin_layout Standard
7425 \begin_inset Note Greyedout
7426 status open
7427
7428 \begin_layout Plain Layout
7429
7430 \series bold
7431 Note:
7432 \series default
7433  Quand on utilise la paquetage LaTeX 
7434 \series bold
7435 caption
7436 \series default
7437
7438 \begin_inset Index
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 Paquetages LaTeX ! caption
7443 \end_layout
7444
7445 \end_inset
7446
7447  , comme c'est les cas dans ce document, la légende prend toute la largeur
7448  de la page quand on utilise la largeur par défaut de 4
7449 \begin_inset space \thinspace{}
7450 \end_inset
7451
7452 in pour 
7453 \series bold
7454
7455 \backslash
7456 LTcapwidth
7457 \series default
7458 .
7459  Pour avoir dans ce cas une légende qui fasse exactement 4
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7464  comme par exemple 3.99
7465 \begin_inset space \thinspace{}
7466 \end_inset
7467
7468 in, soit utiliser la commande LaTeX 
7469 \series bold
7470
7471 \backslash
7472 captionsetup{width=valeur}
7473 \series default
7474  qui est disponible dans le paquetage 
7475 \series bold
7476 caption
7477 \series default
7478 .
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \begin_layout Subsubsection
7487 Des Légendes différentes sur chaque page d'un tableau
7488 \begin_inset OptArg
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492 Légendes différentes
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \begin_inset Index
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 Tableaux longs ! Légendes différentes par page
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \begin_layout Standard
7511 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7512  de celle de la première page, insérez une légende avec un titre court non
7513  vide dans une fausse première ligne qui sera marquée comme étant le premier
7514  en-tête.
7515  La légende utilisée pour les autres pages est insérée comme une légende
7516  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7517  principal.
7518  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7519  suivante à la place de la boîte de légende de LyX :
7520 \end_layout
7521
7522 \begin_layout Standard
7523
7524 \series bold
7525
7526 \backslash
7527 caption*{caption text}
7528 \end_layout
7529
7530 \begin_layout Standard
7531 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7532  la légende du premier en-tête.
7533  Le tableau
7534 \begin_inset space ~
7535 \end_inset
7536
7537
7538 \begin_inset CommandInset ref
7539 LatexCommand ref
7540 reference "tab:Légendes-tableau-différentes"
7541
7542 \end_inset
7543
7544  est un exemple de tableau long avec des légendes différentes et où la seconde
7545  légende ne contient pas le numéro du tableau.
7546 \end_layout
7547
7548 \begin_layout Standard
7549 \align center
7550 \begin_inset Tabular
7551 <lyxtabular version="3" rows="60" columns="3">
7552 <features islongtable="true">
7553 <column alignment="left" valignment="top" width="0cm">
7554 <column alignment="left" valignment="top" width="0pt">
7555 <column alignment="right" valignment="top" width="0pt">
7556 <row endfirsthead="true" caption="true">
7557 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset Caption
7562
7563 \begin_layout Plain Layout
7564 Exemple d'annuaire téléphonique
7565 \begin_inset CommandInset label
7566 LatexCommand label
7567 name "tab:Légendes-tableau-différentes"
7568
7569 \end_inset
7570
7571
7572 \begin_inset OptArg
7573 status open
7574
7575 \begin_layout Plain Layout
7576 Exemple Annuaire 
7577 \end_layout
7578
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \end_inset
7585
7586
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 </row>
7610 <row endfirsthead="true">
7611 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \series bold
7617 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row endfirsthead="true">
7642 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \series bold
7648 NOM
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 TÉL.
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 </row>
7674 <row endhead="true" caption="true">
7675 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 \begin_inset ERT
7680 status open
7681
7682 \begin_layout Plain Layout
7683
7684
7685 \backslash
7686 caption*{Suite de l'exemple d'annuaire téléphonique}
7687 \backslash
7688
7689 \backslash
7690 %
7691 \end_layout
7692
7693 \end_inset
7694
7695
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 </row>
7719 <row endhead="true">
7720 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \series bold
7726 Exemple d'annuaire téléphonique
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 </row>
7750 <row endhead="true">
7751 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755
7756 \series bold
7757 NOM
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \series bold
7777 TÉL.
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 </row>
7783 <row endfoot="true">
7784 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 suite page suivante\SpecialChar \ldots{}
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 </row>
7813 <row>
7814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \series bold
7820 Annovi
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 Silvia
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 111
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \series bold
7851 Bertoli
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 Stefano
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 111
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \series bold
7882 Bozzi
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 Walter
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 111
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \series bold
7913 Cachia
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 Maria
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 111
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \series bold
7944 Cachia
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 Maurizio
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 111
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \series bold
7975 Cinquemani
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Giusi
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 111
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \series bold
8006 Colin
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 Bernard
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 111
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 Concli
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 Gianfranco
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 111
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \series bold
8068 Dal Bosco
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 Carolina
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 111
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \series bold
8099 Dalpiaz
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 Annamaria
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 111
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \series bold
8130 Feliciello
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 Domenico
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 111
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \series bold
8161 Focarelli
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 Paola
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 111
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \series bold
8192 Galletti
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 Oreste
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 111
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \series bold
8223 Gasparini
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 Franca
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 111
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \series bold
8254 Rizzardi
8255 \series default
8256
8257 \begin_inset Foot
8258 status open
8259
8260 \begin_layout Plain Layout
8261 Exemple de note de bas de page
8262 \end_layout
8263
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 Paola
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \series bold
8297 Lassini
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 Giancarlo
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \series bold
8328 Malfatti
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Luciano
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Malfatti
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Valeriano
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Meneguzzo
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Roberto
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Mezzadra
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 Roberto
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 111
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \series bold
8452 Pirpamer
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Erich
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 111
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \series bold
8483 Pochiesa
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Paolo
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 111, 222
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \series bold
8514 Radina
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 Claudio
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 111
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \series bold
8545 Stuffer
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 Oskar
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 111
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Tacchelli
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Ugo
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 111
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Tezzele
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Margit
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 111
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Unterkalmsteiner
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Frieda
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 111
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Vieider
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Hilde
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 111
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Vigna
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Jürgen
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 111
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Weber
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Maurizio
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 111
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Winkler
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Franz
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 111
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791  
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Annovi
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Silvia
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 555
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \series bold
8853 Bertoli
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 Stefano
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 555
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Bozzi
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Walter
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 555
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \series bold
8915 Cachia
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Maria
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 555
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Cachia
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Maurizio
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 555
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Cinquemani
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Giusi
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 555
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Colin
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Bernard
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 555
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Concli
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Gianfranco
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 555
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \series bold
9070 Dal Bosco
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Carolina
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 555
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Dalpiaz
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Annamaria
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 555
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Feliciello
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Domenico
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 555
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \series bold
9163 Focarelli
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Paola
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 555
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \series bold
9194 Galletti
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 Oreste
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 555
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 Gasparini
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Franca
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 555
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \series bold
9256 Rizzardi
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Paola
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 555
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287 Lassini
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Giancarlo
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 555
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \series bold
9318 Malfatti
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 Luciano
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 555
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Malfatti
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 Valeriano
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 555
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 Meneguzzo
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Roberto
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 555
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411 Mezzadra
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 Roberto
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 555
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row endlastfoot="true">
9436 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 </lyxtabular>
9465
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \begin_layout Section
9472 Questions particulières concernant les tableaux longs
9473 \begin_inset OptArg
9474 status collapsed
9475
9476 \begin_layout Plain Layout
9477 Questions sur les tableaux longs
9478 \end_layout
9479
9480 \end_inset
9481
9482
9483 \begin_inset CommandInset label
9484 LatexCommand label
9485 name "sec:Questions-sur-tableaux-longs"
9486
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \begin_layout Subsection
9493 Calculs des pages des tableaux longs
9494 \begin_inset Index
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498 Tableaux longs ! Calculs
9499 \end_layout
9500
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \begin_layout Standard
9507 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9508  en utilisant des blocs (chunks).
9509  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9510  mémoire de LaTeX.
9511  La valeur par défaut est fixée pour des raisons historiques à seulement
9512  20 lignes de tableau.
9513  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9514  peut ralentir la création de votre document.
9515  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9516  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9517  préambule de votre document :
9518 \end_layout
9519
9520 \begin_layout Standard
9521
9522 \series bold
9523
9524 \backslash
9525 setcounter{LTchunksize}{100}
9526 \end_layout
9527
9528 \begin_layout Subsection
9529 Les Flottants et les Tableaux Longs
9530 \begin_inset Index
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534 Tableaux longs ! Flottants
9535 \end_layout
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9544  commence un tableau long.
9545  Pour éviter une telle situation, ajoutez la commande 
9546 \series bold
9547
9548 \backslash
9549 clearpage
9550 \series default
9551  en tant que code TeX juste avant votre tableau long.
9552 \end_layout
9553
9554 \begin_layout Subsection
9555 Sauts de pages forcés
9556 \begin_inset Index
9557 status collapsed
9558
9559 \begin_layout Plain Layout
9560 Tableaux longs ! Sauts de pages forcés
9561 \end_layout
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \begin_layout Standard
9569 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9570  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9571  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9572  de saut de ligne 
9573 \begin_inset Quotes eld
9574 \end_inset
9575
9576
9577 \backslash
9578
9579 \backslash
9580
9581 \begin_inset Quotes erd
9582 \end_inset
9583
9584  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9585  Avant la commande 
9586 \begin_inset Quotes eld
9587 \end_inset
9588
9589
9590 \backslash
9591
9592 \backslash
9593
9594 \begin_inset Quotes erd
9595 \end_inset
9596
9597 , vous devez insérer en code TeX, autant de caractères 
9598 \begin_inset Quotes eld
9599 \end_inset
9600
9601 &
9602 \begin_inset Quotes erd
9603 \end_inset
9604
9605  qu'il y a de colonnes après la cellule concernée.
9606  Le caractère 
9607 \begin_inset Quotes eld
9608 \end_inset
9609
9610 &
9611 \begin_inset Quotes erd
9612 \end_inset
9613
9614  sert à séparer les colonnes d'un tableau.
9615  Écrivez en code-TeX, après chaque 
9616 \begin_inset Quotes eld
9617 \end_inset
9618
9619 &
9620 \begin_inset Quotes erd
9621 \end_inset
9622
9623  le contenu des cellules correspondantes et en même temps supprimez le contenu
9624  de ces cellules dans le texte normal.
9625  
9626 \begin_inset Newline newline
9627 \end_inset
9628
9629 Après la commande 
9630 \backslash
9631
9632 \backslash
9633 , insérez autant de caractères 
9634 \begin_inset Quotes eld
9635 \end_inset
9636
9637 &
9638 \begin_inset Quotes erd
9639 \end_inset
9640
9641  qu'il y a de colonnes avant la colonne traitée.
9642  Dans le tableau
9643 \begin_inset space ~
9644 \end_inset
9645
9646
9647 \begin_inset CommandInset ref
9648 LatexCommand ref
9649 reference "tab:Tableau-saut-de-page"
9650
9651 \end_inset
9652
9653  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9654  suivie par une autre colonne.
9655  La commande suivante a donc été insérée en code TeX dans la cellule après
9656  le mot 
9657 \begin_inset Quotes eld
9658 \end_inset
9659
9660
9661 \emph on
9662 Castelchiodato,
9663 \emph default
9664
9665 \begin_inset Quotes erd
9666 \end_inset
9667
9668 :
9669 \end_layout
9670
9671 \begin_layout Standard
9672
9673 \series bold
9674 & 111
9675 \backslash
9676
9677 \backslash
9678
9679 \begin_inset Newline newline
9680 \end_inset
9681
9682 &
9683 \end_layout
9684
9685 \begin_layout Standard
9686 Le 
9687 \begin_inset Quotes eld
9688 \end_inset
9689
9690 111
9691 \begin_inset Quotes erd
9692 \end_inset
9693
9694  dans la troisième colonne de la ligne a été supprimé.
9695  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9696  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9697  est coupée, utilisez cette commande à la place de la précédente :
9698 \end_layout
9699
9700 \begin_layout Standard
9701
9702 \series bold
9703 & 111
9704 \backslash
9705
9706 \backslash
9707
9708 \begin_inset Newline newline
9709 \end_inset
9710
9711
9712 \backslash
9713 hline &
9714 \end_layout
9715
9716 \begin_layout Standard
9717 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9718  insérer la commande
9719 \end_layout
9720
9721 \begin_layout Standard
9722
9723 \series bold
9724
9725 \backslash
9726 setlength{
9727 \backslash
9728 parfillskip}{0pt}
9729 \end_layout
9730
9731 \begin_layout Standard
9732 au début de la cellule.
9733  Cela assure que la portion de la cellule qui va se trouver affichée sur
9734  la page suivante le sera avec toute la largeur de la cellule.
9735 \end_layout
9736
9737 \begin_layout Standard
9738 \align center
9739 \begin_inset Tabular
9740 <lyxtabular version="3" rows="39" columns="3">
9741 <features islongtable="true">
9742 <column alignment="left" valignment="top" width="0cm">
9743 <column alignment="left" valignment="top" width="3cm">
9744 <column alignment="right" valignment="top" width="0pt">
9745 <row endfirsthead="true" caption="true">
9746 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Caption
9751
9752 \begin_layout Plain Layout
9753 Tableau avec un saut de page forcé dans une cellule
9754 \begin_inset CommandInset label
9755 LatexCommand label
9756 name "tab:Tableau-saut-de-page"
9757
9758 \end_inset
9759
9760
9761 \begin_inset OptArg
9762 status collapsed
9763
9764 \begin_layout Plain Layout
9765 Tableau avec un saut de page forcé dans une cellule
9766 \end_layout
9767
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row endfirsthead="true">
9800 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row endfirsthead="true">
9831 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \series bold
9837 NOM
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \series bold
9857 TÉL.
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row endhead="true" caption="true">
9864 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 \begin_inset ERT
9869 status collapsed
9870
9871 \begin_layout Plain Layout
9872
9873
9874 \backslash
9875 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9876 \backslash
9877
9878 \backslash
9879 %
9880 \end_layout
9881
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endhead="true">
9909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913  
9914 \series bold
9915 Exemple d'annuaire téléphonique
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row endhead="true">
9940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \series bold
9946 NOM
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966 TÉL.
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row endfoot="true">
9973 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 suite page suivante\SpecialChar \ldots{}
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 </row>
10002 <row>
10003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \series bold
10009 Annovi
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 Silvia
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 111
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row>
10034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Bertoli
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 Stefano
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 111
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row>
10065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 Bozzi
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Walter
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 111
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 Cachia
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 Maria
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 111
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Cachia
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Maurizio
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Cinquemani
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Giusi
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Colin
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Bernard
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Concli
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Gianfranco
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Dal Bosco
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Carolina
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Dalpiaz
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Annamaria
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Feliciello
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Domenico
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 111
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Focarelli
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Paola
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Galletti
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Oreste
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Gasparini
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Franca
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Lassini
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Giancarlo
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Malfatti
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Luciano
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Malfatti
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Valeriano
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Meneguzzo
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Roberto
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Mezzadra
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Roberto
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Pirpamer
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Erich
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Pochiesa
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Paolo
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111, 222
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Radina
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Claudio
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Rizzardi
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Fürst von Rossano, 5.
10701  Herzog von Canemorte, 11.
10702  Herzog von Palombara, 5.
10703  Herzog von Castelchiodato,
10704 \begin_inset ERT
10705 status open
10706
10707 \begin_layout Plain Layout
10708
10709 & 111
10710 \backslash
10711
10712 \backslash
10713
10714 \end_layout
10715
10716 \begin_layout Plain Layout
10717
10718 &
10719 \end_layout
10720
10721 \end_inset
10722
10723  11.
10724  Herzog von Poggionativo, 11.
10725  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10726  Graf von Valinfreda, 11.
10727  Baron von Cropalati, 11.
10728  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750 Stuffer
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Oskar
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 111
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \series bold
10781 Tacchelli
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 Ugo
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 111
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \series bold
10812 Tezzele
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 Margit
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 111
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \series bold
10843 Unterkalmsteiner
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 Frieda
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 111
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Vieider
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Hilde
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Vigna
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Jürgen
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Weber
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Maurizio
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Winkler
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Franz
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 111
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row endlastfoot="true">
10992 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 </lyxtabular>
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Standard
11028 \begin_inset Note Note
11029 status open
11030
11031 \begin_layout Plain Layout
11032 il semble qu'il y ait un problème avec cet exemple ...
11033  le saut de page ne se fait pas à l'endroit voulu ! 
11034 \end_layout
11035
11036 \begin_layout Plain Layout
11037 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11038  ! (NdT)
11039 \end_layout
11040
11041 \end_inset
11042
11043
11044 \begin_inset Newpage newpage
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \begin_layout Section
11051 Colonnes et lignes à lignes multiples
11052 \end_layout
11053
11054 \begin_layout Subsection
11055 Lignes multiples dans une cellule de tableau
11056 \begin_inset CommandInset label
11057 LatexCommand label
11058 name "sub:Lignes-multiple-dans-cellule"
11059
11060 \end_inset
11061
11062
11063 \begin_inset Index
11064 status collapsed
11065
11066 \begin_layout Plain Layout
11067 Plusieurs lignes dans une case de tableau
11068 \end_layout
11069
11070 \end_inset
11071
11072
11073 \begin_inset Index
11074 status collapsed
11075
11076 \begin_layout Plain Layout
11077 Tableau ! Saut de ligne
11078 \end_layout
11079
11080 \end_inset
11081
11082
11083 \end_layout
11084
11085 \begin_layout Standard
11086 \noindent
11087 \begin_inset Float table
11088 placement H
11089 wide false
11090 sideways false
11091 status open
11092
11093 \begin_layout Plain Layout
11094 \begin_inset Caption
11095
11096 \begin_layout Plain Layout
11097 \begin_inset CommandInset label
11098 LatexCommand label
11099 name "tab:Tableau-avec-plusieurs-lignes"
11100
11101 \end_inset
11102
11103 Tableau avec des lignes multiples dans une cellule
11104 \end_layout
11105
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \begin_layout Plain Layout
11112 \align center
11113 \begin_inset Tabular
11114 <lyxtabular version="3" rows="3" columns="3">
11115 <features>
11116 <column alignment="center" valignment="middle" width="2.5cm">
11117 <column alignment="center" valignment="middle" width="0">
11118 <column alignment="center" valignment="middle" width="0">
11119 <row>
11120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124 Lignes
11125 \begin_inset Newline linebreak
11126 \end_inset
11127
11128 multiples
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 b
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 c
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 </row>
11152 <row>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 d
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 e
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 f
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 </row>
11181 <row>
11182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 g
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 h
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 i
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 </lyxtabular>
11211
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \begin_layout Standard
11223 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11224  d'un paragraphe avec des sauts de lignes et des césures.
11225 \end_layout
11226
11227 \begin_layout Standard
11228 Pour obtenir le tableau
11229 \begin_inset space ~
11230 \end_inset
11231
11232
11233 \begin_inset CommandInset ref
11234 LatexCommand ref
11235 reference "tab:Tableau-avec-plusieurs-lignes"
11236
11237 \end_inset
11238
11239 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11240  droit dessus.
11241  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11242  2.5
11243 \begin_inset space \thinspace{}
11244 \end_inset
11245
11246 cm et choisissez les alignements vertical et horizontal centrés.
11247  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11248  Comme notre texte est plus petit que 2.5
11249 \begin_inset space \thinspace{}
11250 \end_inset
11251
11252 cm, une seule ligne va apparaître.
11253  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11254  
11255 \family sans
11256 Ctrl-Shift-Entrée
11257 \family default
11258 ).
11259  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11260 ement découpé en plusieurs lignes.
11261 \end_layout
11262
11263 \begin_layout Standard
11264 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11265  pas effectuer de césure si c'est le premier élément de la cellule.
11266  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11267  premier élément : Ajoutez un espace horizontal de 0
11268 \begin_inset space \thinspace{}
11269 \end_inset
11270
11271 pt juste avant votre mot.
11272  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11273  Le tableau
11274 \begin_inset space ~
11275 \end_inset
11276
11277
11278 \begin_inset CommandInset ref
11279 LatexCommand ref
11280 reference "tab:Tableau-césure"
11281
11282 \end_inset
11283
11284  montre l'effet de cette insertion.
11285 \end_layout
11286
11287 \begin_layout Standard
11288 \begin_inset Float table
11289 placement h
11290 wide false
11291 sideways false
11292 status open
11293
11294 \begin_layout Plain Layout
11295 \begin_inset Caption
11296
11297 \begin_layout Plain Layout
11298 \begin_inset CommandInset label
11299 LatexCommand label
11300 name "tab:Tableau-césure"
11301
11302 \end_inset
11303
11304 Tableau avec et sans césure.
11305 \end_layout
11306
11307 \end_inset
11308
11309
11310 \end_layout
11311
11312 \begin_layout Plain Layout
11313 \begin_inset space \hfill{}
11314 \end_inset
11315
11316
11317 \begin_inset Tabular
11318 <lyxtabular version="3" rows="3" columns="3">
11319 <features>
11320 <column alignment="center" valignment="middle" width="2.5cm">
11321 <column alignment="center" valignment="middle" width="0">
11322 <column alignment="center" valignment="middle" width="0">
11323 <row>
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 mottrèslongdansunecellule
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 b
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 c
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 d
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 e
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 f
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 g
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 h
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 i
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 </lyxtabular>
11411
11412 \end_inset
11413
11414
11415 \begin_inset space \hfill{}
11416 \end_inset
11417
11418
11419 \begin_inset Tabular
11420 <lyxtabular version="3" rows="3" columns="3">
11421 <features>
11422 <column alignment="center" valignment="middle" width="2.5cm">
11423 <column alignment="center" valignment="middle" width="0">
11424 <column alignment="center" valignment="middle" width="0">
11425 <row>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 \begin_inset space \hspace{}
11431 \length 0pt
11432 \end_inset
11433
11434 mottrèslongdansunecellule
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 b
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 c
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 d
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 e
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 f
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 <row>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 g
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 h
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 i
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 </lyxtabular>
11517
11518 \end_inset
11519
11520
11521 \begin_inset space \hfill{}
11522 \end_inset
11523
11524
11525 \end_layout
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Subsection
11533 Multi-colonnes
11534 \begin_inset CommandInset label
11535 LatexCommand label
11536 name "sub:Multicolonnes"
11537
11538 \end_inset
11539
11540
11541 \begin_inset Index
11542 status collapsed
11543
11544 \begin_layout Plain Layout
11545 Multi-colonnes
11546 \end_layout
11547
11548 \end_inset
11549
11550
11551 \begin_inset Index
11552 status collapsed
11553
11554 \begin_layout Plain Layout
11555 Tableau ! Multi-colonnes
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \begin_layout Subsubsection
11564 Les Bases des Multicolonnes
11565 \end_layout
11566
11567 \begin_layout Standard
11568 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11569  qu'elle doit couvrir et utilisez soit le bouton
11570 \begin_inset Graphics
11571         filename ../../images/tabular-feature_multicolumn.png
11572         scale 85
11573         scaleBeforeRotation
11574
11575 \end_inset
11576
11577  de la barre d'outils tableau, ou le menu 
11578 \family sans
11579 Éditer\SpecialChar \menuseparator
11580 Tableau\SpecialChar \menuseparator
11581 Multi-colonnes
11582 \family default
11583 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11584  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11585  
11586 \family sans
11587 Tableau
11588 \family default
11589 .
11590 \end_layout
11591
11592 \begin_layout Standard
11593 Les multi-colonnes ont leurs propres paramètres de cellule.
11594  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11595  de la cellule, cela n'affecte que la cellule multi-colonne.
11596  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11597  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11598 \end_layout
11599
11600 \begin_layout Standard
11601 \align center
11602 \begin_inset Tabular
11603 <lyxtabular version="3" rows="3" columns="4">
11604 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11605 <column alignment="center" valignment="top" width="0pt">
11606 <column alignment="center" valignment="middle" width="0">
11607 <column alignment="center" valignment="top" width="0in">
11608 <column alignment="center" valignment="top" width="0pt">
11609 <row>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 abc
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 def ghi
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 jkl
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 <row>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 A
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 B
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 C
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 D
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 </row>
11685 <row>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 1
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 2
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 3
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 4
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 </lyxtabular>
11724
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \begin_layout Subsubsection
11731 Calculs avec les multi-colonnes
11732 \begin_inset CommandInset label
11733 LatexCommand label
11734 name "sub:Calculs-multicolonnes"
11735
11736 \end_inset
11737
11738
11739 \begin_inset Index
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743 Multi-colonnes ! Calculs
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \begin_layout Standard
11752 LyX gère directement les multi-colonnes, mais nous devons faire attention
11753  à la largeur des cellules couvertes par la cellule multicolonne.
11754 \end_layout
11755
11756 \begin_layout Standard
11757 \begin_inset Float table
11758 placement h
11759 wide false
11760 sideways false
11761 status open
11762
11763 \begin_layout Plain Layout
11764 \begin_inset Caption
11765
11766 \begin_layout Plain Layout
11767 \begin_inset CommandInset label
11768 LatexCommand label
11769 name "tab:Tableau-multicolonne-parfaite"
11770
11771 \end_inset
11772
11773 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11774  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11775 \begin_inset OptArg
11776 status open
11777
11778 \begin_layout Plain Layout
11779 Tableau avec multicolonne parfaite
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \begin_layout Plain Layout
11793 \align center
11794 \begin_inset Tabular
11795 <lyxtabular version="3" rows="3" columns="3">
11796 <features>
11797 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11798 <column alignment="center" valignment="middle" width="0">
11799 <column alignment="center" valignment="top" width="0">
11800 <row>
11801 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 multicolonne sur plusieurs lignes
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 c
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 </row>
11829 <row>
11830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 d
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 e
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 f
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 <row>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 g
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 h
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 i
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 </row>
11887 </lyxtabular>
11888
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \end_layout
11898
11899 \begin_layout Standard
11900 Par exemple, pour créer le tableau
11901 \begin_inset space ~
11902 \end_inset
11903
11904
11905 \begin_inset CommandInset ref
11906 LatexCommand ref
11907 reference "tab:Tableau-multicolonne-parfaite"
11908
11909 \end_inset
11910
11911 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11912  3×3 et faites un clic droit dessus.
11913  Ensuite choisissez pour cette cellule
11914 \emph on
11915 ,
11916 \emph default
11917  dans la fenêtre de dialogue de tableau, 
11918 \emph on
11919 multicolonne
11920 \emph default
11921
11922 \emph on
11923 alignement
11924 \begin_inset space ~
11925 \end_inset
11926
11927 horizontal
11928 \begin_inset space ~
11929 \end_inset
11930
11931 centré
11932 \emph default
11933  et une largeur de 2.5
11934 \begin_inset space \thinspace{}
11935 \end_inset
11936
11937 cm.
11938  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11939  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11940 \begin_inset space \thinspace{}
11941 \end_inset
11942
11943 cm pour la première colonne.
11944  La deuxième colonne aura alors automatiquement une largeur de 1.25
11945 \begin_inset space \thinspace{}
11946 \end_inset
11947
11948 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11949  C'est ce qui a été fait pour le tableau
11950 \begin_inset space ~
11951 \end_inset
11952
11953
11954 \begin_inset CommandInset ref
11955 LatexCommand ref
11956 reference "tab:Tableau-multicolonne-imparfait"
11957
11958 \end_inset
11959
11960 .
11961 \end_layout
11962
11963 \begin_layout Standard
11964 \begin_inset Float table
11965 wide false
11966 sideways false
11967 status open
11968
11969 \begin_layout Plain Layout
11970 \begin_inset Caption
11971
11972 \begin_layout Plain Layout
11973 \begin_inset CommandInset label
11974 LatexCommand label
11975 name "tab:Tableau-multicolonne-imparfait"
11976
11977 \end_inset
11978
11979 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
11980  de la largeur de la cellule multicolonne.
11981 \begin_inset OptArg
11982 status open
11983
11984 \begin_layout Plain Layout
11985 Tableau avec multicolonne pas parfaite
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \end_inset
11994
11995
11996 \end_layout
11997
11998 \begin_layout Plain Layout
11999 \align center
12000 \begin_inset Tabular
12001 <lyxtabular version="3" rows="3" columns="3">
12002 <features>
12003 <column alignment="center" valignment="top" width="1.25cm">
12004 <column alignment="center" valignment="top" width="0">
12005 <column alignment="center" valignment="top" width="0">
12006 <row>
12007 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 multicolonne sur plusieurs lignes
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 c
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 </row>
12035 <row>
12036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 d
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049 e
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 f
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 </row>
12064 <row>
12065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 g
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 h
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 i
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 </row>
12093 </lyxtabular>
12094
12095 \end_inset
12096
12097
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12107  de la cellule multicolonne, elle est un peu plus large.
12108  La raison est que la taille que l'on donne à une cellule, 
12109 \begin_inset Formula $W_{g}$
12110 \end_inset
12111
12112  n'est pas sa taille totale, 
12113 \begin_inset Formula $W_{\mathrm{tot}}$
12114 \end_inset
12115
12116  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12117  lui donne.
12118  L'appendice
12119 \begin_inset space ~
12120 \end_inset
12121
12122
12123 \begin_inset CommandInset ref
12124 LatexCommand eqref
12125 reference "cha:Explication-de-l'Equation"
12126
12127 \end_inset
12128
12129  explique pourquoi en détail.
12130 \end_layout
12131
12132 \begin_layout Standard
12133 La largeur nécessaire 
12134 \begin_inset Formula $W_{g\, n}$
12135 \end_inset
12136
12137  quand 
12138 \emph on
12139 n
12140 \emph default
12141  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12142  ait une largeur totale de 
12143 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12144 \end_inset
12145
12146 :
12147 \begin_inset Formula \begin{equation}
12148 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12149
12150 \end_inset
12151
12152
12153 \end_layout
12154
12155 \begin_layout Standard
12156 Dans notre cas nous avons 
12157 \begin_inset Formula $n=2$
12158 \end_inset
12159
12160
12161 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12162 \end_inset
12163
12164 cm et les valeurs par défaut pour les autres longueurs, l'équation
12165 \begin_inset space ~
12166 \end_inset
12167
12168
12169 \begin_inset CommandInset ref
12170 LatexCommand ref
12171 reference "eq:Wgn"
12172
12173 \end_inset
12174
12175  devient
12176 \begin_inset Formula \begin{equation}
12177 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \begin_layout Standard
12185 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12186  
12187 \series bold
12188 calc
12189 \series default
12190  avec la ligne suivante dans le préambule du document
12191 \begin_inset Index
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Paquetages LaTeX ! calc
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204
12205 \series bold
12206
12207 \backslash
12208 usepackage{calc}
12209 \end_layout
12210
12211 \begin_layout Standard
12212 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12213  de dialogue.
12214  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12215  la fenêtre de dialogue.
12216  Voici un aperçu de ces paramètres :
12217 \end_layout
12218
12219 \begin_layout Itemize
12220
12221 \series bold
12222 p{largeur}
12223 \series default
12224  crée une cellule de taille donnée, le texte est aligné verticalement en
12225  haut.
12226 \end_layout
12227
12228 \begin_layout Itemize
12229
12230 \series bold
12231 m{largeur}
12232 \series default
12233  crée une cellule de taille donnée, le texte est aligné verticalement au
12234  centre
12235 \end_layout
12236
12237 \begin_layout Itemize
12238
12239 \series bold
12240 b{largeur}
12241 \series default
12242  crée une cellule de taille donnée, le texte est aligné verticalement en
12243  bas
12244 \end_layout
12245
12246 \begin_layout Standard
12247 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12248  la fenêtre de dialogue sont ignorés.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 \begin_inset Note Greyedout
12253 status open
12254
12255 \begin_layout Plain Layout
12256
12257 \series bold
12258 Note:
12259 \series default
12260  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12261  en compte.
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Standard
12270 Comme le texte doit être centré horizontalement, on ajoute la commande 
12271 \series bold
12272
12273 \backslash
12274 centering
12275 \series default
12276 .
12277  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12278  des colonnes recouvertes :
12279 \end_layout
12280
12281 \begin_layout Standard
12282
12283 \series bold
12284 >{
12285 \backslash
12286 centering}m{1.25cm-6.2pt}
12287 \end_layout
12288
12289 \begin_layout Standard
12290 La commande 
12291 \series bold
12292 >{ }
12293 \series default
12294  signifie que les commandes qui se trouvent entre les accolades doivent
12295  être appliquées avant que la cellule ne soit créée.
12296 \end_layout
12297
12298 \begin_layout Standard
12299 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12300  multicolonne, il est toujours aligné à gauche.
12301  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12302  isolées.
12303  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12304 \end_layout
12305
12306 \begin_layout Standard
12307
12308 \series bold
12309 >{
12310 \backslash
12311 centering}m{2.5cm}
12312 \end_layout
12313
12314 \begin_layout Subsection
12315 Multi-lignes
12316 \begin_inset Index
12317 status collapsed
12318
12319 \begin_layout Plain Layout
12320 Multi-lignes
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \begin_inset Index
12327 status collapsed
12328
12329 \begin_layout Plain Layout
12330 Tableau ! Multi-ligne
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \begin_inset Index
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340 Paquetages LaTeX ! multirow
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12350  par LyX, il faut donc utiliser un peu de code TeX.
12351  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12352 \series bold
12353 multirow 
12354 \series default
12355 dans le préambule de votre document avec la commande 
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 usepackage{multirow}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Les cellules multilignes sont créées avec la commande
12368 \end_layout
12369
12370 \begin_layout Standard
12371
12372 \series bold
12373
12374 \backslash
12375 multirow{number of rows}{cell width}{cell entry}
12376 \end_layout
12377
12378 \begin_layout Standard
12379 Pour créer le tableau suivant :
12380 \end_layout
12381
12382 \begin_layout Standard
12383 \align center
12384 \begin_inset ERT
12385 status collapsed
12386
12387 \begin_layout Plain Layout
12388
12389
12390 \backslash
12391 renewcommand{
12392 \backslash
12393 multirowsetup}{
12394 \backslash
12395 centering}
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \begin_inset Tabular
12402 <lyxtabular version="3" rows="3" columns="3">
12403 <features>
12404 <column alignment="center" valignment="top" width="0">
12405 <column alignment="center" valignment="top" width="0">
12406 <column alignment="center" valignment="top" width="0">
12407 <row>
12408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12409 \begin_inset Text
12410
12411 \begin_layout Plain Layout
12412 a
12413 \end_layout
12414
12415 \end_inset
12416 </cell>
12417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12418 \begin_inset Text
12419
12420 \begin_layout Plain Layout
12421 b
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 c
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 </row>
12436 <row>
12437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12438 \begin_inset Text
12439
12440 \begin_layout Plain Layout
12441 \begin_inset ERT
12442 status open
12443
12444 \begin_layout Plain Layout
12445
12446
12447 \backslash
12448 multirow{2}{2.5cm}{
12449 \end_layout
12450
12451 \end_inset
12452
12453 cellule multi-lignes
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459 }
12460 \end_layout
12461
12462 \end_inset
12463
12464
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Plain Layout
12473 e
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Plain Layout
12482 f
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 </row>
12488 <row>
12489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 h
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 i
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 </lyxtabular>
12518
12519 \end_inset
12520
12521
12522 \begin_inset ERT
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526
12527
12528 \backslash
12529 renewcommand{
12530 \backslash
12531 multirowsetup}{
12532 \backslash
12533 raggedright}
12534 \end_layout
12535
12536 \end_inset
12537
12538
12539 \end_layout
12540
12541 \begin_layout Standard
12542 créez un tableau 3×3.
12543  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12544  première colonne, la cellule est marquée comme étant une multicolonne et
12545  la bordure supérieure est désactivée.
12546  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12547  première colonne en y insérant la commande
12548 \end_layout
12549
12550 \begin_layout Standard
12551
12552 \series bold
12553
12554 \backslash
12555 multirow{2}{2.5cm}{
12556 \end_layout
12557
12558 \begin_layout Standard
12559 comme du code TeX.
12560  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12561  deux lignes et a une largeur de 2.5
12562 \begin_inset space \thinspace{}
12563 \end_inset
12564
12565 cm.
12566  Le contenu de la cellule suit le code TeX et on termine la commande en
12567  ajoutant l'accolade fermante 
12568 \series bold
12569 }
12570 \series default
12571  dans une nouvelle boîte de code TeX, juste après le texte.
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577
12578 \backslash
12579 multirow
12580 \series default
12581  aligne par défaut son contenu à gauche.
12582  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12583  
12584 \series bold
12585
12586 \backslash
12587 multirowsetup
12588 \series default
12589  avec la commande
12590 \end_layout
12591
12592 \begin_layout Standard
12593
12594 \series bold
12595
12596 \backslash
12597 renewcommand{
12598 \backslash
12599 multirowsetup}{
12600 \backslash
12601 centering}
12602 \end_layout
12603
12604 \begin_layout Standard
12605 dans le préambule du document.
12606  Après ça, tous les contenus de cellules multi-lignes du document seront
12607  centrés.
12608  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12609  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12610  juste avant le tableau concerné, plutôt que dans le préambule.
12611  Si le texte doit être aligné à droite, remplacez 
12612 \series bold
12613
12614 \backslash
12615 centering
12616 \series default
12617  par 
12618 \series bold
12619
12620 \backslash
12621 raggedleft
12622 \series default
12623 .
12624  Pour revenir à l'alignement à gauche utilisez 
12625 \series bold
12626
12627 \backslash
12628 raggedright
12629 \series default
12630 .
12631 \end_layout
12632
12633 \begin_layout Section
12634 Les Tableaux Formels
12635 \begin_inset CommandInset label
12636 LatexCommand label
12637 name "sec:Tableaux-Formels"
12638
12639 \end_inset
12640
12641
12642 \begin_inset Index
12643 status collapsed
12644
12645 \begin_layout Plain Layout
12646 Tableau ! Formel
12647 \end_layout
12648
12649 \end_inset
12650
12651
12652 \end_layout
12653
12654 \begin_layout Standard
12655 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12656  à celle du tableau
12657 \begin_inset space ~
12658 \end_inset
12659
12660
12661 \begin_inset CommandInset ref
12662 LatexCommand ref
12663 reference "tab:Exemple-tableau-booktabs"
12664
12665 \end_inset
12666
12667 .
12668  Ce genre de tableau est appelé 
12669 \begin_inset Quotes eld
12670 \end_inset
12671
12672
12673 \emph on
12674 formel
12675 \emph default
12676
12677 \begin_inset Quotes erd
12678 \end_inset
12679
12680 .
12681  Pour transformer un tableau en tableau formel, utilisez l'option 
12682 \family sans
12683 Formel
12684 \family default
12685  de l'onglet 
12686 \family sans
12687 Bordures
12688 \family default
12689  de la fenêtre de dialogue 
12690 \family sans
12691 Paramètres
12692 \begin_inset space ~
12693 \end_inset
12694
12695 du
12696 \begin_inset space ~
12697 \end_inset
12698
12699 tableau
12700 \family default
12701 .
12702 \end_layout
12703
12704 \begin_layout Standard
12705 \begin_inset Float table
12706 placement h
12707 wide false
12708 sideways false
12709 status open
12710
12711 \begin_layout Plain Layout
12712 \begin_inset Caption
12713
12714 \begin_layout Plain Layout
12715 \begin_inset CommandInset label
12716 LatexCommand label
12717 name "tab:Exemple-tableau-booktabs"
12718
12719 \end_inset
12720
12721 Exemple de tableau formel
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \begin_layout Plain Layout
12730 \align center
12731 \begin_inset Tabular
12732 <lyxtabular version="3" rows="8" columns="4">
12733 <features booktabs="true">
12734 <column alignment="center" valignment="top" width="0">
12735 <column alignment="center" valignment="top" width="0">
12736 <column alignment="center" valignment="top" width="0">
12737 <column alignment="center" valignment="top" width="0">
12738 <row>
12739 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 Système
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 Medipix
12753 \begin_inset Formula $\,$
12754 \end_inset
12755
12756 1
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 Medipix
12766 \begin_inset Formula $\,$
12767 \end_inset
12768
12769 2
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 </row>
12784 <row>
12785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 \begin_inset ERT
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793
12794
12795 \backslash
12796 cmidrule(r){2-2}
12797 \end_layout
12798
12799 \end_inset
12800
12801
12802 \begin_inset ERT
12803 status collapsed
12804
12805 \begin_layout Plain Layout
12806
12807
12808 \backslash
12809 cmidrule(l){3-4}
12810 \end_layout
12811
12812 \end_inset
12813
12814 Épaisseur du capteur [µm]
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 300
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 300
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 700
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 </row>
12847 <row>
12848 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 Angle du biseau [°]
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 3.55
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 2.71
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" topline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 7.99
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 </row>
12885 <row topspace="default">
12886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 Résolution spatiale [µm]
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 <cell alignment="center" valignment="top" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899 4.26
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 10.17
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 10.56
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 </row>
12923 <row topspace="default">
12924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 MTF à 
12929 \begin_inset Formula $f_{\mathrm{max}}$
12930 \end_inset
12931
12932
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 0.53
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 0.37
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 0.39
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row topspace="default">
12966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 cmidrule(l{10pt}){1-1}
12978 \end_layout
12979
12980 \end_inset
12981
12982 résolution spatiale LSF
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 <row>
13016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 en µm
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029 129.7
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 52.75
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 50.78
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 en % de la taille des pixels
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 76.3
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 95.9
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 92.3
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 </lyxtabular>
13092
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13105  
13106 \family sans
13107 Bordures
13108 \family default
13109  de la fenêtre de dialogue 
13110 \family sans
13111 Paramètres
13112 \begin_inset space ~
13113 \end_inset
13114
13115 du
13116 \begin_inset space ~
13117 \end_inset
13118
13119 tableau
13120 \family default
13121  comme c'est décrit dans la section
13122 \begin_inset space ~
13123 \end_inset
13124
13125
13126 \begin_inset CommandInset ref
13127 LatexCommand ref
13128 reference "sub:Espacement-lignes"
13129
13130 \end_inset
13131
13132 .
13133 \end_layout
13134
13135 \begin_layout Standard
13136 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13137  verticales.
13138  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13139  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13140  sortie imprimée :
13141 \begin_inset Newline newline
13142 \end_inset
13143
13144 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13145 \begin_inset space \thinspace{}
13146 \end_inset
13147
13148 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13149 \begin_inset space \thinspace{}
13150 \end_inset
13151
13152 em.
13153 \end_layout
13154
13155 \begin_layout Standard
13156 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13157  lignes de préambule suivantes :
13158 \end_layout
13159
13160 \begin_layout Standard
13161
13162 \series bold
13163
13164 \backslash
13165 let
13166 \backslash
13167 mytoprule
13168 \backslash
13169 toprule
13170 \begin_inset Newline newline
13171 \end_inset
13172
13173
13174 \backslash
13175 renewcommand{
13176 \backslash
13177 toprule}{
13178 \backslash
13179 mytoprule[width]}
13180 \end_layout
13181
13182 \begin_layout Standard
13183 Cet exemple concerne la première ligne, appelée 
13184 \series bold
13185 toprule
13186 \series default
13187 .
13188  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13189 \series bold
13190 toprule
13191 \series default
13192  par 
13193 \series bold
13194 bottomrule
13195 \series default
13196 .
13197  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13198  
13199 \series bold
13200 toprule
13201 \series default
13202  par 
13203 \series bold
13204 midrule
13205 \series default
13206 .
13207  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13208 \begin_inset space ~
13209 \end_inset
13210
13211
13212 \begin_inset CommandInset ref
13213 LatexCommand ref
13214 reference "cha:Unités-de-longueur"
13215
13216 \end_inset
13217
13218  pour préciser l'épaisseur voulue.
13219 \end_layout
13220
13221 \begin_layout Standard
13222 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13223  en mettant une ligne pour une cellule multi colonne.
13224  LyX va utiliser en interne la commande 
13225 \series bold
13226
13227 \backslash
13228 cmidrule
13229 \series default
13230  pour créer cette ligne.
13231  Sa syntaxe complète est :
13232 \end_layout
13233
13234 \begin_layout Standard
13235
13236 \series bold
13237
13238 \backslash
13239 cmidrule[largeur](rognage){colDépart-colFin}
13240 \end_layout
13241
13242 \begin_layout Standard
13243 Les options de la commande 
13244 \series bold
13245
13246 \backslash
13247 cmidrule
13248 \series default
13249  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13250  TeX pour pouvoir les utiliser.
13251  On peut créer manuellement des lignes 
13252 \series bold
13253
13254 \backslash
13255 mitrales
13256 \series default
13257  en insérant la commande en code TeX comme le premier élément de la première
13258  cellule de la ligne.
13259  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13260  en question.
13261 \end_layout
13262
13263 \begin_layout Standard
13264 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13265 \begin_inset space \thinspace{}
13266 \end_inset
13267
13268 em.
13269  
13270 \series bold
13271 colDépart
13272 \series default
13273  est le numéro de la colonne dans laquelle la ligne commence et 
13274 \series bold
13275 colFin
13276 \series default
13277  est le numéro de la colonne dans laquelle elle se termine.
13278  La valeur de 
13279 \series bold
13280 colFin
13281 \series default
13282  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13283  Le paramètre optionnel 
13284 \series bold
13285 rognage
13286 \series default
13287  peut être soit 
13288 \emph on
13289 l{largeurRognage}
13290 \emph default
13291 , ou 
13292 \emph on
13293 r{largeurRognage}
13294 \emph default
13295  où les valeurs de
13296 \emph on
13297  largeurRognage
13298 \emph default
13299  sont aussi optionnelles.
13300  En utilisant par exemple la valeur 
13301 \emph on
13302 l{2pt}
13303 \emph default
13304  pour ce paramètre, la ligne va être rognée de 2
13305 \begin_inset space \thinspace{}
13306 \end_inset
13307
13308 pt à son extrémité gauche.
13309  Si vous ne spécifiez pas de valeur pour 
13310 \emph on
13311 largeurRognage
13312 \emph default
13313  les lignes sont par défaut rognées de 0.5
13314 \begin_inset space \thinspace{}
13315 \end_inset
13316
13317 em.
13318 \end_layout
13319
13320 \begin_layout Standard
13321 \begin_inset VSpace bigskip
13322 \end_inset
13323
13324 Le tableau
13325 \begin_inset space ~
13326 \end_inset
13327
13328
13329 \begin_inset CommandInset ref
13330 LatexCommand ref
13331 reference "tab:Exemple-tableau-booktabs"
13332
13333 \end_inset
13334
13335  a été créé en utilisant les commandes
13336 \end_layout
13337
13338 \begin_layout Standard
13339
13340 \series bold
13341
13342 \backslash
13343 cmidrule(r){2-2}
13344 \backslash
13345 cmidrule(l){3-4}
13346 \end_layout
13347
13348 \begin_layout Standard
13349 au début de la deuxième ligne et
13350 \end_layout
13351
13352 \begin_layout Standard
13353
13354 \series bold
13355
13356 \backslash
13357 cmidrule(l{10pt}){1-1}
13358 \end_layout
13359
13360 \begin_layout Standard
13361 au début de la sixième ligne.
13362 \end_layout
13363
13364 \begin_layout Standard
13365 \begin_inset VSpace bigskip
13366 \end_inset
13367
13368
13369 \end_layout
13370
13371 \begin_layout Standard
13372 Vous pouvez vouloir des commandes 
13373 \series bold
13374
13375 \backslash
13376 cmidrule
13377 \series default
13378 s qui se recouvrent comme pour le tableau
13379 \begin_inset space ~
13380 \end_inset
13381
13382
13383 \begin_inset CommandInset ref
13384 LatexCommand ref
13385 reference "tab:Tableau-booktabs-special"
13386
13387 \end_inset
13388
13389 .
13390  On obtient ce résultat en utilisant la commande suivante en code TeX
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 morecmidrules
13399 \end_layout
13400
13401 \begin_layout Standard
13402 La commande qui a été utilisée pour la deuxième ligne du tableau
13403 \begin_inset space ~
13404 \end_inset
13405
13406
13407 \begin_inset CommandInset ref
13408 LatexCommand ref
13409 reference "tab:Tableau-booktabs-special"
13410
13411 \end_inset
13412
13413  est
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 cmidrule(r){2-2}
13422 \backslash
13423 cmidrule(l){3-4}
13424 \backslash
13425 morecmidrules
13426 \backslash
13427 cmidrule{2-4}
13428 \end_layout
13429
13430 \begin_layout Standard
13431 La commande pour la sixième ligne est
13432 \end_layout
13433
13434 \begin_layout Standard
13435
13436 \series bold
13437
13438 \backslash
13439 midrule
13440 \backslash
13441 morecmidrules
13442 \backslash
13443 cmidrule{3-4}
13444 \end_layout
13445
13446 \begin_layout Standard
13447 \begin_inset VSpace bigskip
13448 \end_inset
13449
13450
13451 \end_layout
13452
13453 \begin_layout Standard
13454 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13455 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13456  font toute la largeur du tableau :
13457 \end_layout
13458
13459 \begin_layout Standard
13460
13461 \series bold
13462
13463 \backslash
13464 specialrule{largeur}{espace au dessus}{espace en dessous}
13465 \end_layout
13466
13467 \begin_layout Standard
13468 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13469  du paquetage LaTeX 
13470 \series bold
13471 booktabs
13472 \series default
13473  
13474 \begin_inset CommandInset citation
13475 LatexCommand cite
13476 key "booktabs"
13477
13478 \end_inset
13479
13480 .
13481 \begin_inset Index
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 Paquetages LaTeX ! booktabs
13486 \end_layout
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \begin_layout Standard
13494 \begin_inset Float table
13495 placement h
13496 wide false
13497 sideways false
13498 status open
13499
13500 \begin_layout Plain Layout
13501 \begin_inset Caption
13502
13503 \begin_layout Plain Layout
13504 \begin_inset CommandInset label
13505 LatexCommand label
13506 name "tab:Tableau-booktabs-special"
13507
13508 \end_inset
13509
13510 Tableau formel spécial
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \begin_layout Plain Layout
13519 \align center
13520 \begin_inset Tabular
13521 <lyxtabular version="3" rows="8" columns="4">
13522 <features booktabs="true">
13523 <column alignment="center" valignment="top" width="0">
13524 <column alignment="center" valignment="top" width="0">
13525 <column alignment="center" valignment="top" width="0">
13526 <column alignment="center" valignment="top" width="0">
13527 <row>
13528 <cell alignment="center" valignment="top" topline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 Système
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 Medipix
13542 \begin_inset space \thinspace{}
13543 \end_inset
13544
13545 1
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 Medipix
13555 \begin_inset space \thinspace{}
13556 \end_inset
13557
13558 2
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 </row>
13573 <row>
13574 <cell alignment="center" valignment="top" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 \begin_inset ERT
13579 status collapsed
13580
13581 \begin_layout Plain Layout
13582
13583
13584 \backslash
13585 cmidrule(r){2-2}
13586 \end_layout
13587
13588 \end_inset
13589
13590
13591 \begin_inset ERT
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595
13596
13597 \backslash
13598 cmidrule(l){3-4}
13599 \end_layout
13600
13601 \end_inset
13602
13603
13604 \begin_inset ERT
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608
13609
13610 \backslash
13611 morecmidrules 
13612 \end_layout
13613
13614 \end_inset
13615
13616
13617 \begin_inset ERT
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621
13622
13623 \backslash
13624 cmidrule{2-4}
13625 \end_layout
13626
13627 \end_inset
13628
13629 Epaisseur du capteur [µm]
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 300
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 300
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 700
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 </row>
13662 <row>
13663 <cell alignment="center" valignment="top" topline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667 Angle biseau [°]
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" topline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 3.55
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 2.71
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 7.99
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 </row>
13700 <row topspace="default">
13701 <cell alignment="center" valignment="top" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 Résolution spatiale [µm]
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 4.26
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 10.17
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 10.56
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 </row>
13738 <row topspace="default">
13739 <cell alignment="center" valignment="top" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 MTF à 
13744 \begin_inset Formula $f_{\mathrm{max}}$
13745 \end_inset
13746
13747
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 0.53
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 0.37
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 0.39
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 <row>
13781 <cell alignment="center" valignment="top" topline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790
13791 \backslash
13792 morecmidrules 
13793 \end_layout
13794
13795 \end_inset
13796
13797
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803
13804 \backslash
13805 cmidrule{3-4}
13806 \end_layout
13807
13808 \end_inset
13809
13810 résolution spatiale LSF
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" topline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 <row>
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 en µm
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 129.7
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 52.75
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 50.78
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 <row>
13882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 en % de la taille des pixels
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 76.3
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 95.9
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 92.3
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 </lyxtabular>
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \begin_layout Section
13932 Alignement Vertical des Tableaux
13933 \begin_inset Index
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 Tableau ! Alignement
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Standard
13946 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13947  doit être à l'intérieur d'une boîte.
13948  La boîte peut alors être alignée comme c'est décrit dans la 
13949 \begin_inset space ~
13950 \end_inset
13951
13952
13953 \begin_inset CommandInset ref
13954 LatexCommand ref
13955 reference "sec:Boîte-Dialogue"
13956
13957 \end_inset
13958
13959 .
13960 \end_layout
13961
13962 \begin_layout Standard
13963 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13964  minipage
13965 \begin_inset Foot
13966 status open
13967
13968 \begin_layout Plain Layout
13969 Les minipages son décrites dans la section
13970 \begin_inset space ~
13971 \end_inset
13972
13973
13974 \begin_inset CommandInset ref
13975 LatexCommand ref
13976 reference "sec:Minipages"
13977
13978 \end_inset
13979
13980 .
13981 \end_layout
13982
13983 \end_inset
13984
13985  dont la largeur est de 15
13986 \begin_inset space \thinspace{}
13987 \end_inset
13988
13989 col% :
13990 \end_layout
13991
13992 \begin_layout Itemize
13993 test 
13994 \begin_inset Box Frameless
13995 position "t"
13996 hor_pos "c"
13997 has_inner_box 1
13998 inner_pos "c"
13999 use_parbox 0
14000 width "15col%"
14001 special "none"
14002 height "1in"
14003 height_special "totalheight"
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007 \begin_inset Tabular
14008 <lyxtabular version="3" rows="3" columns="3">
14009 <features>
14010 <column alignment="center" valignment="top" width="0">
14011 <column alignment="center" valignment="top" width="0">
14012 <column alignment="center" valignment="top" width="0">
14013 <row>
14014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 a
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 d
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 g
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 <row>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 b
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 e
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 h
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 </row>
14071 <row>
14072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 c
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 f
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 i
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 </lyxtabular>
14101
14102 \end_inset
14103
14104
14105 \end_layout
14106
14107 \end_inset
14108
14109  test 
14110 \begin_inset ERT
14111 status collapsed
14112
14113 \begin_layout Plain Layout
14114
14115
14116 \backslash
14117 raisebox{0.85
14118 \backslash
14119 baselineskip}{
14120 \end_layout
14121
14122 \end_inset
14123
14124
14125 \begin_inset Box Frameless
14126 position "t"
14127 hor_pos "c"
14128 has_inner_box 1
14129 inner_pos "c"
14130 use_parbox 0
14131 width "15col%"
14132 special "none"
14133 height "1in"
14134 height_special "totalheight"
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138 \begin_inset Tabular
14139 <lyxtabular version="3" rows="3" columns="3">
14140 <features>
14141 <column alignment="center" valignment="top" width="0">
14142 <column alignment="center" valignment="top" width="0">
14143 <column alignment="center" valignment="top" width="0">
14144 <row>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 a
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 d
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 g
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 </row>
14173 <row>
14174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 b
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 e
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 h
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 c
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14213 \begin_inset Text
14214
14215 \begin_layout Plain Layout
14216 f
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 i
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 </row>
14231 </lyxtabular>
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \end_inset
14239
14240
14241 \begin_inset ERT
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245
14246 }
14247 \end_layout
14248
14249 \end_inset
14250
14251
14252 \end_layout
14253
14254 \begin_layout Itemize
14255 test 
14256 \begin_inset Box Frameless
14257 position "c"
14258 hor_pos "c"
14259 has_inner_box 1
14260 inner_pos "c"
14261 use_parbox 0
14262 width "15col%"
14263 special "none"
14264 height "1in"
14265 height_special "totalheight"
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269 \begin_inset Tabular
14270 <lyxtabular version="3" rows="3" columns="3">
14271 <features>
14272 <column alignment="center" valignment="top" width="0">
14273 <column alignment="center" valignment="top" width="0">
14274 <column alignment="center" valignment="top" width="0">
14275 <row>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 a
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 d
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 g
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 </row>
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 b
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 e
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 h
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 </row>
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 c
14339 \end_layout
14340
14341 \end_inset
14342 </cell>
14343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 f
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 i
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 </row>
14362 </lyxtabular>
14363
14364 \end_inset
14365
14366
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \end_layout
14373
14374 \begin_layout Itemize
14375 test 
14376 \begin_inset Box Frameless
14377 position "b"
14378 hor_pos "c"
14379 has_inner_box 1
14380 inner_pos "c"
14381 use_parbox 0
14382 width "15col%"
14383 special "none"
14384 height "1in"
14385 height_special "totalheight"
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389 \begin_inset Tabular
14390 <lyxtabular version="3" rows="3" columns="3">
14391 <features>
14392 <column alignment="center" valignment="top" width="0">
14393 <column alignment="center" valignment="top" width="0">
14394 <column alignment="center" valignment="top" width="0">
14395 <row>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 a
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 d
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 g
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 </row>
14424 <row>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 b
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 e
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 h
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 </row>
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 c
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 f
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 i
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 </lyxtabular>
14483
14484 \end_inset
14485
14486
14487 \end_layout
14488
14489 \end_inset
14490
14491  test 
14492 \begin_inset ERT
14493 status collapsed
14494
14495 \begin_layout Plain Layout
14496
14497
14498 \backslash
14499 raisebox{-0.32
14500 \backslash
14501 baselineskip}{
14502 \end_layout
14503
14504 \end_inset
14505
14506
14507 \begin_inset Box Frameless
14508 position "b"
14509 hor_pos "c"
14510 has_inner_box 1
14511 inner_pos "c"
14512 use_parbox 0
14513 width "15col%"
14514 special "none"
14515 height "1in"
14516 height_special "totalheight"
14517 status collapsed
14518
14519 \begin_layout Plain Layout
14520 \begin_inset Tabular
14521 <lyxtabular version="3" rows="3" columns="3">
14522 <features>
14523 <column alignment="center" valignment="top" width="0">
14524 <column alignment="center" valignment="top" width="0">
14525 <column alignment="center" valignment="top" width="0">
14526 <row>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 a
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 d
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 g
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 </row>
14555 <row>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 b
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 e
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578 h
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row>
14585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 c
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 f
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607 i
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 </row>
14613 </lyxtabular>
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \end_inset
14621
14622
14623 \begin_inset ERT
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627
14628 }
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \begin_layout Standard
14637 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14638  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14639  la ligne dans laquelle le tableau est inséré.
14640  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14641  boîte élévatrice (raisebox)
14642 \begin_inset Foot
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14647 \begin_inset space ~
14648 \end_inset
14649
14650
14651 \begin_inset CommandInset ref
14652 LatexCommand ref
14653 reference "sub:Alignement-Vertical"
14654
14655 \end_inset
14656
14657 .
14658 \end_layout
14659
14660 \end_inset
14661
14662 .
14663  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14664  aligné en utilisant la commande en code TeX suivante 
14665 \end_layout
14666
14667 \begin_layout Standard
14668
14669 \series bold
14670
14671 \backslash
14672 raisebox{0.85
14673 \backslash
14674 baselineskip}{
14675 \end_layout
14676
14677 \begin_layout Standard
14678 placée juste avant la boîte minipage.
14679  Après la boîte on insère l'accolade fermante en code TeX.
14680  Pour le deuxième tableau de la dernière ligne, la commande 
14681 \end_layout
14682
14683 \begin_layout Standard
14684
14685 \series bold
14686
14687 \backslash
14688 raisebox{-0.32
14689 \backslash
14690 baselineskip}{
14691 \end_layout
14692
14693 \begin_layout Standard
14694 est utilisée.
14695 \end_layout
14696
14697 \begin_layout Standard
14698 \begin_inset Note Greyedout
14699 status open
14700
14701 \begin_layout Plain Layout
14702
14703 \series bold
14704 Note:
14705 \series default
14706  L'alignement entre le contenu de la ligne du tableau et le texte de la
14707  ligne qui l'entoure ne peut pas être parfait.
14708  Le facteur utilisé dans la commande 
14709 \series bold
14710
14711 \backslash
14712 raisebox
14713 \series default
14714  pour obtenir cet alignement dépend de la police de caractères du document,
14715  de la taille de la police et de l'épaisseur des lignes du tableau.
14716 \end_layout
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Section
14724 Tableaux Colorés
14725 \begin_inset CommandInset label
14726 LatexCommand label
14727 name "sec:Tableaux-Colorés"
14728
14729 \end_inset
14730
14731
14732 \begin_inset Index
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736 Tableau ! Coloré
14737 \end_layout
14738
14739 \end_inset
14740
14741
14742 \end_layout
14743
14744 \begin_layout Subsection
14745 Cellules Colorées
14746 \begin_inset Index
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750 Couleur des tableaux ! Pour les cellules
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \begin_inset Index
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760 Couleur ! Pour les cellules de tableau
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \begin_inset Float table
14770 placement h
14771 wide false
14772 sideways false
14773 status open
14774
14775 \begin_layout Plain Layout
14776 \begin_inset Caption
14777
14778 \begin_layout Plain Layout
14779 \begin_inset CommandInset label
14780 LatexCommand label
14781 name "tab:Tableau-coloré-sans-colortbl"
14782
14783 \end_inset
14784
14785 Tableau coloré sans utiliser le paquetage  
14786 \series bold
14787 colortbl
14788 \series default
14789
14790 \begin_inset OptArg
14791 status open
14792
14793 \begin_layout Plain Layout
14794 Tableau sans colortbl
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Plain Layout
14808 \align center
14809 \begin_inset Tabular
14810 <lyxtabular version="3" rows="3" columns="3">
14811 <features>
14812 <column alignment="center" valignment="top" width="0">
14813 <column alignment="center" valignment="top" width="0">
14814 <column alignment="center" valignment="top" width="0">
14815 <row>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820
14821 \color green
14822 a
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831
14832 \color red
14833 b
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842
14843 \color red
14844 c
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 </row>
14850 <row>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \color green
14857 d
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866
14867 \color blue
14868 e
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \color blue
14879 f
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 </row>
14885 <row>
14886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890
14891 \color green
14892 g
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901
14902 \color blue
14903 h
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912
14913 \color blue
14914 i
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 </row>
14920 </lyxtabular>
14921
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \end_inset
14928
14929
14930 \end_layout
14931
14932 \begin_layout Standard
14933 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14934  et choisissez une couleur dans le menu 
14935 \family sans
14936 Éditer\SpecialChar \menuseparator
14937 Style
14938 \begin_inset space ~
14939 \end_inset
14940
14941 de
14942 \begin_inset space ~
14943 \end_inset
14944
14945 Texte
14946 \family default
14947 .
14948  C'est ce qui a été utilisé pour créer le tableau
14949 \begin_inset space ~
14950 \end_inset
14951
14952
14953 \begin_inset CommandInset ref
14954 LatexCommand ref
14955 reference "tab:Tableau-coloré-sans-colortbl"
14956
14957 \end_inset
14958
14959 .
14960  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14961 \series bold
14962 colortbl
14963 \series default
14964 .
14965 \begin_inset Index
14966 status collapsed
14967
14968 \begin_layout Plain Layout
14969 Paquetages LaTeX ! colortbl
14970 \end_layout
14971
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \begin_layout Standard
14978 \begin_inset ERT
14979 status collapsed
14980
14981 \begin_layout Plain Layout
14982
14983
14984 \backslash
14985 ifcolortbl
14986 \end_layout
14987
14988 \end_inset
14989
14990
14991 \begin_inset Note Note
14992 status open
14993
14994 \begin_layout Plain Layout
14995 La section qui suit ne sera affichée que si vous avez installé le paquetage
14996  LaTeX 
14997 \series bold
14998 colortbl
14999 \series default
15000 .
15001 \end_layout
15002
15003 \end_inset
15004
15005
15006 \end_layout
15007
15008 \begin_layout Standard
15009 Pour créer des tableaux colorés, vous devez charger le paquetage
15010 \series bold
15011  colortbl
15012 \series default
15013  dans le préambule avec la ligne
15014 \end_layout
15015
15016 \begin_layout Standard
15017
15018 \series bold
15019
15020 \backslash
15021 usepackage{colortbl}
15022 \end_layout
15023
15024 \begin_layout Standard
15025 On choisit la couleur d'une colonne avec la commande 
15026 \end_layout
15027
15028 \begin_layout Standard
15029
15030 \series bold
15031
15032 \backslash
15033 columncolor{nom de couleur}
15034 \end_layout
15035
15036 \begin_layout Standard
15037 à l'intérieur d'une commande 
15038 \series bold
15039 >{ }
15040 \series default
15041 .
15042  Vous trouverez plus d'information sur la commande 
15043 \series bold
15044 >{}
15045 \series default
15046  dans la section
15047 \begin_inset space ~
15048 \end_inset
15049
15050
15051 \begin_inset CommandInset ref
15052 LatexCommand ref
15053 reference "sub:Calculs-multicolonnes"
15054
15055 \end_inset
15056
15057 .
15058 \end_layout
15059
15060 \begin_layout Standard
15061 Les noms de couleurs suivants sont prédéfinis :
15062 \end_layout
15063
15064 \begin_layout Standard
15065
15066 \family sans
15067 red
15068 \family default
15069  (rouge), 
15070 \family sans
15071 green
15072 \family default
15073  (vert), 
15074 \family sans
15075 yellow
15076 \family default
15077  (jaune), 
15078 \family sans
15079 blue
15080 \family default
15081  (bleu), 
15082 \family sans
15083 cyan
15084 \family default
15085
15086 \family sans
15087 magenta
15088 \family default
15089
15090 \family sans
15091 black 
15092 \family default
15093 (noir) et 
15094 \family sans
15095 white 
15096 \family default
15097 (blanc).
15098 \end_layout
15099
15100 \begin_layout Standard
15101 \begin_inset VSpace medskip
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \begin_layout Standard
15108 Vous pouvez aussi définir votre propre couleur avec la commande
15109 \end_layout
15110
15111 \begin_layout Standard
15112
15113 \series bold
15114
15115 \backslash
15116 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15117 \end_layout
15118
15119 \begin_layout Standard
15120 Le modèle de couleur peut être
15121 \end_layout
15122
15123 \begin_layout Labeling
15124 \labelwidthstring 00.00.0000
15125 cmyk: cyan, magenta, jaune (yellow), noir (black)
15126 \end_layout
15127
15128 \begin_layout Labeling
15129 \labelwidthstring 00.00.0000
15130 rgb: red, vert (green), bleu (blue)
15131 \end_layout
15132
15133 \begin_layout Labeling
15134 \labelwidthstring 00.00.0000
15135 gray dégradé de gris (gray)
15136 \end_layout
15137
15138 \begin_layout Standard
15139 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15140  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15141 \end_layout
15142
15143 \begin_layout Standard
15144 Vous pouvez par exemple définir la couleur 
15145 \begin_inset Quotes eld
15146 \end_inset
15147
15148
15149 \emph on
15150 vertfonce
15151 \begin_inset Quotes erd
15152 \end_inset
15153
15154  dans le préambule avec la ligne
15155 \end_layout
15156
15157 \begin_layout Standard
15158
15159 \series bold
15160
15161 \backslash
15162 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15163 \end_layout
15164
15165 \begin_layout Standard
15166 et la couleur "
15167 \emph on
15168 grisclair
15169 \emph default
15170 " avec
15171 \end_layout
15172
15173 \begin_layout Standard
15174
15175 \series bold
15176
15177 \backslash
15178 definecolor{grisclair}{gray}{0.8}
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \begin_inset VSpace medskip
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Les lignes sont colorées avec la commande
15190 \end_layout
15191
15192 \begin_layout Standard
15193
15194 \series bold
15195
15196 \backslash
15197 rowcolor{nom de la couleur}
15198 \end_layout
15199
15200 \begin_layout Standard
15201 et les cellules sont colorées avec la commande
15202 \end_layout
15203
15204 \begin_layout Standard
15205
15206 \series bold
15207
15208 \backslash
15209 cellcolor{nom de la couleur}
15210 \end_layout
15211
15212 \begin_layout Standard
15213 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15214 \end_layout
15215
15216 \begin_layout Standard
15217 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15218  choisissez une couleur dans le menu 
15219 \family sans
15220 Éditer\SpecialChar \menuseparator
15221 Style
15222 \begin_inset space ~
15223 \end_inset
15224
15225 de
15226 \begin_inset space ~
15227 \end_inset
15228
15229 Texte
15230 \family default
15231 .
15232  Si une cellule contient du code TeX, faites bien attention à ne colorer
15233  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 \begin_inset Note Greyedout
15238 status open
15239
15240 \begin_layout Plain Layout
15241
15242 \series bold
15243 Note:
15244 \series default
15245  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15246  définies par l'utilisateur.
15247 \end_layout
15248
15249 \end_inset
15250
15251
15252 \end_layout
15253
15254 \begin_layout Standard
15255 \begin_inset VSpace bigskip
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \begin_layout Standard
15262 Pour créer le tableau
15263 \begin_inset space ~
15264 \end_inset
15265
15266
15267 \begin_inset CommandInset ref
15268 LatexCommand ref
15269 reference "tab:Tableau-coloré-avec-colortbl"
15270
15271 \end_inset
15272
15273  faites ce qui suit : La couleur de la première colonne doit être 
15274 \emph on
15275 vertfonce
15276 \emph default
15277 .
15278  On insère donc la commande
15279 \end_layout
15280
15281 \begin_layout Standard
15282
15283 \series bold
15284 >{
15285 \backslash
15286 columncolor{vertfonce}
15287 \backslash
15288 centering}c
15289 \end_layout
15290
15291 \begin_layout Standard
15292 en code TeX pour cette colonne.
15293  La première ligne doit être bleue
15294 \begin_inset Note Note
15295 status open
15296
15297 \begin_layout Plain Layout
15298 cyan ? (NdT)
15299 \end_layout
15300
15301 \end_inset
15302
15303 , d'où la commande en code TeX
15304 \end_layout
15305
15306 \begin_layout Standard
15307
15308 \series bold
15309
15310 \backslash
15311 rowcolow{cyan}
15312 \end_layout
15313
15314 \begin_layout Standard
15315 qui est insérée dans la première cellule de cette ligne.
15316  Notez que cela annule la couleur de colonne pour la première cellule.
15317  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15318  en code TeX la commande
15319 \end_layout
15320
15321 \begin_layout Standard
15322
15323 \series bold
15324
15325 \backslash
15326 cellcolor{magenta}
15327 \end_layout
15328
15329 \begin_layout Standard
15330 Les caractères peuvent maintenant être colorés en utilisant le menu 
15331 \family sans
15332 Éditer\SpecialChar \menuseparator
15333 Style
15334 \begin_inset space ~
15335 \end_inset
15336
15337 de
15338 \begin_inset space ~
15339 \end_inset
15340
15341 Texte
15342 \family default
15343 .
15344 \end_layout
15345
15346 \begin_layout Standard
15347 \begin_inset Float table
15348 placement h
15349 wide false
15350 sideways false
15351 status open
15352
15353 \begin_layout Plain Layout
15354 \begin_inset Caption
15355
15356 \begin_layout Plain Layout
15357 \begin_inset CommandInset label
15358 LatexCommand label
15359 name "tab:Tableau-coloré-avec-colortbl"
15360
15361 \end_inset
15362
15363 Tableau coloré en utilisant le paquetage 
15364 \series bold
15365 colortbl
15366 \series default
15367
15368 \begin_inset OptArg
15369 status collapsed
15370
15371 \begin_layout Plain Layout
15372 Tableau avec colortbl
15373 \end_layout
15374
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \begin_layout Plain Layout
15386 \align center
15387 \begin_inset Tabular
15388 <lyxtabular version="3" rows="3" columns="3">
15389 <features>
15390 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15391 <column alignment="center" valignment="top" width="0">
15392 <column alignment="center" valignment="top" width="0">
15393 <row>
15394 <cell alignment="center" valignment="top" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 \begin_inset ERT
15399 status collapsed
15400
15401 \begin_layout Plain Layout
15402
15403
15404 \backslash
15405 rowcolor{cyan}
15406 \end_layout
15407
15408 \end_inset
15409
15410
15411 \color magenta
15412 a
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 <cell alignment="center" valignment="top" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421
15422 \color red
15423 b
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \color red
15434 c
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 </row>
15440 <row>
15441 <cell alignment="center" valignment="top" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445
15446 \color yellow
15447 d
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456
15457 \color blue
15458 e
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 <cell alignment="center" valignment="top" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \color blue
15469 f
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 </row>
15475 <row>
15476 <cell alignment="center" valignment="top" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480
15481 \color yellow
15482 g
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \color blue
15493 h
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset ERT
15503 status collapsed
15504
15505 \begin_layout Plain Layout
15506
15507
15508 \backslash
15509 cellcolor{magenta}
15510 \end_layout
15511
15512 \end_inset
15513
15514
15515 \color green
15516 i
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 </lyxtabular>
15523
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \begin_layout Standard
15535 \begin_inset ERT
15536 status collapsed
15537
15538 \begin_layout Plain Layout
15539
15540
15541 \backslash
15542 else
15543 \end_layout
15544
15545 \end_inset
15546
15547
15548 \begin_inset Note Note
15549 status open
15550
15551 \begin_layout Plain Layout
15552 Ce qui suit sera affiché si le paquetage 
15553 \series bold
15554 colortbl
15555 \series default
15556  n'est pas installé :
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 Vous devez installer le paquetage 
15566 \series bold
15567 colortbl
15568 \series default
15569  pour voir le contenu des cette section dans la sortie imprimée.
15570 \end_layout
15571
15572 \begin_layout Standard
15573 \begin_inset ERT
15574 status collapsed
15575
15576 \begin_layout Plain Layout
15577
15578
15579 \backslash
15580 fi
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \begin_layout Subsection
15589 Les filets colorées
15590 \begin_inset Index
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 Tableau Coloré ! Pour les filets
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \begin_inset Index
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604 Couleur ! Pour les filets des tableaux
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \begin_inset Note Note
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614 on parle de filets plutôt que de lignes pour les tableaux
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \begin_layout Standard
15623 Comme c'est décrit dans la section
15624 \begin_inset space ~
15625 \end_inset
15626
15627
15628 \begin_inset CommandInset ref
15629 LatexCommand ref
15630 reference "sub:Epaisseur-filets"
15631
15632 \end_inset
15633
15634 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15635  variable 
15636 \series bold
15637
15638 \backslash
15639 arrayrulewidth
15640 \series default
15641 .
15642  Elle est mise à 1.5
15643 \begin_inset space \thinspace{}
15644 \end_inset
15645
15646 pt pour tous les tableaux de cette section.
15647 \begin_inset ERT
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651
15652
15653 \backslash
15654 setlength{
15655 \backslash
15656 arrayrulewidth}{1.5pt}
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Pour colorer les filets verticaux, par exemple en vert, créez le format
15666  de colonne suivant dans le préambule du document, en suivant la description
15667  de la section
15668 \begin_inset space ~
15669 \end_inset
15670
15671
15672 \begin_inset CommandInset ref
15673 LatexCommand ref
15674 reference "sub:Formats-personnalisés"
15675
15676 \end_inset
15677
15678 :
15679 \end_layout
15680
15681 \begin_layout Standard
15682
15683 \series bold
15684
15685 \backslash
15686 newcolumntype{W}{!{
15687 \backslash
15688 color{green}
15689 \backslash
15690 vline}}
15691 \end_layout
15692
15693 \begin_layout Standard
15694 Pour le tableau
15695 \begin_inset space ~
15696 \end_inset
15697
15698
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "tab:Tableau-filets-verticaux-colorés"
15702
15703 \end_inset
15704
15705  le paramètre LaTeX
15706 \series bold
15707  WcW
15708 \series default
15709  a été utilisé pour la dernière colonne et
15710 \series bold
15711  Wc
15712 \series default
15713  pour les autres colonnes.
15714 \end_layout
15715
15716 \begin_layout Standard
15717 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15718 \end_layout
15719
15720 \begin_layout Standard
15721 \begin_inset Float table
15722 placement h
15723 wide false
15724 sideways false
15725 status open
15726
15727 \begin_layout Plain Layout
15728 \begin_inset Caption
15729
15730 \begin_layout Plain Layout
15731 \begin_inset CommandInset label
15732 LatexCommand label
15733 name "tab:Tableau-filets-verticaux-colorés"
15734
15735 \end_inset
15736
15737 Tableau avec filets verticaux colorés
15738 \end_layout
15739
15740 \end_inset
15741
15742
15743 \end_layout
15744
15745 \begin_layout Plain Layout
15746 \align center
15747 \begin_inset Tabular
15748 <lyxtabular version="3" rows="3" columns="3">
15749 <features>
15750 <column alignment="center" valignment="top" width="0" special="Wc">
15751 <column alignment="center" valignment="top" width="0" special="Wc">
15752 <column alignment="center" valignment="top" width="0" special="WcW">
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 sd
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" topline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 sd
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 </row>
15811 <row>
15812 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 sd
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 </row>
15840 </lyxtabular>
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \begin_layout Standard
15853 \begin_inset VSpace bigskip
15854 \end_inset
15855
15856 Pour colorer les filets horizontaux en rouge comme pour le tableau
15857 \begin_inset space ~
15858 \end_inset
15859
15860
15861 \begin_inset CommandInset ref
15862 LatexCommand ref
15863 reference "tab:Tableau-filet-horizontaux-colorés"
15864
15865 \end_inset
15866
15867 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15868  le flottant de tableau :
15869 \end_layout
15870
15871 \begin_layout Standard
15872
15873 \series bold
15874
15875 \backslash
15876 let
15877 \backslash
15878 myHlineC
15879 \backslash
15880 hline
15881 \begin_inset Newline newline
15882 \end_inset
15883
15884
15885 \backslash
15886 renewcommand{
15887 \backslash
15888 hline}
15889 \begin_inset Newline newline
15890 \end_inset
15891
15892
15893 \begin_inset ERT
15894 status collapsed
15895
15896 \begin_layout Plain Layout
15897
15898
15899 \backslash
15900 hphantom{ }
15901 \end_layout
15902
15903 \end_inset
15904
15905 {
15906 \backslash
15907 arrayrulecolor{red}
15908 \backslash
15909 myHlineC
15910 \backslash
15911 arrayrulecolor{black}}
15912 \end_layout
15913
15914 \begin_layout Standard
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 let
15923 \backslash
15924 myHlineC
15925 \backslash
15926 hline
15927 \end_layout
15928
15929 \begin_layout Plain Layout
15930
15931
15932 \backslash
15933 renewcommand{
15934 \backslash
15935 hline}
15936 \end_layout
15937
15938 \begin_layout Plain Layout
15939
15940  {
15941 \backslash
15942 arrayrulecolor{red}
15943 \backslash
15944 myHlineC
15945 \backslash
15946 arrayrulecolor{black}}
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \begin_inset Float table
15953 placement h
15954 wide false
15955 sideways false
15956 status open
15957
15958 \begin_layout Plain Layout
15959 \begin_inset Caption
15960
15961 \begin_layout Plain Layout
15962 \begin_inset CommandInset label
15963 LatexCommand label
15964 name "tab:Tableau-filet-horizontaux-colorés"
15965
15966 \end_inset
15967
15968 Tableau avec filets horizontaux colorés
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Plain Layout
15977 \align center
15978 \begin_inset Tabular
15979 <lyxtabular version="3" rows="3" columns="3">
15980 <features>
15981 <column alignment="center" valignment="top" width="0">
15982 <column alignment="center" valignment="top" width="0">
15983 <column alignment="center" valignment="top" width="0">
15984 <row>
15985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 sd
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 sd
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 sd
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 </lyxtabular>
16072
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \end_inset
16079
16080
16081 \end_layout
16082
16083 \begin_layout Standard
16084 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16085  en code TeX, juste après le tableau ou le flottant de tableau :
16086 \end_layout
16087
16088 \begin_layout Standard
16089
16090 \series bold
16091
16092 \backslash
16093 renewcommand{
16094 \backslash
16095 hline}{
16096 \backslash
16097 myHlineC}
16098 \end_layout
16099
16100 \begin_layout Standard
16101 Le tableau
16102 \begin_inset space ~
16103 \end_inset
16104
16105
16106 \begin_inset CommandInset ref
16107 LatexCommand ref
16108 reference "tab:Tableau-avec-filets-colorés"
16109
16110 \end_inset
16111
16112  est un exemple avec des filets horizontaux et verticaux colorés.
16113 \end_layout
16114
16115 \begin_layout Standard
16116 \begin_inset Float table
16117 placement h
16118 wide false
16119 sideways false
16120 status open
16121
16122 \begin_layout Plain Layout
16123 \begin_inset Caption
16124
16125 \begin_layout Plain Layout
16126 \begin_inset CommandInset label
16127 LatexCommand label
16128 name "tab:Tableau-avec-filets-colorés"
16129
16130 \end_inset
16131
16132 Tableau avec filets horizontaux et verticaux colorés
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \begin_layout Plain Layout
16141 \align center
16142 \begin_inset Tabular
16143 <lyxtabular version="3" rows="3" columns="3">
16144 <features>
16145 <column alignment="center" valignment="top" width="0" special="Wc">
16146 <column alignment="center" valignment="top" width="0" special="Wc">
16147 <column alignment="center" valignment="top" width="0" special="WcW">
16148 <row>
16149 <cell alignment="center" valignment="top" topline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 sd
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" topline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 <cell alignment="center" valignment="top" topline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 </row>
16177 <row>
16178 <cell alignment="center" valignment="top" topline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 sd
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row topspace="default">
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 sd
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 </lyxtabular>
16236
16237 \end_inset
16238
16239
16240 \end_layout
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Standard
16248 \begin_inset ERT
16249 status collapsed
16250
16251 \begin_layout Plain Layout
16252
16253
16254 \backslash
16255 renewcommand{
16256 \backslash
16257 hline}{
16258 \backslash
16259 myHlineC}
16260 \end_layout
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \begin_layout Standard
16268 \begin_inset ERT
16269 status collapsed
16270
16271 \begin_layout Plain Layout
16272
16273
16274 \backslash
16275 setlength{
16276 \backslash
16277 arrayrulewidth}{0.4pt}
16278 \end_layout
16279
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \begin_layout Section
16286 Personnalisation des Tableaux
16287 \begin_inset Index
16288 status collapsed
16289
16290 \begin_layout Plain Layout
16291 Tableau ! Personnalisation
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \begin_inset Index
16298 status collapsed
16299
16300 \begin_layout Plain Layout
16301 Personnalisation des tableaux
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Subsection
16310 Espacement des lignes
16311 \begin_inset CommandInset label
16312 LatexCommand label
16313 name "sub:Espacement-lignes"
16314
16315 \end_inset
16316
16317
16318 \begin_inset Index
16319 status collapsed
16320
16321 \begin_layout Plain Layout
16322 Personnalisation des tableaux ! Espacement des lignes
16323 \end_layout
16324
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \begin_layout Standard
16331 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16332  l'onglet 
16333 \family sans
16334 Bordures
16335 \family default
16336  de la fenêtre de dialogue 
16337 \family sans
16338 Paramètres
16339 \begin_inset space ~
16340 \end_inset
16341
16342 du
16343 \begin_inset space ~
16344 \end_inset
16345
16346 tableau
16347 \family default
16348 .
16349  Vous y trouverez trois possibilités :
16350 \end_layout
16351
16352 \begin_layout Description
16353 Haut
16354 \begin_inset space ~
16355 \end_inset
16356
16357 de
16358 \begin_inset space ~
16359 \end_inset
16360
16361 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16362  Si le tableau est un tableau formel
16363 \begin_inset Foot
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367 Les tableaux formels sont décrits dans la section
16368 \begin_inset space ~
16369 \end_inset
16370
16371
16372 \begin_inset CommandInset ref
16373 LatexCommand ref
16374 reference "sec:Tableaux-Formels"
16375
16376 \end_inset
16377
16378 .
16379 \end_layout
16380
16381 \end_inset
16382
16383  LyX va insérer par défaut un espace de 0.5
16384 \begin_inset space \thinspace{}
16385 \end_inset
16386
16387 em.
16388  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16389  les filets verticaux comme dans le tableau suivant :
16390 \begin_inset VSpace medskip
16391 \end_inset
16392
16393
16394 \begin_inset Newline newline
16395 \end_inset
16396
16397
16398 \begin_inset space \hspace*{}
16399 \length 0pt
16400 \end_inset
16401
16402
16403 \begin_inset space \hfill{}
16404 \end_inset
16405
16406
16407 \begin_inset Tabular
16408 <lyxtabular version="3" rows="3" columns="1">
16409 <features>
16410 <column alignment="center" valignment="top" width="0">
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 A
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row topspace="3mm">
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 espace de 3
16428 \begin_inset space \thinspace{}
16429 \end_inset
16430
16431 mm en haut de la ligne
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 <row>
16438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 C
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 </lyxtabular>
16449
16450 \end_inset
16451
16452
16453 \begin_inset space \hfill{}
16454 \end_inset
16455
16456
16457 \begin_inset space \hspace*{}
16458 \length 0pt
16459 \end_inset
16460
16461
16462 \begin_inset VSpace medskip
16463 \end_inset
16464
16465
16466 \begin_inset Newline newline
16467 \end_inset
16468
16469 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16470  pas de filets verticaux.
16471 \end_layout
16472
16473 \begin_layout Description
16474 Bas
16475 \begin_inset space ~
16476 \end_inset
16477
16478 de
16479 \begin_inset space ~
16480 \end_inset
16481
16482 ligne va ajouter de l'espace sous les caractères de la ligne.
16483  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16484  de 0.5
16485 \begin_inset space \thinspace{}
16486 \end_inset
16487
16488 em, pour les tableaux normaux, l'espace par défaut est de 2
16489 \begin_inset space \thinspace{}
16490 \end_inset
16491
16492 pt.
16493 \end_layout
16494
16495 \begin_layout Description
16496 Entre
16497 \begin_inset space ~
16498 \end_inset
16499
16500 les
16501 \begin_inset space ~
16502 \end_inset
16503
16504 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16505  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16506  de 0.5
16507 \begin_inset space \thinspace{}
16508 \end_inset
16509
16510 em.
16511  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16512  les filets verticaux comme dans le tableau suivant :
16513 \begin_inset VSpace medskip
16514 \end_inset
16515
16516
16517 \begin_inset Newline newline
16518 \end_inset
16519
16520
16521 \begin_inset space \hspace*{}
16522 \length 0pt
16523 \end_inset
16524
16525
16526 \begin_inset space \hfill{}
16527 \end_inset
16528
16529
16530 \begin_inset Tabular
16531 <lyxtabular version="3" rows="3" columns="1">
16532 <features>
16533 <column alignment="center" valignment="top" width="0">
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 A
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 </row>
16545 <row interlinespace="3mm">
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $\downarrow$
16551 \end_inset
16552
16553  espace de 3
16554 \begin_inset space \thinspace{}
16555 \end_inset
16556
16557 mm entre les lignes 
16558 \begin_inset Formula $\downarrow$
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 \begin_inset Formula $\uparrow$
16573 \end_inset
16574
16575  espace de 3
16576 \begin_inset space \thinspace{}
16577 \end_inset
16578
16579 mm entre les lignes 
16580 \begin_inset Formula $\uparrow$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 </lyxtabular>
16590
16591 \end_inset
16592
16593
16594 \begin_inset space \hfill{}
16595 \end_inset
16596
16597
16598 \begin_inset space \hspace*{}
16599 \length 0pt
16600 \end_inset
16601
16602
16603 \begin_inset VSpace medskip
16604 \end_inset
16605
16606
16607 \begin_inset Newline newline
16608 \end_inset
16609
16610 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16611  pas de filets verticaux.
16612 \end_layout
16613
16614 \begin_layout Standard
16615 \begin_inset VSpace bigskip
16616 \end_inset
16617
16618 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16619  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16620  dans le préambule :
16621 \end_layout
16622
16623 \begin_layout Standard
16624
16625 \series bold
16626
16627 \backslash
16628 @ifundefined{extrarowheight}
16629 \begin_inset Newline newline
16630 \end_inset
16631
16632
16633 \begin_inset ERT
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637
16638
16639 \backslash
16640 hphantom{ }
16641 \end_layout
16642
16643 \end_inset
16644
16645 {
16646 \backslash
16647 usepackage{array}}{}
16648 \begin_inset Newline newline
16649 \end_inset
16650
16651
16652 \backslash
16653 setlength{
16654 \backslash
16655 extrarowheight}{height}
16656 \end_layout
16657
16658 \begin_layout Standard
16659 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16660  plus exactement centré verticalement.
16661  (le paquetage 
16662 \series bold
16663 array 
16664 \series default
16665 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16666  auto-définis.
16667  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16668  
16669 \series bold
16670
16671 \backslash
16672 @ifundefined
16673 \series default
16674  dans la commande précédente.)
16675 \end_layout
16676
16677 \begin_layout Subsection
16678 Alignements de cellules spéciaux
16679 \begin_inset Index
16680 status collapsed
16681
16682 \begin_layout Plain Layout
16683 Personnalisation des tableaux ! Alignement de cellules spéciaux
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \begin_layout Standard
16692 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16693  cellules sur un caractère donné, par exemple le séparateur décimal comme
16694  dans le tableau
16695 \begin_inset space ~
16696 \end_inset
16697
16698
16699 \begin_inset CommandInset ref
16700 LatexCommand ref
16701 reference "tab:Tableau-centré-sur-séparateur"
16702
16703 \end_inset
16704
16705 .
16706 \end_layout
16707
16708 \begin_layout Standard
16709 \begin_inset Float table
16710 placement h
16711 wide false
16712 sideways false
16713 status open
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Caption
16717
16718 \begin_layout Plain Layout
16719 \begin_inset CommandInset label
16720 LatexCommand label
16721 name "tab:Tableau-centré-sur-séparateur"
16722
16723 \end_inset
16724
16725 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16726 \end_layout
16727
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \begin_layout Plain Layout
16734 \align center
16735 \begin_inset Tabular
16736 <lyxtabular version="3" rows="4" columns="2">
16737 <features>
16738 <column alignment="right" valignment="top" width="0">
16739 <column alignment="left" valignment="top" width="0" special="@{}l">
16740 <row>
16741 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 en-tête
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 12,
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 6
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 0,
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 68
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 -123,
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 0
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 </lyxtabular>
16821
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \begin_layout Standard
16833 Ce tableau a été créé comme un tableau 4×2.
16834  L'en-tête est une cellule multicolonne centrée.
16835  La première colonne est alignée à droite et contient les chiffres qui se
16836  trouvent avant la virgule ainsi que la virgule elle-même.
16837  La deuxième colonne est alignée à gauche et contient les chiffres situés
16838  après la virgule.
16839  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16840  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16841 \end_layout
16842
16843 \begin_layout Standard
16844
16845 \series bold
16846 @{}l
16847 \end_layout
16848
16849 \begin_layout Standard
16850 Le tableau
16851 \begin_inset space ~
16852 \end_inset
16853
16854
16855 \begin_inset CommandInset ref
16856 LatexCommand ref
16857 reference "tab:Plusieurs-exemples-alignements"
16858
16859 \end_inset
16860
16861  montre quelques exemples d'alignements.
16862  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16863  plus petit espace mathématique au début de la dernière colonne pour obtenir
16864  l'espacement correct autour du signe de relation.
16865 \end_layout
16866
16867 \begin_layout Standard
16868 \begin_inset Float table
16869 wide false
16870 sideways false
16871 status open
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Caption
16875
16876 \begin_layout Plain Layout
16877 \begin_inset CommandInset label
16878 LatexCommand label
16879 name "tab:Plusieurs-exemples-alignements"
16880
16881 \end_inset
16882
16883 Plusieurs exemples d'alignement de cellules
16884 \lang english
16885 .
16886 \end_layout
16887
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \begin_layout Plain Layout
16894 \align center
16895 \begin_inset Tabular
16896 <lyxtabular version="3" rows="4" columns="6">
16897 <features>
16898 <column alignment="right" valignment="top" width="0">
16899 <column alignment="left" valignment="top" width="0" special="@{}l">
16900 <column alignment="right" valignment="top" width="0">
16901 <column alignment="left" valignment="top" width="0" special="@{}l">
16902 <column alignment="right" valignment="top" width="0">
16903 <column alignment="left" valignment="top" width="0" special="@{}l">
16904 <row>
16905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 unités
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 exposants
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945 relations
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 12×
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 24
16975 \begin_inset space \thinspace{}
16976 \end_inset
16977
16978 bouteilles
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $10\cdot$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 \begin_inset Formula $10^{\mbox{-}17}$
17000 \end_inset
17001
17002
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\Gamma(t)\propto$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\:\Upsilon(t)$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 1024×
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 768
17047 \begin_inset space \thinspace{}
17048 \end_inset
17049
17050 Pixels
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 \begin_inset Formula $5.78\cdot$
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $10^{7}$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $A\ne$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\: B_{\mathrm{red}}$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 32×
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 6
17119 \begin_inset space \thinspace{}
17120 \end_inset
17121
17122 cm
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 -
17132 \begin_inset Formula $33.5\cdot$
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $10^{4}$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\sin(\alpha)\ge$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 <cell alignment="center" valignment="top" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168 \begin_inset Formula $\:\sin(\beta)$
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 </row>
17177 </lyxtabular>
17178
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \begin_layout Standard
17190 \begin_inset VSpace bigskip
17191 \end_inset
17192
17193 Il y a aussi le paquetage LaTeX 
17194 \series bold
17195 dcolumn
17196 \series default
17197
17198 \begin_inset Index
17199 status collapsed
17200
17201 \begin_layout Plain Layout
17202 Paquetages LaTeX ! dcolumn
17203 \end_layout
17204
17205 \end_inset
17206
17207  qui fournit des alignements pour les cellules de tableaux.
17208  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17209  et ne permet pas de formules dans les cellules du tableau : Avec 
17210 \series bold
17211 dcolumn
17212 \series default
17213  la première colonne du tableau
17214 \begin_inset space ~
17215 \end_inset
17216
17217
17218 \begin_inset CommandInset ref
17219 LatexCommand ref
17220 reference "tab:Plusieurs-exemples-alignements"
17221
17222 \end_inset
17223
17224  ressemblera à la première colonne du tableau
17225 \begin_inset space ~
17226 \end_inset
17227
17228
17229 \begin_inset CommandInset ref
17230 LatexCommand ref
17231 reference "tab:Alignements-avec-dcolumn"
17232
17233 \end_inset
17234
17235
17236 \lang english
17237  and only with some tricks like the expected.
17238  
17239 \lang french
17240 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17241 \begin_inset space ~
17242 \end_inset
17243
17244
17245 \begin_inset CommandInset ref
17246 LatexCommand ref
17247 reference "tab:Plusieurs-exemples-alignements"
17248
17249 \end_inset
17250
17251  avec 
17252 \series bold
17253 dcolumn
17254 \series default
17255 .
17256 \end_layout
17257
17258 \begin_layout Standard
17259 \begin_inset Float table
17260 placement h
17261 wide false
17262 sideways false
17263 status open
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Caption
17267
17268 \begin_layout Plain Layout
17269 \begin_inset CommandInset label
17270 LatexCommand label
17271 name "tab:Alignements-avec-dcolumn"
17272
17273 \end_inset
17274
17275 Alignements quand on utilise le paquetage LaTeX dcolumn.
17276  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17277  pour obtenir la sortie.
17278 \end_layout
17279
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \begin_layout Plain Layout
17286 \align center
17287 \begin_inset Tabular
17288 <lyxtabular version="3" rows="4" columns="3">
17289 <features>
17290 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17291 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17292 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17293 <row>
17294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 unités
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 unités
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 unités
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 12x24
17328 \begin_inset space \thinspace{}
17329 \end_inset
17330
17331 bouteilles
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 12x24
17341 \begin_inset space \thinspace{}
17342 \end_inset
17343
17344
17345 \begin_inset Formula $\mbox{bouteilles}$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 12
17358 \begin_inset ERT
17359 status collapsed
17360
17361 \begin_layout Plain Layout
17362
17363
17364 \backslash
17365 times 
17366 \end_layout
17367
17368 \end_inset
17369
17370 24~
17371 \begin_inset Formula $\mbox{bouteilles}$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 1024x768
17386 \begin_inset space \thinspace{}
17387 \end_inset
17388
17389 Pixels
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 1024x768
17399 \begin_inset space \thinspace{}
17400 \end_inset
17401
17402
17403 \begin_inset Formula $\mbox{Pixels}$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 1024
17416 \begin_inset ERT
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420
17421
17422 \backslash
17423 times 
17424 \end_layout
17425
17426 \end_inset
17427
17428 768~
17429 \begin_inset Formula $\mbox{Pixels}$
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 32x6
17444 \begin_inset space \thinspace{}
17445 \end_inset
17446
17447 cm
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 32x6
17457 \begin_inset space \thinspace{}
17458 \end_inset
17459
17460
17461 \begin_inset Formula $\mbox{cm}$
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 32
17474 \begin_inset ERT
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478
17479
17480 \backslash
17481 times 
17482 \end_layout
17483
17484 \end_inset
17485
17486 6~
17487 \begin_inset Formula $\mbox{cm}$
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 </lyxtabular>
17497
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \begin_layout Subsection
17509 Formats de cellule et de colonne personnalisés
17510 \begin_inset CommandInset label
17511 LatexCommand label
17512 name "sub:Formats-personnalisés"
17513
17514 \end_inset
17515
17516
17517 \begin_inset Index
17518 status collapsed
17519
17520 \begin_layout Plain Layout
17521 Personnalisation des tableaux !  Format de cellule/colonne
17522 \end_layout
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \begin_layout Standard
17530 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17531  multicolonne comme dans la section
17532 \begin_inset space ~
17533 \end_inset
17534
17535
17536 \begin_inset CommandInset ref
17537 LatexCommand ref
17538 reference "sub:Calculs-multicolonnes"
17539
17540 \end_inset
17541
17542  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17543  multicolonnes.
17544  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17545  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17546  du document.
17547  Le format est défini avec la commande
17548 \end_layout
17549
17550 \begin_layout Standard
17551
17552 \series bold
17553
17554 \backslash
17555 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 Le nom du format peut n'avoir qu'une lettre.
17560  Les lettres 
17561 \emph on
17562 b
17563 \emph default
17564
17565 \emph on
17566 c
17567 \emph default
17568
17569 \emph on
17570 l
17571 \emph default
17572
17573 \emph on
17574 m
17575 \emph default
17576
17577 \emph on
17578 p
17579 \emph default
17580  et 
17581 \emph on
17582 r
17583 \emph default
17584  sont prédéfinies et donc ne peuvent être utilisées.
17585  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17586 \end_layout
17587
17588 \begin_layout Standard
17589 \begin_inset VSpace medskip
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \begin_layout Standard
17596 Pour de cellules multicolonnes centrées verticalement et horizontalement
17597  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17598  :
17599 \end_layout
17600
17601 \begin_layout Standard
17602
17603 \series bold
17604
17605 \backslash
17606 newcolumntype{M}[1]{>{
17607 \backslash
17608 centering
17609 \backslash
17610 hspace{0pt}}m{#1}}
17611 \end_layout
17612
17613 \begin_layout Standard
17614 Où le 
17615 \series bold
17616
17617 \backslash
17618 hspace{0pt}
17619 \series default
17620  évite le problème de césure du premier mot, comme c'est décrit en section
17621 \begin_inset space ~
17622 \end_inset
17623
17624
17625 \begin_inset CommandInset ref
17626 LatexCommand ref
17627 reference "sub:Lignes-multiple-dans-cellule"
17628
17629 \end_inset
17630
17631 .
17632  Ensuite, vous pouvez entrer
17633 \end_layout
17634
17635 \begin_layout Standard
17636
17637 \series bold
17638 M{width}
17639 \end_layout
17640
17641 \begin_layout Standard
17642 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17643  une multicolonne.
17644 \end_layout
17645
17646 \begin_layout Standard
17647 \begin_inset VSpace bigskip
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \begin_layout Standard
17654 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17655  définir le format
17656 \end_layout
17657
17658 \begin_layout Standard
17659
17660 \series bold
17661
17662 \backslash
17663 newcolumntype{S}[2]{>{
17664 \backslash
17665 centering
17666 \backslash
17667 hspace{0pt}}
17668 \begin_inset Newline newline
17669 \end_inset
17670
17671
17672 \begin_inset ERT
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676
17677
17678 \backslash
17679 phantom{
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \backslash
17686 newcolumntype{S}[2]
17687 \begin_inset ERT
17688 status collapsed
17689
17690 \begin_layout Plain Layout
17691
17692 }
17693 \end_layout
17694
17695 \end_inset
17696
17697 m{(#1+(2
17698 \backslash
17699 tabcolsep+
17700 \backslash
17701 arrayrulewidth)*(1-#2))/#2}}
17702 \end_layout
17703
17704 \begin_layout Standard
17705 Ce format utilise l'équation
17706 \begin_inset space ~
17707 \end_inset
17708
17709
17710 \begin_inset CommandInset ref
17711 LatexCommand eqref
17712 reference "eq:Wgn"
17713
17714 \end_inset
17715
17716  pour calculer la largeur que doit avoir chacune des cellules couverte par
17717  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17718 \end_layout
17719
17720 \begin_layout Standard
17721 Ensuite, vous pouvez entrer
17722 \end_layout
17723
17724 \begin_layout Standard
17725
17726 \series bold
17727 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17728 \end_layout
17729
17730 \begin_layout Standard
17731 comme paramètre LaTeX de la colonne.
17732 \end_layout
17733
17734 \begin_layout Standard
17735 \begin_inset VSpace bigskip
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \begin_layout Standard
17742 Pour des colonnes colorées, vous pouvez définir
17743 \end_layout
17744
17745 \begin_layout Standard
17746
17747 \series bold
17748
17749 \backslash
17750 newcolumntype{K}[1]{>{
17751 \backslash
17752 columncolor{#1}
17753 \backslash
17754 hspace{0pt}}c}
17755 \end_layout
17756
17757 \begin_layout Standard
17758 Le 
17759 \begin_inset Quotes eld
17760 \end_inset
17761
17762 c
17763 \begin_inset Quotes erd
17764 \end_inset
17765
17766  à la fin crée une colonne de largeur variable dont le texte est centré
17767  horizontalement.
17768  Vous pouvez maintenant entrer
17769 \end_layout
17770
17771 \begin_layout Standard
17772
17773 \series bold
17774 K{nom de couleur}
17775 \end_layout
17776
17777 \begin_layout Standard
17778 comme paramètre LaTeX.
17779 \end_layout
17780
17781 \begin_layout Standard
17782 \begin_inset VSpace bigskip
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \begin_layout Standard
17789 Pour créer le tableau
17790 \begin_inset space ~
17791 \end_inset
17792
17793
17794 \begin_inset CommandInset ref
17795 LatexCommand ref
17796 reference "tab:Tableau-formats-personnalisés"
17797
17798 \end_inset
17799
17800  utilisez les paramètres LaTeX
17801 \end_layout
17802
17803 \begin_layout Standard
17804
17805 \series bold
17806 M{2.5cm}
17807 \end_layout
17808
17809 \begin_layout Standard
17810 pour la première colonne et la multicolonne,
17811 \end_layout
17812
17813 \begin_layout Standard
17814
17815 \series bold
17816 K{red}
17817 \end_layout
17818
17819 \begin_layout Standard
17820 pour la dernière colonne, et
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826 S{2.5cm}{2}
17827 \end_layout
17828
17829 \begin_layout Standard
17830 pour les cellules de la deuxième colonne.
17831 \end_layout
17832
17833 \begin_layout Standard
17834 \begin_inset Float table
17835 placement h
17836 wide false
17837 sideways false
17838 status open
17839
17840 \begin_layout Plain Layout
17841 \begin_inset Caption
17842
17843 \begin_layout Plain Layout
17844 \begin_inset CommandInset label
17845 LatexCommand label
17846 name "tab:Tableau-formats-personnalisés"
17847
17848 \end_inset
17849
17850 Tableau utilisant des formats personnalisés
17851 \end_layout
17852
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \begin_layout Plain Layout
17859 \align center
17860 \begin_inset Tabular
17861 <lyxtabular version="3" rows="3" columns="4">
17862 <features>
17863 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17864 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17865 <column alignment="center" valignment="middle" width="0">
17866 <column alignment="center" valignment="middle" width="0" special="K{red}">
17867 <row>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 motTrèsLongDansUneCellule
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 multicolonne avec multiligne
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 c
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 d
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 e
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 f
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937 g
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 h
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 i
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966 j
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975 k
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 </row>
17981 </lyxtabular>
17982
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Subsection
17994 Épaisseur des filets
17995 \begin_inset CommandInset label
17996 LatexCommand label
17997 name "sub:Epaisseur-filets"
17998
17999 \end_inset
18000
18001
18002 \begin_inset Index
18003 status collapsed
18004
18005 \begin_layout Plain Layout
18006 Personnalisation des tableaux ! Épaisseur filets
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \begin_layout Standard
18015 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18016  
18017 \series bold
18018
18019 \backslash
18020 arrayrulewidth
18021 \series default
18022 .
18023  Pour mettre, par exemple, une épaisseur de filet de 1.5
18024 \begin_inset space \thinspace{}
18025 \end_inset
18026
18027 pt, comme pour le tableau
18028 \begin_inset space ~
18029 \end_inset
18030
18031
18032 \begin_inset CommandInset ref
18033 LatexCommand ref
18034 reference "tab:Tableau-filets-1.5pt"
18035
18036 \end_inset
18037
18038 , insérez la commande
18039 \end_layout
18040
18041 \begin_layout Standard
18042
18043 \series bold
18044
18045 \backslash
18046 setlength{
18047 \backslash
18048 arrayrulewidth}{1.5pt}
18049 \end_layout
18050
18051 \begin_layout Standard
18052 en code TeX avant le tableau ou le flottant de tableau.
18053  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18054  suivent.
18055  pour revenir aux valeurs par défaut, mettez 
18056 \series bold
18057
18058 \backslash
18059 arrayrulewidth
18060 \series default
18061  à 0.4
18062 \begin_inset space \thinspace{}
18063 \end_inset
18064
18065 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18066 \end_layout
18067
18068 \begin_layout Standard
18069 \begin_inset ERT
18070 status collapsed
18071
18072 \begin_layout Plain Layout
18073
18074
18075 \backslash
18076 setlength{
18077 \backslash
18078 arrayrulewidth}{1.5pt}
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \begin_inset Float table
18085 wide false
18086 sideways false
18087 status open
18088
18089 \begin_layout Plain Layout
18090 \begin_inset Caption
18091
18092 \begin_layout Plain Layout
18093 \begin_inset CommandInset label
18094 LatexCommand label
18095 name "tab:Tableau-filets-1.5pt"
18096
18097 \end_inset
18098
18099 Tableau avec des filets de 1.5
18100 \begin_inset space \thinspace{}
18101 \end_inset
18102
18103 pt
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112 \align center
18113 \begin_inset Tabular
18114 <lyxtabular version="3" rows="3" columns="3">
18115 <features>
18116 <column alignment="center" valignment="top" width="0">
18117 <column alignment="center" valignment="top" width="0">
18118 <column alignment="center" valignment="top" width="0">
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 sd
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 sd
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 sd
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 </lyxtabular>
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \begin_inset ERT
18217 status collapsed
18218
18219 \begin_layout Plain Layout
18220
18221
18222 \backslash
18223 setlength{
18224 \backslash
18225 arrayrulewidth}{0.4pt}
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Standard
18234 \begin_inset VSpace bigskip
18235 \end_inset
18236
18237 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18238 \begin_inset space \thinspace{}
18239 \end_inset
18240
18241 pt, comme dans le tableau
18242 \begin_inset space ~
18243 \end_inset
18244
18245
18246 \begin_inset CommandInset ref
18247 LatexCommand ref
18248 reference "tab:Tableau-filets-horizontaux-1.5pt"
18249
18250 \end_inset
18251
18252 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18253  de tableau :
18254 \end_layout
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259
18260 \backslash
18261 let
18262 \backslash
18263 myHline
18264 \backslash
18265 hline
18266 \begin_inset Newline newline
18267 \end_inset
18268
18269
18270 \backslash
18271 renewcommand{
18272 \backslash
18273 hline}
18274 \begin_inset Newline newline
18275 \end_inset
18276
18277  {
18278 \backslash
18279 noalign{
18280 \backslash
18281 global
18282 \backslash
18283 arrayrulewidth 1.5pt}
18284 \begin_inset Newline newline
18285 \end_inset
18286
18287  
18288 \backslash
18289 myHline
18290 \backslash
18291 noalign{
18292 \backslash
18293 global
18294 \backslash
18295 arrayrulewidth 0.4pt}}
18296 \end_layout
18297
18298 \begin_layout Standard
18299 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18300  en code TeX après le tableau ou le flottant de tableau :
18301 \end_layout
18302
18303 \begin_layout Standard
18304
18305 \series bold
18306
18307 \backslash
18308 renewcommand{
18309 \backslash
18310 hline}{
18311 \backslash
18312 myHline}
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset ERT
18317 status collapsed
18318
18319 \begin_layout Plain Layout
18320
18321
18322 \backslash
18323 let
18324 \backslash
18325 myHline
18326 \backslash
18327 hline
18328 \end_layout
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 renewcommand{
18335 \backslash
18336 hline}
18337 \end_layout
18338
18339 \begin_layout Plain Layout
18340
18341  {
18342 \backslash
18343 noalign{
18344 \backslash
18345 global
18346 \backslash
18347 arrayrulewidth 1.5pt}
18348 \end_layout
18349
18350 \begin_layout Plain Layout
18351
18352   
18353 \backslash
18354 myHline
18355 \backslash
18356 noalign{
18357 \backslash
18358 global
18359 \backslash
18360 arrayrulewidth 0.4pt}}
18361 \end_layout
18362
18363 \end_inset
18364
18365
18366 \begin_inset Float table
18367 wide false
18368 sideways false
18369 status open
18370
18371 \begin_layout Plain Layout
18372 \begin_inset Caption
18373
18374 \begin_layout Plain Layout
18375 \begin_inset CommandInset label
18376 LatexCommand label
18377 name "tab:Tableau-filets-horizontaux-1.5pt"
18378
18379 \end_inset
18380
18381 Tableau avec des filets horizontaux de 1.5
18382 \begin_inset space \thinspace{}
18383 \end_inset
18384
18385 pt
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Plain Layout
18394 \align center
18395 \begin_inset Tabular
18396 <lyxtabular version="3" rows="3" columns="3">
18397 <features>
18398 <column alignment="center" valignment="top" width="0">
18399 <column alignment="center" valignment="top" width="0">
18400 <column alignment="center" valignment="top" width="0">
18401 <row>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 sd
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 sd
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 </row>
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 sd
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 </lyxtabular>
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 renewcommand{
18506 \backslash
18507 hline}{
18508 \backslash
18509 myHline}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Standard
18518 \begin_inset VSpace bigskip
18519 \end_inset
18520
18521 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18522 \begin_inset space \thinspace{}
18523 \end_inset
18524
18525 pt, créez le format de colonne suivant dans le préambule, en suivant la
18526  description de la section
18527 \begin_inset space ~
18528 \end_inset
18529
18530
18531 \begin_inset CommandInset ref
18532 LatexCommand ref
18533 reference "sub:Formats-personnalisés"
18534
18535 \end_inset
18536
18537 :
18538 \end_layout
18539
18540 \begin_layout Standard
18541
18542 \series bold
18543
18544 \backslash
18545 newcolumntype{V}{!{
18546 \backslash
18547 vrule width 1.5pt}}
18548 \end_layout
18549
18550 \begin_layout Standard
18551 Pour le tableau
18552 \begin_inset space ~
18553 \end_inset
18554
18555
18556 \begin_inset CommandInset ref
18557 LatexCommand ref
18558 reference "tab:Tableau-filets-verticaux-1.5pt"
18559
18560 \end_inset
18561
18562  le paramètre LaTeX 
18563 \end_layout
18564
18565 \begin_layout Standard
18566
18567 \series bold
18568 VcV
18569 \end_layout
18570
18571 \begin_layout Standard
18572 a été utilisé pour la dernière colonne et
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \series bold
18578 Vc
18579 \end_layout
18580
18581 \begin_layout Standard
18582 pour les autres colonnes.
18583 \end_layout
18584
18585 \begin_layout Standard
18586 \begin_inset Float table
18587 wide false
18588 sideways false
18589 status open
18590
18591 \begin_layout Plain Layout
18592 \begin_inset Caption
18593
18594 \begin_layout Plain Layout
18595 \begin_inset CommandInset label
18596 LatexCommand label
18597 name "tab:Tableau-filets-verticaux-1.5pt"
18598
18599 \end_inset
18600
18601 Tableau avec des filets verticaux de 1.5
18602 \begin_inset space \thinspace{}
18603 \end_inset
18604
18605 pt 
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Plain Layout
18614 \align center
18615 \begin_inset Tabular
18616 <lyxtabular version="3" rows="3" columns="3">
18617 <features>
18618 <column alignment="center" valignment="top" width="0" special="Vc">
18619 <column alignment="center" valignment="top" width="0" special="Vc">
18620 <column alignment="center" valignment="top" width="0" special="VcV">
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 sd
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 sd
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 sd
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 </row>
18708 </lyxtabular>
18709
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Subsection
18721 Filets à traits interrompus
18722 \begin_inset Index
18723 status collapsed
18724
18725 \begin_layout Plain Layout
18726 Personnalisation des tableaux ! Filets à traits interrompus
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \begin_layout Standard
18735 \begin_inset ERT
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739
18740
18741 \backslash
18742 ifarydshln
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \begin_inset Note Note
18749 status open
18750
18751 \begin_layout Plain Layout
18752 La section suivante ne s'affichera que si vous avez installé le paquetage
18753  LaTeX 
18754 \series bold
18755 arydshln
18756 \series default
18757 .
18758 \end_layout
18759
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \begin_layout Standard
18766 \begin_inset Float table
18767 placement H
18768 wide false
18769 sideways false
18770 status open
18771
18772 \begin_layout Plain Layout
18773 \begin_inset Caption
18774
18775 \begin_layout Plain Layout
18776 \begin_inset CommandInset label
18777 LatexCommand label
18778 name "tab:Tableau-filets-tirets"
18779
18780 \end_inset
18781
18782 Tableau avec des filets à traits interrompus
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \begin_layout Plain Layout
18791 \align center
18792 \begin_inset Tabular
18793 <lyxtabular version="3" rows="5" columns="5">
18794 <features>
18795 <column alignment="center" valignment="top" width="0">
18796 <column alignment="center" valignment="top" width="0">
18797 <column alignment="center" valignment="top" width="0" special=":c">
18798 <column alignment="center" valignment="top" width="0">
18799 <column alignment="center" valignment="top" width="0">
18800 <row>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 a
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 b
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823 c
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832 d
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841 e
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 f
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 g
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 h
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879 i
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 j
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 <row>
18895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 \begin_inset ERT
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903
18904
18905 \backslash
18906 hdashline 
18907 \end_layout
18908
18909 \end_inset
18910
18911 k
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 l
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 m
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 n
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947 o
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 </row>
18953 <row>
18954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 \begin_inset ERT
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962
18963
18964 \backslash
18965 cdashline{4-5}
18966 \end_layout
18967
18968 \end_inset
18969
18970 p
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979 q
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 r
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997 s
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 </row>
19012 <row>
19013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 t
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 u
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 v
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 w
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 x
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 </lyxtabular>
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \begin_layout Standard
19072 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19073  donc employer du code TeX.
19074  Mais avant il faut charger le paquetage LaTeX 
19075 \series bold
19076 arydshln
19077 \series default
19078
19079 \begin_inset Index
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083 Paquetages LaTeX ! arydshln
19084 \end_layout
19085
19086 \end_inset
19087
19088  dans le préambule du document avec la commande 
19089 \end_layout
19090
19091 \begin_layout Standard
19092
19093 \series bold
19094
19095 \backslash
19096 usepackage{arydshln}
19097 \end_layout
19098
19099 \begin_layout Standard
19100 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19101  
19102 \begin_inset Quotes eld
19103 \end_inset
19104
19105 :
19106 \begin_inset Quotes erd
19107 \end_inset
19108
19109  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19110  dans la fenêtre de dialogue de paramètre du tableau.
19111 \end_layout
19112
19113 \begin_layout Standard
19114 Pour un trait horizontal interrompu, ajoutez la commande
19115 \end_layout
19116
19117 \begin_layout Standard
19118
19119 \series bold
19120
19121 \backslash
19122 hdashline
19123 \end_layout
19124
19125 \begin_layout Standard
19126 en code TeX comme premier élément de la première cellule de la ligne de
19127  tableau.
19128 \end_layout
19129
19130 \begin_layout Standard
19131 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19132  commande 
19133 \end_layout
19134
19135 \begin_layout Standard
19136
19137 \series bold
19138
19139 \backslash
19140 cdashline{
19141 \series default
19142 numéros de colonnes}
19143 \end_layout
19144
19145 \begin_layout Standard
19146 en code TeX comme premier élément de la première cellule de la ligne.
19147  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19148  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19149 \end_layout
19150
19151 \begin_layout Standard
19152
19153 \series bold
19154
19155 \backslash
19156 cdashline{2-4}
19157 \end_layout
19158
19159 \begin_layout Standard
19160 comme premier élément de la première cellule de la ligne contenant la multicolon
19161 ne.
19162 \end_layout
19163
19164 \begin_layout Standard
19165 \begin_inset VSpace bigskip
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Le tableau
19173 \begin_inset space ~
19174 \end_inset
19175
19176
19177 \begin_inset CommandInset ref
19178 LatexCommand ref
19179 reference "tab:Tableau-filets-tirets"
19180
19181 \end_inset
19182
19183  a été créé en utilisant 
19184 \begin_inset Quotes eld
19185 \end_inset
19186
19187
19188 \series bold
19189 :c
19190 \series default
19191
19192 \begin_inset Quotes erd
19193 \end_inset
19194
19195  comme paramètre LaTeX pour la troisième colonne.
19196  La commande en code TeX 
19197 \series bold
19198
19199 \backslash
19200 hdashline
19201 \series default
19202  a été insérée dans la première cellule de la troisième ligne et la commande
19203  en code TeX 
19204 \series bold
19205
19206 \backslash
19207 cdashline{4-5}
19208 \series default
19209  a été insérée dans la première cellule de la quatrième ligne.
19210 \end_layout
19211
19212 \begin_layout Standard
19213 \begin_inset Note Greyedout
19214 status open
19215
19216 \begin_layout Plain Layout
19217
19218 \series bold
19219 Note:
19220 \series default
19221  Le paquetage LaTeX 
19222 \series bold
19223 arydshln
19224 \series default
19225  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19226  
19227 \series bold
19228 colortbl
19229 \series default
19230
19231 \begin_inset Index
19232 status collapsed
19233
19234 \begin_layout Plain Layout
19235 Paquetages LaTeX ! colortbl
19236 \end_layout
19237
19238 \end_inset
19239
19240  qui est utilisé pour avoir des tableaux colorés dans la section
19241 \begin_inset space ~
19242 \end_inset
19243
19244
19245 \begin_inset CommandInset ref
19246 LatexCommand ref
19247 reference "sec:Tableaux-Colorés"
19248
19249 \end_inset
19250
19251 .
19252  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19253  traits interrompus.
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Standard
19262 \begin_inset ERT
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266
19267
19268 \backslash
19269 else
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \begin_inset Note Note
19276 status open
19277
19278 \begin_layout Plain Layout
19279 Ce qui suit sera affiché si le paquetage LaTeX 
19280 \series bold
19281 arydshln
19282 \series default
19283  n'est pas installé :
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \begin_layout Standard
19292 Vous devez installer le paquetage LaTeX 
19293 \series bold
19294 arydshln
19295 \series default
19296  pour voir le contenu des cette section dans la sortie imprimée.
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Plain Layout
19304
19305
19306 \backslash
19307 fi
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \begin_layout Chapter
19316 Flottants
19317 \begin_inset Index
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 Flottants
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \begin_inset CommandInset label
19328 LatexCommand label
19329 name "cha:Flottants"
19330
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \begin_layout Section
19337 Introduction
19338 \begin_inset CommandInset label
19339 LatexCommand label
19340 name "sec:Flottants-Introduction"
19341
19342 \end_inset
19343
19344
19345 \begin_inset Index
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349 Flottants ! Introduction
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \begin_layout Standard
19358 Un flottant est une portion de document, qui peut être associé à une étiquette
19359  et dont la position n'est pas fixée.
19360  Il peut 
19361 \begin_inset Quotes eld
19362 \end_inset
19363
19364 flotter
19365 \begin_inset Quotes erd
19366 \end_inset
19367
19368  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19369  plus approprié.
19370  Les 
19371 \family sans
19372 Notes
19373 \begin_inset space ~
19374 \end_inset
19375
19376 en
19377 \begin_inset space ~
19378 \end_inset
19379
19380 Bas
19381 \begin_inset space ~
19382 \end_inset
19383
19384 de
19385 \begin_inset space ~
19386 \end_inset
19387
19388 Page
19389 \family default
19390  et le 
19391 \family sans
19392 Notes
19393 \begin_inset space ~
19394 \end_inset
19395
19396 en
19397 \begin_inset space ~
19398 \end_inset
19399
19400 Marge
19401 \family default
19402  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19403  sur la page suivante quand il y a trop de notes sur la page courante.
19404 \end_layout
19405
19406 \begin_layout Standard
19407 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19408  très grande qualité.
19409  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19410  éviter des lignes blanches ou des pages sans texte.
19411  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19412  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19413  le texte.
19414  Les flottants sont donc numérotés.
19415  Les références croisées sont décrites dans la section
19416 \begin_inset space ~
19417 \end_inset
19418
19419
19420 \begin_inset CommandInset ref
19421 LatexCommand ref
19422 reference "sec:Referencer-les-Flottants"
19423
19424 \end_inset
19425
19426 .
19427 \end_layout
19428
19429 \begin_layout Standard
19430 Pour insérer un flottant, on utilise un des sous menus du menu 
19431 \family sans
19432 Insérer\SpecialChar \menuseparator
19433 Flottant.
19434
19435 \family default
19436  Une boîte va être insérée dans votre document avec par exemple une étiquette
19437  du genre 
19438 \begin_inset Quotes eld
19439 \end_inset
19440
19441 Figure
19442 \begin_inset space ~
19443 \end_inset
19444
19445 #:
19446 \begin_inset Quotes erd
19447 \end_inset
19448
19449  (où # est un numéro).
19450  L'étiquette est automatiquement traduite dans la langue du document dans
19451  la sortie finale.
19452  Après l'étiquette vous pouvez insérer du texte comme légende.
19453  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19454  séparé, à l'intérieur du flottant.
19455  Vous trouverez plus de détails sur le positionnement des légendes dans
19456  la section
19457 \begin_inset space ~
19458 \end_inset
19459
19460
19461 \begin_inset CommandInset ref
19462 LatexCommand ref
19463 reference "sec:Placement-légende"
19464
19465 \end_inset
19466
19467 .
19468  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19469  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19470  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19471  Une boîte de flottant fermée ressemble à ceci : 
19472 \begin_inset Graphics
19473         filename clipart/floatQt4.png
19474         scale 60
19475
19476 \end_inset
19477
19478  -- une case grise avec un texte rouge.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19483  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19484  est formaté de façon particulière.
19485 \end_layout
19486
19487 \begin_layout Section
19488 Les Types de Flottants
19489 \end_layout
19490
19491 \begin_layout Standard
19492 En plus des flottants de figures et de tableau qui sont décrits respectivement
19493  dans les sections
19494 \begin_inset space ~
19495 \end_inset
19496
19497
19498 \begin_inset CommandInset ref
19499 LatexCommand ref
19500 reference "sec:Figure-Floats"
19501
19502 \end_inset
19503
19504  et 
19505 \begin_inset CommandInset ref
19506 LatexCommand ref
19507 reference "sec:Table-Floats"
19508
19509 \end_inset
19510
19511 , LyX offre aussi les types 
19512 \series bold
19513 Algorithme
19514 \series default
19515  et 
19516 \series bold
19517 Enrobage
19518 \series default
19519 .
19520 \end_layout
19521
19522 \begin_layout Subsection
19523 Flottant d'algorithme
19524 \begin_inset Index
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528 Flottants ! Algorithmes
19529 \end_layout
19530
19531 \end_inset
19532
19533
19534 \begin_inset CommandInset label
19535 LatexCommand label
19536 name "sub:Flottant-d'Algorithme"
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Standard
19544 \begin_inset Float algorithm
19545 placement h
19546 wide false
19547 sideways false
19548 status open
19549
19550 \begin_layout Plain Layout
19551 \begin_inset Caption
19552
19553 \begin_layout Plain Layout
19554 \begin_inset CommandInset label
19555 LatexCommand label
19556 name "alg:Exemple-Flottant-Algorithme"
19557
19558 \end_inset
19559
19560 Exemple de flottant d'algorithme
19561 \end_layout
19562
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \begin_layout LyX-Code
19569 for I in 1..N loop
19570 \begin_inset Newline newline
19571 \end_inset
19572
19573  Sum:= Sum + A(I); /*comment*/
19574 \begin_inset Newline newline
19575 \end_inset
19576
19577 end loop
19578 \begin_inset VSpace -4mm
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \begin_layout Standard
19590 Ce type de flottant est inséré à l'aide du menu 
19591 \family sans
19592 Insérer\SpecialChar \menuseparator
19593 Flottant\SpecialChar \menuseparator
19594 Algorithme
19595 \family default
19596 .
19597  Il peut être utilisé pour des morceaux de code source ou des descriptions
19598  d'algorithmes.
19599  Vous pouvez par exemple utiliser l'environnement Code
19600 \begin_inset space ~
19601 \end_inset
19602
19603 LyX qui est décrit dans le 
19604 \emph on
19605 Guide
19606 \emph default
19607
19608 \begin_inset space ~
19609 \end_inset
19610
19611
19612 \emph on
19613 de
19614 \begin_inset space ~
19615 \end_inset
19616
19617 l'Utilisateur
19618 \emph default
19619  de LyX.
19620  l'algorithme
19621 \begin_inset space ~
19622 \end_inset
19623
19624
19625 \begin_inset CommandInset ref
19626 LatexCommand ref
19627 reference "alg:Exemple-Flottant-Algorithme"
19628
19629 \end_inset
19630
19631  est un exemple de flottant d'algorithme où un espace vertical de -4
19632 \begin_inset space \thinspace{}
19633 \end_inset
19634
19635 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19636  soit placée exactement sous le texte de la dernière ligne.
19637 \end_layout
19638
19639 \begin_layout Standard
19640 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19641  du document.
19642  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19643 ent en ajoutant la ligne suivante dans le préambule de votre document :
19644 \end_layout
19645
19646 \begin_layout Standard
19647
19648 \series bold
19649
19650 \backslash
19651 floatname{algorithm}{votre
19652 \begin_inset space ~
19653 \end_inset
19654
19655 nom}
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \family sans
19661  votre
19662 \begin_inset space ~
19663 \end_inset
19664
19665 nom
19666 \family default
19667  est le mot 
19668 \begin_inset Quotes eld
19669 \end_inset
19670
19671
19672 \emph on
19673 algorithme
19674 \emph default
19675
19676 \begin_inset Quotes erd
19677 \end_inset
19678
19679  dans votre langue.
19680 \end_layout
19681
19682 \begin_layout Standard
19683 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19684 \family sans
19685 Insérer\SpecialChar \menuseparator
19686 Listes
19687 \begin_inset space ~
19688 \end_inset
19689
19690 &
19691 \begin_inset space ~
19692 \end_inset
19693
19694 TdM\SpecialChar \menuseparator
19695 Liste
19696 \begin_inset space ~
19697 \end_inset
19698
19699 des
19700 \begin_inset space ~
19701 \end_inset
19702
19703 algorithmes
19704 \family default
19705  si votre document est en anglais.
19706  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19707  en code TeX à la place:
19708 \end_layout
19709
19710 \begin_layout Standard
19711
19712 \series bold
19713
19714 \backslash
19715 listof{algorithm}{votre
19716 \begin_inset space ~
19717 \end_inset
19718
19719 nom}
19720 \end_layout
19721
19722 \begin_layout Standard
19723 où 
19724 \family sans
19725 votre
19726 \begin_inset space ~
19727 \end_inset
19728
19729 nom
19730 \family default
19731  est la traduction de 
19732 \begin_inset Quotes eld
19733 \end_inset
19734
19735
19736 \emph on
19737 List of Algorithm
19738 \emph default
19739 s
19740 \begin_inset Quotes erd
19741 \end_inset
19742
19743  dans votre langue.
19744 \end_layout
19745
19746 \begin_layout Standard
19747 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19748  schéma 
19749 \begin_inset Quotes eld
19750 \end_inset
19751
19752 chapitre.algorithme
19753 \begin_inset Quotes erd
19754 \end_inset
19755
19756  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19757  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19758  commande dans le préambule de votre document :
19759 \end_layout
19760
19761 \begin_layout Standard
19762
19763 \series bold
19764
19765 \backslash
19766 numberwithin{algorithm}{chapter}
19767 \end_layout
19768
19769 \begin_layout Standard
19770 Pour pouvoir utiliser la commande 
19771 \series bold
19772
19773 \backslash
19774 numberwithin
19775 \series default
19776 , activez l'option 
19777 \family sans
19778 Utiliser
19779 \begin_inset space ~
19780 \end_inset
19781
19782 le
19783 \begin_inset space ~
19784 \end_inset
19785
19786 paquetage
19787 \begin_inset space ~
19788 \end_inset
19789
19790 AMS
19791 \begin_inset space ~
19792 \end_inset
19793
19794 math
19795 \family default
19796  dans la rubrique 
19797 \family sans
19798 Options
19799 \begin_inset space ~
19800 \end_inset
19801
19802 des
19803 \begin_inset space ~
19804 \end_inset
19805
19806 Maths
19807 \family default
19808  de la fenêtre de dialogue 
19809 \family sans
19810 Paramètres
19811 \begin_inset space ~
19812 \end_inset
19813
19814 du
19815 \begin_inset space ~
19816 \end_inset
19817
19818 Document
19819 \family default
19820 .
19821 \begin_inset Newpage newpage
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Subsection
19828 Flottant d'enrobage
19829 \begin_inset Index
19830 status collapsed
19831
19832 \begin_layout Plain Layout
19833 Flottants ! Flottants d'enrobage
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \begin_inset CommandInset label
19840 LatexCommand label
19841 name "sub:flottants-d'enrobage"
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Wrap figure
19850 lines 0
19851 placement l
19852 overhang 1cm
19853 width "40col%"
19854 status open
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Graphics
19858         filename ../clipart/mobius.eps
19859         width 40col%
19860         scaleBeforeRotation
19861         rotateOrigin center
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Caption
19870
19871 \begin_layout Plain Layout
19872 \begin_inset CommandInset label
19873 LatexCommand label
19874 name "fig:Figure-enrobée"
19875
19876 \end_inset
19877
19878 Ceci est une figure habillée.
19879 \end_layout
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887
19888  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19889  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19890  Vous pouvez en insérer un en utilisant le menu 
19891 \family sans
19892 Insérer\SpecialChar \menuseparator
19893 Flottant\SpecialChar \menuseparator
19894 Flottant
19895 \begin_inset space ~
19896 \end_inset
19897
19898 d'enrobage
19899 \family default
19900  à la condition que le paquetage LaTeX 
19901 \series bold
19902 wrapfig
19903 \series default
19904
19905 \begin_inset Index
19906 status collapsed
19907
19908 \begin_layout Plain Layout
19909 Paquetages LaTeX ! wrapfig
19910 \begin_inset ERT
19911 status collapsed
19912
19913 \begin_layout Plain Layout
19914
19915
19916 \backslash
19917 vspace{4mm}
19918 \end_layout
19919
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926
19927  soit installé.
19928 \begin_inset Foot
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932 Voyez dans la manuel 
19933 \emph on
19934 Configuration
19935 \begin_inset space ~
19936 \end_inset
19937
19938 LaTeX 
19939 \emph default
19940 comment installer des paquetages LaTeX.
19941 \end_layout
19942
19943 \end_inset
19944
19945  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
19946  sur la boîte du flottant.
19947  Les paramètres obligatoires sont l'
19948 \family sans
19949 Emplacement
19950 \family default
19951  et la 
19952 \family sans
19953 Largeur
19954 \family default
19955 .
19956  Les paramètres facultatifs sont le 
19957 \family sans
19958 Débordement
19959 \family default
19960  qui précise de combien le flottant déborde sur la marge du paragraphe ou
19961  de la page et la 
19962 \family sans
19963 Porté de la ligne
19964 \family default
19965  qui précise le nombre approximatif de lignes dont le flottant va avoir
19966  besoin.
19967  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
19968  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
19969  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
19970  à l'intérieur du paragraphe ou vers les autres paragraphes.
19971  La figure
19972 \begin_inset space ~
19973 \end_inset
19974
19975
19976 \begin_inset CommandInset ref
19977 LatexCommand ref
19978 reference "fig:Figure-enrobée"
19979
19980 \end_inset
19981
19982  est un exemple de flottant d'enrobage avec une largeur de 40
19983 \begin_inset space \thinspace{}
19984 \end_inset
19985
19986 col%, un débordement de 1
19987 \begin_inset space \thinspace{}
19988 \end_inset
19989
19990 cm et placé à gauche.
19991 \begin_inset Foot
19992 status collapsed
19993
19994 \begin_layout Plain Layout
19995 Les unités disponibles sont expliquées dans l'appendice
19996 \begin_inset space ~
19997 \end_inset
19998
19999
20000 \begin_inset CommandInset ref
20001 LatexCommand ref
20002 reference "cha:Unités-de-longueur"
20003
20004 \end_inset
20005
20006 .
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Standard
20015 \begin_inset Note Greyedout
20016 status open
20017
20018 \begin_layout Plain Layout
20019
20020 \series bold
20021 Note:
20022 \series default
20023  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20024  figure trop près du bas de page peut tout chambouler et faire que le flottant
20025  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20026  de texte.
20027 \end_layout
20028
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \begin_layout Standard
20035 En général:
20036 \end_layout
20037
20038 \begin_layout Itemize
20039 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20040  qui risquent de passer à la page suivante.
20041  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20042  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20043  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20044  de page.
20045 \end_layout
20046
20047 \begin_layout Itemize
20048 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20049  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20050 e.
20051 \end_layout
20052
20053 \begin_layout Itemize
20054 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20055  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20056  texte entre les deux, comme séparateur.
20057 \end_layout
20058
20059 \begin_layout Itemize
20060 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20061  ou les tableaux.
20062 \end_layout
20063
20064 \begin_layout Section
20065 Numérotation des flottants
20066 \begin_inset CommandInset label
20067 LatexCommand label
20068 name "sec:Numérotatio-Flottants"
20069
20070 \end_inset
20071
20072
20073 \begin_inset Index
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077 Flottants ! Numérotation
20078 \end_layout
20079
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \begin_layout Standard
20086 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20087  ils se trouvent, soit en utilisant un format du genre 
20088 \begin_inset Quotes eld
20089 \end_inset
20090
20091 chapitre.numéro
20092 \begin_inset Quotes erd
20093 \end_inset
20094
20095  ou 
20096 \begin_inset Quotes eld
20097 \end_inset
20098
20099 section.numéro
20100 \begin_inset Quotes erd
20101 \end_inset
20102
20103 .
20104  Cela dépend de la classe de document utilisée.
20105 \end_layout
20106
20107 \begin_layout Standard
20108 Pour changer le format de la numérotation qui ne dépend pas de la section
20109  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20110  le préambule du document :
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 renewcommand{
20119 \backslash
20120 thetable}{
20121 \backslash
20122 roman{table}}
20123 \end_layout
20124
20125 \begin_layout Standard
20126
20127 \series bold
20128
20129 \backslash
20130 thetable
20131 \series default
20132  est la commande qui imprime le numéro du tableau, pour les figures, la
20133  commande serait 
20134 \series bold
20135
20136 \backslash
20137 thefigure
20138 \series default
20139 .
20140  La commande 
20141 \series bold
20142
20143 \backslash
20144 roman
20145 \series default
20146  utilisée dans la commande précédente, imprime le numéro du tableau sous
20147  forme de petits chiffres romains.
20148 \end_layout
20149
20150 \begin_layout Standard
20151 Pour changer le type de numérotation pour par exemple 
20152 \begin_inset Quotes eld
20153 \end_inset
20154
20155 sous-section.numéro
20156 \begin_inset Quotes erd
20157 \end_inset
20158
20159 , utilisez la commande suivante dans le préambule du document :
20160 \end_layout
20161
20162 \begin_layout Standard
20163
20164 \series bold
20165
20166 \backslash
20167 numberwithin{table}{subsection}
20168 \end_layout
20169
20170 \begin_layout Standard
20171 Pour pouvoir utiliser la commande 
20172 \series bold
20173
20174 \backslash
20175 numberwithin
20176 \series default
20177 , vous devez activer l'option 
20178 \family sans
20179 Utiliser
20180 \begin_inset space ~
20181 \end_inset
20182
20183 le
20184 \begin_inset space ~
20185 \end_inset
20186
20187 paquetage
20188 \begin_inset space ~
20189 \end_inset
20190
20191 maths
20192 \begin_inset space ~
20193 \end_inset
20194
20195 AMS
20196 \family default
20197  dans la rubrique 
20198 \family sans
20199 Options
20200 \begin_inset space ~
20201 \end_inset
20202
20203 des
20204 \begin_inset space ~
20205 \end_inset
20206
20207 Maths
20208 \family default
20209  de la fenêtre de dialogue 
20210 \family sans
20211 Paramètres
20212 \family default
20213  du document.
20214 \end_layout
20215
20216 \begin_layout Standard
20217 Veuillez aussi jeter un coup d'œil à la section
20218 \begin_inset space ~
20219 \end_inset
20220
20221
20222 \begin_inset CommandInset ref
20223 LatexCommand ref
20224 reference "sub:Numerotation-notes-bas-de-page"
20225
20226 \end_inset
20227
20228  pour plus de détails et des notes importantes sur les commandes de numérotation.
20229 \end_layout
20230
20231 \begin_layout Section
20232 Faire Référence à des Flottants
20233 \begin_inset CommandInset label
20234 LatexCommand label
20235 name "sec:Referencer-les-Flottants"
20236
20237 \end_inset
20238
20239
20240 \begin_inset Index
20241 status collapsed
20242
20243 \begin_layout Plain Layout
20244 Flottants ! Références
20245 \end_layout
20246
20247 \end_inset
20248
20249
20250 \begin_inset Index
20251 status collapsed
20252
20253 \begin_layout Plain Layout
20254 Références
20255 \end_layout
20256
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \begin_layout Standard
20263 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20264  en utilisant le menu 
20265 \family sans
20266 Insérer\SpecialChar \menuseparator
20267 Étiquette
20268 \family default
20269  ou le bouton 
20270 \begin_inset Graphics
20271         filename ../../images/label-insert.png
20272         scale 85
20273         scaleBeforeRotation
20274
20275 \end_inset
20276
20277  de la barre d'outils.
20278  Une boîte grise de ce genre : 
20279 \begin_inset Graphics
20280         filename clipart/labelQt4.png
20281         scale 85
20282         scaleBeforeRotation
20283
20284 \end_inset
20285
20286  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20287  de saisir le texte de l'étiquette.
20288  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20289  précédés d'un préfixe.
20290  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20291  préfixe sera "
20292 \family sans
20293 fig:
20294 \family default
20295 ".
20296 \end_layout
20297
20298 \begin_layout Standard
20299 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20300  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20301 \family sans
20302 Insérer\SpecialChar \menuseparator
20303 Référence
20304 \begin_inset space ~
20305 \end_inset
20306
20307 Croisée
20308 \family default
20309  ou le bouton 
20310 \begin_inset Graphics
20311         filename ../../images/dialog-show-new-inset_ref.png
20312         scale 85
20313         scaleBeforeRotation
20314
20315 \end_inset
20316
20317  de la barre d'outils.
20318  Une boîte grise de référence croisée comme celle-ci : 
20319 \begin_inset Graphics
20320         filename ../clipart/referenceQt4.png
20321         scale 85
20322         scaleBeforeRotation
20323
20324 \end_inset
20325
20326  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20327  toutes les étiquettes définies dans votre document.
20328  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20329  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20330  de la fenêtre de dialogue.
20331  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20332  une.
20333  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20334  de la référence croisée.
20335 \end_layout
20336
20337 \begin_layout Standard
20338 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20339  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20340  les deux.
20341  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20342  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20343  du numéro de la référence.
20344 \end_layout
20345
20346 \begin_layout Standard
20347 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20348  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20349  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20350  pas à vous en préoccuper.
20351 \end_layout
20352
20353 \begin_layout Standard
20354 Le bouton 
20355 \family sans
20356 Aller
20357 \begin_inset space ~
20358 \end_inset
20359
20360 à
20361 \begin_inset space ~
20362 \end_inset
20363
20364 l'étiquette
20365 \family default
20366  dans la fenêtre de référence croisée va positionner le curseur juste devant
20367  l'étiquette à laquelle on fait référence.
20368  Le nom du bouton bouton 
20369 \family sans
20370 Revenir
20371 \family default
20372  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20373  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20374  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20375  à votre point de départ.
20376 \end_layout
20377
20378 \begin_layout Subsection
20379 Formats de Références Croisées
20380 \begin_inset CommandInset label
20381 LatexCommand label
20382 name "sub:Formats-Références-Croisées"
20383
20384 \end_inset
20385
20386
20387 \begin_inset Index
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391 Références ! Formats
20392 \end_layout
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Standard
20400 Il y a six types de références croisées :
20401 \end_layout
20402
20403 \begin_layout Description
20404 <référence>
20405 \begin_inset space ~
20406 \end_inset
20407
20408 : affiche le numéro de l'élément, c'est le choix par défaut : 
20409 \begin_inset CommandInset ref
20410 LatexCommand ref
20411 reference "fig:Deux-images-déformées"
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Description
20419 (<référence>)
20420 \begin_inset space ~
20421 \end_inset
20422
20423 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20424  normalement pour faire référence à des formules mathématiques, en particulier
20425  quand le mot 
20426 \begin_inset Quotes eld
20427 \end_inset
20428
20429 Équation
20430 \begin_inset Quotes erd
20431 \end_inset
20432
20433  est omis : 
20434 \begin_inset CommandInset ref
20435 LatexCommand eqref
20436 reference "eq:Wgn"
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Description
20444 <page>
20445 \begin_inset space ~
20446 \end_inset
20447
20448 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20449 \begin_inset space ~
20450 \end_inset
20451
20452
20453 \begin_inset CommandInset ref
20454 LatexCommand pageref
20455 reference "fig:Deux-images-déformées"
20456
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \begin_layout Description
20463 page
20464 \begin_inset space ~
20465 \end_inset
20466
20467 <page>
20468 \begin_inset space ~
20469 \end_inset
20470
20471 : affiche le mot 
20472 \begin_inset Quotes eld
20473 \end_inset
20474
20475 page
20476 \begin_inset Quotes erd
20477 \end_inset
20478
20479  suivi du numéro de la page sur laquelle se trouve l'élément : 
20480 \begin_inset CommandInset ref
20481 LatexCommand vpageref
20482 reference "fig:Deux-images-déformées"
20483
20484 \end_inset
20485
20486
20487 \end_layout
20488
20489 \begin_layout Description
20490 <référence>
20491 \begin_inset space ~
20492 \end_inset
20493
20494 page
20495 \begin_inset space ~
20496 \end_inset
20497
20498 <page>
20499 \begin_inset space ~
20500 \end_inset
20501
20502 : affiche le numéro de l'élément, le mot 
20503 \begin_inset Quotes eld
20504 \end_inset
20505
20506 page
20507 \begin_inset Quotes erd
20508 \end_inset
20509
20510  et le numéro de la page : 
20511 \begin_inset CommandInset ref
20512 LatexCommand vref
20513 reference "fig:Deux-images-déformées"
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Description
20521 Référence
20522 \begin_inset space ~
20523 \end_inset
20524
20525 mise
20526 \begin_inset space ~
20527 \end_inset
20528
20529 en
20530 \begin_inset space ~
20531 \end_inset
20532
20533 forme
20534 \begin_inset space ~
20535 \end_inset
20536
20537 : affiche une référence croisée qui définit son propre format.
20538
20539 \lang english
20540  
20541 \lang french
20542
20543 \begin_inset Note Greyedout
20544 status open
20545
20546 \begin_layout Plain Layout
20547
20548 \series bold
20549 Note:
20550 \series default
20551  Ce type de référence croisée n'est disponible que si vous avez installé
20552  le paquetage LaTeX 
20553 \series bold
20554 prettyref.
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \begin_layout Standard
20563 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20564  se trouve sur la page précédente, la même page ou la page suivante.
20565  Vous verrez par exemple un texte du genre 
20566 \begin_inset Quotes eld
20567 \end_inset
20568
20569 sur cette page
20570 \begin_inset Quotes erd
20571 \end_inset
20572
20573  à la place.
20574 \end_layout
20575
20576 \begin_layout Standard
20577 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20578  se trouve sont calculés automatiquement par LaTeX.
20579  Vous choisissez une des six variétés de références dans le champ Format
20580  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20581  boîte de la référence croisée.
20582 \end_layout
20583
20584 \begin_layout Subsection
20585 Nommage automatique des références croisées
20586 \begin_inset Index
20587 status collapsed
20588
20589 \begin_layout Plain Layout
20590 Références ! Nommage automatique
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \begin_layout Standard
20599 Le paquetage LaTeX 
20600 \series bold
20601 hyperref
20602 \series default
20603  fournit une fonction très utile pour automatiser la création des références
20604  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20605  une section).
20606  Par exemple pour vous éviter de devoir écrire le mot 
20607 \begin_inset Quotes eld
20608 \end_inset
20609
20610 Figure
20611 \begin_inset Quotes erd
20612 \end_inset
20613
20614  devant chaque boîte de référence.
20615  Pour profiter de ce nommage automatique des références croisées, vous devez
20616  charger le paquetage LaTeX 
20617 \series bold
20618 hyperref
20619 \series default
20620
20621 \begin_inset Index
20622 status collapsed
20623
20624 \begin_layout Plain Layout
20625 Paquetages LaTeX ! hyperref
20626 \end_layout
20627
20628 \end_inset
20629
20630  dans le préambule du document avec
20631 \end_layout
20632
20633 \begin_layout Standard
20634
20635 \series bold
20636
20637 \backslash
20638 usepackage[pdfborder={0 0 0}]{hyperref}
20639 \begin_inset Newline newline
20640 \end_inset
20641
20642
20643 \backslash
20644 AtBeginDocument{
20645 \backslash
20646 renewcommand{
20647 \backslash
20648 ref}[1]{
20649 \backslash
20650 mbox{
20651 \backslash
20652 autoref{#1}}}}
20653 \end_layout
20654
20655 \begin_layout Standard
20656
20657 \series bold
20658 hyperref
20659 \series default
20660  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20661  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20662  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20663  transporté sur la portion de document référencée.
20664  
20665 \series bold
20666 hyperref
20667 \series default
20668  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20669  la navigation à l'intérieur du document.
20670  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20671  dans le préambule de ce document pour voir toutes les options qui ont été
20672  utilisées dans la commande de chargement d'
20673 \series bold
20674 hyperref
20675 \series default
20676 .
20677  Pour en apprendre plus au sujet du paquetage 
20678 \series bold
20679 hyperref
20680 \series default
20681 , nous vous renvoyons à sa documentation 
20682 \begin_inset CommandInset citation
20683 LatexCommand cite
20684 key "hyperref"
20685
20686 \end_inset
20687
20688 .
20689 \end_layout
20690
20691 \begin_layout Standard
20692 \begin_inset Note Greyedout
20693 status open
20694
20695 \begin_layout Plain Layout
20696
20697 \series bold
20698 Note:
20699 \series default
20700  Le nommage automatique de références ne peut être utilisé si vous avez
20701  choisi le style de référence 
20702 \family sans
20703 Référence
20704 \begin_inset space ~
20705 \end_inset
20706
20707 mise
20708 \begin_inset space ~
20709 \end_inset
20710
20711 en
20712 \begin_inset space ~
20713 \end_inset
20714
20715 forme
20716 \family default
20717  décrit dans la section
20718 \begin_inset space ~
20719 \end_inset
20720
20721
20722 \begin_inset CommandInset ref
20723 LatexCommand ref
20724 reference "sub:Formats-Références-Croisées"
20725
20726 \end_inset
20727
20728 .
20729 \end_layout
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \begin_layout Subsection
20737 Positionnement des Références 
20738 \begin_inset CommandInset label
20739 LatexCommand label
20740 name "sub:Reference-Position"
20741
20742 \end_inset
20743
20744
20745 \begin_inset Index
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 Références ! Positionnement
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Si vous utilisez le paquetage 
20759 \series bold
20760 hyperref
20761 \series default
20762
20763 \begin_inset Index
20764 status collapsed
20765
20766 \begin_layout Plain Layout
20767 Paquetages LaTeX ! hyperref
20768 \end_layout
20769
20770 \end_inset
20771
20772  pour lier vos références croisées dans la sortie finale, vous verrez que
20773  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20774  l'image.
20775  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20776  pourrez voir l'image sans faire défiler le texte.
20777  Ce problème vient du fait que le point d'ancrage de la référence se situe
20778  à l'endroit de l'étiquette.
20779  En utilisant le paquetage LaTeX 
20780 \series bold
20781 hypcap
20782 \series default
20783
20784 \begin_inset Index
20785 status collapsed
20786
20787 \begin_layout Plain Layout
20788 Paquetages LaTeX ! hypcap
20789 \end_layout
20790
20791 \end_inset
20792
20793 , qui fait partie du paquetage LaTeX 
20794 \series bold
20795 oberdiek
20796 \series default
20797
20798 \begin_inset Index
20799 status collapsed
20800
20801 \begin_layout Plain Layout
20802 Paquetages LaTeX ! oberdiek
20803 \end_layout
20804
20805 \end_inset
20806
20807 , le point d'ancrage d'un lien est place en haut du flottant.
20808  Pour utiliser cette fonction avec les flottants de figure, chargez 
20809 \series bold
20810 hypcap
20811 \series default
20812  dans l'entête du document avec la ligne
20813 \end_layout
20814
20815 \begin_layout Standard
20816
20817 \series bold
20818
20819 \backslash
20820 usepackage[figure]{hypcap}
20821 \end_layout
20822
20823 \begin_layout Standard
20824 Vous pouvez aussi utiliser 
20825 \series bold
20826 hypcap
20827 \series default
20828  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20829  de stabilité.
20830  Pour plus d'information, jetez un coup d'œil au manuel d' 
20831 \series bold
20832 hypcap
20833 \series default
20834  
20835 \begin_inset CommandInset citation
20836 LatexCommand cite
20837 key "hypcap"
20838
20839 \end_inset
20840
20841 .
20842 \end_layout
20843
20844 \begin_layout Standard
20845 \begin_inset Note Greyedout
20846 status open
20847
20848 \begin_layout Plain Layout
20849
20850 \series bold
20851 Note:
20852 \series default
20853  
20854 \series bold
20855 hypcap
20856 \series default
20857  doit être chargé après 
20858 \series bold
20859 hyperref
20860 \series default
20861  dans le préambule du document.
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Standard
20870 \begin_inset Note Greyedout
20871 status open
20872
20873 \begin_layout Plain Layout
20874
20875 \series bold
20876 Note:
20877 \series default
20878  
20879 \series bold
20880 hypcap
20881 \series default
20882  n'a aucun effet pour les références à des sous-figures.
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Section
20891 Placement des flottants
20892 \begin_inset CommandInset label
20893 LatexCommand label
20894 name "sec:Placement-flottants"
20895
20896 \end_inset
20897
20898
20899 \begin_inset Index
20900 status collapsed
20901
20902 \begin_layout Plain Layout
20903 Flottants ! Placement
20904 \end_layout
20905
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \begin_layout Standard
20912 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20913  de dialogue 
20914 \family sans
20915 Paramètre
20916 \begin_inset space ~
20917 \end_inset
20918
20919 de
20920 \begin_inset space ~
20921 \end_inset
20922
20923 Flottant
20924 \family default
20925  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
20926  utilise pour déterminer où placer le flottant.
20927 \begin_inset Newline newline
20928 \end_inset
20929
20930 L'option 
20931 \family sans
20932 Plusieurs
20933 \begin_inset space ~
20934 \end_inset
20935
20936 colonnes
20937 \family default
20938  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
20939  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
20940  confiné sur une seule colonne.
20941 \begin_inset Newline newline
20942 \end_inset
20943
20944 L'option 
20945 \family sans
20946 Rotation
20947 \begin_inset space ~
20948 \end_inset
20949
20950 90°
20951 \family default
20952  est utilisée pour faire tourner les flottants, voyez la section
20953 \begin_inset space ~
20954 \end_inset
20955
20956
20957 \begin_inset CommandInset ref
20958 LatexCommand ref
20959 reference "sec:Flottants-renversés"
20960
20961 \end_inset
20962
20963 .
20964 \end_layout
20965
20966 \begin_layout Standard
20967 En désactivant l'option 
20968 \family sans
20969 Utilise
20970 \begin_inset space ~
20971 \end_inset
20972
20973 le
20974 \begin_inset space ~
20975 \end_inset
20976
20977 placement
20978 \begin_inset space ~
20979 \end_inset
20980
20981 par
20982 \begin_inset space ~
20983 \end_inset
20984
20985 défaut
20986 \family default
20987  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
20988  le placement du flottant:
20989 \end_layout
20990
20991 \begin_layout Description
20992 Ici,
20993 \begin_inset space ~
20994 \end_inset
20995
20996 si
20997 \begin_inset space ~
20998 \end_inset
20999
21000 possible: essaie de placer le flottant à la position où il a été inséré
21001  dans LyX
21002 \end_layout
21003
21004 \begin_layout Description
21005 Haut
21006 \begin_inset space ~
21007 \end_inset
21008
21009 de
21010 \begin_inset space ~
21011 \end_inset
21012
21013 la
21014 \begin_inset space ~
21015 \end_inset
21016
21017 page: essaie de placer le flottant en haut de la page courante
21018 \end_layout
21019
21020 \begin_layout Description
21021 Bas
21022 \begin_inset space ~
21023 \end_inset
21024
21025 de
21026 \begin_inset space ~
21027 \end_inset
21028
21029 la
21030 \begin_inset space ~
21031 \end_inset
21032
21033 page: essaie de placer le flottant en bas de la page courante
21034 \end_layout
21035
21036 \begin_layout Description
21037 Page
21038 \begin_inset space ~
21039 \end_inset
21040
21041 de
21042 \begin_inset space ~
21043 \end_inset
21044
21045 flottants: essaie de placer le flottant sur une page à part, éventuellement
21046  avec d'autres flottants 
21047 \end_layout
21048
21049 \begin_layout Standard
21050 LaTeX utilise
21051 \emph on
21052  toujours 
21053 \emph default
21054 les options dans l'ordre donné ci-dessus.
21055  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21056  d'abord essayer 
21057 \family sans
21058 Ici
21059 \begin_inset space ~
21060 \end_inset
21061
21062 si
21063 \begin_inset space ~
21064 \end_inset
21065
21066 possible
21067 \family default
21068 , ensuite 
21069 \family sans
21070 Haut
21071 \begin_inset space ~
21072 \end_inset
21073
21074 de
21075 \begin_inset space ~
21076 \end_inset
21077
21078 la
21079 \begin_inset space ~
21080 \end_inset
21081
21082 page
21083 \family default
21084 , et ainsi de suite.
21085  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21086  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21087  Si aucune des quatre options de placement n'est possible, la procédure
21088  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21089 \end_layout
21090
21091 \begin_layout Standard
21092 Par défaut, chaque option a ses propres règles d'application:
21093 \end_layout
21094
21095 \begin_layout Standard
21096
21097 \family sans
21098 Haut
21099 \begin_inset space ~
21100 \end_inset
21101
21102 de
21103 \begin_inset space ~
21104 \end_inset
21105
21106 la
21107 \begin_inset space ~
21108 \end_inset
21109
21110 page
21111 \family default
21112  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21113  en haut de page (
21114 \series bold
21115
21116 \backslash
21117 topfraction
21118 \series default
21119 ).
21120 \end_layout
21121
21122 \begin_layout Standard
21123
21124 \family sans
21125 Bas
21126 \begin_inset space ~
21127 \end_inset
21128
21129 de
21130 \begin_inset space ~
21131 \end_inset
21132
21133 la
21134 \begin_inset space ~
21135 \end_inset
21136
21137 page
21138 \family default
21139  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21140  en bas de page (
21141 \series bold
21142
21143 \backslash
21144 bottomfraction
21145 \series default
21146 ).
21147 \end_layout
21148
21149 \begin_layout Standard
21150
21151 \family sans
21152 Page
21153 \begin_inset space ~
21154 \end_inset
21155
21156 de
21157 \begin_inset space ~
21158 \end_inset
21159
21160 flottants
21161 \family default
21162  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21163  si ils occupent plus de 50% de celle-ci (
21164 \series bold
21165
21166 \backslash
21167 floatpagefraction
21168 \series default
21169 ).
21170 \end_layout
21171
21172 \begin_layout Standard
21173 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21174  supplémentaire 
21175 \family sans
21176 Ignorer
21177 \begin_inset space ~
21178 \end_inset
21179
21180 les
21181 \begin_inset space ~
21182 \end_inset
21183
21184 règles
21185 \begin_inset space ~
21186 \end_inset
21187
21188 LaTeX
21189 \family default
21190 \lang english
21191 .
21192 \begin_inset Newline newline
21193 \end_inset
21194
21195
21196 \lang french
21197 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21198  données entre parenthèses après les descriptions des règles données ci-dessus.
21199  Par exemple, pour augmenter à 50
21200 \begin_inset space \thinspace{}
21201 \end_inset
21202
21203 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21204  trop petite, ajoutez cette ligne au préambule de votre document :
21205 \end_layout
21206
21207 \begin_layout Standard
21208
21209 \series bold
21210
21211 \backslash
21212 renewcommand{
21213 \backslash
21214 bottomfraction}{0.5}
21215 \end_layout
21216
21217 \begin_layout Standard
21218 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21219  exactement à l'endroit où vous l'avez inséré.
21220  dans ce cas utilisez l'option 
21221 \family sans
21222 Ici
21223 \begin_inset space ~
21224 \end_inset
21225
21226 à
21227 \begin_inset space ~
21228 \end_inset
21229
21230 tout
21231 \begin_inset space ~
21232 \end_inset
21233
21234 Prix
21235 \family default
21236 .
21237  Utilisez cette option le moins souvent possible et seulement quand le document
21238  est presque prêt à être imprimé.
21239  En effet, le flottant n'est plus capable de 
21240 \begin_inset Quotes eld
21241 \end_inset
21242
21243 flotter
21244 \begin_inset Quotes erd
21245 \end_inset
21246
21247 , ce qui peut perturber toutes les mises en page.
21248 \end_layout
21249
21250 \begin_layout Standard
21251 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21252  sont toujours entourés par le texte d'un paragraphe donné.
21253 \begin_inset VSpace bigskip
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \begin_layout Standard
21260 On peut parfois se trouver dans la situation où un flottant est placé en
21261  haut d'une page alors que la section concernée ne commence qu'au milieu
21262  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21263  la section précédente.
21264  On peut utiliser la commande LaTeX 
21265 \series bold
21266
21267 \backslash
21268 suppressfloats
21269 \series default
21270  pour éviter ce cas.
21271  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21272  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21273  soit placé avant que la section commence.
21274  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21275  votre document :
21276 \end_layout
21277
21278 \begin_layout Standard
21279
21280 \series bold
21281
21282 \backslash
21283 let
21284 \backslash
21285 mySection
21286 \backslash
21287 section
21288 \begin_inset Newline newline
21289 \end_inset
21290
21291
21292 \backslash
21293 renewcommand{
21294 \backslash
21295 section}{
21296 \backslash
21297 suppressfloats[t]
21298 \backslash
21299 mySection}
21300 \end_layout
21301
21302 \begin_layout Standard
21303 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21304  comme les chapitres et les sous-sections.
21305  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21306  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21307  ensuite avoir du mal à trouver un positionnement correct.
21308 \end_layout
21309
21310 \begin_layout Standard
21311 \begin_inset VSpace bigskip
21312 \end_inset
21313
21314 Dans certains cas il est demandé de placer toutes les figures et tous les
21315  tableaux à la fin du document.
21316  C'est pour de telles situations que le paquetage LaTeX 
21317 \series bold
21318 endfloat
21319 \series default
21320
21321 \begin_inset Index
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325 Paquetages LaTeX ! endfloat
21326 \end_layout
21327
21328 \end_inset
21329
21330  a été développé.
21331  Il met en effet tous les flottants de figures et de tableaux à la fin du
21332  document dans leurs propres sections.
21333  À la position d'origine du flottant, une indication textuelle du genre
21334  
21335 \begin_inset Quotes eld
21336 \end_inset
21337
21338
21339 \family sans
21340 [Figure
21341 \begin_inset space ~
21342 \end_inset
21343
21344 3.2 
21345 \lang english
21346 about here.
21347 \lang french
21348 ]
21349 \family default
21350
21351 \begin_inset Quotes erd
21352 \end_inset
21353
21354  est insérée.
21355  Le paquetage 
21356 \series bold
21357 endfloat
21358 \series default
21359  est chargé dans le préambule avec la ligne suivante 
21360 \end_layout
21361
21362 \begin_layout Standard
21363
21364 \series bold
21365
21366 \backslash
21367 usepackage[options]{endfloat}
21368 \end_layout
21369
21370 \begin_layout Standard
21371 Il y a aussi de nombreuses options de paquetage pour modifier le format
21372  des sections de figures ou de tableau qui sont créées.
21373  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21374  
21375 \series bold
21376 endfloa
21377 \series default
21378
21379 \begin_inset CommandInset citation
21380 LatexCommand cite
21381 key "endfloat"
21382
21383 \end_inset
21384
21385 .
21386 \begin_inset Newline newline
21387 \end_inset
21388
21389
21390 \begin_inset Note Greyedout
21391 status open
21392
21393 \begin_layout Plain Layout
21394
21395 \series bold
21396 Note: endfloat
21397 \series default
21398  ne fournit pas de traduction automatique de l'indication textuelle, vous
21399  devez donc le faire manuellement, voyez la section
21400 \begin_inset space ~
21401 \end_inset
21402
21403 4 de 
21404 \begin_inset CommandInset citation
21405 LatexCommand cite
21406 key "endfloat"
21407
21408 \end_inset
21409
21410 .
21411 \end_layout
21412
21413 \end_inset
21414
21415
21416 \begin_inset Newline newline
21417 \end_inset
21418
21419
21420 \begin_inset Note Greyedout
21421 status open
21422
21423 \begin_layout Plain Layout
21424
21425 \series bold
21426 Note:
21427 \series default
21428  Il y a actuellement un bug dans le paquetage 
21429 \series bold
21430 endfloat
21431 \series default
21432  quand la légende contient un 
21433 \begin_inset Quotes eld
21434 \end_inset
21435
21436 ß
21437 \begin_inset Quotes erd
21438 \end_inset
21439
21440  allemand.
21441  Utilisez dans ce cas la commande 
21442 \begin_inset Quotes eld
21443 \end_inset
21444
21445
21446 \series bold
21447
21448 \backslash
21449 ss
21450 \series default
21451
21452 \begin_inset Quotes erd
21453 \end_inset
21454
21455  en code TeX à la place du 
21456 \begin_inset Quotes eld
21457 \end_inset
21458
21459 ß
21460 \begin_inset Quotes erd
21461 \end_inset
21462
21463 .
21464 \end_layout
21465
21466 \end_inset
21467
21468
21469 \end_layout
21470
21471 \begin_layout Standard
21472 \begin_inset VSpace bigskip
21473 \end_inset
21474
21475 Pour plus d'information sur les manières de placer les flottants, jetez
21476  un coup d'œil aux livres sur LaTeX, 
21477 \begin_inset CommandInset citation
21478 LatexCommand cite
21479 key "latexcompanion,latexguide,latexbook"
21480
21481 \end_inset
21482
21483 .
21484 \end_layout
21485
21486 \begin_layout Section
21487 Flottants Renversés
21488 \begin_inset CommandInset label
21489 LatexCommand label
21490 name "sec:Flottants-renversés"
21491
21492 \end_inset
21493
21494
21495 \begin_inset Index
21496 status collapsed
21497
21498 \begin_layout Plain Layout
21499 Flottants ! Renversés
21500 \end_layout
21501
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \begin_layout Standard
21508 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21509  tableaux très larges.
21510  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21511  un clic droit sur la boîte du flottant et utilisez l'option 
21512 \family sans
21513 Rotation
21514 \begin_inset space ~
21515 \end_inset
21516
21517 90°
21518 \family default
21519 .
21520 \end_layout
21521
21522 \begin_layout Standard
21523 Les flottants renversés sont systématiquement placés sur leur propre page
21524  ( ou colonne, si vous avez un document sur deux colonnes ).
21525  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
21526  
21527 \family sans
21528 Plusieurs
21529 \begin_inset space ~
21530 \end_inset
21531
21532 colonnes
21533 \family default
21534  dans les paramètres du flottant.
21535  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
21536  du côté de la marge externe.
21537  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21538  ajouter soit l'option 
21539 \series bold
21540 figuresleft
21541 \series default
21542  soit l'option 
21543 \series bold
21544 figuresright
21545 \series default
21546  aux options de la classe de document.
21547 \end_layout
21548
21549 \begin_layout Standard
21550 Faire référence à un flottant renversé se fait de la même manière que pour
21551  un flottant normal, la mise en forme de la légende est aussi identique
21552  : Le tableau
21553 \begin_inset space ~
21554 \end_inset
21555
21556
21557 \begin_inset CommandInset ref
21558 LatexCommand ref
21559 reference "tab:Tableau-pivoté"
21560
21561 \end_inset
21562
21563  est un exemple de flottant de tableau renversé.
21564 \end_layout
21565
21566 \begin_layout Standard
21567 \begin_inset Note Greyedout
21568 status open
21569
21570 \begin_layout Plain Layout
21571
21572 \series bold
21573 Note:
21574 \series default
21575  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21576  DVI.
21577 \end_layout
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \begin_layout Standard
21585 \begin_inset Float table
21586 wide false
21587 sideways true
21588 status open
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Caption
21592
21593 \begin_layout Plain Layout
21594 \begin_inset CommandInset label
21595 LatexCommand label
21596 name "tab:Tableau-pivoté"
21597
21598 \end_inset
21599
21600  Tableau pivoté
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Plain Layout
21609 \align center
21610 \begin_inset Tabular
21611 <lyxtabular version="3" rows="1" columns="5">
21612 <features>
21613 <column alignment="center" valignment="top" width="0">
21614 <column alignment="center" valignment="top" width="0">
21615 <column alignment="center" valignment="top" width="0">
21616 <column alignment="center" valignment="top" width="0">
21617 <column alignment="center" valignment="top" width="0">
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 test
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 b
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 c
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 d
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 e
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 </lyxtabular>
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \begin_layout Section
21678 Flottants côte-à-côte
21679 \begin_inset Index
21680 status collapsed
21681
21682 \begin_layout Plain Layout
21683 Flottants ! côte-à-côte
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Pour placer des flottants côte-à-côte, comme pour la figure
21693 \begin_inset space ~
21694 \end_inset
21695
21696
21697 \begin_inset CommandInset ref
21698 LatexCommand ref
21699 reference "fig:Flottant-gauche"
21700
21701 \end_inset
21702
21703  et 
21704 \begin_inset CommandInset ref
21705 LatexCommand ref
21706 reference "fig:Flottant-droit"
21707
21708 \end_inset
21709
21710 , on n'utilise 
21711 \emph on
21712 qu'un seul 
21713 \emph default
21714 flottant.
21715  On y insère deux boîtes de minipages
21716 \begin_inset Foot
21717 status collapsed
21718
21719 \begin_layout Plain Layout
21720 Les minipages sont décrites dans la section
21721 \begin_inset space ~
21722 \end_inset
21723
21724
21725 \begin_inset CommandInset ref
21726 LatexCommand ref
21727 reference "sec:Minipages"
21728
21729 \end_inset
21730
21731 .
21732 \end_layout
21733
21734 \end_inset
21735
21736 .
21737  La largeur est mise à 45
21738 \begin_inset space \thinspace{}
21739 \end_inset
21740
21741 -50
21742 \begin_inset space \thinspace{}
21743 \end_inset
21744
21745 column% et l'alignement de la boîte à 
21746 \family sans
21747 Bas
21748 \family default
21749  pour chaque minipage.
21750  Les boîtes minipages contiennent l'image et la légende exactement comme
21751  avec un flottant.
21752  La seule différence est que l'unité de longueur 
21753 \family sans
21754 Largeur
21755 \begin_inset space ~
21756 \end_inset
21757
21758 colonne
21759 \begin_inset space ~
21760 \end_inset
21761
21762 %
21763 \family default
21764  utilisée pour l'image est maintenant définie par rapport à la largeur des
21765  boîtes minipages.
21766 \end_layout
21767
21768 \begin_layout Standard
21769 \begin_inset Float figure
21770 wide false
21771 sideways false
21772 status open
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Box Frameless
21776 position "b"
21777 hor_pos "c"
21778 has_inner_box 1
21779 inner_pos "t"
21780 use_parbox 0
21781 width "45col%"
21782 special "none"
21783 height "1in"
21784 height_special "totalheight"
21785 status open
21786
21787 \begin_layout Plain Layout
21788 \align center
21789 \begin_inset Graphics
21790         filename ../clipart/mobius.eps
21791         lyxscale 50
21792         width 100col%
21793         scaleBeforeRotation
21794
21795 \end_inset
21796
21797
21798 \end_layout
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Caption
21802
21803 \begin_layout Plain Layout
21804 \begin_inset CommandInset label
21805 LatexCommand label
21806 name "fig:Flottant-gauche"
21807
21808 \end_inset
21809
21810 Flottant du côté gauche.
21811 \end_layout
21812
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819
21820
21821 \begin_inset space \hfill{}
21822 \end_inset
21823
21824
21825 \begin_inset Box Frameless
21826 position "b"
21827 hor_pos "c"
21828 has_inner_box 1
21829 inner_pos "t"
21830 use_parbox 0
21831 width "45col%"
21832 special "none"
21833 height "1in"
21834 height_special "totalheight"
21835 status open
21836
21837 \begin_layout Plain Layout
21838 \align center
21839 \begin_inset Graphics
21840         filename ../clipart/platypus.eps
21841         lyxscale 50
21842         width 100col%
21843         scaleBeforeRotation
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Caption
21852
21853 \begin_layout Plain Layout
21854 \begin_inset CommandInset label
21855 LatexCommand label
21856 name "fig:Flottant-droit"
21857
21858 \end_inset
21859
21860 Flottant du côté droit.
21861 \end_layout
21862
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Section
21879 Mise en Forme de la Légende
21880 \begin_inset Index
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884 Légende ! Mise en forme
21885 \end_layout
21886
21887 \end_inset
21888
21889
21890 \begin_inset Index
21891 status collapsed
21892
21893 \begin_layout Plain Layout
21894 Flottants ! Mise en forme de la Légende
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \begin_inset Index
21901 status collapsed
21902
21903 \begin_layout Plain Layout
21904 Paquetages LaTeX ! caption
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \begin_inset CommandInset label
21911 LatexCommand label
21912 name "sec:Formatage-légende"
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Standard
21920 L'environnement 
21921 \family sans
21922 Légende
21923 \family default
21924  est l'environnement de paragraphe par défaut pour les 
21925 \family sans
21926 flottants
21927 \family default
21928 .
21929  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21930  par exemple 
21931 \begin_inset Quotes eld
21932 \end_inset
21933
21934
21935 \family sans
21936 Figure #:
21937 \family default
21938
21939 \begin_inset Quotes erd
21940 \end_inset
21941
21942  suivi par le texte de la légende.
21943  Le 
21944 \begin_inset Quotes eld
21945 \end_inset
21946
21947 #
21948 \begin_inset Quotes erd
21949 \end_inset
21950
21951  étant remplacé par le numéro de référence réel.
21952  Par défaut l'étiquette et le numéro sont dans la même police de caractères
21953  que le texte de la légende et deux points suivent le numéro pour séparer
21954  l'étiquette du texte.
21955  Ce format de légende n'est pas forcément adapté à tous les types de documents.
21956 \end_layout
21957
21958 \begin_layout Standard
21959 Pour modifier le format par défaut des légendes, il faut charger le paquetage
21960  LaTeX 
21961 \series bold
21962 caption
21963 \series default
21964
21965 \begin_inset Index
21966 status collapsed
21967
21968 \begin_layout Plain Layout
21969 Paquetages LaTeX ! caption
21970 \end_layout
21971
21972 \end_inset
21973
21974  dans le préambule de votre document avec la ligne suivante :
21975 \end_layout
21976
21977 \begin_layout Standard
21978
21979 \series bold
21980
21981 \backslash
21982 usepackage[format definition]{caption}
21983 \end_layout
21984
21985 \begin_layout Standard
21986 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
21987  grasse et les légendes de tableau toujours au dessus des tableaux, comme
21988  dans ce document, utilisez les commandes suivantes :
21989 \end_layout
21990
21991 \begin_layout Standard
21992
21993 \series bold
21994
21995 \backslash
21996 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21997 \end_layout
21998
21999 \begin_layout Standard
22000 Vous pouvez aussi définir des formats de légendes différents pour les différents
22001  types de flottants.
22002  Dans ce cas chargez le paquetage 
22003 \series bold
22004 caption 
22005 \series default
22006 sans option de format spécifique et définissez les différents formats à
22007  l'aide de la commande 
22008 \end_layout
22009
22010 \begin_layout Standard
22011
22012 \series bold
22013
22014 \backslash
22015 captionsetup[type de flottant]{définition du format}
22016 \end_layout
22017
22018 \begin_layout Standard
22019 dans le préambule du document.
22020  Par exemple les formats de légende de la Figure
22021 \begin_inset space ~
22022 \end_inset
22023
22024
22025 \begin_inset CommandInset ref
22026 LatexCommand ref
22027 reference "fig:Legende-de-fig"
22028
22029 \end_inset
22030
22031  et du Tableau
22032 \begin_inset space ~
22033 \end_inset
22034
22035
22036 \begin_inset CommandInset ref
22037 LatexCommand ref
22038 reference "tab:Légende-de-tab"
22039
22040 \end_inset
22041
22042  peuvent être créés en utilisant les commandes suivantes dans le préambule
22043  :
22044 \end_layout
22045
22046 \begin_layout Standard
22047
22048 \series bold
22049
22050 \backslash
22051 usepackage[tableposition=top]{caption}
22052 \series default
22053
22054 \begin_inset Newline newline
22055 \end_inset
22056
22057
22058 \series bold
22059
22060 \backslash
22061 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22062 \begin_inset Newline newline
22063 \end_inset
22064
22065
22066 \begin_inset ERT
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070
22071
22072 \backslash
22073 hphantom{
22074 \backslash
22075
22076 \backslash
22077 captionsetup[figure]
22078 \backslash
22079 {}
22080 \end_layout
22081
22082 \end_inset
22083
22084  labelsep=period}
22085 \begin_inset Newline newline
22086 \end_inset
22087
22088
22089 \backslash
22090 captionsetup[table]{labelfont={bf,sf}}
22091 \end_layout
22092
22093 \begin_layout Standard
22094 \begin_inset Note Greyedout
22095 status open
22096
22097 \begin_layout Plain Layout
22098
22099 \series bold
22100 Note:
22101 \series default
22102  L'option 
22103 \series bold
22104 tableposition=top
22105 \series default
22106  n'a pas d'effet quand on utilise un document de classe 
22107 \series bold
22108 koma-script
22109 \series default
22110
22111 \begin_inset Index
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115 Paquetages LaTeX ! koma-script
22116 \end_layout
22117
22118 \end_inset
22119
22120 .
22121  Dans ce cas on doit utiliser l'option 
22122 \series bold
22123 tablecaptionabove
22124 \series default
22125  de la classe de document.
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Standard
22134 Pour plus d'information sur le paquetage 
22135 \series bold
22136 caption
22137 \series default
22138  nous vous renvoyons à sa documentation 
22139 \begin_inset CommandInset citation
22140 LatexCommand cite
22141 key "caption"
22142
22143 \end_inset
22144
22145 .
22146 \end_layout
22147
22148 \begin_layout Standard
22149 Pour changer le nom de l'étiquette, par exemple de 
22150 \begin_inset Quotes eld
22151 \end_inset
22152
22153 Figure
22154 \begin_inset Quotes erd
22155 \end_inset
22156
22157  à 
22158 \begin_inset Quotes eld
22159 \end_inset
22160
22161 Image
22162 \begin_inset Quotes erd
22163 \end_inset
22164
22165 , utilisez la commande suivante dans le préambule :
22166 \end_layout
22167
22168 \begin_layout Standard
22169
22170 \series bold
22171
22172 \backslash
22173 renewcommand{
22174 \backslash
22175 fnum@figure}{Image~
22176 \backslash
22177 thefigure}
22178 \end_layout
22179
22180 \begin_layout Standard
22181 où 
22182 \series bold
22183
22184 \backslash
22185 thefigure
22186 \series default
22187  insère le numéro de la figure et
22188 \series bold
22189  
22190 \begin_inset Quotes eld
22191 \end_inset
22192
22193 ~
22194 \series default
22195
22196 \begin_inset Quotes erd
22197 \end_inset
22198
22199  ajoute une espace insécable.
22200 \end_layout
22201
22202 \begin_layout Standard
22203 \begin_inset VSpace bigskip
22204 \end_inset
22205
22206 Si vous utilisez un document de classe 
22207 \series bold
22208 koma-script
22209 \series default
22210
22211 \begin_inset Index
22212 status collapsed
22213
22214 \begin_layout Plain Layout
22215 Paquetages LaTeX ! koma-script
22216 \end_layout
22217
22218 \end_inset
22219
22220  (
22221 \family sans
22222 article (koma-script)
22223 \family default
22224
22225 \family sans
22226 book (koma-script)
22227 \family default
22228
22229 \family sans
22230 letter (koma-script)
22231 \family default
22232 , ou 
22233 \family sans
22234 report (koma-script)
22235 \family default
22236
22237 \begin_inset space \thinspace{}
22238 \end_inset
22239
22240 ), Vous pouvez utiliser la commande incorporée 
22241 \series bold
22242
22243 \backslash
22244 setkomafont 
22245 \series default
22246 du paquetage
22247 \series bold
22248  koma-script 
22249 \series default
22250 à la place du paquetage
22251 \series bold
22252  caption.
22253  
22254 \series default
22255 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22256  suivante au préambule de votre document :
22257 \end_layout
22258
22259 \begin_layout Standard
22260
22261 \series bold
22262
22263 \backslash
22264 setkomafont{captionlabel}{
22265 \backslash
22266 bfseries}
22267 \end_layout
22268
22269 \begin_layout Standard
22270 Pour plus d'information au sujet de 
22271 \series bold
22272
22273 \backslash
22274 setkomafont
22275 \series default
22276  nous vous renvoyons à la documentation du paquetage 
22277 \series bold
22278 koma-script
22279 \series default
22280  
22281 \begin_inset CommandInset citation
22282 LatexCommand cite
22283 key "koma-script"
22284
22285 \end_inset
22286
22287 .
22288 \end_layout
22289
22290 \begin_layout Standard
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22299 }
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \begin_inset Note Note
22306 status open
22307
22308 \begin_layout Plain Layout
22309 Le format de la légende n'est modifié que pour cet exemple.
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \begin_layout Standard
22318 \begin_inset Float figure
22319 placement !p
22320 wide false
22321 sideways false
22322 status open
22323
22324 \begin_layout Plain Layout
22325 \align center
22326 \begin_inset Graphics
22327         filename ../clipart/mobius.eps
22328         lyxscale 50
22329         scale 50
22330         scaleBeforeRotation
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Caption
22339
22340 \begin_layout Plain Layout
22341 \begin_inset CommandInset label
22342 LatexCommand label
22343 name "fig:Legende-de-fig"
22344
22345 \end_inset
22346
22347 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22348  pour montrer les différents types de formats de légendes.
22349  Ici on a utilisé un format de légende personnalisé.
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \begin_layout Standard
22363 \begin_inset ERT
22364 status collapsed
22365
22366 \begin_layout Plain Layout
22367
22368
22369 \backslash
22370 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22371 on}
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \begin_layout Standard
22380 \begin_inset Float table
22381 placement !p
22382 wide false
22383 sideways false
22384 status open
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Caption
22388
22389 \begin_layout Plain Layout
22390 \begin_inset CommandInset label
22391 LatexCommand label
22392 name "tab:Légende-de-tab"
22393
22394 \end_inset
22395
22396 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22397  pour montrer les différents types de formats de légendes.
22398  Ici on a utilisé le format de légende par défaut.
22399 \end_layout
22400
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Plain Layout
22407 \align center
22408 \begin_inset Tabular
22409 <lyxtabular version="3" rows="1" columns="5">
22410 <features>
22411 <column alignment="center" valignment="top" width="0">
22412 <column alignment="center" valignment="top" width="0">
22413 <column alignment="center" valignment="top" width="0">
22414 <column alignment="center" valignment="top" width="0">
22415 <column alignment="center" valignment="top" width="0">
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 a
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430 b
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 c
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 d
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 e
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 </lyxtabular>
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Section
22476 Positionnement de la Légende
22477 \begin_inset Index
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481 Légende ! Placement
22482 \end_layout
22483
22484 \end_inset
22485
22486
22487 \begin_inset Index
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 Flottants ! Placement de la légende
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \begin_inset CommandInset label
22498 LatexCommand label
22499 name "sec:Placement-légende"
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \begin_layout Standard
22507 La règle habituelle pour placer la légende est :
22508 \end_layout
22509
22510 \begin_layout Description
22511 Figure
22512 \begin_inset space ~
22513 \end_inset
22514
22515 : La légende est placée en dessous de la figure
22516 \end_layout
22517
22518 \begin_layout Description
22519 Tableau
22520 \begin_inset space ~
22521 \end_inset
22522
22523 : La légende est placée au dessus du tableau
22524 \end_layout
22525
22526 \begin_layout Standard
22527 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22528  au dessus des tableaux.
22529  Ce qui fait que si vous utilisez une des classes de document 
22530 \family sans
22531 article
22532 \family default
22533
22534 \family sans
22535 book
22536 \family default
22537
22538 \family sans
22539 letter
22540 \family default
22541 , ou 
22542 \family sans
22543 report
22544 \family default
22545  il n'y aura pas d'espace libre entre la légende et le tableau.
22546  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22547  de chargement du paquetage LaTeX 
22548 \series bold
22549 caption
22550 \series default
22551  dans le préambule de votre document
22552 \begin_inset Foot
22553 status open
22554
22555 \begin_layout Plain Layout
22556 Voir la section
22557 \begin_inset space ~
22558 \end_inset
22559
22560
22561 \begin_inset CommandInset ref
22562 LatexCommand ref
22563 reference "sec:Formatage-légende"
22564
22565 \end_inset
22566
22567  pour plus d'information sur le paquetage 
22568 \series bold
22569 caption
22570 \series default
22571 .
22572 \end_layout
22573
22574 \end_inset
22575
22576 :
22577 \end_layout
22578
22579 \begin_layout Standard
22580
22581 \series bold
22582 tableposition=top
22583 \end_layout
22584
22585 \begin_layout Standard
22586 Si vous utilisez une classe de document 
22587 \series bold
22588 koma-script
22589 \series default
22590
22591 \begin_inset Index
22592 status collapsed
22593
22594 \begin_layout Plain Layout
22595 Paquetages LaTeX ! koma-script
22596 \end_layout
22597
22598 \end_inset
22599
22600  (
22601 \family sans
22602 article (koma-script)
22603 \family default
22604
22605 \family sans
22606 book (koma-script)
22607 \family default
22608
22609 \family sans
22610 letter (koma-script)
22611 \family default
22612 , ou 
22613 \family sans
22614 report (koma-script)
22615 \family default
22616
22617 \begin_inset space \thinspace{}
22618 \end_inset
22619
22620 ), vous pouvez utiliser à la place du paquetage 
22621 \series bold
22622 caption
22623 \series default
22624  l'option 
22625 \series bold
22626 tablecaptionabove
22627 \series default
22628  de la classe de document.
22629 \end_layout
22630
22631 \begin_layout Standard
22632 \begin_inset VSpace bigskip
22633 \end_inset
22634
22635 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22636  Pour cela, vous devez charger le paquetage LaTeX 
22637 \series bold
22638 sidecap
22639 \series default
22640
22641 \begin_inset Index
22642 status collapsed
22643
22644 \begin_layout Plain Layout
22645 Paquetages LaTeX ! sidecap
22646 \end_layout
22647
22648 \end_inset
22649
22650  dans le préambule de votre document avec la ligne de commande suivante
22651 \end_layout
22652
22653 \begin_layout Standard
22654
22655 \series bold
22656
22657 \backslash
22658 usepackage[option]{sidecap}
22659 \end_layout
22660
22661 \begin_layout Standard
22662 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22663  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22664  paires.
22665  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22666  
22667 \series bold
22668 innercaption
22669 \series default
22670 .
22671  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22672  
22673 \series bold
22674 rightcaption
22675 \series default
22676  ou 
22677 \series bold
22678 leftcaption
22679 \series default
22680 .
22681 \end_layout
22682
22683 \begin_layout Standard
22684 \begin_inset ERT
22685 status collapsed
22686
22687 \begin_layout Plain Layout
22688
22689
22690 \backslash
22691 ifsidecap
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \begin_inset Note Note
22698 status open
22699
22700 \begin_layout Plain Layout
22701 La section suivante ne sera affichée que si le paquetage LaTeX 
22702 \series bold
22703 sidecap
22704 \series default
22705  a été installé.
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22715  ajouter ces commandes dans le préambule de votre document :
22716 \end_layout
22717
22718 \begin_layout Standard
22719
22720 \lyxline
22721
22722 \end_layout
22723
22724 \begin_layout Standard
22725
22726 \series bold
22727
22728 \backslash
22729 newcommand{
22730 \backslash
22731 TabBesBeg}{%
22732 \begin_inset Newline newline
22733 \end_inset
22734
22735
22736 \begin_inset ERT
22737 status collapsed
22738
22739 \begin_layout Plain Layout
22740
22741
22742 \backslash
22743 hphantom{ }
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \backslash
22750 let
22751 \backslash
22752 MyTable
22753 \backslash
22754 table
22755 \begin_inset Newline newline
22756 \end_inset
22757
22758
22759 \begin_inset ERT
22760 status collapsed
22761
22762 \begin_layout Plain Layout
22763
22764
22765 \backslash
22766 hphantom{ }
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \backslash
22773 let
22774 \backslash
22775 MyEndtable
22776 \backslash
22777 endtable
22778 \begin_inset Newline newline
22779 \end_inset
22780
22781
22782 \begin_inset ERT
22783 status collapsed
22784
22785 \begin_layout Plain Layout
22786
22787
22788 \backslash
22789 hphantom{ }
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \backslash
22796 renewenvironment{table}{
22797 \backslash
22798 begin{SCtable}}{
22799 \backslash
22800 end{SCtable}}}
22801 \end_layout
22802
22803 \begin_layout Standard
22804
22805 \series bold
22806
22807 \backslash
22808 newcommand{
22809 \backslash
22810 TabBesEnd}{%
22811 \begin_inset Newline newline
22812 \end_inset
22813
22814
22815 \begin_inset ERT
22816 status collapsed
22817
22818 \begin_layout Plain Layout
22819
22820
22821 \backslash
22822 hphantom{ }
22823 \end_layout
22824
22825 \end_inset
22826
22827
22828 \backslash
22829 let
22830 \backslash
22831 table
22832 \backslash
22833 MyTable
22834 \begin_inset Newline newline
22835 \end_inset
22836
22837
22838 \begin_inset ERT
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842
22843
22844 \backslash
22845 hphantom{ }
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \backslash
22852 let
22853 \backslash
22854 endtable
22855 \backslash
22856 MyEndtable
22857 \end_layout
22858
22859 \begin_layout Standard
22860
22861 \series bold
22862
22863 \backslash
22864 newcommand{
22865 \backslash
22866 FigBesBeg}{%
22867 \begin_inset Newline newline
22868 \end_inset
22869
22870
22871 \begin_inset ERT
22872 status collapsed
22873
22874 \begin_layout Plain Layout
22875
22876
22877 \backslash
22878 hphantom{ }
22879 \end_layout
22880
22881 \end_inset
22882
22883
22884 \backslash
22885 let
22886 \backslash
22887 MyFigure
22888 \backslash
22889 figure
22890 \begin_inset Newline newline
22891 \end_inset
22892
22893
22894 \begin_inset ERT
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898
22899
22900 \backslash
22901 hphantom{ }
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \backslash
22908 let
22909 \backslash
22910 MyEndfigure
22911 \backslash
22912 endfigure
22913 \begin_inset Newline newline
22914 \end_inset
22915
22916
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 hphantom{ }
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \backslash
22931 renewenvironment{figure}{
22932 \backslash
22933 begin{SCfigure}}{
22934 \backslash
22935 end{SCfigure}}}
22936 \end_layout
22937
22938 \begin_layout Standard
22939
22940 \series bold
22941
22942 \backslash
22943 newcommand{
22944 \backslash
22945 FigBesEnd}{%
22946 \begin_inset Newline newline
22947 \end_inset
22948
22949
22950 \begin_inset ERT
22951 status collapsed
22952
22953 \begin_layout Plain Layout
22954
22955
22956 \backslash
22957 hphantom{ }
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \backslash
22964 let
22965 \backslash
22966 figure
22967 \backslash
22968 MyFigure
22969 \begin_inset Newline newline
22970 \end_inset
22971
22972
22973 \begin_inset ERT
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978
22979 \backslash
22980 hphantom{ }
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \backslash
22987 let
22988 \backslash
22989 endfigure
22990 \backslash
22991 MyEndfigure}
22992 \end_layout
22993
22994 \begin_layout Standard
22995
22996 \lyxline
22997
22998 \end_layout
22999
23000 \begin_layout Standard
23001 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23002  la légende se place sur le côté.
23003  Pour les flottants de figure, utilisez la commande
23004 \end_layout
23005
23006 \begin_layout Standard
23007
23008 \series bold
23009
23010 \backslash
23011 FigBesBeg
23012 \end_layout
23013
23014 \begin_layout Standard
23015 en code TeX avant le flottant.
23016  Après le flottant, insérez la commande
23017 \end_layout
23018
23019 \begin_layout Standard
23020
23021 \series bold
23022
23023 \backslash
23024 FigBesEnd
23025 \end_layout
23026
23027 \begin_layout Standard
23028 en code TeX pour revenir à la définition originale du flottant.
23029 \end_layout
23030
23031 \begin_layout Standard
23032 Pour les flottants de tableau, utilisez les commandes correspondantes
23033 \end_layout
23034
23035 \begin_layout Standard
23036
23037 \series bold
23038
23039 \backslash
23040 TabBesBeg
23041 \series default
23042  et 
23043 \series bold
23044
23045 \backslash
23046 TabBesEnd
23047 \end_layout
23048
23049 \begin_layout Standard
23050 La figure
23051 \begin_inset space ~
23052 \end_inset
23053
23054
23055 \begin_inset CommandInset ref
23056 LatexCommand ref
23057 reference "fig:legende-a-coté-fig"
23058
23059 \end_inset
23060
23061  et le tableau
23062 \begin_inset space ~
23063 \end_inset
23064
23065
23066 \begin_inset CommandInset ref
23067 LatexCommand ref
23068 reference "tab:legende-à-coté-tableau"
23069
23070 \end_inset
23071
23072  sont des exemples où la légende a été mises sur le coté.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23077  pour les flottants de tableau et vers le bas pour les flottants de figure.
23078  Pour changer ce comportement, vous pouvez utiliser les commandes
23079 \end_layout
23080
23081 \begin_layout Standard
23082
23083 \series bold
23084
23085 \backslash
23086 sidecaptionvpos{type flottant}{placement}
23087 \end_layout
23088
23089 \begin_layout Standard
23090 dans le préambule du document ou en code TeX juste avant le flottant visé.
23091  Le type du flottant est soit 
23092 \family sans
23093 figure
23094 \family default
23095  soit 
23096 \family sans
23097 table
23098 \family default
23099 , le placement peut être 
23100 \begin_inset Quotes eld
23101 \end_inset
23102
23103
23104 \family sans
23105 t
23106 \family default
23107
23108 \begin_inset Quotes erd
23109 \end_inset
23110
23111  pour haut (top), 
23112 \begin_inset Quotes eld
23113 \end_inset
23114
23115
23116 \family sans
23117 c
23118 \family default
23119
23120 \begin_inset Quotes erd
23121 \end_inset
23122
23123  pour centre (center), ou 
23124 \begin_inset Quotes eld
23125 \end_inset
23126
23127
23128 \family sans
23129 b
23130 \family default
23131
23132 \begin_inset Quotes erd
23133 \end_inset
23134
23135  pour bas (bottom).
23136  Pour que, par exemple, les légendes des flottants de figure soient centrés
23137  verticalement, utilisez la commande
23138 \end_layout
23139
23140 \begin_layout Standard
23141
23142 \series bold
23143
23144 \backslash
23145 sidecaptionvpos{figure}{c}
23146 \end_layout
23147
23148 \begin_layout Standard
23149 C'est ce qui a été utilisé pour la figure
23150 \begin_inset space ~
23151 \end_inset
23152
23153
23154 \begin_inset CommandInset ref
23155 LatexCommand ref
23156 reference "fig:legende-à-coté-fig-2"
23157
23158 \end_inset
23159
23160 .
23161 \end_layout
23162
23163 \begin_layout Standard
23164 \begin_inset VSpace medskip
23165 \end_inset
23166
23167 Pour plus d'information sur le paquetage 
23168 \series bold
23169 sidecap
23170 \series default
23171  nous vous renvoyons à sa documentation 
23172 \begin_inset CommandInset citation
23173 LatexCommand cite
23174 key "sidecap"
23175
23176 \end_inset
23177
23178 .
23179 \end_layout
23180
23181 \begin_layout Standard
23182 \begin_inset Note Greyedout
23183 status open
23184
23185 \begin_layout Plain Layout
23186
23187 \series bold
23188 Note:
23189 \series default
23190  Le paquetage LaTeX 
23191 \series bold
23192 hypcap
23193 \series default
23194
23195 \begin_inset Index
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199 Paquetages LaTeX ! hypcap
23200 \end_layout
23201
23202 \end_inset
23203
23204 , qui est décrit dans la section
23205 \begin_inset space ~
23206 \end_inset
23207
23208
23209 \begin_inset CommandInset ref
23210 LatexCommand ref
23211 reference "sub:Reference-Position"
23212
23213 \end_inset
23214
23215 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23216 \end_layout
23217
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \begin_layout Standard
23224 \begin_inset ERT
23225 status collapsed
23226
23227 \begin_layout Plain Layout
23228
23229
23230 \backslash
23231 FigBesBeg 
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \begin_layout Standard
23240 \begin_inset Float figure
23241 wide false
23242 sideways false
23243 status open
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Graphics
23247         filename ../clipart/escher-lsd.eps
23248         scale 75
23249         scaleBeforeRotation
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \begin_layout Plain Layout
23257 \begin_inset Caption
23258
23259 \begin_layout Plain Layout
23260 \begin_inset CommandInset label
23261 LatexCommand label
23262 name "fig:legende-a-coté-fig"
23263
23264 \end_inset
23265
23266 Une légende à côté d'une figure.
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \begin_layout Standard
23280 \begin_inset ERT
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284
23285
23286 \backslash
23287 TabBesBeg 
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 \begin_inset Float table
23297 wide false
23298 sideways false
23299 status open
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Caption
23303
23304 \begin_layout Plain Layout
23305 \begin_inset CommandInset label
23306 LatexCommand label
23307 name "tab:legende-à-coté-tableau"
23308
23309 \end_inset
23310
23311 Une légende à côté d'un tableau.
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Plain Layout
23320 \begin_inset Tabular
23321 <lyxtabular version="3" rows="4" columns="5">
23322 <features>
23323 <column alignment="center" valignment="top" width="0">
23324 <column alignment="center" valignment="top" width="0">
23325 <column alignment="center" valignment="top" width="0">
23326 <column alignment="center" valignment="top" width="0">
23327 <column alignment="center" valignment="top" width="0">
23328 <row>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 a
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 b
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 c
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 d
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 e
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 </row>
23422 <row>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 f
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 g
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463 h
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 i
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 j
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 </row>
23516 </lyxtabular>
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset ERT
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533
23534
23535 \backslash
23536 TabBesEnd
23537 \end_layout
23538
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \begin_layout Standard
23545 \begin_inset ERT
23546 status collapsed
23547
23548 \begin_layout Plain Layout
23549
23550
23551 \backslash
23552 sidecaptionvpos{figure}{c}
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \begin_inset Float figure
23559 wide false
23560 sideways false
23561 status open
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Graphics
23565         filename ../clipart/escher-lsd.eps
23566         scale 75
23567         scaleBeforeRotation
23568
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Caption
23576
23577 \begin_layout Plain Layout
23578 \begin_inset CommandInset label
23579 LatexCommand label
23580 name "fig:legende-à-coté-fig-2"
23581
23582 \end_inset
23583
23584 Une légende centrée verticalement à côté d'une figure.
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 FigBesEnd
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \begin_layout Standard
23614 \begin_inset ERT
23615 status collapsed
23616
23617 \begin_layout Plain Layout
23618
23619
23620 \backslash
23621 else
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Note Note
23628 status open
23629
23630 \begin_layout Plain Layout
23631 Ce qui suit sera affiché si le paquetage LaTeX 
23632 \series bold
23633 sidecap
23634 \series default
23635  n'est pas installé :
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 Vous devez installer le paquetage LaTeX 
23645 \series bold
23646 sidecap
23647 \series default
23648  pour voir la suite de cette section dans la sortie imprimée.
23649 \end_layout
23650
23651 \begin_layout Standard
23652 \begin_inset ERT
23653 status collapsed
23654
23655 \begin_layout Plain Layout
23656
23657
23658 \backslash
23659 fi
23660 \end_layout
23661
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \begin_layout Section
23668 Les Listes de Flottants
23669 \begin_inset CommandInset label
23670 LatexCommand label
23671 name "sec:Listes-de-flottants"
23672
23673 \end_inset
23674
23675
23676 \begin_inset Index
23677 status collapsed
23678
23679 \begin_layout Plain Layout
23680 Flottants ! Listes de Flottants
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Standard
23689 De la même façon que la table des matières fait la liste des sections du
23690  document, il y a des listes pour tous les types de flottants, comme par
23691  exemple pour les figures du document.
23692  Vous pouvez les insérer en utilisant le menu 
23693 \family sans
23694 Insérer\SpecialChar \menuseparator
23695 Listes
23696 \begin_inset space ~
23697 \end_inset
23698
23699 &
23700 \begin_inset space ~
23701 \end_inset
23702
23703 TdM
23704 \family default
23705 .
23706 \end_layout
23707
23708 \begin_layout Standard
23709 Les entrées de la liste sont la légende du flottant ou éventuellement le
23710  titre court, le numéro du flottant, et le numéro de la page où le flottant
23711  apparaît dans le document.
23712 \end_layout
23713
23714 \begin_layout Standard
23715 Vous trouverez à la fin de ce document une liste des figures et une liste
23716  des tableaux.
23717 \end_layout
23718
23719 \begin_layout Chapter
23720 Notes
23721 \end_layout
23722
23723 \begin_layout Section
23724 Les Notes de LyX
23725 \begin_inset CommandInset label
23726 LatexCommand label
23727 name "sec:LyX-Notes"
23728
23729 \end_inset
23730
23731
23732 \begin_inset Index
23733 status collapsed
23734
23735 \begin_layout Plain Layout
23736 Notes ! Notes LyX 
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \begin_layout Standard
23745 On peut insérer une note en utilisant le bouton 
23746 \begin_inset Graphics
23747         filename ../../images/note-insert.png
23748         scale 85
23749         scaleBeforeRotation
23750
23751 \end_inset
23752
23753  de la barre d'outils ou avec le menu 
23754 \family sans
23755 Insérer\SpecialChar \menuseparator
23756 Note
23757 \family default
23758 .
23759  Il y a trois types de notes :
23760 \end_layout
23761
23762 \begin_layout Description
23763 Note
23764 \begin_inset space ~
23765 \end_inset
23766
23767 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23768  finale.
23769  La boîte de cette note ressemble à ceci :
23770 \begin_inset Newline newline
23771 \end_inset
23772
23773
23774 \begin_inset Newline newline
23775 \end_inset
23776
23777
23778 \begin_inset Graphics
23779         filename clipart/LyXNoteImageQt4.png
23780         display false
23781         scale 65
23782         scaleBeforeRotation
23783
23784 \end_inset
23785
23786  
23787 \begin_inset Note Note
23788 status open
23789
23790 \begin_layout Plain Layout
23791 Le texte de cette note n'apparaîtra pas à l'impression.
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Description
23800 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23801  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23802  vers un fichier au format LaTeX avec le menu 
23803 \family sans
23804 Fichier\SpecialChar \menuseparator
23805 Exporter\SpecialChar \menuseparator
23806 LaTeX (pdflatex) / (plain)
23807 \family default
23808 .
23809  La boîte de cette note ressemble à ceci :
23810 \begin_inset Newline newline
23811 \end_inset
23812
23813
23814 \begin_inset Newline newline
23815 \end_inset
23816
23817
23818 \begin_inset Graphics
23819         filename clipart/CommentNoteImageQt4.png
23820         display false
23821         scale 55
23822         scaleBeforeRotation
23823
23824 \end_inset
23825
23826
23827 \lang english
23828  
23829 \lang french
23830
23831 \begin_inset Note Comment
23832 status open
23833
23834 \begin_layout Plain Layout
23835 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23836  LaTeX.
23837 \end_layout
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Description
23845 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23846  La boîte de cette note ressemble à ceci :
23847 \lang english
23848
23849 \begin_inset Newline newline
23850 \end_inset
23851
23852
23853 \lang french
23854
23855 \begin_inset Newline newline
23856 \end_inset
23857
23858
23859 \begin_inset Graphics
23860         filename clipart/GreyedOutNoteImageQt4.png
23861         lyxscale 80
23862         display false
23863         scale 55
23864         scaleBeforeRotation
23865
23866 \end_inset
23867
23868
23869 \begin_inset Newline newline
23870 \end_inset
23871
23872
23873 \begin_inset ERT
23874 status collapsed
23875
23876 \begin_layout Plain Layout
23877
23878
23879 \backslash
23880 renewenvironment{lyxgreyedout}
23881 \end_layout
23882
23883 \begin_layout Plain Layout
23884
23885 {
23886 \backslash
23887 textcolor[gray]{0.8}
23888 \backslash
23889 bgroup}{
23890 \backslash
23891 egroup}
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \begin_inset Note Greyedout
23898 status open
23899
23900 \begin_layout Plain Layout
23901 Le texte
23902 \begin_inset Foot
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23907  grisé.
23908  
23909 \end_layout
23910
23911 \end_inset
23912
23913  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923
23924
23925 \backslash
23926 renewenvironment{lyxgreyedout}
23927 \end_layout
23928
23929 \begin_layout Plain Layout
23930
23931 {
23932 \backslash
23933 textcolor{blue}
23934 \backslash
23935 bgroup}{
23936 \backslash
23937 egroup}
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \begin_inset Note Note
23944 status open
23945
23946 \begin_layout Plain Layout
23947 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
23948  originale qu'elle a dans LyX.
23949  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
23950  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \begin_inset Newline newline
23957 \end_inset
23958
23959
23960 \begin_inset Newline newline
23961 \end_inset
23962
23963 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
23964  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
23965 \end_layout
23966
23967 \begin_layout Standard
23968 \begin_inset VSpace bigskip
23969 \end_inset
23970
23971 Quand vous utilisez le bouton 
23972 \begin_inset Graphics
23973         filename ../../images/note-insert.png
23974         scale 85
23975         scaleBeforeRotation
23976
23977 \end_inset
23978
23979  de la barre d'outils, vous insérez une 
23980 \family sans
23981 Note
23982 \begin_inset space ~
23983 \end_inset
23984
23985 LyX
23986 \family default
23987 .
23988  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
23989 la et cliquez sur le bouton d'insertion de note.
23990  Pour retransformer une note en texte, appuyez sur la touche 
23991 \family sans
23992 backspace
23993 \family default
23994  quand le curseur est au tout début de la note ou appuyez sur la touche
23995  
23996 \family sans
23997 Suppr.
23998
23999 \family default
24000  quand le curseur se trouve à la fin de la note.
24001 \end_layout
24002
24003 \begin_layout Standard
24004 \begin_inset VSpace bigskip
24005 \end_inset
24006
24007 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24008  commandes suivantes dans le préambule :
24009 \end_layout
24010
24011 \begin_layout Standard
24012
24013 \series bold
24014
24015 \backslash
24016 renewenvironment{lyxgreyedout}
24017 \begin_inset Newline newline
24018 \end_inset
24019
24020
24021 \begin_inset ERT
24022 status collapsed
24023
24024 \begin_layout Plain Layout
24025
24026
24027 \backslash
24028 hphantom{ }
24029 \end_layout
24030
24031 \end_inset
24032
24033 {
24034 \backslash
24035 textcolor{color}
24036 \backslash
24037 bgroup}{
24038 \backslash
24039 egroup}
24040 \end_layout
24041
24042 \begin_layout Standard
24043 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24044  sont expliqués dans la section
24045 \begin_inset space ~
24046 \end_inset
24047
24048
24049 \begin_inset CommandInset ref
24050 LatexCommand ref
24051 reference "sec:Tableaux-Colorés"
24052
24053 \end_inset
24054
24055 .
24056 \end_layout
24057
24058 \begin_layout Standard
24059 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24060  grisées avec leur texte en bleu.
24061 \end_layout
24062
24063 \begin_layout Section
24064 Notes en Bas de Page
24065 \begin_inset CommandInset label
24066 LatexCommand label
24067 name "sec:Notes-bas-de-page"
24068
24069 \end_inset
24070
24071
24072 \begin_inset Index
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076 Notes ! Notes de bas de page
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \begin_inset Index
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086 Notes de bas de page
24087 \end_layout
24088
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \begin_layout Standard
24095 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24096  
24097 \begin_inset Graphics
24098         filename ../../images/footnote-insert.png
24099         scale 85
24100         scaleBeforeRotation
24101
24102 \end_inset
24103
24104  de la barre d'outils, soit en utilisant le menu 
24105 \family sans
24106 Insérer\SpecialChar \menuseparator
24107 Note
24108 \begin_inset space ~
24109 \end_inset
24110
24111 en
24112 \begin_inset space ~
24113 \end_inset
24114
24115 Bas
24116 \begin_inset space ~
24117 \end_inset
24118
24119 de
24120 \begin_inset space ~
24121 \end_inset
24122
24123 Page
24124 \family default
24125 .
24126  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24127  rouge 
24128 \begin_inset Quotes fld
24129 \end_inset
24130
24131 bas
24132 \begin_inset Quotes frd
24133 \end_inset
24134
24135  qui ressemble à ceci : 
24136 \begin_inset Graphics
24137         filename clipart/footnoteQt4.png
24138         scale 80
24139         scaleBeforeRotation
24140
24141 \end_inset
24142
24143  Vous pouvez y entrer votre texte.
24144  Si vous voulez transformer du texte déjà existant en note en bas de page,
24145  sélectionnez-le et cliquez sur le bouton 
24146 \family sans
24147 Note
24148 \begin_inset space ~
24149 \end_inset
24150
24151 en
24152 \begin_inset space ~
24153 \end_inset
24154
24155 Bas
24156 \begin_inset space ~
24157 \end_inset
24158
24159 de
24160 \begin_inset space ~
24161 \end_inset
24162
24163 Page
24164 \family default
24165  de la barre d'outils.
24166  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24167  
24168 \family sans
24169 backspace
24170 \family default
24171  quand le curseur est au tout début de la note ou appuyez sur la touche
24172  
24173 \family sans
24174 Suppr.
24175
24176 \family default
24177  quand le curseur se trouve à la fin de la note.
24178 \end_layout
24179
24180 \begin_layout Standard
24181 Voici un exemple de note en bas de page:
24182 \begin_inset Foot
24183 status open
24184
24185 \begin_layout Plain Layout
24186 \begin_inset CommandInset label
24187 LatexCommand label
24188 name "fn:Note-en-bas"
24189
24190 \end_inset
24191
24192 Ceci est un exemple de note en bas de page.
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \begin_inset ERT
24199 status collapsed
24200
24201 \begin_layout Plain Layout
24202
24203
24204 \backslash
24205 newcounter{MyRepeatFoot}
24206 \end_layout
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 setcounter{MyRepeatFoot}{
24213 \backslash
24214 thefootnote}
24215 \end_layout
24216
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \begin_layout Standard
24223 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24224  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24225  de note.
24226  Le texte de la note est placé en bas de la page courante.
24227  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24228  Selon votre classe de document les numéros de notes pourront être réinitialisés
24229  à chaque nouveau chapitre.
24230 \end_layout
24231
24232 \begin_layout Standard
24233 On peut faire référence à une note en bas de page comme on le fait avec
24234  les flottants : Insérez une étiquette dans la note et faites une référence
24235  croisée vers cette étiquette comme c'est décrit dans la
24236 \begin_inset space ~
24237 \end_inset
24238
24239
24240 \begin_inset CommandInset ref
24241 LatexCommand ref
24242 reference "sec:Referencer-les-Flottants"
24243
24244 \end_inset
24245
24246 .
24247 \begin_inset Newline newline
24248 \end_inset
24249
24250 Voici une référence à une note de bas de page :
24251 \begin_inset space ~
24252 \end_inset
24253
24254
24255 \begin_inset CommandInset ref
24256 LatexCommand ref
24257 reference "fn:Note-en-bas"
24258
24259 \end_inset
24260
24261 .
24262 \end_layout
24263
24264 \begin_layout Standard
24265 \begin_inset VSpace defskip
24266 \end_inset
24267
24268 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24269  des minipages, voyez la section
24270 \begin_inset space ~
24271 \end_inset
24272
24273
24274 \begin_inset CommandInset ref
24275 LatexCommand ref
24276 reference "sec:Minipages"
24277
24278 \end_inset
24279
24280 .
24281  Les notes de bas de page dans des tableaux longs sont traitées dans la
24282  section
24283 \begin_inset space ~
24284 \end_inset
24285
24286
24287 \begin_inset CommandInset ref
24288 LatexCommand ref
24289 reference "sub:Notes-dans-tableau-long"
24290
24291 \end_inset
24292
24293 .
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \begin_inset VSpace defskip
24298 \end_inset
24299
24300 Pour créer seulement la marque de note, utilisez la commande 
24301 \series bold
24302
24303 \backslash
24304 footnotemark[nombre]
24305 \series default
24306  en code TeX.
24307  On utilise cette possibilité quand on a plusieurs fois la même annotation
24308  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24309  bas de page à chaque fois.
24310 \begin_inset Newline newline
24311 \end_inset
24312
24313 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24314  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24315  part.
24316  Pour la marque de note qui suit, ces commandes ont été insérées en code
24317  TeX après la note
24318 \begin_inset space ~
24319 \end_inset
24320
24321
24322 \begin_inset CommandInset ref
24323 LatexCommand ref
24324 reference "fn:Note-en-bas"
24325
24326 \end_inset
24327
24328  pour enregistrer le numéro de note de bas de page :
24329 \end_layout
24330
24331 \begin_layout Standard
24332
24333 \series bold
24334
24335 \backslash
24336 newcounter{MyRepeatFoot}
24337 \begin_inset Newline newline
24338 \end_inset
24339
24340
24341 \backslash
24342 setcounter{MyRepeatFoot}{
24343 \backslash
24344 thefootnote}
24345 \end_layout
24346
24347 \begin_layout Standard
24348 La marque de note a été créée avec la commande suivante :
24349 \end_layout
24350
24351 \begin_layout Standard
24352
24353 \series bold
24354
24355 \backslash
24356 footnotemark[
24357 \backslash
24358 theMyRepeatFoot]
24359 \end_layout
24360
24361 \begin_layout Standard
24362 Voici un exemple de marque de note de bas de page : 
24363 \begin_inset ERT
24364 status collapsed
24365
24366 \begin_layout Plain Layout
24367
24368
24369 \backslash
24370 footnotemark[
24371 \backslash
24372 theMyRepeatFoot]
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Subsection
24381 Numérotation de Notes de Bas de Page
24382 \begin_inset CommandInset label
24383 LatexCommand label
24384 name "sub:Numerotation-notes-bas-de-page"
24385
24386 \end_inset
24387
24388
24389 \begin_inset Index
24390 status collapsed
24391
24392 \begin_layout Plain Layout
24393 Notes de bas de page ! Numérotation
24394 \end_layout
24395
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \begin_layout Standard
24402 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24403  ajoutez cette commande dans le préambule de votre document :
24404 \end_layout
24405
24406 \begin_layout Standard
24407
24408 \series bold
24409
24410 \backslash
24411 @addtoreset{footnote}{section}
24412 \end_layout
24413
24414 \begin_layout Standard
24415 \begin_inset VSpace bigskip
24416 \end_inset
24417
24418 La commande de préambule suivante change le style de numérotation des notes
24419  en petits chiffres romains :
24420 \end_layout
24421
24422 \begin_layout Standard
24423
24424 \series bold
24425
24426 \backslash
24427 renewcommand{
24428 \backslash
24429 thefootnote}{
24430 \backslash
24431 roman{footnote}}
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 renewcommand{
24443 \backslash
24444 thefootnote}{
24445 \backslash
24446 roman{footnote}}
24447 \end_layout
24448
24449 \end_inset
24450
24451  Cette note de bas de page utilise une numérotation en chiffres romains
24452  :
24453 \begin_inset Foot
24454 status open
24455
24456 \begin_layout Plain Layout
24457 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24458  romains.
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Standard
24467 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24468  la commande précédente 
24469 \series bold
24470
24471 \backslash
24472 roman
24473 \series default
24474  par 
24475 \series bold
24476
24477 \backslash
24478 Roman
24479 \series default
24480 .
24481  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24482  utilisez respectivement soit 
24483 \series bold
24484
24485 \backslash
24486 Alph
24487 \series default
24488  soit 
24489 \series bold
24490
24491 \backslash
24492 alph
24493 \series default
24494 .
24495  Pour les 
24496 \begin_inset Quotes eld
24497 \end_inset
24498
24499 numéroter
24500 \begin_inset Quotes erd
24501 \end_inset
24502
24503  avec des symboles, utilisez 
24504 \series bold
24505
24506 \backslash
24507 fnsymbol
24508 \series default
24509 .
24510 \end_layout
24511
24512 \begin_layout Standard
24513 \begin_inset Note Greyedout
24514 status open
24515
24516 \begin_layout Plain Layout
24517
24518 \series bold
24519 Note:
24520 \series default
24521  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24522  puisque cette numérotation est limitée à des lettres seules.
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \begin_inset Newline newline
24529 \end_inset
24530
24531
24532 \begin_inset Note Greyedout
24533 status open
24534
24535 \begin_layout Plain Layout
24536
24537 \series bold
24538 Note:
24539 \series default
24540  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \begin_layout Standard
24549 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24550  utilisez 
24551 \series bold
24552
24553 \backslash
24554 arabic
24555 \series default
24556  à la place de 
24557 \series bold
24558
24559 \backslash
24560 roman
24561 \series default
24562  dans la commande précédente.
24563 \begin_inset ERT
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567
24568
24569 \backslash
24570 renewcommand{
24571 \backslash
24572 thefootnote}{
24573 \backslash
24574 arabic{footnote}}
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 \begin_inset VSpace bigskip
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24591  le schéma 
24592 \begin_inset Quotes eld
24593 \end_inset
24594
24595 chapitre.note
24596 \begin_inset Quotes erd
24597 \end_inset
24598
24599 , ajoutez la commande suivante au préambule de votre document :
24600 \end_layout
24601
24602 \begin_layout Standard
24603
24604 \series bold
24605
24606 \backslash
24607 numberwithin{footnote}{chapter}
24608 \end_layout
24609
24610 \begin_layout Standard
24611 Pour pouvoir utiliser la commande 
24612 \series bold
24613
24614 \backslash
24615 numberwithin
24616 \series default
24617 , activez dans la rubrique 
24618 \family sans
24619 Options
24620 \begin_inset space ~
24621 \end_inset
24622
24623 des
24624 \begin_inset space ~
24625 \end_inset
24626
24627 Maths
24628 \family default
24629  dans les paramètres du document, l'option 
24630 \family sans
24631 Utiliser
24632 \begin_inset space ~
24633 \end_inset
24634
24635 le
24636 \begin_inset space ~
24637 \end_inset
24638
24639 paquetage
24640 \begin_inset space ~
24641 \end_inset
24642
24643 maths
24644 \begin_inset space ~
24645 \end_inset
24646
24647 AMS
24648 \family default
24649 .
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \begin_inset ERT
24654 status collapsed
24655
24656 \begin_layout Plain Layout
24657
24658
24659 \backslash
24660 numberwithin{footnote}{chapter}
24661 \end_layout
24662
24663 \end_inset
24664
24665 Ceci est un autre exemple de note de bas de page:
24666 \series bold
24667
24668 \begin_inset Foot
24669 status open
24670
24671 \begin_layout Plain Layout
24672 Cette note est numérotée en suivant le schéma 
24673 \begin_inset Quotes eld
24674 \end_inset
24675
24676 chapitre.note
24677 \begin_inset Quotes erd
24678 \end_inset
24679
24680 .
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \series default
24687
24688 \begin_inset ERT
24689 status collapsed
24690
24691 \begin_layout Plain Layout
24692
24693
24694 \backslash
24695 renewcommand{
24696 \backslash
24697 thefootnote}{
24698 \backslash
24699 arabic{footnote}}
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset Note Greyedout
24709 status open
24710
24711 \begin_layout Plain Layout
24712
24713 \series bold
24714 Note:
24715 \series default
24716  
24717 \series bold
24718
24719 \backslash
24720 numberwithin
24721 \series default
24722  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24723  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24724  prises en compte.
24725  
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Donc pour avoir par exemple le schéma 
24735 \begin_inset Quotes eld
24736 \end_inset
24737
24738 chapitre.
24739 \backslash
24740 Roman{note}
24741 \begin_inset Quotes erd
24742 \end_inset
24743
24744 , utilisez la commande suivante plutôt que 
24745 \series bold
24746
24747 \backslash
24748 numberwithin
24749 \series default
24750  :
24751 \end_layout
24752
24753 \begin_layout Standard
24754
24755 \series bold
24756
24757 \backslash
24758 renewcommand{
24759 \backslash
24760 thefootnote}{
24761 \backslash
24762 thechapter.
24763 \backslash
24764 Roman{footnote}}
24765 \end_layout
24766
24767 \begin_layout Subsection
24768 Positionnement de notes de bas de page
24769 \begin_inset Index
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773 Notes de bas de page ! Positionnement
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Standard
24782 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24783  vertical entre elles en bas de la page.
24784  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24785  de 1.5
24786 \begin_inset space \thinspace{}
24787 \end_inset
24788
24789 mm avec la commande suivante dans le préambule :
24790 \end_layout
24791
24792 \begin_layout Standard
24793
24794 \series bold
24795
24796 \backslash
24797 let
24798 \backslash
24799 myFoot
24800 \backslash
24801 footnote
24802 \begin_inset Newline newline
24803 \end_inset
24804
24805
24806 \backslash
24807 renewcommand{
24808 \backslash
24809 footnote}[1]{
24810 \backslash
24811 myFoot{#1
24812 \backslash
24813 vspace{1.5mm}}}
24814 \end_layout
24815
24816 \begin_layout Standard
24817 \begin_inset VSpace bigskip
24818 \end_inset
24819
24820 Dans un document à deux colonnes les notes de bas de page apparaissent en
24821  bas de chaque colonne, comme sur la Figure
24822 \begin_inset space ~
24823 \end_inset
24824
24825
24826 \begin_inset CommandInset ref
24827 LatexCommand ref
24828 reference "fig:Position-standard-note-bas-de-page"
24829
24830 \end_inset
24831
24832 .
24833  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24834  sur la Figure
24835 \begin_inset space ~
24836 \end_inset
24837
24838
24839 \begin_inset CommandInset ref
24840 LatexCommand ref
24841 reference "fig:Position-note-avec-ftnright"
24842
24843 \end_inset
24844
24845 , utilisez le paquetage LaTeX 
24846 \series bold
24847 ftnright
24848 \series default
24849
24850 \begin_inset Index
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854 Paquetages LaTeX ! ftnright
24855 \end_layout
24856
24857 \end_inset
24858
24859  avec cette commande dans le préambule du document:
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865
24866 \backslash
24867 usepackage{ftnright}
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \begin_inset Float figure
24872 placement !h
24873 wide false
24874 sideways false
24875 status open
24876
24877 \begin_layout Plain Layout
24878 \begin_inset ERT
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882
24883
24884 \backslash
24885 framebox{
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \begin_inset Graphics
24892         filename ../clipart/without_fntright.pdf
24893         width 100col%
24894         scaleBeforeRotation
24895
24896 \end_inset
24897
24898
24899 \begin_inset ERT
24900 status collapsed
24901
24902 \begin_layout Plain Layout
24903
24904 }
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Plain Layout
24913 \begin_inset Caption
24914
24915 \begin_layout Plain Layout
24916 \begin_inset CommandInset label
24917 LatexCommand label
24918 name "fig:Position-standard-note-bas-de-page"
24919
24920 \end_inset
24921
24922 Positionnement standard des notes de bas de page dans un document à deux
24923  colonnes.
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Standard
24937 \begin_inset Float figure
24938 placement !h
24939 wide false
24940 sideways false
24941 status open
24942
24943 \begin_layout Plain Layout
24944 \begin_inset ERT
24945 status collapsed
24946
24947 \begin_layout Plain Layout
24948
24949
24950 \backslash
24951 framebox{
24952 \end_layout
24953
24954 \end_inset
24955
24956
24957 \begin_inset Graphics
24958         filename ../clipart/with_fntright.pdf
24959         width 100col%
24960         scaleBeforeRotation
24961
24962 \end_inset
24963
24964
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969
24970 }
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Plain Layout
24979 \begin_inset Caption
24980
24981 \begin_layout Plain Layout
24982 \begin_inset CommandInset label
24983 LatexCommand label
24984 name "fig:Position-note-avec-ftnright"
24985
24986 \end_inset
24987
24988 Positionnement de notes de bas de page dans un document à deux colonnes
24989  en utilisant le paquetage LaTeX 
24990 \series bold
24991 ftnright
24992 \series default
24993 .
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 \begin_inset VSpace bigskip
25008 \end_inset
25009
25010 Dans certaines publications scientifiques, il est courant de rassembler
25011  les notes de bas de page et de les imprimer dans un paragraphe particulier
25012  à la fin de la section, comme sur la Figure
25013 \begin_inset space ~
25014 \end_inset
25015
25016
25017 \begin_inset CommandInset ref
25018 LatexCommand ref
25019 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25020
25021 \end_inset
25022
25023 .
25024  On les appelle 
25025 \begin_inset Quotes eld
25026 \end_inset
25027
25028 notes de fin
25029 \begin_inset Quotes erd
25030 \end_inset
25031
25032 .
25033 \begin_inset Note Note
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037 J'ai pas trouvé mieux pour endnotes (NdT)
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \begin_inset Index
25044 status collapsed
25045
25046 \begin_layout Plain Layout
25047 Notes de fin
25048 \end_layout
25049
25050 \end_inset
25051
25052  Pour utiliser des notes de fin à la place des notes de bas de page dans
25053  votre document, chargez le paquetage LaTeX 
25054 \series bold
25055 endnotes
25056 \series default
25057
25058 \begin_inset Index
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062 Paquetages LaTeX ! endnotes
25063 \end_layout
25064
25065 \end_inset
25066
25067  avec ces lignes dans le préambule du document
25068 \end_layout
25069
25070 \begin_layout Standard
25071
25072 \series bold
25073
25074 \backslash
25075 usepackage{endnotes}
25076 \begin_inset Newline newline
25077 \end_inset
25078
25079
25080 \backslash
25081 let
25082 \backslash
25083 footnote
25084 \backslash
25085 endnote
25086 \end_layout
25087
25088 \begin_layout Standard
25089 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25090 \end_layout
25091
25092 \begin_layout Standard
25093
25094 \series bold
25095
25096 \backslash
25097 theendnotes
25098 \end_layout
25099
25100 \begin_layout Standard
25101 en code TeX à la fin d'une section ou d'un chapitre.
25102 \end_layout
25103
25104 \begin_layout Standard
25105 \begin_inset Float figure
25106 wide false
25107 sideways false
25108 status open
25109
25110 \begin_layout Plain Layout
25111 \align center
25112 \begin_inset ERT
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116
25117
25118 \backslash
25119 framebox{
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \begin_inset Graphics
25126         filename ../clipart/endnotes.pdf
25127         scaleBeforeRotation
25128
25129 \end_inset
25130
25131
25132 \begin_inset ERT
25133 status collapsed
25134
25135 \begin_layout Plain Layout
25136
25137 }
25138 \end_layout
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \begin_layout Plain Layout
25146 \begin_inset Caption
25147
25148 \begin_layout Plain Layout
25149 \begin_inset CommandInset label
25150 LatexCommand label
25151 name "fig:Notes-de-fin---notes-de-bas-de-page"
25152
25153 \end_inset
25154
25155 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25156  séparé à la fin des sections ou des chapitres.
25157 \end_layout
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \begin_inset VSpace medskip
25171 \end_inset
25172
25173 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25174  dans la langue du document, cela doit être fait manuellement.
25175  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25176  
25177 \begin_inset Quotes eld
25178 \end_inset
25179
25180 Notes
25181 \begin_inset Quotes erd
25182 \end_inset
25183
25184  en sa traduction Allemande
25185 \begin_inset Foot
25186 status collapsed
25187
25188 \begin_layout Plain Layout
25189 En français, 
25190 \begin_inset Quotes eld
25191 \end_inset
25192
25193 Notes
25194 \begin_inset Quotes erd
25195 \end_inset
25196
25197  peut être conservé.
25198 \end_layout
25199
25200 \end_inset
25201
25202  
25203 \begin_inset Quotes eld
25204 \end_inset
25205
25206 Anmerkungen
25207 \begin_inset Quotes erd
25208 \end_inset
25209
25210  :
25211 \end_layout
25212
25213 \begin_layout Standard
25214
25215 \series bold
25216
25217 \backslash
25218 renewcommand{
25219 \backslash
25220 notesname}{Anmerkungen}
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset VSpace medskip
25225 \end_inset
25226
25227 La numérotation des notes de fin peut être modifiée comme celle des notes
25228  de bas de page comme c'est décrit dans la section
25229 \begin_inset space ~
25230 \end_inset
25231
25232
25233 \begin_inset CommandInset ref
25234 LatexCommand ref
25235 reference "sub:Numerotation-notes-bas-de-page"
25236
25237 \end_inset
25238
25239  ; remplacez juste la commande 
25240 \series bold
25241
25242 \backslash
25243 thefootnote
25244 \series default
25245  par 
25246 \series bold
25247
25248 \backslash
25249 theendnote
25250 \series default
25251 .
25252  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25253 \series bold
25254
25255 \backslash
25256 @addtoreset
25257 \series default
25258  comme c'est décrit dans la section
25259 \begin_inset space ~
25260 \end_inset
25261
25262
25263 \begin_inset CommandInset ref
25264 LatexCommand ref
25265 reference "sub:Numerotation-notes-bas-de-page"
25266
25267 \end_inset
25268
25269  et remplacez le paramètre de commande 
25270 \series bold
25271 footnote
25272 \series default
25273  par 
25274 \series bold
25275 endnote
25276 \series default
25277 .
25278 \end_layout
25279
25280 \begin_layout Standard
25281 Pour seulement créer une marque de note de fin, utilisez la commande 
25282 \series bold
25283
25284 \backslash
25285 endnotemark[numéro]
25286 \series default
25287  qui est semblable à 
25288 \series bold
25289
25290 \backslash
25291 footnotemark
25292 \series default
25293 , décrite dans la section
25294 \begin_inset space ~
25295 \end_inset
25296
25297
25298 \begin_inset CommandInset ref
25299 LatexCommand ref
25300 reference "sec:Notes-bas-de-page"
25301
25302 \end_inset
25303
25304 .
25305 \end_layout
25306
25307 \begin_layout Standard
25308 \begin_inset VSpace bigskip
25309 \end_inset
25310
25311 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25312 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25313 \series bold
25314 footmisc
25315 \series default
25316
25317 \begin_inset Index
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321 Paquetages LaTeX ! footmisc
25322 \end_layout
25323
25324 \end_inset
25325
25326
25327 \begin_inset CommandInset citation
25328 LatexCommand cite
25329 key "footmisc"
25330
25331 \end_inset
25332
25333  pour plus d'information à ce sujet.
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25338  voyez les livres sur LaTeX, 
25339 \begin_inset CommandInset citation
25340 LatexCommand cite
25341 key "latexcompanion,latexguide,latexbook"
25342
25343 \end_inset
25344
25345 .
25346 \end_layout
25347
25348 \begin_layout Section
25349 Notes en Marge
25350 \begin_inset Index
25351 status collapsed
25352
25353 \begin_layout Plain Layout
25354 Notes ! Notes en Marge
25355 \end_layout
25356
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Standard
25363 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25364 t de la même façon.
25365  Quand vous insérez une note en marge avec 
25366 \family sans
25367 Insérer\SpecialChar \menuseparator
25368 Note
25369 \begin_inset space ~
25370 \end_inset
25371
25372 en
25373 \begin_inset space ~
25374 \end_inset
25375
25376 Marge
25377 \family default
25378  ou avec le bouton 
25379 \begin_inset Graphics
25380         filename ../../images/marginalnote-insert.png
25381         scale 85
25382         scaleBeforeRotation
25383
25384 \end_inset
25385
25386  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25387  grise avec une étiquette rouge 
25388 \begin_inset Quotes fld
25389 \end_inset
25390
25391 marge
25392 \begin_inset Quotes frd
25393 \end_inset
25394
25395 .
25396  
25397 \begin_inset Marginal
25398 status collapsed
25399
25400 \begin_layout Plain Layout
25401 C'est une note en marge.
25402 \end_layout
25403
25404 \end_inset
25405
25406  Cette boîte est la représentation de votre note dans LyX.
25407  Vous pouvez y entrer votre texte.
25408 \end_layout
25409
25410 \begin_layout Standard
25411 Les notes en marge apparaissent dans la marge de droite dans les documents
25412  imprimées sur une seule face.
25413  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25414  
25415 \begin_inset Quotes eld
25416 \end_inset
25417
25418 extérieure
25419 \begin_inset Quotes erd
25420 \end_inset
25421
25422  -- la gauche sur les pages paires et la droite sur les pages impaires.
25423  Le texte de la note en marge est aligné à l'opposé de la marge externe
25424  -- aligné à droite quand la note apparaît dans la marge de gauche.
25425  La première ligne de la note apparaît à la hauteur de la ligne de texte
25426  où la note a été insérée dans le document.
25427 \end_layout
25428
25429 \begin_layout Standard
25430 \begin_inset VSpace bigskip
25431 \end_inset
25432
25433 Pour placer une note dans la marge interne, ajoutez la commande suivante
25434  :
25435 \end_layout
25436
25437 \begin_layout Standard
25438
25439 \series bold
25440
25441 \backslash
25442 reversemarginpar
25443 \end_layout
25444
25445 \begin_layout Standard
25446 sous forme de code TeX avant votre note de marge.
25447  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25448  qui suivent 
25449 \begin_inset ERT
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453
25454
25455 \backslash
25456 reversemarginpar 
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \begin_inset Marginal
25463 status open
25464
25465 \begin_layout Plain Layout
25466 Cette note en marge est dans la marge interne.
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \series bold
25473
25474 \begin_inset Newline newline
25475 \end_inset
25476
25477
25478 \series default
25479
25480 \begin_inset Note Greyedout
25481 status open
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486 Note:
25487 \series default
25488  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25489  les notes sont souvent mal mises en formes dans la sortie imprimée.
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Pour revenir au positionnement par défaut, ajoutez la commande :
25499 \end_layout
25500
25501 \begin_layout Standard
25502
25503 \series bold
25504
25505 \backslash
25506 normalmarginpar
25507 \end_layout
25508
25509 \begin_layout Standard
25510 sous forme de code TeX.
25511 \begin_inset ERT
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515
25516
25517 \backslash
25518 normalmarginpar 
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \begin_inset Newline newline
25525 \end_inset
25526
25527  
25528 \begin_inset Note Greyedout
25529 status open
25530
25531 \begin_layout Plain Layout
25532
25533 \series bold
25534 Note:
25535 \series default
25536  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25537  
25538 \series bold
25539
25540 \backslash
25541 reversemarginpar
25542 \series default
25543  est aussi utilisée.
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 \begin_inset VSpace bigskip
25553 \end_inset
25554
25555
25556 \begin_inset Marginal
25557 status open
25558
25559 \begin_layout Plain Layout
25560 UnTrèsLongMotEnMarge sans césure.
25561 \end_layout
25562
25563 \end_inset
25564
25565  Comme dans le cas décrit dans la section
25566 \begin_inset space ~
25567 \end_inset
25568
25569
25570 \begin_inset CommandInset ref
25571 LatexCommand ref
25572 reference "sub:Lignes-multiple-dans-cellule"
25573
25574 \end_inset
25575
25576 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25577  mot d'une note en marge.
25578  Pour éviter ce problème, insérez un espacement horizontal de 0
25579 \begin_inset space \thinspace{}
25580 \end_inset
25581
25582 pt avant le mot en question: 
25583 \begin_inset Marginal
25584 status open
25585
25586 \begin_layout Plain Layout
25587 \begin_inset space \hspace{}
25588 \length 0pt
25589 \end_inset
25590
25591 UnMotTrèsLongEnMarge avec une césure.
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \begin_layout Standard
25600 \begin_inset VSpace bigskip
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \begin_inset Note Greyedout
25608 status open
25609
25610 \begin_layout Plain Layout
25611
25612 \series bold
25613 Note:
25614 \series default
25615  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25616  tableaux, des flottants et des notes de bas de page.
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \begin_layout Standard
25625 \begin_inset VSpace bigskip
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \begin_layout Standard
25632 \begin_inset ERT
25633 status collapsed
25634
25635 \begin_layout Plain Layout
25636
25637
25638 \backslash
25639 ifmarginnote
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \begin_inset Note Note
25646 status open
25647
25648 \begin_layout Plain Layout
25649 La section suivante ne sera affichée que si le paquetage LaTeX 
25650 \series bold
25651 marginnote
25652 \series default
25653  a été installé.
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25663 \series bold
25664 marginnote
25665 \series default
25666
25667 \begin_inset Index
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671 Paquetages LaTeX ! marginnote
25672 \end_layout
25673
25674 \end_inset
25675
25676 .
25677  En ajoutant les deux lignes suivantes au préambule de votre document, la
25678  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25679  la commande fournie par le paquetage 
25680 \series bold
25681 marginnote
25682 \series default
25683  :
25684 \end_layout
25685
25686 \begin_layout Standard
25687
25688 \series bold
25689
25690 \backslash
25691 usepackage{marginnote}
25692 \begin_inset Newline newline
25693 \end_inset
25694
25695
25696 \backslash
25697 let
25698 \backslash
25699 marginpar
25700 \backslash
25701 marginnote
25702 \end_layout
25703
25704 \begin_layout Standard
25705 Ce paquetage est aussi utilisé dans ce document parce que 
25706 \series bold
25707 marginnote
25708 \series default
25709  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25710  vertical pour une note.
25711  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25712  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25713  en page.
25714  Le décalage est inséré dans LyX sous forme de code TeX directement après
25715  la note sous la forme
25716 \end_layout
25717
25718 \begin_layout Standard
25719
25720 \series bold
25721 [offset]
25722 \end_layout
25723
25724 \begin_layout Standard
25725 où l'offset utilise l'une des unités listées dans le tableau
25726 \begin_inset space ~
25727 \end_inset
25728
25729
25730 \begin_inset CommandInset ref
25731 LatexCommand ref
25732 reference "cha:Unités-de-longueur"
25733
25734 \end_inset
25735
25736 .
25737  Une valeur négative déplace la note vers le haut, une valeur positive la
25738  déplace vers le bas.
25739  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25740  vers le haut de 1.5
25741 \begin_inset space \thinspace{}
25742 \end_inset
25743
25744 cm avec la commande en code TeX 
25745 \begin_inset Quotes eld
25746 \end_inset
25747
25748
25749 \series bold
25750 [-1.5cm]
25751 \series default
25752
25753 \begin_inset Quotes erd
25754 \end_inset
25755
25756
25757 \begin_inset Marginal
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 Cette note en marge est décalée vers le haut de 1.5
25762 \begin_inset space \thinspace{}
25763 \end_inset
25764
25765 cm par rapport à sa position d'origine.
25766 \end_layout
25767
25768 \end_inset
25769
25770
25771 \begin_inset ERT
25772 status collapsed
25773
25774 \begin_layout Plain Layout
25775
25776 [-1.5cm]
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset VSpace medskip
25786 \end_inset
25787
25788 Avec le paquetage 
25789 \series bold
25790 marginnote
25791 \series default
25792  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25793  Par exemple les commandes 
25794 \end_layout
25795
25796 \begin_layout Standard
25797
25798 \series bold
25799
25800 \backslash
25801 renewcommand*{
25802 \backslash
25803 raggedleftmarginnote}{
25804 \backslash
25805 centering}
25806 \begin_inset Newline newline
25807 \end_inset
25808
25809
25810 \backslash
25811 renewcommand*{
25812 \backslash
25813 raggedrightmarginnote}{
25814 \backslash
25815 centering}
25816 \end_layout
25817
25818 \begin_layout Standard
25819 donnent un alignement centré.
25820  
25821 \series bold
25822
25823 \backslash
25824 raggedleftmarginnote
25825 \series default
25826  indique une note qui apparaît dans la marge de gauche.
25827 \begin_inset ERT
25828 status collapsed
25829
25830 \begin_layout Plain Layout
25831
25832
25833 \backslash
25834 renewcommand*{
25835 \backslash
25836 raggedleftmarginnote}{
25837 \backslash
25838 centering}
25839 \end_layout
25840
25841 \begin_layout Plain Layout
25842
25843
25844 \backslash
25845 renewcommand*{
25846 \backslash
25847 raggedrightmarginnote}{
25848 \backslash
25849 centering}
25850 \end_layout
25851
25852 \end_inset
25853
25854
25855 \begin_inset Marginal
25856 status collapsed
25857
25858 \begin_layout Plain Layout
25859 Le texte de cette note en marge est centré.
25860 \end_layout
25861
25862 \end_inset
25863
25864 .
25865  Le comportement par défaut est donné par
25866 \end_layout
25867
25868 \begin_layout Standard
25869
25870 \series bold
25871
25872 \backslash
25873 renewcommand*{
25874 \backslash
25875 raggedleftmarginnote}{
25876 \backslash
25877 raggedleft}
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881
25882 \backslash
25883 renewcommand*{
25884 \backslash
25885 raggedrightmarginnote}{
25886 \backslash
25887 raggedright}
25888 \series default
25889
25890 \begin_inset ERT
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894
25895
25896 \backslash
25897 renewcommand*{
25898 \backslash
25899 raggedleftmarginnote}{
25900 \backslash
25901 raggedleft}
25902 \end_layout
25903
25904 \begin_layout Plain Layout
25905
25906
25907 \backslash
25908 renewcommand*{
25909 \backslash
25910 raggedrightmarginnote}{
25911 \backslash
25912 raggedright}
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \begin_layout Standard
25921 \begin_inset VSpace medskip
25922 \end_inset
25923
25924 Pour les autre fonctions du paquetage 
25925 \series bold
25926 marginnote
25927 \series default
25928  nous vous renvoyons à sa documentation 
25929 \begin_inset CommandInset citation
25930 LatexCommand cite
25931 key "marginnote"
25932
25933 \end_inset
25934
25935 .
25936 \end_layout
25937
25938 \begin_layout Standard
25939 \begin_inset VSpace bigskip
25940 \end_inset
25941
25942 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
25943  définition.
25944  Pour créer par exemple une entête pour toutes les notes en marge avec le
25945  texte 
25946 \begin_inset Quotes eld
25947 \end_inset
25948
25949
25950 \family sans
25951 \series bold
25952 \bar under
25953 Attention!
25954 \family default
25955 \series default
25956 \bar default
25957
25958 \begin_inset Quotes erd
25959 \end_inset
25960
25961  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
25962  de votre document :
25963 \end_layout
25964
25965 \begin_layout Standard
25966
25967 \series bold
25968
25969 \backslash
25970 let
25971 \backslash
25972 myMarginpar
25973 \backslash
25974 marginpar
25975 \begin_inset Newline newline
25976 \end_inset
25977
25978
25979 \backslash
25980 renewcommand{
25981 \backslash
25982 marginpar}[1]{
25983 \backslash
25984 myMarginpar{%
25985 \begin_inset Newline newline
25986 \end_inset
25987
25988
25989 \begin_inset ERT
25990 status collapsed
25991
25992 \begin_layout Plain Layout
25993
25994
25995 \backslash
25996 hphantom{ }
25997 \end_layout
25998
25999 \end_inset
26000
26001
26002 \backslash
26003 hspace{0pt}
26004 \backslash
26005 textsf{
26006 \backslash
26007 textbf{
26008 \backslash
26009 underbar{Attention!}}}%
26010 \begin_inset Newline newline
26011 \end_inset
26012
26013
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 hphantom{ }
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \backslash
26028 vspace{1.5mm}
26029 \backslash
26030
26031 \backslash
26032 #1}}
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset ERT
26037 status collapsed
26038
26039 \begin_layout Plain Layout
26040
26041
26042 \backslash
26043 let
26044 \backslash
26045 myMarginpar
26046 \backslash
26047 marginpar
26048 \end_layout
26049
26050 \begin_layout Plain Layout
26051
26052
26053 \backslash
26054 renewcommand{
26055 \backslash
26056 marginpar}[1]{
26057 \backslash
26058 myMarginpar{%
26059 \end_layout
26060
26061 \begin_layout Plain Layout
26062
26063    
26064 \backslash
26065 textsf{
26066 \backslash
26067 textbf{
26068 \backslash
26069 underbar{Attention!}}}%
26070 \end_layout
26071
26072 \begin_layout Plain Layout
26073
26074    
26075 \backslash
26076 vspace{1.5mm}
26077 \backslash
26078
26079 \backslash
26080 #1}}
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \begin_inset Marginal
26087 status open
26088
26089 \begin_layout Plain Layout
26090 Ceci est une note en marge avec une en-tête prédéfinie.
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100
26101 [-1.5cm]
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \begin_inset ERT
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111
26112
26113 \backslash
26114 renewcommand{
26115 \backslash
26116 marginpar}[1]{
26117 \backslash
26118 myMarginpar{#1}}
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \begin_inset Note Note
26125 status collapsed
26126
26127 \begin_layout Plain Layout
26128
26129 \lang english
26130 The margin note format is changed only for this example.
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Standard
26139 \begin_inset ERT
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143
26144
26145 \backslash
26146 else
26147 \end_layout
26148
26149 \end_inset
26150
26151
26152 \begin_inset Note Note
26153 status open
26154
26155 \begin_layout Plain Layout
26156 Ce qui suit sera affiché si le paquetage LaTeX 
26157 \series bold
26158 marginnote
26159 \series default
26160  n'est pas installé :
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \begin_layout Standard
26169 Vous devez installer le paquetage LaTeX 
26170 \series bold
26171 marginnote
26172 \series default
26173  pour voir la suite de cette section dans la sortie imprimée.
26174 \end_layout
26175
26176 \begin_layout Standard
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 fi
26185 \end_layout
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \begin_layout Chapter
26193 Les Boîtes
26194 \end_layout
26195
26196 \begin_layout Section
26197 Introduction
26198 \begin_inset Index
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202 Boîtes ! Introduction
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \begin_layout Standard
26211 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26212  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26213  voir la section
26214 \begin_inset space ~
26215 \end_inset
26216
26217
26218 \begin_inset CommandInset ref
26219 LatexCommand ref
26220 reference "sec:Minipages"
26221
26222 \end_inset
26223
26224 , pour encadrer des portions de texte, voir la section
26225 \begin_inset space ~
26226 \end_inset
26227
26228
26229 \begin_inset CommandInset ref
26230 LatexCommand ref
26231 reference "sec:Décorations"
26232
26233 \end_inset
26234
26235 , pour empêcher que des mots subissent une césure, voir la section
26236 \begin_inset space ~
26237 \end_inset
26238
26239
26240 \begin_inset CommandInset ref
26241 LatexCommand ref
26242 reference "sec:Empêcher-césure"
26243
26244 \end_inset
26245
26246 , pour aligner du texte, voir la section
26247 \begin_inset space ~
26248 \end_inset
26249
26250
26251 \begin_inset CommandInset ref
26252 LatexCommand ref
26253 reference "sub:Alignement-Vertical"
26254
26255 \end_inset
26256
26257 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26258 \begin_inset space ~
26259 \end_inset
26260
26261
26262 \begin_inset CommandInset ref
26263 LatexCommand ref
26264 reference "sec:Boîtes-colorées"
26265
26266 \end_inset
26267
26268 .
26269 \end_layout
26270
26271 \begin_layout Standard
26272 On peut insérer une boîte en utilisant le menu 
26273 \family sans
26274 Insérer\SpecialChar \menuseparator
26275 Boîte
26276 \family default
26277  ou avec le bouton 
26278 \begin_inset Graphics
26279         filename ../../images/box-insert.png
26280         scale 85
26281         scaleBeforeRotation
26282
26283 \end_inset
26284
26285  de la barre d'outils.
26286  Une boîte grise avec une étiquette 
26287 \family sans
26288 Boîte
26289 \begin_inset space ~
26290 \end_inset
26291
26292 (Minipage)
26293 \family default
26294
26295 \begin_inset Graphics
26296         filename clipart/BoxInsetDefaultQt4.png
26297         scale 65
26298         scaleBeforeRotation
26299
26300 \end_inset
26301
26302 , est alors insérée.
26303  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26304  La fenêtre de dialogue qui apparaît donne accès aux types de
26305 \family sans
26306  Boîte
26307 \begin_inset space ~
26308 \end_inset
26309
26310 Intérieure
26311 \family default
26312  
26313 \family sans
26314 Parbox
26315 \begin_inset Note Note
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 En attendant un traduction plus correcte NdT
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \family default
26326  et 
26327 \family sans
26328 Minipage
26329 \family default
26330 .
26331  Le type 
26332 \family sans
26333 Minipage
26334 \family default
26335  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26336  dans la section
26337 \begin_inset space ~
26338 \end_inset
26339
26340
26341 \begin_inset CommandInset ref
26342 LatexCommand ref
26343 reference "sec:Minipages"
26344
26345 \end_inset
26346
26347 ; le type 
26348 \family sans
26349 Parbox
26350 \family default
26351  est décrit dans la section
26352 \begin_inset space ~
26353 \end_inset
26354
26355
26356 \begin_inset CommandInset ref
26357 LatexCommand ref
26358 reference "sec:Parboxes"
26359
26360 \end_inset
26361
26362 .
26363 \end_layout
26364
26365 \begin_layout Standard
26366 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26367  comme les flottants ou les notes de bas de page.
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset Note Greyedout
26372 status open
26373
26374 \begin_layout Plain Layout
26375
26376 \series bold
26377 Note:
26378 \series default
26379  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26380  de type 
26381 \family sans
26382 Liste
26383 \family default
26384  ou 
26385 \family sans
26386 Description
26387 \family default
26388 .
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Standard
26397 \begin_inset Note Greyedout
26398 status open
26399
26400 \begin_layout Plain Layout
26401
26402 \series bold
26403 Note:
26404 \series default
26405  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26406 \family sans
26407 Boîte
26408 \begin_inset space ~
26409 \end_inset
26410
26411 Intérieure
26412 \family default
26413  à 
26414 \family sans
26415 Aucune
26416 \family default
26417  que quand vous utilisez une boîte encadrée.
26418  Les boîtes sans 
26419 \family sans
26420 Boîte
26421 \begin_inset space ~
26422 \end_inset
26423
26424 Intérieure
26425 \family default
26426  et sans cadre sont expliquées dans la section
26427 \begin_inset space ~
26428 \end_inset
26429
26430
26431 \begin_inset CommandInset ref
26432 LatexCommand ref
26433 reference "sec:Empêcher-césure"
26434
26435 \end_inset
26436
26437 .
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \begin_layout Section
26446 La fenêtre de dialogue Boîte
26447 \begin_inset CommandInset label
26448 LatexCommand label
26449 name "sec:Boîte-Dialogue"
26450
26451 \end_inset
26452
26453
26454 \begin_inset Index
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458 Boîtes ! Fenêtre de dialogue Boîte
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \begin_layout Subsection
26467 Taille
26468 \begin_inset Index
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 Boîtes ! Taille
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \begin_layout Standard
26481 Dans la fenêtre de dialogue 
26482 \family sans
26483 Paramètres
26484 \begin_inset space ~
26485 \end_inset
26486
26487 de
26488 \begin_inset space ~
26489 \end_inset
26490
26491 Boîte
26492 \family default
26493  vous pouvez modifier la géométrie de la boîte avec les champs 
26494 \family sans
26495 Largeur
26496 \family default
26497  et 
26498 \family sans
26499 Hauteur
26500 \family default
26501 .
26502  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26503  dans le tableau
26504 \begin_inset space ~
26505 \end_inset
26506
26507
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "tab:Unités"
26511
26512 \end_inset
26513
26514 .
26515  Le champ 
26516 \family sans
26517 Hauteur
26518 \family default
26519  offre en plus les spécifications de taille suivantes :
26520 \end_layout
26521
26522 \begin_layout Description
26523 Profondeur C'est simplement la 
26524 \begin_inset Quotes eld
26525 \end_inset
26526
26527 hauteur
26528 \begin_inset Quotes erd
26529 \end_inset
26530
26531  du texte.
26532  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26533  lignes de texte dans la boîte.
26534 \begin_inset Newline newline
26535 \end_inset
26536
26537
26538 \begin_inset Newline newline
26539 \end_inset
26540
26541
26542 \begin_inset Newline newline
26543 \end_inset
26544
26545
26546 \begin_inset Box Boxed
26547 position "c"
26548 hor_pos "c"
26549 has_inner_box 1
26550 inner_pos "c"
26551 use_parbox 0
26552 width "12col%"
26553 special "none"
26554 height "1in"
26555 height_special "depth"
26556 status open
26557
26558 \begin_layout Plain Layout
26559 \align center
26560 Boîte dont la hauteur est égale à 1
26561 \begin_inset space \thinspace{}
26562 \end_inset
26563
26564 Profondeur
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \begin_inset Newline newline
26571 \end_inset
26572
26573
26574 \begin_inset Newline newline
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Description
26581 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26582  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26583  est deux fois plus haute que le texte : 
26584 \begin_inset Box Boxed
26585 position "c"
26586 hor_pos "c"
26587 has_inner_box 1
26588 inner_pos "c"
26589 use_parbox 0
26590 width "20col%"
26591 special "none"
26592 height "2in"
26593 height_special "height"
26594 status open
26595
26596 \begin_layout Plain Layout
26597 \align center
26598 Boîte dont la hauteur est 2
26599 \begin_inset space \thinspace{}
26600 \end_inset
26601
26602 Hauteur
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \begin_layout Description
26611 Hauteur
26612 \begin_inset space ~
26613 \end_inset
26614
26615 Totale C'est égal à Hauteur
26616 \begin_inset space \thinspace{}
26617 \end_inset
26618
26619 +
26620 \begin_inset space \thinspace{}
26621 \end_inset
26622
26623 Profondeur : 
26624 \begin_inset Box Boxed
26625 position "c"
26626 hor_pos "c"
26627 has_inner_box 1
26628 inner_pos "c"
26629 use_parbox 0
26630 width "20col%"
26631 special "none"
26632 height "1in"
26633 height_special "totalheight"
26634 status open
26635
26636 \begin_layout Plain Layout
26637 \align center
26638 Boîte dont la hauteur est 1
26639 \begin_inset space \thinspace{}
26640 \end_inset
26641
26642 Hauteur
26643 \begin_inset space ~
26644 \end_inset
26645
26646 Totale
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Description
26655 Largeur On prend la largeur de la boîte comme hauteur : 
26656 \begin_inset Box Boxed
26657 position "c"
26658 hor_pos "c"
26659 has_inner_box 1
26660 inner_pos "c"
26661 use_parbox 0
26662 width "12col%"
26663 special "none"
26664 height "1in"
26665 height_special "width"
26666 status open
26667
26668 \begin_layout Plain Layout
26669 \align center
26670 Boîte dont la hauteur est 1
26671 \begin_inset space \thinspace{}
26672 \end_inset
26673
26674 Largeur
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \begin_layout Subsection
26683 Alignement
26684 \begin_inset Index
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688 Boîtes ! Alignement
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \begin_layout Standard
26697 Quand vous avez choisi une 
26698 \family sans
26699 Boîte
26700 \begin_inset space ~
26701 \end_inset
26702
26703 Intérieure
26704 \family default
26705 , l'alignement vertical de la boîte peut être :
26706 \end_layout
26707
26708 \begin_layout Description
26709 Haut Ceci est un exemple de texte.
26710  
26711 \begin_inset Box Boxed
26712 position "t"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "c"
26716 use_parbox 0
26717 width "12col%"
26718 special "none"
26719 height "1in"
26720 height_special "totalheight"
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 Cette boîte est alignée sur le haut.
26726 \end_layout
26727
26728 \end_inset
26729
26730  Ceci est un exemple de texte.
26731 \end_layout
26732
26733 \begin_layout Description
26734 Milieu Ceci est un exemple de texte.
26735  
26736 \begin_inset Box Boxed
26737 position "c"
26738 hor_pos "c"
26739 has_inner_box 1
26740 inner_pos "c"
26741 use_parbox 0
26742 width "12col%"
26743 special "none"
26744 height "1in"
26745 height_special "totalheight"
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 \align center
26750 Cette boîte est alignée au centre.
26751 \end_layout
26752
26753 \end_inset
26754
26755  Ceci est un exemple de texte.
26756 \end_layout
26757
26758 \begin_layout Description
26759 Bas Ceci est un exemple de texte.
26760  
26761 \begin_inset Box Boxed
26762 position "b"
26763 hor_pos "c"
26764 has_inner_box 1
26765 inner_pos "c"
26766 use_parbox 0
26767 width "12col%"
26768 special "none"
26769 height "1in"
26770 height_special "totalheight"
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774 \align center
26775 Cette boîte est alignée sur le bas.
26776 \end_layout
26777
26778 \end_inset
26779
26780  Ceci est un exemple de texte.
26781 \end_layout
26782
26783 \begin_layout Standard
26784 \begin_inset Note Greyedout
26785 status open
26786
26787 \begin_layout Plain Layout
26788
26789 \series bold
26790 Note:
26791 \series default
26792  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26793  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26794  l'autre non.
26795 \end_layout
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \begin_layout Standard
26803 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26804  paragraphe grâce à la fenêtre de dialogue 
26805 \family sans
26806 Paramètres
26807 \begin_inset space ~
26808 \end_inset
26809
26810 de
26811 \begin_inset space ~
26812 \end_inset
26813
26814 Boîte
26815 \family default
26816 .
26817 \end_layout
26818
26819 \begin_layout Standard
26820 \begin_inset VSpace bigskip
26821 \end_inset
26822
26823 Quand vous avez choisi une 
26824 \family sans
26825 Boîte
26826 \begin_inset space ~
26827 \end_inset
26828
26829 Intérieure
26830 \family default
26831 , l'alignement vertical du contenu de la boîte peut être :
26832 \end_layout
26833
26834 \begin_layout Description
26835 haut Ceci est un exemple de texte.
26836 \begin_inset Box Boxed
26837 position "c"
26838 hor_pos "c"
26839 has_inner_box 1
26840 inner_pos "t"
26841 use_parbox 0
26842 width "12col%"
26843 special "none"
26844 height "1.5in"
26845 height_special "totalheight"
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 \align center
26850 Le texte de cette boîte est aligné sur le haut.
26851 \end_layout
26852
26853 \end_inset
26854
26855  Ceci est un exemple de texte.
26856 \end_layout
26857
26858 \begin_layout Description
26859 milieu Ceci est un exemple de texte.
26860  
26861 \begin_inset Box Boxed
26862 position "c"
26863 hor_pos "c"
26864 has_inner_box 1
26865 inner_pos "c"
26866 use_parbox 0
26867 width "12col%"
26868 special "none"
26869 height "1.5in"
26870 height_special "totalheight"
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 \align center
26875 Le texte de cette boîte est aligné au centre
26876 \end_layout
26877
26878 \end_inset
26879
26880  Ceci est un exemple de texte.
26881 \end_layout
26882
26883 \begin_layout Description
26884 bas Ceci est un exemple de texte.
26885  
26886 \begin_inset Box Boxed
26887 position "c"
26888 hor_pos "c"
26889 has_inner_box 1
26890 inner_pos "b"
26891 use_parbox 0
26892 width "12col%"
26893 special "none"
26894 height "1.5in"
26895 height_special "totalheight"
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899 \align center
26900 Le texte de cette boîte est aligné en bas.
26901 \end_layout
26902
26903 \end_inset
26904
26905  Ceci est un exemple de texte.
26906 \end_layout
26907
26908 \begin_layout Description
26909 élongation Ceci est un exemple de texte.
26910  
26911 \begin_inset Box Boxed
26912 position "c"
26913 hor_pos "c"
26914 has_inner_box 1
26915 inner_pos "s"
26916 use_parbox 0
26917 width "12col%"
26918 special "none"
26919 height "1.5in"
26920 height_special "totalheight"
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924 \align center
26925 Le texte 
26926 \end_layout
26927
26928 \begin_layout Plain Layout
26929 \align center
26930 de cette
26931 \end_layout
26932
26933 \begin_layout Plain Layout
26934 \align center
26935 boîte est
26936 \end_layout
26937
26938 \begin_layout Plain Layout
26939 \align center
26940 allongé.
26941 \end_layout
26942
26943 \end_inset
26944
26945  Ceci est un exemple de texte.
26946 \end_layout
26947
26948 \begin_layout Standard
26949 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
26950  paragraphe.
26951  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
26952 \end_layout
26953
26954 \begin_layout Standard
26955 \begin_inset VSpace bigskip
26956 \end_inset
26957
26958 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
26959  la fenêtre de dialogue 
26960 \family sans
26961 Paramètres
26962 \begin_inset space ~
26963 \end_inset
26964
26965 de
26966 \begin_inset space ~
26967 \end_inset
26968
26969 paragraphe
26970 \family default
26971  quand vous avez choisi une 
26972 \family sans
26973 Boîte
26974 \begin_inset space ~
26975 \end_inset
26976
26977 Intérieure
26978 \family default
26979 .
26980 \end_layout
26981
26982 \begin_layout Standard
26983 \align center
26984 \begin_inset Box Boxed
26985 position "c"
26986 hor_pos "c"
26987 has_inner_box 1
26988 inner_pos "s"
26989 use_parbox 0
26990 width "15col%"
26991 special "none"
26992 height "1.25in"
26993 height_special "totalheight"
26994 status open
26995
26996 \begin_layout Plain Layout
26997 \align left
26998 Le texte de 
26999 \end_layout
27000
27001 \begin_layout Plain Layout
27002 \align left
27003 cette boîte
27004 \end_layout
27005
27006 \begin_layout Plain Layout
27007 \align right
27008 est allongé.
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Standard
27017 Si vous n'avez pas choisi une 
27018 \family sans
27019 Boîte
27020 \begin_inset space ~
27021 \end_inset
27022
27023 Intérieure
27024 \family default
27025 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27026  de dialogue de boîte.
27027 \end_layout
27028
27029 \begin_layout Standard
27030 \align center
27031 \begin_inset Box Boxed
27032 position "c"
27033 hor_pos "s"
27034 has_inner_box 0
27035 inner_pos "s"
27036 use_parbox 0
27037 width "90col%"
27038 special "none"
27039 height "1.25in"
27040 height_special "totalheight"
27041 status open
27042
27043 \begin_layout Plain Layout
27044 \align left
27045 Le texte de cette boîte est allongé horizontalement.
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \end_layout
27052
27053 \begin_layout Subsection
27054 Décorations
27055 \begin_inset CommandInset label
27056 LatexCommand label
27057 name "sec:Décorations"
27058
27059 \end_inset
27060
27061
27062 \begin_inset Index
27063 status open
27064
27065 \begin_layout Plain Layout
27066 Boîtes ! Décorations
27067 \end_layout
27068
27069 \end_inset
27070
27071
27072 \end_layout
27073
27074 \begin_layout Standard
27075 On peut spécifier le style de la boîte en utilisant la liste déroulante
27076  
27077 \family sans
27078 Décoration
27079 \family default
27080 .
27081  Les possibilités sont les suivantes :
27082 \end_layout
27083
27084 \begin_layout Description
27085 Cadre
27086 \begin_inset space ~
27087 \end_inset
27088
27089 simple Ceci dessine un cadre rectangulaire autour de la boîte.
27090  L'épaisseur du trait de ce cadre est donnée par la variable  
27091 \series bold
27092
27093 \backslash
27094 fboxrule
27095 \series default
27096 .
27097  
27098 \begin_inset Box Boxed
27099 position "c"
27100 hor_pos "c"
27101 has_inner_box 1
27102 inner_pos "c"
27103 use_parbox 0
27104 width "20col%"
27105 special "none"
27106 height "1in"
27107 height_special "totalheight"
27108 status open
27109
27110 \begin_layout Plain Layout
27111 \align center
27112 Boîte rectangulaire
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \begin_layout Description
27121 Cadre
27122 \begin_inset space ~
27123 \end_inset
27124
27125 simple,
27126 \begin_inset space ~
27127 \end_inset
27128
27129 sauts
27130 \begin_inset space ~
27131 \end_inset
27132
27133 de
27134 \begin_inset space ~
27135 \end_inset
27136
27137 page Quand vous utilisez le style de décoration 
27138 \family sans
27139 cadre simple
27140 \family default
27141  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
27142  de la boîte.
27143  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
27144  predra toute la largeur de la colonne, la boîte sera considérée comme son
27145  propre paragraphe et 
27146 \series bold
27147
27148 \backslash
27149 fboxrule
27150 \series default
27151  et 
27152 \series bold
27153
27154 \backslash
27155 fboxsep
27156 \series default
27157  n'ont aucun effet sur ce type de boîte.
27158  L'épaisseur de la ligne du cadre a la valeur de 
27159 \series bold
27160
27161 \backslash
27162 FrameRule
27163 \series default
27164 .
27165  
27166 \lang english
27167
27168 \begin_inset Box Framed
27169 position "t"
27170 hor_pos "c"
27171 has_inner_box 0
27172 inner_pos "t"
27173 use_parbox 0
27174 width "100col%"
27175 special "none"
27176 height "1in"
27177 height_special "totalheight"
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181 Boîte avec cadre simple et sauts de page
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \begin_layout Description
27190 Cadre
27191 \begin_inset space ~
27192 \end_inset
27193
27194 oval,
27195 \begin_inset space ~
27196 \end_inset
27197
27198 fin Ceci dessine un cadre ovalisée autour de la boîte.
27199  L'épaisseur du trait de ce cadre est de  0.4
27200 \begin_inset space \thinspace{}
27201 \end_inset
27202
27203 pt.
27204  
27205 \begin_inset Box ovalbox
27206 position "c"
27207 hor_pos "c"
27208 has_inner_box 1
27209 inner_pos "c"
27210 use_parbox 0
27211 width "20col%"
27212 special "none"
27213 height "1in"
27214 height_special "totalheight"
27215 status open
27216
27217 \begin_layout Plain Layout
27218 \align center
27219 Boîte ovalisée, fine
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Description
27228 Cadre
27229 \begin_inset space ~
27230 \end_inset
27231
27232 oval,
27233 \begin_inset space ~
27234 \end_inset
27235
27236 épais Ceci dessine un cadre ovalisée autour de la boîte.
27237  L'épaisseur du trait de ce cadre est de   0.8
27238 \begin_inset space \thinspace{}
27239 \end_inset
27240
27241 pt.
27242  
27243 \begin_inset Box Ovalbox
27244 position "c"
27245 hor_pos "c"
27246 has_inner_box 1
27247 inner_pos "c"
27248 use_parbox 0
27249 width "20col%"
27250 special "none"
27251 height "1in"
27252 height_special "totalheight"
27253 status open
27254
27255 \begin_layout Plain Layout
27256 \align center
27257 Boîte ovalisée, épaisse
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \begin_layout Description
27266 Ombre
27267 \begin_inset space ~
27268 \end_inset
27269
27270 en
27271 \begin_inset space ~
27272 \end_inset
27273
27274 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27275  L'épaisseur du trait de ce cadre est donnée par la variable  
27276 \series bold
27277
27278 \backslash
27279 fboxrule
27280 \series default
27281 , l'ombre a une épaisseur de  4
27282 \begin_inset space \thinspace{}
27283 \end_inset
27284
27285 pt.
27286  
27287 \begin_inset Box Shadowbox
27288 position "c"
27289 hor_pos "c"
27290 has_inner_box 1
27291 inner_pos "c"
27292 use_parbox 0
27293 width "20col%"
27294 special "none"
27295 height "1in"
27296 height_special "totalheight"
27297 status open
27298
27299 \begin_layout Plain Layout
27300 \align center
27301 Boîte ombrée
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Description
27310 Fond
27311 \begin_inset space ~
27312 \end_inset
27313
27314 ombré Ceci dessine une boîte avec un arrière plan rouge.
27315  Contrairement aux boîtes coloriées
27316 \begin_inset Foot
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320 Voir la section
27321 \begin_inset space ~
27322 \end_inset
27323
27324
27325 \begin_inset CommandInset ref
27326 LatexCommand ref
27327 reference "sec:Boîtes-colorées"
27328
27329 \end_inset
27330
27331 .
27332 \end_layout
27333
27334 \end_inset
27335
27336 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
27337  son propre paragraphe.
27338 \lang english
27339
27340 \begin_inset Box Shaded
27341 position "t"
27342 hor_pos "c"
27343 has_inner_box 0
27344 inner_pos "t"
27345 use_parbox 0
27346 width "50col%"
27347 special "none"
27348 height "1in"
27349 height_special "totalheight"
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353 Boîte avec fond ombré
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \begin_layout Description
27362 Double
27363 \begin_inset space ~
27364 \end_inset
27365
27366 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27367  L'épaisseur du trait du cadre interne est de 0.75
27368 \begin_inset space \thinspace{}
27369 \end_inset
27370
27371
27372 \series bold
27373
27374 \backslash
27375 fboxrule
27376 \series default
27377 , l'épaisseur du trait du cadre externe est de 1.5
27378 \begin_inset space \thinspace{}
27379 \end_inset
27380
27381
27382 \series bold
27383
27384 \backslash
27385 fboxrule
27386 \series default
27387 .
27388  La distance entre les deux cadres est de  1.5
27389 \begin_inset space \thinspace{}
27390 \end_inset
27391
27392
27393 \series bold
27394
27395 \backslash
27396 fboxrule
27397 \series default
27398
27399 \begin_inset space \thinspace{}
27400 \end_inset
27401
27402 +
27403 \begin_inset space \thinspace{}
27404 \end_inset
27405
27406 0.5
27407 \begin_inset space \thinspace{}
27408 \end_inset
27409
27410 pt.
27411  
27412 \begin_inset Box Doublebox
27413 position "c"
27414 hor_pos "c"
27415 has_inner_box 1
27416 inner_pos "c"
27417 use_parbox 0
27418 width "20col%"
27419 special "none"
27420 height "1in"
27421 height_special "totalheight"
27422 status open
27423
27424 \begin_layout Plain Layout
27425 \align center
27426 Boîte double
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435 \begin_inset VSpace bigskip
27436 \end_inset
27437
27438 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27439  style de boîte utilisé.
27440  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27441  le paquetage LaTeX 
27442 \series bold
27443 fancybox
27444 \series default
27445
27446 \begin_inset Index
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450 Paquetages LaTeX ! fancybox
27451 \end_layout
27452
27453 \end_inset
27454
27455 .
27456 \end_layout
27457
27458 \begin_layout Section
27459 Personnalisation des boîtes
27460 \begin_inset Index
27461 status open
27462
27463 \begin_layout Plain Layout
27464 Boîtes! Personnalisation
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \begin_layout Standard
27473 La valeur par défaut pour la variable 
27474 \series bold
27475
27476 \backslash
27477 fboxrule
27478 \series default
27479  est 0.4
27480 \begin_inset space \thinspace{}
27481 \end_inset
27482
27483 pt.
27484  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27485  pour avoir 2
27486 \begin_inset space \thinspace{}
27487 \end_inset
27488
27489 pt :
27490 \end_layout
27491
27492 \begin_layout Standard
27493
27494 \series bold
27495
27496 \backslash
27497 setlength{
27498 \backslash
27499 fboxrule}{2pt}
27500 \end_layout
27501
27502 \begin_layout Standard
27503 \begin_inset ERT
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507
27508
27509 \backslash
27510 setlength{
27511 \backslash
27512 fboxrule}{2pt}
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \begin_inset Box Boxed
27519 position "c"
27520 hor_pos "c"
27521 has_inner_box 1
27522 inner_pos "c"
27523 use_parbox 0
27524 width "25col%"
27525 special "none"
27526 height "1in"
27527 height_special "totalheight"
27528 status open
27529
27530 \begin_layout Plain Layout
27531 \align center
27532 Boîte rectangulaire avec 
27533 \series bold
27534
27535 \backslash
27536 fboxrule
27537 \series default
27538
27539 \begin_inset space \thinspace{}
27540 \end_inset
27541
27542 =
27543 \begin_inset space \thinspace{}
27544 \end_inset
27545
27546 2
27547 \begin_inset space \thinspace{}
27548 \end_inset
27549
27550 pt
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 setlength{
27564 \backslash
27565 fboxrule}{0.4pt}
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \begin_layout Standard
27574 \begin_inset VSpace bigskip
27575 \end_inset
27576
27577 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27578  les types de cadres, par défaut il est de 3
27579 \begin_inset space \thinspace{}
27580 \end_inset
27581
27582 pt.
27583  Vous pouvez le modifier en donnant une autre valeur à la variable 
27584 \series bold
27585
27586 \backslash
27587 fboxsep
27588 \series default
27589 .
27590  Par exemple la commande
27591 \end_layout
27592
27593 \begin_layout Standard
27594
27595 \series bold
27596
27597 \backslash
27598 setlength{
27599 \backslash
27600 fboxsep}{10pt}
27601 \end_layout
27602
27603 \begin_layout Standard
27604 met une valeur de 10
27605 \begin_inset space \thinspace{}
27606 \end_inset
27607
27608 pt, comme celle utilisée pour cette boîte :
27609 \end_layout
27610
27611 \begin_layout Standard
27612 \begin_inset ERT
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616
27617
27618 \backslash
27619 setlength{
27620 \backslash
27621 fboxsep}{10pt}
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \begin_inset Box Boxed
27628 position "c"
27629 hor_pos "c"
27630 has_inner_box 1
27631 inner_pos "c"
27632 use_parbox 0
27633 width "25col%"
27634 special "none"
27635 height "1in"
27636 height_special "totalheight"
27637 status open
27638
27639 \begin_layout Plain Layout
27640 \align center
27641 Boîte rectangulaire avec 
27642 \series bold
27643
27644 \backslash
27645 fboxsep
27646 \series default
27647
27648 \begin_inset space \thinspace{}
27649 \end_inset
27650
27651 =
27652 \begin_inset space \thinspace{}
27653 \end_inset
27654
27655 10
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 pt
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \begin_inset ERT
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669
27670
27671 \backslash
27672 setlength{
27673 \backslash
27674 fboxsep}{3pt}
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Standard
27683 \begin_inset VSpace bigskip
27684 \end_inset
27685
27686 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27687  la commande 
27688 \series bold
27689
27690 \backslash
27691 cornersize
27692 \series default
27693 .
27694  Par exemple, la commande
27695 \end_layout
27696
27697 \begin_layout Standard
27698
27699 \series bold
27700
27701 \backslash
27702 cornersize*{1cm}
27703 \end_layout
27704
27705 \begin_layout Standard
27706 donne un diamètre de 1
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 cm.
27711  La commande
27712 \end_layout
27713
27714 \begin_layout Standard
27715
27716 \series bold
27717
27718 \backslash
27719 cornersize{num}
27720 \end_layout
27721
27722 \begin_layout Standard
27723 fixe le diamètre à 
27724 \family sans
27725 num
27726 \begin_inset space \thinspace{}
27727 \end_inset
27728
27729 ×
27730 \begin_inset space \thinspace{}
27731 \end_inset
27732
27733 minimum(largeur et hauteur de la boîte)
27734 \family default
27735 .
27736  La valeur par défaut est 
27737 \series bold
27738
27739 \backslash
27740 cornersize{0.5}
27741 \series default
27742 .
27743 \end_layout
27744
27745 \begin_layout Standard
27746 \begin_inset ERT
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750
27751
27752 \backslash
27753 cornersize*{1.5cm}
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \begin_inset Box Ovalbox
27760 position "c"
27761 hor_pos "c"
27762 has_inner_box 1
27763 inner_pos "c"
27764 use_parbox 0
27765 width "25col%"
27766 special "none"
27767 height "1in"
27768 height_special "totalheight"
27769 status open
27770
27771 \begin_layout Plain Layout
27772 \align center
27773 Boîte ovale avec 
27774 \series bold
27775
27776 \backslash
27777 cornersize
27778 \series default
27779
27780 \begin_inset space \thinspace{}
27781 \end_inset
27782
27783 =
27784 \begin_inset space \thinspace{}
27785 \end_inset
27786
27787 1.5
27788 \begin_inset space \thinspace{}
27789 \end_inset
27790
27791 cm
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \begin_inset ERT
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801
27802
27803 \backslash
27804 cornersize{0.5}
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Standard
27813 \begin_inset VSpace bigskip
27814 \end_inset
27815
27816 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27817  
27818 \series bold
27819
27820 \backslash
27821 shadowsize
27822 \series default
27823 .
27824  Elle est fixée à 2
27825 \begin_inset space \thinspace{}
27826 \end_inset
27827
27828 pt pour la boîte suivante par la commande :
27829 \end_layout
27830
27831 \begin_layout Standard
27832
27833 \series bold
27834
27835 \backslash
27836 setlength{
27837 \backslash
27838 shadowsize}{2pt}
27839 \end_layout
27840
27841 \begin_layout Standard
27842 \begin_inset ERT
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846
27847
27848 \backslash
27849 setlength{
27850 \backslash
27851 shadowsize}{2pt}
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \begin_inset Box Shadowbox
27858 position "c"
27859 hor_pos "c"
27860 has_inner_box 1
27861 inner_pos "c"
27862 use_parbox 0
27863 width "25col%"
27864 special "none"
27865 height "1in"
27866 height_special "totalheight"
27867 status open
27868
27869 \begin_layout Plain Layout
27870 \align center
27871 Boîte ombrée avec 
27872 \series bold
27873
27874 \backslash
27875 shadowsize
27876 \series default
27877
27878 \begin_inset space \thinspace{}
27879 \end_inset
27880
27881 =
27882 \begin_inset space \thinspace{}
27883 \end_inset
27884
27885 2
27886 \begin_inset space \thinspace{}
27887 \end_inset
27888
27889 pt
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \begin_inset ERT
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899
27900
27901 \backslash
27902 setlength{
27903 \backslash
27904 shadowsize}{4pt}
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Standard
27913 \begin_inset VSpace bigskip
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Standard
27920 La valeur par défaut pour la longueur 
27921 \series bold
27922
27923 \backslash
27924 FrameRule
27925 \series default
27926  est 0,4
27927 \begin_inset space \thinspace{}
27928 \end_inset
27929
27930 pt.
27931  L'espacement par défaut entre le contenu de la note et le cadre est de
27932  9
27933 \begin_inset space \thinspace{}
27934 \end_inset
27935
27936 pt et il peut être modifié en utilisant la valeur de 
27937 \series bold
27938
27939 \backslash
27940 FrameSep
27941 \series default
27942 .
27943  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
27944  suivantes en code TeX
27945 \end_layout
27946
27947 \begin_layout Standard
27948
27949 \series bold
27950
27951 \backslash
27952 setlength{
27953 \backslash
27954 FrameRule}{5pt}
27955 \begin_inset Newline newline
27956 \end_inset
27957
27958
27959 \backslash
27960 setlength{
27961 \backslash
27962 FrameSep}{0.5cm}
27963 \end_layout
27964
27965 \begin_layout Standard
27966
27967 \lang english
27968 \begin_inset ERT
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972
27973
27974 \backslash
27975 setlength{
27976 \backslash
27977 FrameRule}{5pt}
27978 \end_layout
27979
27980 \begin_layout Plain Layout
27981
27982
27983 \backslash
27984 setlength{
27985 \backslash
27986 FrameSep}{0.5cm}
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \begin_inset Box Framed
27993 position "t"
27994 hor_pos "c"
27995 has_inner_box 0
27996 inner_pos "t"
27997 use_parbox 0
27998 width "100col%"
27999 special "none"
28000 height "1in"
28001 height_special "totalheight"
28002 status open
28003
28004 \begin_layout Plain Layout
28005 Ceci est un texte dans une boîte autorisant les 
28006 \family sans
28007 sauts de page
28008 \family default
28009 .
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \begin_inset ERT
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019
28020
28021 \backslash
28022 setlength{
28023 \backslash
28024 FrameRule}{0.4pt}
28025 \end_layout
28026
28027 \begin_layout Plain Layout
28028
28029
28030 \backslash
28031 setlength{
28032 \backslash
28033 FrameSep}{9pt}
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \end_layout
28040
28041 \begin_layout Standard
28042
28043 \lang english
28044 \begin_inset VSpace bigskip
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 Pour les bôites à 
28052 \family sans
28053 Fond
28054 \begin_inset space ~
28055 \end_inset
28056
28057 ombré
28058 \family default
28059 , l'espacement par défaut entre le contenu de la boîte et son cadre est
28060  de 3
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 pt et il peut être modifié avec la valeur de 
28065 \series bold
28066
28067 \backslash
28068 fboxsep
28069 \series default
28070 .
28071  La couleur rouge utilisée par défaut pour le fond peut soit être modifiée
28072  localement avec la commande 
28073 \series bold
28074
28075 \backslash
28076 definecolor{shadebox}
28077 \series default
28078 , soit globalement avec le menu 
28079 \family sans
28080 Outils\SpecialChar \menuseparator
28081 Préférences
28082 \family default
28083 \SpecialChar \menuseparator
28084
28085 \family sans
28086 Couleurs\SpecialChar \menuseparator
28087 boîte
28088 \begin_inset space ~
28089 \end_inset
28090
28091 ombrée
28092 \family default
28093 .
28094  La syntaxe de la commande 
28095 \series bold
28096
28097 \backslash
28098 definecolor
28099 \series default
28100  est expliquée dans la section
28101 \begin_inset space ~
28102 \end_inset
28103
28104
28105 \begin_inset CommandInset ref
28106 LatexCommand ref
28107 reference "sec:Tableaux-Colorés"
28108
28109 \end_inset
28110
28111
28112 \begin_inset Foot
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 Notez que l'utilisation de 
28117 \series bold
28118
28119 \backslash
28120 definecolor
28121 \series default
28122  ne peut se faire sans le paquetage LaTeX 
28123 \series bold
28124 color
28125 \series default
28126  dans le préambule, voir la section
28127 \begin_inset space ~
28128 \end_inset
28129
28130
28131 \begin_inset CommandInset ref
28132 LatexCommand ref
28133 reference "sec:Boîtes-colorées"
28134
28135 \end_inset
28136
28137 .
28138  
28139 \end_layout
28140
28141 \end_inset
28142
28143 .
28144 \end_layout
28145
28146 \begin_layout Standard
28147 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
28148  les commandes en code TeX suivantes
28149 \end_layout
28150
28151 \begin_layout Standard
28152
28153 \series bold
28154
28155 \backslash
28156 setlength{
28157 \backslash
28158 fboxsep}{0.5cm}
28159 \series default
28160
28161 \begin_inset Newline newline
28162 \end_inset
28163
28164
28165 \series bold
28166
28167 \backslash
28168 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28169 \end_layout
28170
28171 \begin_layout Standard
28172
28173 \lang english
28174 \begin_inset ERT
28175 status collapsed
28176
28177 \begin_layout Plain Layout
28178
28179
28180 \backslash
28181 setlength{
28182 \backslash
28183 fboxsep}{0.5cm}
28184 \end_layout
28185
28186 \begin_layout Plain Layout
28187
28188
28189 \backslash
28190 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \begin_inset Box Shaded
28197 position "t"
28198 hor_pos "c"
28199 has_inner_box 0
28200 inner_pos "t"
28201 use_parbox 0
28202 width "100col%"
28203 special "none"
28204 height "1in"
28205 height_special "totalheight"
28206 status open
28207
28208 \begin_layout Plain Layout
28209
28210 \color yellow
28211 Ceci est un texte jaune dans une boîte à 
28212 \family sans
28213 Fond
28214 \begin_inset space ~
28215 \end_inset
28216
28217 ombré
28218 \family default
28219 \color inherit
28220  
28221 \color yellow
28222 avec un fond vert foncé.
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233
28234 \backslash
28235 setlength{
28236 \backslash
28237 fboxsep}{3pt}
28238 \end_layout
28239
28240 \begin_layout Plain Layout
28241
28242
28243 \backslash
28244 definecolor{shadecolor}{rgb}{1,0,0}
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253
28254 \lang english
28255 \begin_inset VSpace bigskip
28256 \end_inset
28257
28258
28259 \end_layout
28260
28261 \begin_layout Standard
28262 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28263  les boîtes qui suivent la commandes qui les a changées.
28264 \end_layout
28265
28266 \begin_layout Section
28267 Minipages
28268 \begin_inset CommandInset label
28269 LatexCommand label
28270 name "sec:Minipages"
28271
28272 \end_inset
28273
28274
28275 \begin_inset Index
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 Boîtes ! Minipages
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \begin_layout Standard
28288 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28289 ur d'une page.
28290  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28291  règles d'indentation, de saut de ligne, etc.
28292  s'appliquent.
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28297  langues.
28298 \end_layout
28299
28300 \begin_layout Standard
28301 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28302  Leur largeur est fixée à 45
28303 \begin_inset space \thinspace{}
28304 \end_inset
28305
28306 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28307  via le menu 
28308 \family sans
28309 Insérer\SpecialChar \menuseparator
28310 Typographie
28311 \begin_inset space ~
28312 \end_inset
28313
28314 spéciale\SpecialChar \menuseparator
28315 Ressort
28316 \begin_inset space ~
28317 \end_inset
28318
28319 Horizontal
28320 \family default
28321 .
28322 \end_layout
28323
28324 \begin_layout Standard
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329
28330 \lang english
28331 \begin_inset Box Frameless
28332 position "t"
28333 hor_pos "c"
28334 has_inner_box 1
28335 inner_pos "c"
28336 use_parbox 0
28337 width "45col%"
28338 special "none"
28339 height "1in"
28340 height_special "totalheight"
28341 status open
28342
28343 \begin_layout Plain Layout
28344
28345 \lang german
28346 Dies ist ein deutscher Text.
28347  Dies ist ein deutscher Text.
28348  Dies ist ein deutscher Text.
28349  Dies ist ein deutscher Text.
28350  Dies ist ein deutscher Text.
28351  Dies ist ein deutscher Text.
28352  Dies ist ein deutscher Text.
28353  Dies ist ein deutscher Text.
28354  Dies ist ein deutscher Text.
28355  Dies ist ein deutscher Text.
28356  Dies ist ein deutscher Text.
28357  Dies ist ein deutscher Text.
28358  Dies ist ein deutscher Text
28359 \begin_inset Foot
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363
28364 \lang german
28365 Dies ist eine deutsche Fußnote.
28366 \end_layout
28367
28368 \end_inset
28369
28370 .
28371  Dies ist ein deutscher Text.
28372  Dies ist ein deutscher Text.
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \begin_inset space \hfill{}
28379 \end_inset
28380
28381
28382 \begin_inset Box Frameless
28383 position "t"
28384 hor_pos "c"
28385 has_inner_box 1
28386 inner_pos "c"
28387 use_parbox 0
28388 width "45col%"
28389 special "none"
28390 height "1in"
28391 height_special "totalheight"
28392 status open
28393
28394 \begin_layout Plain Layout
28395
28396 \lang english
28397 This is an English Text.
28398  This is an English Text.
28399  This is an English Text.
28400  This is an English Text.
28401  This is an English Text.
28402  This is an English Text.
28403  This is an English Text.
28404  This is an English Text.
28405  This is an English Text.
28406  This is an English Text.
28407  This is an English Text.
28408  This is an English Text.
28409  This is an English Text.
28410  This is an English Text.
28411  This is an English Text.
28412  This is an English Text.
28413 \begin_inset Foot
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417
28418 \lang english
28419 This is an English footnote.
28420 \end_layout
28421
28422 \end_inset
28423
28424  This is an English Text.
28425  
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Standard
28434 \begin_inset VSpace bigskip
28435 \end_inset
28436
28437 Une autre application des minipages est l'ajout de notes de bas de page
28438  à l'intérieur d'un tableau.
28439  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28440  dans un tableau n'apparaissent pas en bas de la page courante.
28441  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28442  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28443  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28444  dehors des minipages.
28445 \end_layout
28446
28447 \begin_layout Standard
28448 Les notes de bas de page de ce tableau n'apparaissent pas : 
28449 \begin_inset Tabular
28450 <lyxtabular version="3" rows="3" columns="4">
28451 <features>
28452 <column alignment="center" valignment="top" width="0pt">
28453 <column alignment="center" valignment="top" width="0pt">
28454 <column alignment="center" valignment="top" width="0pt">
28455 <column alignment="center" valignment="top" width="0pt">
28456 <row>
28457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Plain Layout
28461 1
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 2
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 3
28480 \begin_inset Foot
28481 status open
28482
28483 \begin_layout Plain Layout
28484 Ceci est une note de bas de page à l'intérieur d'un tableau.
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498 4
28499 \end_layout
28500
28501 \end_inset
28502 </cell>
28503 </row>
28504 <row>
28505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28506 \begin_inset Text
28507
28508 \begin_layout Plain Layout
28509 a
28510 \end_layout
28511
28512 \end_inset
28513 </cell>
28514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28515 \begin_inset Text
28516
28517 \begin_layout Plain Layout
28518 b
28519 \end_layout
28520
28521 \end_inset
28522 </cell>
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527 c
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Plain Layout
28536 d
28537 \end_layout
28538
28539 \end_inset
28540 </cell>
28541 </row>
28542 <row>
28543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 e
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 f
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 g
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 h
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 </row>
28580 </lyxtabular>
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Standard
28588 \align center
28589 \begin_inset Box Frameless
28590 position "t"
28591 hor_pos "c"
28592 has_inner_box 1
28593 inner_pos "c"
28594 use_parbox 0
28595 width "30col%"
28596 special "none"
28597 height "1in"
28598 height_special "totalheight"
28599 status open
28600
28601 \begin_layout Plain Layout
28602 \align center
28603 \begin_inset Tabular
28604 <lyxtabular version="3" rows="3" columns="4">
28605 <features>
28606 <column alignment="center" valignment="top" width="0pt">
28607 <column alignment="center" valignment="top" width="0pt">
28608 <column alignment="center" valignment="top" width="0pt">
28609 <column alignment="center" valignment="top" width="0pt">
28610 <row>
28611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28612 \begin_inset Text
28613
28614 \begin_layout Plain Layout
28615 1
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Plain Layout
28624 2
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633 3
28634 \begin_inset Foot
28635 status open
28636
28637 \begin_layout Plain Layout
28638 Ceci est une note de bas de page à l'intérieur d'un tableau.
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \end_inset
28647 </cell>
28648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28649 \begin_inset Text
28650
28651 \begin_layout Plain Layout
28652 4
28653 \end_layout
28654
28655 \end_inset
28656 </cell>
28657 </row>
28658 <row>
28659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28660 \begin_inset Text
28661
28662 \begin_layout Plain Layout
28663 a
28664 \end_layout
28665
28666 \end_inset
28667 </cell>
28668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28669 \begin_inset Text
28670
28671 \begin_layout Plain Layout
28672 b
28673 \end_layout
28674
28675 \end_inset
28676 </cell>
28677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28678 \begin_inset Text
28679
28680 \begin_layout Plain Layout
28681 c
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28687 \begin_inset Text
28688
28689 \begin_layout Plain Layout
28690 d
28691 \end_layout
28692
28693 \end_inset
28694 </cell>
28695 </row>
28696 <row>
28697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28698 \begin_inset Text
28699
28700 \begin_layout Plain Layout
28701 e
28702 \end_layout
28703
28704 \end_inset
28705 </cell>
28706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28707 \begin_inset Text
28708
28709 \begin_layout Plain Layout
28710 f
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719 g
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28725 \begin_inset Text
28726
28727 \begin_layout Plain Layout
28728 h
28729 \end_layout
28730
28731 \end_inset
28732 </cell>
28733 </row>
28734 </lyxtabular>
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Standard
28747 \begin_inset VSpace bigskip
28748 \end_inset
28749
28750 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28751  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28752  minipages, même si vous les avez mis par exemple à 
28753 \family sans
28754 Moyen
28755 \family default
28756  dans les paramètres du document.
28757 \end_layout
28758
28759 \begin_layout Standard
28760 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28761  portion de texte, voyez la section
28762 \begin_inset space ~
28763 \end_inset
28764
28765
28766 \begin_inset CommandInset ref
28767 LatexCommand ref
28768 reference "sub:Couleur-pour-les-Paragraphes"
28769
28770 \end_inset
28771
28772 .
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset Note Greyedout
28777 status open
28778
28779 \begin_layout Plain Layout
28780
28781 \series bold
28782 Note:
28783 \series default
28784  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28785  mais les minipages peuvent être utilisées dans un tableau, un flottant
28786  ou une autre boîte.
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Section
28795 Les Parboxes
28796 \begin_inset CommandInset label
28797 LatexCommand label
28798 name "sec:Parboxes"
28799
28800 \end_inset
28801
28802
28803 \begin_inset Index
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Boîtes ! Parboxes
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset Note Note
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821 \lang english
28822 En attendant une traduction de parbox (NdT)
28823 \end_layout
28824
28825 \end_inset
28826
28827 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28828  ne peuvent avoir de note de bas de page.
28829  La principale différence avec les minipages, c'est que les minipages au
28830  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28831  LaTeX.
28832 \end_layout
28833
28834 \begin_layout Standard
28835 \align center
28836 \begin_inset Box Frameless
28837 position "t"
28838 hor_pos "c"
28839 has_inner_box 1
28840 inner_pos "t"
28841 use_parbox 1
28842 width "33col%"
28843 special "none"
28844 height "1in"
28845 height_special "totalheight"
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 Ceci est un texte à l'intérieur d'une parbox.
28850  Ceci est un texte à l'intérieur d'une parbox.
28851 \end_layout
28852
28853 \begin_layout Plain Layout
28854 Cette note de bas de page ne devrait pas apparaître :
28855 \begin_inset Foot
28856 status open
28857
28858 \begin_layout Plain Layout
28859 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28860  pas.
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Section
28874 Des Boîtes pour les Mots et les Caractères
28875 \begin_inset Index
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 Boîtes ! Pour les caractères
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Subsection
28888 Empêcher la Césure
28889 \begin_inset CommandInset label
28890 LatexCommand label
28891 name "sec:Empêcher-césure"
28892
28893 \end_inset
28894
28895
28896 \begin_inset Index
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 Boîtes ! Pour empêcher la césure
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28910  un texte ne soit coupé par une césure.
28911 \begin_inset Newline newline
28912 \end_inset
28913
28914 Voici un exemple de texte :
28915 \end_layout
28916
28917 \begin_layout Standard
28918 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28919  césure dans un 
28920 \begin_inset Quotes eld
28921 \end_inset
28922
28923 motTrèsTrèsLong
28924 \begin_inset Quotes erd
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Pour empêcher que le mot 
28932 \begin_inset Quotes eld
28933 \end_inset
28934
28935 motTrèsTrèsLong
28936 \begin_inset Quotes erd
28937 \end_inset
28938
28939  soit coupé, ajoutez la commande
28940 \end_layout
28941
28942 \begin_layout Standard
28943
28944 \series bold
28945
28946 \backslash
28947 mbox{
28948 \end_layout
28949
28950 \begin_layout Standard
28951 en code TeX avant le mot.
28952  Après le mot, insérez l'accolade fermante 
28953 \begin_inset Quotes eld
28954 \end_inset
28955
28956
28957 \series bold
28958 }
28959 \series default
28960
28961 \begin_inset Quotes erd
28962 \end_inset
28963
28964  en code TeX.
28965 \end_layout
28966
28967 \begin_layout Standard
28968 Voici le résultat :
28969 \end_layout
28970
28971 \begin_layout Standard
28972 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28973  césure dans un
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979
28980 \backslash
28981 mbox{
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \begin_inset Quotes eld
28988 \end_inset
28989
28990 motTrèsTrèsLong
28991 \begin_inset Quotes erd
28992 \end_inset
28993
28994 .
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000 }
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Une autre méthode consiste à mettre la commande 
29010 \begin_inset Quotes eld
29011 \end_inset
29012
29013
29014 \series bold
29015
29016 \backslash
29017 -
29018 \series default
29019
29020 \begin_inset Quotes grd
29021 \end_inset
29022
29023  en code TeX, juste avant le mot :
29024 \end_layout
29025
29026 \begin_layout Standard
29027 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29028  césure dans un 
29029 \begin_inset Quotes eld
29030 \end_inset
29031
29032
29033 \begin_inset ERT
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037
29038
29039 \backslash
29040 -
29041 \end_layout
29042
29043 \end_inset
29044
29045 motTrèsTrèsLong
29046 \begin_inset Quotes erd
29047 \end_inset
29048
29049 .
29050 \end_layout
29051
29052 \begin_layout Standard
29053 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29054  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29055 \family sans
29056 Insérer\SpecialChar \menuseparator
29057 Formats\SpecialChar \menuseparator
29058 Passage
29059 \begin_inset space ~
29060 \end_inset
29061
29062 à
29063 \begin_inset space ~
29064 \end_inset
29065
29066 la
29067 \begin_inset space ~
29068 \end_inset
29069
29070 Ligne
29071 \family default
29072  (raccourci 
29073 \series bold
29074 Ctrl-Entrée
29075 \series default
29076 ) :
29077 \end_layout
29078
29079 \begin_layout Standard
29080 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29081  césure dans un
29082 \begin_inset Newline newline
29083 \end_inset
29084
29085
29086 \begin_inset ERT
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090
29091
29092 \backslash
29093 mbox{
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \begin_inset Quotes eld
29100 \end_inset
29101
29102 motTrèsTrèsLong
29103 \begin_inset Quotes erd
29104 \end_inset
29105
29106 .
29107 \begin_inset ERT
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111
29112 }
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Subsection
29121 Alignement Vertical
29122 \begin_inset CommandInset label
29123 LatexCommand label
29124 name "sub:Alignement-Vertical"
29125
29126 \end_inset
29127
29128
29129 \begin_inset Index
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Boîtes ! Pour l'alignement vertical
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \begin_inset Index
29140 status collapsed
29141
29142 \begin_layout Plain Layout
29143 Boîtes ! Boîtes élévatrices
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \begin_inset Index
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 Raisebox|see
29154 \begin_inset ERT
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158
29159 {
29160 \end_layout
29161
29162 \end_inset
29163
29164 Boîtes élévatrices
29165 \begin_inset ERT
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169
29170 }
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Avec la commande 
29185 \series bold
29186
29187 \backslash
29188 raisebox
29189 \series default
29190  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29191  par rapport au texte qui l'entoure.
29192  La commande
29193 \series bold
29194  
29195 \backslash
29196 raisebox
29197 \series default
29198  s'utilise en suivant la syntaxe suivante :
29199 \end_layout
29200
29201 \begin_layout Standard
29202
29203 \series bold
29204
29205 \backslash
29206 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29207 \end_layout
29208
29209 \begin_layout Standard
29210 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29211  pour l'abaisser.
29212 \end_layout
29213
29214 \begin_layout Standard
29215 Pour aligner le mot 
29216 \begin_inset Quotes eld
29217 \end_inset
29218
29219 empêcher
29220 \begin_inset Quotes erd
29221 \end_inset
29222
29223  de façon à ce que le point le plus bas du caractère le plus 
29224 \begin_inset Quotes eld
29225 \end_inset
29226
29227 profond
29228 \begin_inset Quotes erd
29229 \end_inset
29230
29231 , le 
29232 \begin_inset Quotes eld
29233 \end_inset
29234
29235 p
29236 \begin_inset Quotes erd
29237 \end_inset
29238
29239 , soit au niveau de la ligne de base, insérez la commande 
29240 \end_layout
29241
29242 \begin_layout Standard
29243
29244 \series bold
29245
29246 \backslash
29247 raisebox{
29248 \backslash
29249 depth}{
29250 \end_layout
29251
29252 \begin_layout Standard
29253 en code TeX avant le mot.
29254  Insérez après le mot l'accolade fermante 
29255 \begin_inset Quotes eld
29256 \end_inset
29257
29258
29259 \series bold
29260 }
29261 \series default
29262
29263 \begin_inset Quotes erd
29264 \end_inset
29265
29266  en code TeX.
29267 \begin_inset Newline newline
29268 \end_inset
29269
29270 Voici le résultat :
29271 \end_layout
29272
29273 \begin_layout Standard
29274 Cette ligne de texte contient le mot 
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 raisebox{
29283 \backslash
29284 depth}{
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \begin_inset Quotes eld
29291 \end_inset
29292
29293 empêcher
29294 \begin_inset Quotes erd
29295 \end_inset
29296
29297
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303 }
29304 \end_layout
29305
29306 \end_inset
29307
29308  comme mot élevé.
29309 \end_layout
29310
29311 \begin_layout Standard
29312 \begin_inset VSpace bigskip
29313 \end_inset
29314
29315 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29316  entre les lignes va être agrandie :
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 abaissé.
29355 \begin_inset Newline newline
29356 \end_inset
29357
29358 Cette ligne de texte contient le mot 
29359 \begin_inset ERT
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364
29365 \backslash
29366 raisebox{0.5cm}{
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \begin_inset Quotes eld
29373 \end_inset
29374
29375 tester
29376 \begin_inset Quotes erd
29377 \end_inset
29378
29379
29380 \begin_inset ERT
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384
29385 }
29386 \end_layout
29387
29388 \end_inset
29389
29390  comme mot élevé.
29391 \end_layout
29392
29393 \begin_layout Standard
29394 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29395  mettez la hauteur de la boîte à zéro.
29396  Par exemple utilisez
29397 \end_layout
29398
29399 \begin_layout Standard
29400
29401 \series bold
29402
29403 \backslash
29404 raisebox{-
29405 \backslash
29406 depth}[0pt]{
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Cette ligne de texte contient le mot
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 raisebox{-
29419 \backslash
29420 depth}[0pt]{
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Quotes eld
29427 \end_inset
29428
29429 empêcher
29430 \begin_inset Quotes erd
29431 \end_inset
29432
29433
29434 \begin_inset ERT
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438
29439 }
29440 \end_layout
29441
29442 \end_inset
29443
29444  comme mot abaissé.
29445 \begin_inset Newline newline
29446 \end_inset
29447
29448 Cette ligne de texte contient le mot 
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454
29455 \backslash
29456 raisebox{0.5cm}[0pt]{
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \begin_inset Quotes eld
29463 \end_inset
29464
29465 tester
29466 \begin_inset Quotes erd
29467 \end_inset
29468
29469
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475 }
29476 \end_layout
29477
29478 \end_inset
29479
29480  comme mot élevé.
29481 \end_layout
29482
29483 \begin_layout Section
29484 Boîtes Colorées
29485 \begin_inset CommandInset label
29486 LatexCommand label
29487 name "sec:Boîtes-colorées"
29488
29489 \end_inset
29490
29491
29492 \begin_inset Index
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Boîtes ! Couleur
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Subsection
29505 De la couleur pour le texte
29506 \begin_inset Index
29507 status collapsed
29508
29509 \begin_layout Plain Layout
29510 Couleur ! Pour le texte
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29520  une boîte appelée 
29521 \begin_inset Quotes eld
29522 \end_inset
29523
29524 colorbox
29525 \begin_inset Quotes erd
29526 \end_inset
29527
29528 .
29529  Cela demande que le paquetage LaTeX 
29530 \series bold
29531 color
29532 \series default
29533
29534 \begin_inset Index
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 Paquetages LaTeX ! color
29539 \end_layout
29540
29541 \end_inset
29542
29543  soit chargé dans le préambule du document avec la commande
29544 \end_layout
29545
29546 \begin_layout Standard
29547
29548 \series bold
29549
29550 \backslash
29551 @ifundefined{textcolor}
29552 \begin_inset Newline newline
29553 \end_inset
29554
29555
29556 \begin_inset ERT
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560
29561
29562 \backslash
29563 hphantom{ }
29564 \end_layout
29565
29566 \end_inset
29567
29568 {
29569 \backslash
29570 usepackage{color}}{}
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Le paquetage 
29575 \series bold
29576 color
29577 \series default
29578  sera chargé automatiquement par LyX dès que vous colorez du texte
29579 \begin_inset Foot
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29584  
29585 \series bold
29586
29587 \backslash
29588 @ifundefined
29589 \series default
29590 .
29591 \end_layout
29592
29593 \end_inset
29594
29595 .
29596 \end_layout
29597
29598 \begin_layout Standard
29599 \begin_inset VSpace medskip
29600 \end_inset
29601
29602 Les boîtes colorées sont créées par la commande 
29603 \series bold
29604
29605 \backslash
29606 colorbox
29607 \series default
29608 .
29609  Elle est utilisée avec la syntaxe suivante :
29610 \end_layout
29611
29612 \begin_layout Standard
29613
29614 \series bold
29615
29616 \backslash
29617 colorbox{couleur}{contenu de la boîte}
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29622  peuvent être placées à l'intérieur d'autres boîtes.
29623 \end_layout
29624
29625 \begin_layout Standard
29626 Les couleurs suivantes sont prédéfinies ::
29627 \begin_inset Newline newline
29628 \end_inset
29629
29630
29631 \family sans
29632 black
29633 \family default
29634  (noir), 
29635 \family sans
29636 blue
29637 \family default
29638  (bleu), 
29639 \family sans
29640 cyan
29641 \family default
29642 \series bold
29643 ,
29644 \series default
29645  
29646 \family sans
29647 green
29648 \family default
29649  (vert), 
29650 \family sans
29651 magenta
29652 \family default
29653
29654 \family sans
29655 red
29656 \family default
29657  (rouge), 
29658 \family sans
29659 white
29660 \family default
29661  (blanc), and 
29662 \family sans
29663 yellow
29664 \family default
29665  (jaune).
29666 \begin_inset Newline newline
29667 \end_inset
29668
29669 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29670  section
29671 \begin_inset space ~
29672 \end_inset
29673
29674
29675 \begin_inset CommandInset ref
29676 LatexCommand ref
29677 reference "sec:Tableaux-Colorés"
29678
29679 \end_inset
29680
29681 .
29682 \end_layout
29683
29684 \begin_layout Standard
29685 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29686 \end_layout
29687
29688 \begin_layout Standard
29689
29690 \series bold
29691
29692 \backslash
29693 colorbox{red}{
29694 \end_layout
29695
29696 \begin_layout Standard
29697 avant le mot en code TeX.
29698  Insérez l'accolade fermante 
29699 \begin_inset Quotes eld
29700 \end_inset
29701
29702 }
29703 \begin_inset Quotes erd
29704 \end_inset
29705
29706  après le mot, en code TeX.
29707 \begin_inset Newline newline
29708 \end_inset
29709
29710 Voici le résultat :
29711 \end_layout
29712
29713 \begin_layout Standard
29714 Cette ligne de texte contient le mot
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720
29721 \backslash
29722 colorbox{red}{
29723 \end_layout
29724
29725 \end_inset
29726
29727
29728 \begin_inset Quotes eld
29729 \end_inset
29730
29731 Attention!
29732 \begin_inset Quotes erd
29733 \end_inset
29734
29735
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 }
29742 \end_layout
29743
29744 \end_inset
29745
29746  sur fond rouge.
29747 \end_layout
29748
29749 \begin_layout Standard
29750 \begin_inset VSpace bigskip
29751 \end_inset
29752
29753 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29754  vous pouvez utiliser la commande 
29755 \series bold
29756
29757 \backslash
29758 fcolorbox
29759 \series default
29760  avec la syntaxe suivante :
29761 \end_layout
29762
29763 \begin_layout Standard
29764
29765 \series bold
29766
29767 \backslash
29768 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29769 \end_layout
29770
29771 \begin_layout Standard
29772
29773 \series bold
29774
29775 \backslash
29776 fcolorbox
29777 \series default
29778  est une extension de 
29779 \series bold
29780
29781 \backslash
29782 colorbox
29783 \series default
29784 .
29785  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29786  peuvent être modifiés avec les variables 
29787 \series bold
29788
29789 \backslash
29790 fboxrule
29791 \series default
29792  et 
29793 \series bold
29794
29795 \backslash
29796 fboxsep
29797 \series default
29798 , comme c'est décrit dans la section
29799 \begin_inset space ~
29800 \end_inset
29801
29802
29803 \begin_inset CommandInset ref
29804 LatexCommand ref
29805 reference "sec:Décorations"
29806
29807 \end_inset
29808
29809 .
29810 \end_layout
29811
29812 \begin_layout Standard
29813 Pour l'exemple suivant, on a utilisé la commande
29814 \end_layout
29815
29816 \begin_layout Standard
29817
29818 \series bold
29819
29820 \backslash
29821 fcolorbox{cyan}{magenta}{
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29826 \begin_inset space \thinspace{}
29827 \end_inset
29828
29829 mm:
29830 \begin_inset Newline newline
29831 \end_inset
29832
29833
29834 \begin_inset ERT
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838
29839
29840 \backslash
29841 fboxrule 1mm 
29842 \backslash
29843 fboxsep 1mm
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854
29855 \backslash
29856 fcolorbox{cyan}{magenta}{
29857 \end_layout
29858
29859 \end_inset
29860
29861 Ce texte est dans une boîte encadrée et colorée.
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867 }
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \end_layout
29874
29875 \begin_layout Standard
29876 \begin_inset VSpace bigskip
29877 \end_inset
29878
29879 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29880  les yeux ! - NdT) :
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890
29891 \backslash
29892 fcolorbox{cyan}{magenta}{
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \color yellow
29899 Ce texte est coloré dans une boîte colorée et encadrée.
29900 \color inherit
29901
29902 \begin_inset ERT
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906
29907 }
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 fboxrule 0.4pt 
29921 \backslash
29922 fboxsep 3pt
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931
29932 \series bold
29933 \begin_inset VSpace medskip
29934 \end_inset
29935
29936
29937 \end_layout
29938
29939 \begin_layout Standard
29940 \begin_inset Note Greyedout
29941 status open
29942
29943 \begin_layout Plain Layout
29944
29945 \series bold
29946 Note:
29947 \series default
29948  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29949  de ligne.
29950  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29951  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Subsection
29960 De la couleur pour les paragraphes
29961 \begin_inset CommandInset label
29962 LatexCommand label
29963 name "sub:Couleur-pour-les-Paragraphes"
29964
29965 \end_inset
29966
29967
29968 \begin_inset Index
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Couleur ! Pour les  paragraphes
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
29982  texte dans une minipage.
29983  Avant la minipage, insérez la commande 
29984 \series bold
29985
29986 \backslash
29987 colorbox
29988 \series default
29989  
29990 \end_layout
29991
29992 \begin_layout Standard
29993
29994 \series bold
29995
29996 \backslash
29997 colorbox{color}{
29998 \end_layout
29999
30000 \begin_layout Standard
30001 en code TeX.
30002  Après la minipage, insérez l'accolade fermante 
30003 \begin_inset Quotes eld
30004 \end_inset
30005
30006 }
30007 \begin_inset Quotes erd
30008 \end_inset
30009
30010  en code TeX.
30011 \end_layout
30012
30013 \begin_layout Standard
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019
30020 \backslash
30021 colorbox{lightgrey}{
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \begin_inset Box Frameless
30028 position "t"
30029 hor_pos "c"
30030 has_inner_box 1
30031 inner_pos "t"
30032 use_parbox 0
30033 width "100col%"
30034 special "none"
30035 height "1in"
30036 height_special "totalheight"
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040 Ce texte a un fond coloré.
30041  Ce texte a un fond coloré.
30042 \end_layout
30043
30044 \begin_layout Plain Layout
30045 \begin_inset VSpace defskip
30046 \end_inset
30047
30048 Le texte peut avoir des notes de bas de page
30049 \begin_inset Foot
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 Un autre exemple de note de bas de page
30054 \end_layout
30055
30056 \end_inset
30057
30058  et contenir des figures et des tableaux.
30059 \end_layout
30060
30061 \begin_layout Plain Layout
30062 \align center
30063 \begin_inset Tabular
30064 <lyxtabular version="3" rows="3" columns="3">
30065 <features>
30066 <column alignment="center" valignment="top" width="0">
30067 <column alignment="center" valignment="top" width="0">
30068 <column alignment="center" valignment="top" width="0">
30069 <row>
30070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30071 \begin_inset Text
30072
30073 \begin_layout Plain Layout
30074 a
30075 \end_layout
30076
30077 \end_inset
30078 </cell>
30079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30080 \begin_inset Text
30081
30082 \begin_layout Plain Layout
30083 !
30084 \end_layout
30085
30086 \end_inset
30087 </cell>
30088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30089 \begin_inset Text
30090
30091 \begin_layout Plain Layout
30092 3
30093 \end_layout
30094
30095 \end_inset
30096 </cell>
30097 </row>
30098 <row>
30099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30100 \begin_inset Text
30101
30102 \begin_layout Plain Layout
30103 <
30104 \end_layout
30105
30106 \end_inset
30107 </cell>
30108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30109 \begin_inset Text
30110
30111 \begin_layout Plain Layout
30112 b2
30113 \begin_inset Quotes erd
30114 \end_inset
30115
30116 |
30117 \end_layout
30118
30119 \end_inset
30120 </cell>
30121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125 >
30126 \end_layout
30127
30128 \end_inset
30129 </cell>
30130 </row>
30131 <row>
30132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30133 \begin_inset Text
30134
30135 \begin_layout Plain Layout
30136 1
30137 \end_layout
30138
30139 \end_inset
30140 </cell>
30141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30142 \begin_inset Text
30143
30144 \begin_layout Plain Layout
30145 §
30146 \end_layout
30147
30148 \end_inset
30149 </cell>
30150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30151 \begin_inset Text
30152
30153 \begin_layout Plain Layout
30154 c
30155 \end_layout
30156
30157 \end_inset
30158 </cell>
30159 </row>
30160 </lyxtabular>
30161
30162 \end_inset
30163
30164
30165 \end_layout
30166
30167 \end_inset
30168
30169
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175 }
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Section
30184 Les boîtes pivotées et redimensionnées
30185 \end_layout
30186
30187 \begin_layout Standard
30188 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30189  charger le paquetage LaTeX 
30190 \series bold
30191 graphicx
30192 \series default
30193
30194 \begin_inset Index
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198 Paquetages LaTeX ! graphicx
30199 \end_layout
30200
30201 \end_inset
30202
30203  dans le préambule de votre document avec la commande
30204 \end_layout
30205
30206 \begin_layout Standard
30207
30208 \series bold
30209
30210 \backslash
30211 @ifundefined{rotatebox}
30212 \begin_inset Newline newline
30213 \end_inset
30214
30215
30216 \begin_inset ERT
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220
30221
30222 \backslash
30223 hphantom{ }
30224 \end_layout
30225
30226 \end_inset
30227
30228 {
30229 \backslash
30230 usepackage{graphicx}}{}
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset Note Greyedout
30235 status open
30236
30237 \begin_layout Plain Layout
30238
30239 \series bold
30240 Note:
30241 \series default
30242  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30243  redimensionnés.
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \begin_layout Standard
30252 \begin_inset Note Greyedout
30253 status open
30254
30255 \begin_layout Plain Layout
30256
30257 \series bold
30258 Note:
30259 \series default
30260  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30261  redimensionnée.
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Subsection
30270 Les Boîtes pivotées
30271 \begin_inset Index
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 Boîtes ! pivotées
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \begin_inset Index
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 Pivoter des objets
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Index
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 Figures ! Pivotées
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \begin_inset Index
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Tableau ! Pivoter
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Standard
30314 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30315  (rotated).
30316  Une telle boîte est créée avec la commande 
30317 \series bold
30318
30319 \backslash
30320 rotatebox
30321 \series default
30322  en code TeX avec la syntaxe
30323 \end_layout
30324
30325 \begin_layout Standard
30326
30327 \series bold
30328
30329 \backslash
30330 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30331 \end_layout
30332
30333 \begin_layout Standard
30334 La position du pivot est donnée par l'origine de rotation spécifiée sous
30335  la forme 
30336 \series bold
30337 origin=position
30338 \series default
30339 .
30340  Les valeurs suivantes sont possibles pour la position: 
30341 \emph on
30342 c
30343 \emph default
30344  (centre), 
30345 \emph on
30346 l
30347 \emph default
30348  (gauche/
30349 \lang english
30350 left
30351 \lang french
30352 ), 
30353 \emph on
30354 r
30355 \emph default
30356  (droite/
30357 \lang english
30358 right
30359 \lang french
30360 ), 
30361 \emph on
30362 b
30363 \emph default
30364  (bas/
30365 \lang english
30366 bottom
30367 \lang french
30368 ), 
30369 \emph on
30370 t
30371 \emph default
30372  (haut/
30373 \lang english
30374 top
30375 \lang french
30376 ), et aussi des combinaisons des quatre positions de base.
30377  Par exemple 
30378 \emph on
30379 lt
30380 \emph default
30381  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30382  Quand on ne donne pas d'origine, la position 
30383 \emph on
30384 l
30385 \emph default
30386  est utilisée.
30387  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30388  ou négatif.
30389  Le sens positif de rotation est anti-horaire.
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Dans l'exemple qui suit, la commande 
30394 \series bold
30395
30396 \backslash
30397 rotatebox[origin=c]{60}{
30398 \series default
30399  a été insérée en code TeX juste avant le texte 
30400 \begin_inset Quotes eld
30401 \end_inset
30402
30403 pivoté de 90°
30404 \begin_inset Quotes erd
30405 \end_inset
30406
30407  ; la boîte est refermée juste après le texte par une accolade fermante
30408  
30409 \begin_inset Quotes eld
30410 \end_inset
30411
30412 }
30413 \begin_inset Quotes erd
30414 \end_inset
30415
30416  en code TeX.
30417 \end_layout
30418
30419 \begin_layout Standard
30420 Voici une ligne avec du texte 
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426
30427 \backslash
30428 rotatebox[origin=c]{60}{
30429 \end_layout
30430
30431 \end_inset
30432
30433 pivoté de 60°
30434 \begin_inset ERT
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438
30439 }
30440 \end_layout
30441
30442 \end_inset
30443
30444 .
30445 \end_layout
30446
30447 \begin_layout Standard
30448 La boîte peut contenir une autre boîte ou une formule en ligne :
30449 \end_layout
30450
30451 \begin_layout Standard
30452 Voici une ligne avec du texte 
30453 \begin_inset ERT
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457
30458
30459 \backslash
30460 rotatebox[origin=r]{-60}{
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \begin_inset Box Doublebox
30467 position "c"
30468 hor_pos "c"
30469 has_inner_box 0
30470 inner_pos "c"
30471 use_parbox 0
30472 width "1in"
30473 special "width"
30474 height "1in"
30475 height_special "totalheight"
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479 pivoté de -60°
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495  et encadré 
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 rotatebox[origin=lb]{60}{
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30510 \end_inset
30511
30512
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518 }
30519 \end_layout
30520
30521 \end_inset
30522
30523  et une formule.
30524 \end_layout
30525
30526 \begin_layout Standard
30527 ou encore une figure ou un tableau :
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Voici une ligne
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 rotatebox[origin=lb]{90}{
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \begin_inset Graphics
30546         filename ../clipart/platypus.eps
30547         lyxscale 50
30548         width 25col%
30549
30550 \end_inset
30551
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558 }
30559 \end_layout
30560
30561 \end_inset
30562
30563  avec une image pivotée de 90° 
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569
30570 \backslash
30571 rotatebox[origin=l]{-90}{
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \begin_inset Tabular
30578 <lyxtabular version="3" rows="2" columns="2">
30579 <features>
30580 <column alignment="center" valignment="top" width="0">
30581 <column alignment="center" valignment="top" width="0">
30582 <row>
30583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30584 \begin_inset Text
30585
30586 \begin_layout Plain Layout
30587 q
30588 \end_layout
30589
30590 \end_inset
30591 </cell>
30592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 w
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 </row>
30602 <row>
30603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30604 \begin_inset Text
30605
30606 \begin_layout Plain Layout
30607 e
30608 \end_layout
30609
30610 \end_inset
30611 </cell>
30612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30613 \begin_inset Text
30614
30615 \begin_layout Plain Layout
30616 r
30617 \end_layout
30618
30619 \end_inset
30620 </cell>
30621 </row>
30622 </lyxtabular>
30623
30624 \end_inset
30625
30626
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632 }
30633 \end_layout
30634
30635 \end_inset
30636
30637  et un tableau.
30638 \end_layout
30639
30640 \begin_layout Subsection
30641 Les boîtes redimensionnées
30642 \begin_inset Index
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646 Boîtes ! Redimensionnées
30647 \end_layout
30648
30649 \end_inset
30650
30651
30652 \begin_inset Index
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656 Redimensionner des objets
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \begin_inset Index
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666 Figures ! Redimensionnées
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \begin_inset Index
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 Tableau ! Redimensionner
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Pour redimensionner des objets on peut utiliser les commandes 
30686 \series bold
30687
30688 \backslash
30689 scalebox
30690 \series default
30691  et 
30692 \series bold
30693
30694 \backslash
30695 resizebox
30696 \series default
30697  insérées sous forme de code TeX.
30698 \end_layout
30699
30700 \begin_layout Standard
30701
30702 \series bold
30703
30704 \backslash
30705 scalebox
30706 \series default
30707  est utilisée avec la syntaxe suivante :
30708 \end_layout
30709
30710 \begin_layout Standard
30711
30712 \series bold
30713
30714 \backslash
30715 scalebox{horizontal}[vertical]{contenu de la boîte}
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Horizontal et vertical sont les facteurs d'échelle correspondants.
30720  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30721  utilisé comme facteur vertical.
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Par exemple, la commande 
30726 \series bold
30727
30728 \backslash
30729 scalebox{2}{Bonjour}
30730 \series default
30731  crée un 
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 scalebox{2}{
30740 \end_layout
30741
30742 \end_inset
30743
30744 Bonjour
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 }
30751 \end_layout
30752
30753 \end_inset
30754
30755  de taille double par rapport à la taille du texte du document.
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 scalebox{2}[1]{Hello}
30764 \series default
30765  au contraire va déformer le 
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771
30772 \backslash
30773 scalebox{2}[1]{
30774 \end_layout
30775
30776 \end_inset
30777
30778 Bonjour
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 }
30785 \end_layout
30786
30787 \end_inset
30788
30789 .
30790 \end_layout
30791
30792 \begin_layout Standard
30793 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30794  La commande 
30795 \series bold
30796
30797 \backslash
30798 scalebox{-1}[1]{Hello}
30799 \series default
30800  peut donc être utilisée pour créer du texte en miroir : 
30801 \begin_inset ERT
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805
30806
30807 \backslash
30808 scalebox{-1}[1]{
30809 \end_layout
30810
30811 \end_inset
30812
30813 Bonjour
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819 }
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \begin_layout Standard
30828
30829 \series bold
30830
30831 \backslash
30832 scalebox{1}[-1]{Bonjour}
30833 \series default
30834  effectue une réflexion du 
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840
30841 \backslash
30842 scalebox{1}[-1]{
30843 \end_layout
30844
30845 \end_inset
30846
30847 Bonjour
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853 }
30854 \end_layout
30855
30856 \end_inset
30857
30858  par rapport à la ligne de base.
30859 \end_layout
30860
30861 \begin_layout Standard
30862 La commande 
30863 \series bold
30864
30865 \backslash
30866 reflectbox{contenu de la boîte} 
30867 \series default
30868 existe aussi et est équivalente à
30869 \series bold
30870  
30871 \backslash
30872 scalebox{-1}[1]{contenu de la boîte}.
30873
30874 \series default
30875  
30876 \begin_inset Newline newline
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \begin_inset VSpace bigskip
30884 \end_inset
30885
30886 La commande 
30887 \series bold
30888
30889 \backslash
30890 resizebox
30891 \series default
30892  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30893  données.
30894  La syntaxe de la commande est :
30895 \end_layout
30896
30897 \begin_layout Standard
30898
30899 \series bold
30900
30901 \backslash
30902 resizebox{largeur}{hauteur}{contenu de la boîte}
30903 \end_layout
30904
30905 \begin_layout Standard
30906 Si un des deux paramètres est remplacé par un point d'exclamation 
30907 \series bold
30908 !
30909 \series default
30910 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30911 \end_layout
30912
30913 \begin_layout Standard
30914 La commande 
30915 \series bold
30916
30917 \backslash
30918 resizebox{2cm}{1cm}{Bonjour}
30919 \series default
30920  produit : 
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 resizebox{2cm}{1cm}{
30929 \end_layout
30930
30931 \end_inset
30932
30933 Bonjour
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939 }
30940 \end_layout
30941
30942 \end_inset
30943
30944
30945 \begin_inset Newline newline
30946 \end_inset
30947
30948 La commande 
30949 \series bold
30950
30951 \backslash
30952 resizebox{2cm}{!}{Bonjour}
30953 \series default
30954  produit : 
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960
30961 \backslash
30962 resizebox{2cm}{!}{
30963 \end_layout
30964
30965 \end_inset
30966
30967 Bonjour
30968 \begin_inset ERT
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972
30973 }
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Standard
30982 \begin_inset VSpace bigskip
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 \begin_inset Note Greyedout
30990 status open
30991
30992 \begin_layout Plain Layout
30993
30994 \series bold
30995 Note:
30996 \series default
30997  Quand les paramètres des commandes 
30998 \series bold
30999
31000 \backslash
31001 scalebox
31002 \series default
31003  ou 
31004 \series bold
31005
31006 \backslash
31007 resizebox
31008 \series default
31009  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31010  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31011  partiellement.
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \begin_inset VSpace bigskip
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Standard
31027 Les boîtes peuvent être combinée dans n'importe quel ordre.
31028  Par exemple, la commande 
31029 \begin_inset Newline newline
31030 \end_inset
31031
31032
31033 \series bold
31034
31035 \backslash
31036 rotatebox[origin=c]{-45}{
31037 \backslash
31038 resizebox{2cm}{!}{
31039 \backslash
31040 reflectbox{Bonjour}}}
31041 \begin_inset Newline newline
31042 \end_inset
31043
31044
31045 \series default
31046 produit :
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \align center
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 rotatebox[origin=c]{-45}{
31059 \backslash
31060 resizebox{2cm}{!}{
31061 \backslash
31062 reflectbox{
31063 \end_layout
31064
31065 \end_inset
31066
31067 Bonjour
31068 \begin_inset ERT
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072
31073 }}}
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 \noindent
31083 Les images, les tableaux et les formules sont autorisées comme contenu de
31084  boîte :
31085 \end_layout
31086
31087 \begin_layout Standard
31088 \align center
31089 \begin_inset ERT
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093
31094
31095 \backslash
31096 rotatebox[origin=c]{-30}{
31097 \backslash
31098 resizebox{2cm}{!}{
31099 \backslash
31100 reflectbox{
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \begin_inset Graphics
31107         filename ../clipart/platypus.eps
31108         lyxscale 50
31109         width 25col%
31110
31111 \end_inset
31112
31113
31114 \begin_inset ERT
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118
31119 }}}
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129
31130
31131 \backslash
31132 rotatebox[origin=c]{-45}{
31133 \backslash
31134 resizebox{2cm}{!}{
31135 \backslash
31136 reflectbox{
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \begin_inset Tabular
31143 <lyxtabular version="3" rows="2" columns="2">
31144 <features>
31145 <column alignment="center" valignment="top" width="0">
31146 <column alignment="center" valignment="top" width="0">
31147 <row>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152 q
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161 w
31162 \end_layout
31163
31164 \end_inset
31165 </cell>
31166 </row>
31167 <row>
31168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout Plain Layout
31172 e
31173 \end_layout
31174
31175 \end_inset
31176 </cell>
31177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31178 \begin_inset Text
31179
31180 \begin_layout Plain Layout
31181 r
31182 \end_layout
31183
31184 \end_inset
31185 </cell>
31186 </row>
31187 </lyxtabular>
31188
31189 \end_inset
31190
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197 }}}
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \begin_inset ERT
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207
31208
31209 \backslash
31210 rotatebox[origin=c]{-45}{
31211 \backslash
31212 resizebox{2cm}{!}{
31213 \backslash
31214 reflectbox{
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31221 \end_inset
31222
31223
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229 }}}
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 Quand on utilise le style global de formule 
31239 \series bold
31240 fleqn
31241 \series default
31242  dans le document
31243 \begin_inset Foot
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 Quand 
31248 \begin_inset Quotes eld
31249 \end_inset
31250
31251 fleqn
31252 \begin_inset Quotes erd
31253 \end_inset
31254
31255  est ajouté aux options de la classe de document.
31256 \end_layout
31257
31258 \end_inset
31259
31260 , les formules hors texte peuvent aussi être redimensionnées.
31261 \end_layout
31262
31263 \begin_layout Chapter
31264 Trucs Externes
31265 \begin_inset Index
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269 Trucs externes
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 Avec le menu 
31279 \family sans
31280 Insérer\SpecialChar \menuseparator
31281 Fichier
31282 \family default
31283  vous pouvez insérer un contenu externe à votre document.
31284  Ce contenu peut être :
31285 \end_layout
31286
31287 \begin_layout Description
31288 Document
31289 \begin_inset space ~
31290 \end_inset
31291
31292 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31293  document.
31294 \end_layout
31295
31296 \begin_layout Description
31297 Texte
31298 \begin_inset space ~
31299 \end_inset
31300
31301 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31302 e.
31303 \end_layout
31304
31305 \begin_layout Description
31306 Texte
31307 \begin_inset space ~
31308 \end_inset
31309
31310 Brut
31311 \begin_inset space ~
31312 \end_inset
31313
31314 par
31315 \begin_inset space ~
31316 \end_inset
31317
31318 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31319  Les lignes vides créent un nouveau paragraphe dans votre document.
31320 \end_layout
31321
31322 \begin_layout Description
31323 Objet
31324 \begin_inset space ~
31325 \end_inset
31326
31327 Externe Fichiers de formats variés.
31328 \end_layout
31329
31330 \begin_layout Description
31331 Sous-document Documents LyX ou LaTeX.
31332 \end_layout
31333
31334 \begin_layout Section
31335 Objets Externes 
31336 \begin_inset Index
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340 Trucs externes ! Objets Externes
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \end_layout
31347
31348 \begin_layout Standard
31349 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31350  de fichiers dans votre document sans avoir à convertir ces derniers en
31351  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31352  qui va s'occuper des conversions.
31353  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31354  LyX des images dans des formats divers.
31355 \end_layout
31356
31357 \begin_layout Standard
31358 On insère des objets externes en utilisant la fenêtre de dialogue 
31359 \family sans
31360 Objet
31361 \begin_inset space ~
31362 \end_inset
31363
31364 Externe
31365 \family default
31366  qui est accessible via le menu 
31367 \family sans
31368 Insérer\SpecialChar \menuseparator
31369 Fichiers\SpecialChar \menuseparator
31370 Objet
31371 \begin_inset space ~
31372 \end_inset
31373
31374 Externe
31375 \family default
31376 .
31377  Actuellement les types de fichiers (
31378 \family sans
31379 Modèles
31380 \family default
31381 ) suivants sont autorisés :
31382 \end_layout
31383
31384 \begin_layout Description
31385 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31386  par le programme 
31387 \series bold
31388
31389 \begin_inset CommandInset href
31390 LatexCommand href
31391 name "XBoard"
31392 target "http://en.wikipedia.org/wiki/XBoard"
31393
31394 \end_inset
31395
31396
31397 \series default
31398 .
31399 \end_layout
31400
31401 \begin_layout Description
31402 Date Ce modèle insère la date sous la forme 
31403 \emph on
31404 Jour-Mois-Année
31405 \emph default
31406 .
31407  Voici un exemple de date insérée comme objet externe :: 
31408 \begin_inset External
31409         template Date
31410         filename .
31411
31412 \end_inset
31413
31414
31415 \lang english
31416
31417 \begin_inset space ~
31418 \end_inset
31419
31420
31421 \begin_inset Note Note
31422 status open
31423
31424 \begin_layout Plain Layout
31425
31426 \lang english
31427 Remove the protected space when bug 4398 is fixed!
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \lang french
31434
31435 \begin_inset Newline newline
31436 \end_inset
31437
31438 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31439  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31440 \family sans
31441 Insérer\SpecialChar \menuseparator
31442 Date
31443 \family default
31444  et avec la commande LaTeX 
31445 \series bold
31446
31447 \backslash
31448 today
31449 \series default
31450  entrée comme code TeX.
31451  Ces différentes méthodes sont comparée dans le tableau
31452 \begin_inset space ~
31453 \end_inset
31454
31455
31456 \begin_inset CommandInset ref
31457 LatexCommand ref
31458 reference "tab:Comparaison-des-dates"
31459
31460 \end_inset
31461
31462 .
31463 \end_layout
31464
31465 \begin_layout Description
31466 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31467  par le programme 
31468 \series bold
31469
31470 \begin_inset CommandInset href
31471 LatexCommand href
31472 name "LilyPond"
31473 target "http://en.wikipedia.org/wiki/LilyPond"
31474
31475 \end_inset
31476
31477
31478 \series default
31479 .
31480 \end_layout
31481
31482 \begin_layout Description
31483 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31484  À peu près tous les formats d'images populaires sont acceptés.
31485  Les images peuvent être traitées dans la fenêtre de dialogue 
31486 \family sans
31487 Objet
31488 \begin_inset space ~
31489 \end_inset
31490
31491 Externe
31492 \family default
31493  comme les images qui sont habituellement incorporées en utilisant le menu
31494  
31495 \family sans
31496 Insérer\SpecialChar \menuseparator
31497 Graphique
31498 \family default
31499 , comme c'est décrit dans la section
31500 \begin_inset space ~
31501 \end_inset
31502
31503
31504 \begin_inset CommandInset ref
31505 LatexCommand ref
31506 reference "sec:Graphics-Dialog"
31507
31508 \end_inset
31509
31510 .
31511  La différence est que seules les images matricielles sont autorisées, ce
31512  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31513 \end_layout
31514
31515 \begin_layout Description
31516 XFig Ce modèle accepte les images créées avec le programme 
31517 \series bold
31518
31519 \begin_inset CommandInset href
31520 LatexCommand href
31521 name "Xfig"
31522 target "http://en.wikipedia.org/wiki/Xfig"
31523
31524 \end_inset
31525
31526
31527 \series default
31528 .
31529 \end_layout
31530
31531 \begin_layout Standard
31532 \begin_inset Float table
31533 placement h
31534 wide false
31535 sideways false
31536 status open
31537
31538 \begin_layout Plain Layout
31539 \begin_inset Caption
31540
31541 \begin_layout Plain Layout
31542 \begin_inset CommandInset label
31543 LatexCommand label
31544 name "tab:Comparaison-des-dates"
31545
31546 \end_inset
31547
31548 Comparaison des méthodes d'insertion de la date.
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Plain Layout
31557 \align center
31558 \begin_inset Tabular
31559 <lyxtabular version="3" rows="4" columns="4">
31560 <features>
31561 <column alignment="center" valignment="top" width="0">
31562 <column alignment="center" valignment="top" width="0">
31563 <column alignment="center" valignment="top" width="0">
31564 <column alignment="center" valignment="top" width="0">
31565 <row>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570 Format du document
31571 \end_layout
31572
31573 \end_inset
31574 </cell>
31575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31576 \begin_inset Text
31577
31578 \begin_layout Plain Layout
31579
31580 \family sans
31581 Objet
31582 \begin_inset space ~
31583 \end_inset
31584
31585 Externe\SpecialChar \menuseparator
31586 Date
31587 \end_layout
31588
31589 \end_inset
31590 </cell>
31591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31592 \begin_inset Text
31593
31594 \begin_layout Plain Layout
31595
31596 \family sans
31597 Insérer\SpecialChar \menuseparator
31598 Date
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607 commande 
31608 \series bold
31609
31610 \backslash
31611 today
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622 LyX
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31628 \begin_inset Text
31629
31630 \begin_layout Plain Layout
31631 comme boîte d'insert
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 comme date
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 comme boîte de code TeX
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 </row>
31655 <row>
31656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660 LaTeX
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31666 \begin_inset Text
31667
31668 \begin_layout Plain Layout
31669 comme date
31670 \end_layout
31671
31672 \end_inset
31673 </cell>
31674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31675 \begin_inset Text
31676
31677 \begin_layout Plain Layout
31678 comme date
31679 \end_layout
31680
31681 \end_inset
31682 </cell>
31683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31684 \begin_inset Text
31685
31686 \begin_layout Plain Layout
31687 comme commande
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 </row>
31693 <row>
31694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698 DVI, PDF, PS
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 comme date
31708 \end_layout
31709
31710 \end_inset
31711 </cell>
31712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31713 \begin_inset Text
31714
31715 \begin_layout Plain Layout
31716 comme date
31717 \end_layout
31718
31719 \end_inset
31720 </cell>
31721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31722 \begin_inset Text
31723
31724 \begin_layout Plain Layout
31725 comme date date
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 </row>
31731 </lyxtabular>
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \begin_layout Standard
31744 Quand vous activez l'option 
31745 \family sans
31746 Brouillon
31747 \family default
31748  de l'onglet 
31749 \family sans
31750 Fichier
31751 \family default
31752  de la fenêtre de dialogue 
31753 \family sans
31754 Objet
31755 \begin_inset space ~
31756 \end_inset
31757
31758 Externe
31759 \family default
31760 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31761 \begin_inset Newline newline
31762 \end_inset
31763
31764 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31765  : 
31766 \begin_inset Graphics
31767         filename ../clipart/ExternalMaterialQt4.png
31768         scale 85
31769         scaleBeforeRotation
31770
31771 \end_inset
31772
31773  soit comme une image, selon que vous avez ou non activé l'option 
31774 \family sans
31775 Afficher
31776 \begin_inset space ~
31777 \end_inset
31778
31779 dans
31780 \begin_inset space ~
31781 \end_inset
31782
31783 LyX
31784 \family default
31785  de l'onglet 
31786 \family sans
31787 Vue
31788 \begin_inset space ~
31789 \end_inset
31790
31791 LyX
31792 \family default
31793  de la fenêtre de dialogue 
31794 \family sans
31795 Objet
31796 \begin_inset space ~
31797 \end_inset
31798
31799 Externe
31800 \family default
31801 .
31802 \end_layout
31803
31804 \begin_layout Standard
31805 Le manuel 
31806 \family sans
31807 \emph on
31808 Personnalisation
31809 \family default
31810 \emph default
31811  explique comment vous pouvez créer vos propres modèles.
31812 \end_layout
31813
31814 \begin_layout Section
31815 Sous-documents
31816 \begin_inset CommandInset label
31817 LatexCommand label
31818 name "sec:Sous-documents"
31819
31820 \end_inset
31821
31822
31823 \begin_inset Index
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Trucs externes ! Sous-documents
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \begin_inset Index
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 Fichiers ! Insérer
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \begin_layout Standard
31846 Les sous-documents sont utilisés quand on a un document très long qui peut
31847  être décomposé en plusieurs parties ou sections plus petites.
31848  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31849  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31850  Les différents documents sont ce que l'on appelle les sous-documents et
31851  un document maître les relie pour imprimer le document complet ou seulement
31852  une partie de celui-ci.
31853 \end_layout
31854
31855 \begin_layout Standard
31856 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31857  comme celle-ci : 
31858 \begin_inset Graphics
31859         filename clipart/ChildDocumentQt4.png
31860         scale 60
31861         scaleBeforeRotation
31862
31863 \end_inset
31864
31865  Pour inclure des sous-documents dans un document maître , on utilise le
31866  menu 
31867 \family sans
31868 Insérer\SpecialChar \menuseparator
31869 Fichier\SpecialChar \menuseparator
31870 Sous-document
31871 \family default
31872 .
31873  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31874  des quatre méthodes d'inclusion :
31875 \end_layout
31876
31877 \begin_layout Description
31878 Inclus
31879 \begin_inset space ~
31880 \end_inset
31881
31882 (include) Vous pouvez inclure des documents LyX et LaTeX.
31883  Quand vous cliquez sur le bouton 
31884 \family sans
31885 Charger
31886 \family default
31887  dans la fenêtre de dialogue 
31888 \family sans
31889 Sous-document
31890 \family default
31891 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31892  vous puissiez le modifier.
31893 \begin_inset Newline newline
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Voici un sous-document inséré avec la méthode 
31901 \family sans
31902 Inclus
31903 \family default
31904  : 
31905 \begin_inset CommandInset include
31906 LatexCommand include
31907 filename "DocumentBidon1.lyx"
31908
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \begin_layout Standard
31915 La numérotation des sections va prendre en compte les sections des fichiers
31916  incorporés dans l'ordre où ils sont insérés dans le document maître.
31917  Le document qui est inclus comme exemple possède une sous-section qui sera
31918  numérotée comme sous-section de la section actuelle.
31919  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31920  : la sous-section
31921 \begin_inset space ~
31922 \end_inset
31923
31924
31925 \begin_inset CommandInset ref
31926 LatexCommand ref
31927 reference "sub:Sous-section-externe-1"
31928
31929 \end_inset
31930
31931  est dans le fichier inclus.
31932 \end_layout
31933
31934 \begin_layout Standard
31935 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31936  du document maître est utilisé.
31937  Les documents inclus sont insérés en commençant une nouvelle page et sont
31938  suivis par un saut de page.
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Avec la commande LaTeX 
31943 \series bold
31944
31945 \backslash
31946 includeonly 
31947 \series default
31948 vous pouvez préciser quels sous-documents seront traités pour générer la
31949  sortie imprimée.
31950  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31951  important puisque cela vous fait économiser du temps de compilation.
31952  La commande 
31953 \series bold
31954
31955 \backslash
31956 includeonly
31957 \series default
31958  est insérée dans le préambule du document maître.
31959  Elle prend comme arguments une liste de noms de fichiers séparés par des
31960  virgules, par exemple :
31961 \end_layout
31962
31963 \begin_layout Standard
31964
31965 \series bold
31966
31967 \backslash
31968 includeonly{chapitre1,chapitre5}
31969 \end_layout
31970
31971 \begin_layout Standard
31972 fera que seuls les fichiers nommés 
31973 \begin_inset Quotes eld
31974 \end_inset
31975
31976 chapitre1.lyx
31977 \begin_inset Quotes erd
31978 \end_inset
31979
31980  (ou 
31981 \begin_inset Quotes eld
31982 \end_inset
31983
31984 chapitre1.tex
31985 \begin_inset Quotes erd
31986 \end_inset
31987
31988 ) et 
31989 \begin_inset Quotes eld
31990 \end_inset
31991
31992 chapitre5.lyx
31993 \begin_inset Quotes erd
31994 \end_inset
31995
31996  seront traités lors de la compilation.
31997 \end_layout
31998
31999 \begin_layout Standard
32000 \begin_inset Note Greyedout
32001 status open
32002
32003 \begin_layout Plain Layout
32004
32005 \series bold
32006 Note:
32007 \series default
32008  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32009  une classe de document différente de celle du document maître, vous recevez
32010  un avertissement quand vous tentez une visualisation ou une exportation,
32011  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32012 \end_layout
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Description
32020 Incorporé
32021 \begin_inset space ~
32022 \end_inset
32023
32024 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32025  sont :
32026 \end_layout
32027
32028 \begin_deeper
32029 \begin_layout Itemize
32030 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32031  par un saut de page.
32032 \end_layout
32033
32034 \begin_layout Itemize
32035 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32036  
32037 \family sans
32038 Aperçu
32039 \begin_inset space ~
32040 \end_inset
32041
32042 sur
32043 \begin_inset space ~
32044 \end_inset
32045
32046 le
32047 \begin_inset space ~
32048 \end_inset
32049
32050 vif
32051 \family default
32052  est activée dans les préférences dans la rubrique 
32053 \family sans
32054 Apparence\SpecialChar \menuseparator
32055 Graphique
32056 \family default
32057 .
32058 \end_layout
32059
32060 \begin_layout Itemize
32061 La commande LaTeX 
32062 \series bold
32063
32064 \backslash
32065 includeonly
32066 \series default
32067  ne peut pas être utilisée.
32068 \end_layout
32069
32070 \end_deeper
32071 \begin_layout Standard
32072 Voici un sous document inséré en utilisant la méthode 
32073 \family sans
32074 Incorporé
32075 \family default
32076  : 
32077 \begin_inset CommandInset include
32078 LatexCommand input
32079 preview true
32080 filename "DocumentBidon2.lyx"
32081
32082 \end_inset
32083
32084
32085 \end_layout
32086
32087 \begin_layout Description
32088 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32089  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32090  sous forme de code source et aucune des commandes éventuellement présentes
32091  ne sera exécutée.
32092  Vous pouvez utiliser l'option 
32093 \family sans
32094 Marquer
32095 \begin_inset space ~
32096 \end_inset
32097
32098 les
32099 \begin_inset space ~
32100 \end_inset
32101
32102 espaces
32103 \family default
32104  qui matérialise chaque espace présente dans le code source par un caractère
32105  
32106 \begin_inset Quotes eld
32107 \end_inset
32108
32109
32110 \begin_inset ERT
32111 status collapsed
32112
32113 \begin_layout Plain Layout
32114
32115
32116 \backslash
32117 textvisiblespace 
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \begin_inset Quotes erd
32124 \end_inset
32125
32126  .
32127  La différence avec la méthode qui consiste à utiliser le menu 
32128 \family sans
32129 Insérer\SpecialChar \menuseparator
32130 Fichier\SpecialChar \menuseparator
32131 Texte
32132 \begin_inset space ~
32133 \end_inset
32134
32135 brut
32136 \family default
32137  est que le contenu du document n'apparaît pas dans LyX.
32138 \end_layout
32139
32140 \begin_layout Standard
32141 Voici un sous-document inclus en utilisant la méthode 
32142 \family sans
32143 verbatim
32144 \family default
32145  : 
32146 \begin_inset CommandInset include
32147 LatexCommand verbatiminput
32148 filename "DocumentTexteBidon.txt"
32149
32150 \end_inset
32151
32152
32153 \begin_inset VSpace bigskip
32154 \end_inset
32155
32156 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32157  l'option 
32158 \family sans
32159 Marquer
32160 \begin_inset space ~
32161 \end_inset
32162
32163 les
32164 \begin_inset space ~
32165 \end_inset
32166
32167 espaces :
32168 \family default
32169  
32170 \begin_inset CommandInset include
32171 LatexCommand verbatiminput*
32172 filename "DocumentTexteBidon.txt"
32173
32174 \end_inset
32175
32176
32177 \end_layout
32178
32179 \begin_layout Standard
32180 \begin_inset VSpace bigskip
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Standard
32187 \begin_inset Note Greyedout
32188 status open
32189
32190 \begin_layout Plain Layout
32191
32192 \series bold
32193 Note:
32194 \series default
32195  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32196  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Description
32205 Listings Ce type d'inclusion est décrit dans le chapitre
32206 \begin_inset space ~
32207 \end_inset
32208
32209
32210 \begin_inset CommandInset ref
32211 LatexCommand ref
32212 reference "cha:Program-Code-Listings"
32213
32214 \end_inset
32215
32216 .
32217 \end_layout
32218
32219 \begin_layout Standard
32220 \begin_inset Note Greyedout
32221 status open
32222
32223 \begin_layout Plain Layout
32224
32225 \series bold
32226 Note:
32227 \series default
32228  Inclure le même document deux fois dans un même document peut poser des
32229  problèmes avec LaTeX.
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Chapter
32238 Listings de Code Source
32239 \begin_inset CommandInset label
32240 LatexCommand label
32241 name "cha:Program-Code-Listings"
32242
32243 \end_inset
32244
32245
32246 \begin_inset Index
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250 Listings
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \begin_inset Index
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260 Code Source
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \begin_inset Index
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270 Flottants ! Listings
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32280  un insert 
32281 \family sans
32282 Listings
32283 \family default
32284  qui peut être créé grâce au menu 
32285 \family sans
32286 Insérer
32287 \family default
32288 \SpecialChar \menuseparator
32289
32290 \family sans
32291 Listing
32292 \begin_inset space ~
32293 \end_inset
32294
32295 de
32296 \begin_inset space ~
32297 \end_inset
32298
32299 Code
32300 \begin_inset space ~
32301 \end_inset
32302
32303 Source
32304 \family default
32305 .
32306  Le paquetage LaTeX 
32307 \series bold
32308 listings
32309 \series default
32310
32311 \begin_inset Index
32312 status collapsed
32313
32314 \begin_layout Plain Layout
32315 Paquetages LaTeX ! listings
32316 \end_layout
32317
32318 \end_inset
32319
32320  fournit un moyen puissant et flexible d'insérer des listings de code source
32321  dans votre document.
32322  
32323 \end_layout
32324
32325 \begin_layout Standard
32326 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32327  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32328 \end_layout
32329
32330 \begin_layout Standard
32331 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32332  L'option d'emplacement 
32333 \family sans
32334 Listing
32335 \begin_inset space ~
32336 \end_inset
32337
32338 en
32339 \begin_inset space ~
32340 \end_inset
32341
32342 Ligne
32343 \family default
32344  imprime le listing dans la ligne comme ceci : 
32345 \begin_inset listings
32346 lstparams "language={C++}"
32347 inline true
32348 status open
32349
32350 \begin_layout Plain Layout
32351
32352 int a=5;
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \begin_inset Newline newline
32359 \end_inset
32360
32361 L'option 
32362 \family sans
32363 Flottant
32364 \family default
32365  crée un flottant de listing pour lequel vous pouvez préciser les options
32366  classiques d'emplacement : 
32367 \begin_inset Quotes eld
32368 \end_inset
32369
32370
32371 \family sans
32372 h
32373 \family default
32374
32375 \begin_inset Quotes erd
32376 \end_inset
32377
32378
32379 \begin_inset Quotes eld
32380 \end_inset
32381
32382
32383 \family sans
32384 t
32385 \family default
32386
32387 \begin_inset Quotes erd
32388 \end_inset
32389
32390
32391 \begin_inset Quotes eld
32392 \end_inset
32393
32394
32395 \family sans
32396 b
32397 \family default
32398
32399 \begin_inset Quotes erd
32400 \end_inset
32401
32402 , et 
32403 \begin_inset Quotes eld
32404 \end_inset
32405
32406
32407 \family sans
32408 p
32409 \family default
32410
32411 \begin_inset Quotes erd
32412 \end_inset
32413
32414  correspondant aux emplacement décrits dans la section
32415 \begin_inset space ~
32416 \end_inset
32417
32418
32419 \begin_inset CommandInset ref
32420 LatexCommand ref
32421 reference "sec:Placement-flottants"
32422
32423 \end_inset
32424
32425 .
32426  Les options de positionnement peuvent être mélangées et doivent être saisies
32427  sans séparation, par exemple, on peut taper 
32428 \begin_inset Quotes eld
32429 \end_inset
32430
32431
32432 \family sans
32433 htbp
32434 \family default
32435
32436 \begin_inset Quotes erd
32437 \end_inset
32438
32439 .
32440  L' option 
32441 \begin_inset Quotes eld
32442 \end_inset
32443
32444 h
32445 \begin_inset Quotes erd
32446 \end_inset
32447
32448  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32449  
32450 \family sans
32451 Flottant
32452 \family default
32453  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32454  légende et être référencés.
32455 \end_layout
32456
32457 \begin_layout Standard
32458 Vous pouvez ajouter une légende à un listing avec le menu 
32459 \family sans
32460 Insérer\SpecialChar \menuseparator
32461 Légende
32462 \family default
32463 .
32464  On peut référencer les listings de la même façon que les flottants :Voir
32465  le listing
32466 \begin_inset space ~
32467 \end_inset
32468
32469
32470 \begin_inset CommandInset ref
32471 LatexCommand ref
32472 reference "lst:Listing-exemple"
32473
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Standard
32480 \begin_inset listings
32481 lstparams "language=Python"
32482 inline false
32483 status open
32484
32485 \begin_layout Plain Layout
32486
32487 \begin_inset Caption
32488
32489 \begin_layout Plain Layout
32490 \begin_inset CommandInset label
32491 LatexCommand label
32492 name "lst:Listing-exemple"
32493
32494 \end_inset
32495
32496 Exemple de listing flottant
32497 \end_layout
32498
32499 \end_inset
32500
32501 # Exemple de listing flottant
32502 \end_layout
32503
32504 \begin_layout Plain Layout
32505
32506 def func(param):
32507 \end_layout
32508
32509 \begin_layout Plain Layout
32510
32511     'ceci est une fonction python'
32512 \end_layout
32513
32514 \begin_layout Plain Layout
32515
32516     pass
32517 \end_layout
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Standard
32525 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32526  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32527  de manière particulière dans la sortie imprimée.
32528  Dans l'exemple de listing, le mot clé Python 
32529 \begin_inset Quotes eld
32530 \end_inset
32531
32532 def
32533 \begin_inset Quotes erd
32534 \end_inset
32535
32536  est reconnu et imprimé en caractères gras dans la sortie.
32537 \end_layout
32538
32539 \begin_layout Standard
32540 \begin_inset Note Greyedout
32541 status open
32542
32543 \begin_layout Plain Layout
32544
32545 \series bold
32546 Note:
32547 \series default
32548  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32549  une police de caractères à chasse fixe, c'est que votre police ne contient
32550  probablement pas de série grasse.
32551  Dans ce cas choisissez une police différente dans le menu 
32552 \family sans
32553 Document\SpecialChar \menuseparator
32554 Paramètres\SpecialChar \menuseparator
32555 Polices
32556 \family default
32557 .
32558  (Les polices 
32559 \emph on
32560 LuxiMono, BeraMono
32561 \emph default
32562  et 
32563 \emph on
32564 Courier
32565 \emph default
32566  contiennent une série grasse.)
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 Dans la rubrique 
32576 \family sans
32577 Numérotation
32578 \begin_inset space ~
32579 \end_inset
32580
32581 des
32582 \begin_inset space ~
32583 \end_inset
32584
32585 Lignes
32586 \family default
32587  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32588 n des lignes.
32589  Vous pouvez mettre un nombre dans le champ 
32590 \family sans
32591 Pas
32592 \family default
32593  pour désigner les lignes qui seront numérotées.
32594  Par exemple, si vous mettez 
32595 \begin_inset Quotes eld
32596 \end_inset
32597
32598 3
32599 \begin_inset Quotes erd
32600 \end_inset
32601
32602 , seule une ligne sur trois sera numérotée.
32603 \end_layout
32604
32605 \begin_layout Standard
32606 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32607  apparaîtront dans la sortie.
32608  Vous devez utiliser l'option 
32609 \family sans
32610 Table
32611 \begin_inset space ~
32612 \end_inset
32613
32614 de
32615 \begin_inset space ~
32616 \end_inset
32617
32618 Caractères
32619 \begin_inset space ~
32620 \end_inset
32621
32622 Étendue
32623 \family default
32624  quand vous employez des caractères spécifiques à une langue donnée comme
32625  les umlauts Allemands dans votre listing.
32626 \begin_inset Newline newline
32627 \end_inset
32628
32629 Voici un exemple de listing avec la numérotation des lignes à gauche par
32630  pas de 3, en langage Python, avec les options 
32631 \begin_inset Quotes eld
32632 \end_inset
32633
32634 Table
32635 \begin_inset space ~
32636 \end_inset
32637
32638 de
32639 \begin_inset space ~
32640 \end_inset
32641
32642 caractères
32643 \begin_inset space ~
32644 \end_inset
32645
32646 étendue
32647 \begin_inset Quotes erd
32648 \end_inset
32649
32650  et 
32651 \begin_inset Quotes eld
32652 \end_inset
32653
32654 Espace
32655 \begin_inset space ~
32656 \end_inset
32657
32658 représenté
32659 \begin_inset space ~
32660 \end_inset
32661
32662 par
32663 \begin_inset space ~
32664 \end_inset
32665
32666 un
32667 \begin_inset space ~
32668 \end_inset
32669
32670 symbole
32671 \begin_inset Quotes erd
32672 \end_inset
32673
32674 , l'intervalle de ligne étant 3
32675 \begin_inset space \thinspace{}
32676 \end_inset
32677
32678 -
32679 \begin_inset space \thinspace{}
32680 \end_inset
32681
32682 8:
32683 \end_layout
32684
32685 \begin_layout Standard
32686 \begin_inset listings
32687 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32688 inline false
32689 status open
32690
32691 \begin_layout Plain Layout
32692
32693 def func(param):
32694 \end_layout
32695
32696 \begin_layout Plain Layout
32697
32698     'ceci est une fonction Python'
32699 \end_layout
32700
32701 \begin_layout Plain Layout
32702
32703     pass
32704 \end_layout
32705
32706 \begin_layout Plain Layout
32707
32708 def func(param):
32709 \end_layout
32710
32711 \begin_layout Plain Layout
32712
32713 'Ça, c'est un mot Allemand : Tschüß'
32714 \end_layout
32715
32716 \begin_layout Plain Layout
32717
32718 pass
32719 \end_layout
32720
32721 \begin_layout Plain Layout
32722
32723 def func(param):
32724 \end_layout
32725
32726 \begin_layout Plain Layout
32727
32728 'ceci est une fonction Python'
32729 \end_layout
32730
32731 \begin_layout Plain Layout
32732
32733 pass
32734 \end_layout
32735
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \begin_layout Standard
32742 \begin_inset Note Greyedout
32743 status open
32744
32745 \begin_layout Plain Layout
32746
32747 \series bold
32748 Note:
32749 \series default
32750  À cause d'un bug dans le paquetage 
32751 \series bold
32752 listings
32753 \series default
32754  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32755  listing.
32756  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32757  les lignes 3 et 6.
32758 \end_layout
32759
32760 \end_inset
32761
32762
32763 \end_layout
32764
32765 \begin_layout Standard
32766 \begin_inset VSpace bigskip
32767 \end_inset
32768
32769
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32774  listing.
32775  Pour le faire, il suffit d'utiliser le menu 
32776 \family sans
32777 Insérer\SpecialChar \menuseparator
32778 Fichier\SpecialChar \menuseparator
32779 Sous-document
32780 \family default
32781  et de choisir le type 
32782 \family sans
32783 Listing
32784 \family default
32785
32786 \begin_inset space ~
32787 \end_inset
32788
32789
32790 \family sans
32791 de
32792 \begin_inset space ~
32793 \end_inset
32794
32795 Code
32796 \begin_inset space ~
32797 \end_inset
32798
32799 source
32800 \family default
32801 .
32802 \begin_inset Foot
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806 Les autres types de sous-documents sont décrits dans la section
32807 \begin_inset space ~
32808 \end_inset
32809
32810
32811 \begin_inset CommandInset ref
32812 LatexCommand ref
32813 reference "sec:Sous-documents"
32814
32815 \end_inset
32816
32817 .
32818 \end_layout
32819
32820 \end_inset
32821
32822  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32823  à utiliser pour le listing dans une zone de texte.
32824  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32825  
32826 \begin_inset Quotes eld
32827 \end_inset
32828
32829 ?
32830 \begin_inset Quotes erd
32831 \end_inset
32832
32833  dans la zone de texte.
32834 \end_layout
32835
32836 \begin_layout Standard
32837 Pour faire référence à un sous-document de type listing, tapez une étiquette
32838  dans le champ correspondant de la fenêtre de dialogue.
32839  On peut alors faire référence à cette étiquette en utilisant le menu 
32840 \family sans
32841 Insérer\SpecialChar \menuseparator
32842 Référence
32843 \begin_inset space ~
32844 \end_inset
32845
32846 Croisée
32847 \family default
32848 .
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Le listing
32853 \begin_inset space ~
32854 \end_inset
32855
32856
32857 \begin_inset CommandInset ref
32858 LatexCommand ref
32859 reference "lst:listing-fichier"
32860
32861 \end_inset
32862
32863  est une exemple de listing issu d'un fichier ; ici les lignes 10
32864 \begin_inset space \thinspace{}
32865 \end_inset
32866
32867 -
32868 \begin_inset space \thinspace{}
32869 \end_inset
32870
32871 15 de ce fichier LyX sont listées.
32872 \end_layout
32873
32874 \begin_layout Standard
32875 \begin_inset CommandInset include
32876 LatexCommand lstinputlisting
32877 filename "EmbeddedObjects.lyx"
32878 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32879
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \begin_inset VSpace bigskip
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \begin_layout Standard
32893 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32894  de dialogue 
32895 \family sans
32896 Document\SpecialChar \menuseparator
32897 Paramètres\SpecialChar \menuseparator
32898 Format
32899 \begin_inset space ~
32900 \end_inset
32901
32902 du
32903 \begin_inset space ~
32904 \end_inset
32905
32906 Texte
32907 \family default
32908 .
32909  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32910  
32911 \begin_inset Quotes eld
32912 \end_inset
32913
32914 ?
32915 \begin_inset Quotes erd
32916 \end_inset
32917
32918  dans le champ 
32919 \family sans
32920 Paramètres
32921 \begin_inset space ~
32922 \end_inset
32923
32924 du
32925 \begin_inset space ~
32926 \end_inset
32927
32928 Listing
32929 \family default
32930 .
32931 \end_layout
32932
32933 \begin_layout Standard
32934 Pour plus d'information sur le paquetage 
32935 \series bold
32936 listings
32937 \series default
32938 , nous vous renvoyons à sa documentation 
32939 \begin_inset CommandInset citation
32940 LatexCommand cite
32941 key "listings"
32942
32943 \end_inset
32944
32945 .
32946 \end_layout
32947
32948 \begin_layout Standard
32949 \begin_inset Newpage newpage
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Chapter
32956 \start_of_appendix
32957 Unités de longueur utilisables avec LyX
32958 \begin_inset OptArg
32959 status collapsed
32960
32961 \begin_layout Plain Layout
32962 Unités de longueur
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \begin_inset Index
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 Unités
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \begin_inset CommandInset label
32979 LatexCommand label
32980 name "cha:Unités-de-longueur"
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Standard
32988 Pour comprendre les unités de longueur utilisées dans cette documentation,
32989  le tableau
32990 \begin_inset space ~
32991 \end_inset
32992
32993
32994 \begin_inset CommandInset ref
32995 LatexCommand ref
32996 reference "tab:Unités"
32997
32998 \end_inset
32999
33000 décrit les unités utilisées par LyX.
33001 \begin_inset Float table
33002 placement h
33003 wide false
33004 sideways false
33005 status open
33006
33007 \begin_layout Plain Layout
33008 \begin_inset Caption
33009
33010 \begin_layout Plain Layout
33011 \begin_inset CommandInset label
33012 LatexCommand label
33013 name "tab:Unités"
33014
33015 \end_inset
33016
33017 Unités de longueur
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Plain Layout
33026 \begin_inset VSpace medskip
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Plain Layout
33033 \align center
33034 \begin_inset Tabular
33035 <lyxtabular version="3" rows="20" columns="2">
33036 <features>
33037 <column alignment="center" valignment="top" width="0">
33038 <column alignment="center" valignment="top" width="0">
33039 <row>
33040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044 unité
33045 \end_layout
33046
33047 \end_inset
33048 </cell>
33049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33050 \begin_inset Text
33051
33052 \begin_layout Plain Layout
33053 nom/description
33054 \end_layout
33055
33056 \end_inset
33057 </cell>
33058 </row>
33059 <row>
33060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33061 \begin_inset Text
33062
33063 \begin_layout Plain Layout
33064 mm
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33070 \begin_inset Text
33071
33072 \begin_layout Plain Layout
33073 millimètre
33074 \end_layout
33075
33076 \end_inset
33077 </cell>
33078 </row>
33079 <row>
33080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 cm
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093 centimètre
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 </row>
33099 <row>
33100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33101 \begin_inset Text
33102
33103 \begin_layout Plain Layout
33104 in
33105 \end_layout
33106
33107 \end_inset
33108 </cell>
33109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33110 \begin_inset Text
33111
33112 \begin_layout Plain Layout
33113 pouce (inch)
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 </row>
33119 <row>
33120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33121 \begin_inset Text
33122
33123 \begin_layout Plain Layout
33124 pt
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33130 \begin_inset Text
33131
33132 \begin_layout Plain Layout
33133 point (72.27
33134 \begin_inset space \thinspace{}
33135 \end_inset
33136
33137 pt = 1
33138 \begin_inset space \thinspace{}
33139 \end_inset
33140
33141 in)
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 </row>
33147 <row>
33148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152 pc
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 pica (1
33162 \begin_inset space \thinspace{}
33163 \end_inset
33164
33165 pc = 12
33166 \begin_inset space \thinspace{}
33167 \end_inset
33168
33169 pt)
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 sp
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 scaled point (65536
33190 \begin_inset space \thinspace{}
33191 \end_inset
33192
33193 sp = 1
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 pt)
33198 \end_layout
33199
33200 \end_inset
33201 </cell>
33202 </row>
33203 <row>
33204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 bp
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 gros point (72
33218 \begin_inset space \thinspace{}
33219 \end_inset
33220
33221 bp = 1
33222 \begin_inset space \thinspace{}
33223 \end_inset
33224
33225 in)
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 </row>
33231 <row>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236 dd
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33242 \begin_inset Text
33243
33244 \begin_layout Plain Layout
33245 didot (72
33246 \begin_inset space \thinspace{}
33247 \end_inset
33248
33249 dd 
33250 \begin_inset Formula $\approx$
33251 \end_inset
33252
33253  37.6
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 mm)
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 </row>
33263 <row>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 cc
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277 cicero (1
33278 \begin_inset space \thinspace{}
33279 \end_inset
33280
33281 cc = 12
33282 \begin_inset space \thinspace{}
33283 \end_inset
33284
33285 dd)
33286 \end_layout
33287
33288 \end_inset
33289 </cell>
33290 </row>
33291 <row>
33292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 Scale%
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 % de la largeur originale de l'image
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row>
33312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316 text%
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 % de la largeur du texte
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 </row>
33331 <row>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336 col%
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 % de la largeur de la colonne
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 </row>
33351 <row>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 page%
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365 % de la largeur du papier
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 <row>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 line%
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385 % de la largeur de la ligne
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 </row>
33391 <row>
33392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 theight%
33397 \end_layout
33398
33399 \end_inset
33400 </cell>
33401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405 % la hauteur du texte
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 </row>
33411 <row>
33412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416 pheight%
33417 \end_layout
33418
33419 \end_inset
33420 </cell>
33421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33422 \begin_inset Text
33423
33424 \begin_layout Plain Layout
33425 % hauteur du papier
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 <row>
33432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 ex
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 hauteur de la lettre 
33446 \emph on
33447 x
33448 \emph default
33449  dans la police courante
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 </row>
33455 <row>
33456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33457 \begin_inset Text
33458
33459 \begin_layout Plain Layout
33460 em
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469 largeur de la lettre
33470 \emph on
33471  M
33472 \emph default
33473  dans la police courante
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 <row>
33480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33481 \begin_inset Text
33482
33483 \begin_layout Plain Layout
33484 mu
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 unité mathématique (1
33494 \begin_inset space \thinspace{}
33495 \end_inset
33496
33497 mu = 1/18
33498 \begin_inset space \thinspace{}
33499 \end_inset
33500
33501 em)
33502 \end_layout
33503
33504 \end_inset
33505 </cell>
33506 </row>
33507 </lyxtabular>
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \begin_layout Chapter
33520 Formats des fichiers de sortie graphiques
33521 \begin_inset CommandInset label
33522 LatexCommand label
33523 name "cha:Formats-fichiers-graphiques"
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Section
33531 DVI
33532 \begin_inset Index
33533 status collapsed
33534
33535 \begin_layout Plain Layout
33536 Formats de Fichiers! DVI
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \begin_inset Index
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546 DVI|see
33547 \begin_inset ERT
33548 status collapsed
33549
33550 \begin_layout Plain Layout
33551
33552 {
33553 \end_layout
33554
33555 \end_inset
33556
33557 Formats de Fichiers
33558 \begin_inset ERT
33559 status collapsed
33560
33561 \begin_layout Plain Layout
33562
33563 }
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Standard
33577 Ce type de fichiers a l'extension 
33578 \begin_inset Quotes fld
33579 \end_inset
33580
33581
33582 \family typewriter
33583 .dvi
33584 \family default
33585
33586 \begin_inset Quotes frd
33587 \end_inset
33588
33589 .
33590  Il est appelé 
33591 \emph on
33592 indépendant de l'appareil
33593 \emph default
33594  ou 
33595 \begin_inset Quotes fld
33596 \end_inset
33597
33598 device independent (DVI)
33599 \begin_inset Quotes frd
33600 \end_inset
33601
33602 , car il est complètement portable ; vous pouvez les recopier d'une machine
33603  à l'autre sans avoir à faire de conversion.
33604  À l'époque où ce format a été développé, c'était loin d'être évident.
33605  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33606  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33607 \end_layout
33608
33609 \begin_layout Standard
33610 \begin_inset Note Greyedout
33611 status open
33612
33613 \begin_layout Plain Layout
33614
33615 \series bold
33616 Note:
33617 \series default
33618  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33619  au fichier.
33620  
33621 \end_layout
33622
33623 \end_inset
33624
33625  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33626  
33627 \family typewriter
33628 .dvi
33629 \family default
33630 .
33631  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33632 z le DVI puisque le programme de visualisation doit convertir les images
33633  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33634  document.
33635  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33636  avec de nombreuses images.
33637 \end_layout
33638
33639 \begin_layout Standard
33640 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33641  menu 
33642 \family sans
33643 Fichier\SpecialChar \menuseparator
33644 Exporter\SpecialChar \menuseparator
33645 DVI.
33646
33647 \family default
33648  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33649 \family sans
33650 Visualiser
33651 \family default
33652  ou en utilisant le bouton
33653 \begin_inset Graphics
33654         filename ../../images/buffer-view_dvi.png
33655         scale 85
33656         scaleBeforeRotation
33657
33658 \end_inset
33659
33660  de la barre d'outils.
33661 \end_layout
33662
33663 \begin_layout Section
33664 PostScript
33665 \begin_inset CommandInset label
33666 LatexCommand label
33667 name "sec:PostScript"
33668
33669 \end_inset
33670
33671
33672 \begin_inset Index
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676 Formats de Fichiers ! PostScript
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \begin_inset Index
33683 status collapsed
33684
33685 \begin_layout Plain Layout
33686 PostScript|see
33687 \begin_inset ERT
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691
33692 {
33693 \end_layout
33694
33695 \end_inset
33696
33697 Formats de Fichiers
33698 \begin_inset ERT
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702
33703 }
33704 \end_layout
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717 Ce type de fichiers a l'extension 
33718 \begin_inset Quotes fld
33719 \end_inset
33720
33721
33722 \family typewriter
33723 .ps
33724 \family default
33725
33726 \begin_inset Quotes frd
33727 \end_inset
33728
33729 .
33730  PostScript a été développé par la société 
33731 \series bold
33732 Adobe
33733 \series default
33734  comme un langage pour les imprimantes.
33735  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33736  pour imprimer le document.
33737  PostScript peut être considéré comme un 
33738 \begin_inset Quotes fld
33739 \end_inset
33740
33741 langage de programmation
33742 \begin_inset Quotes frd
33743 \end_inset
33744
33745  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33746  images
33747 \begin_inset Foot
33748 status open
33749
33750 \begin_layout Plain Layout
33751 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33752  LaTeX 
33753 \series bold
33754 pstricks
33755 \series default
33756
33757 \begin_inset CommandInset citation
33758 LatexCommand cite
33759 key "pstricks"
33760
33761 \end_inset
33762
33763 .
33764 \end_layout
33765
33766 \end_inset
33767
33768 .
33769  En partie à cause de toutes ces possibilités un fichier PostScript est
33770  souvent plus gros qu'un PDF.
33771 \end_layout
33772
33773 \begin_layout Standard
33774 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33775  plus gros qu'un PDF.
33776 \end_layout
33777
33778 \begin_layout Standard
33779 PostScript ne peut contenir que des images au format 
33780 \begin_inset Quotes fld
33781 \end_inset
33782
33783 PostScript Encapsulé
33784 \begin_inset Quotes frd
33785 \end_inset
33786
33787  (encapsulated PostScript ou EPS, d'extension 
33788 \family typewriter
33789 .eps
33790 \family default
33791 ).
33792  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33793  il doit les convertir en interne en EPS.
33794  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33795  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33796  document.
33797  Cela risque de ralentir de façon importante votre rythme de travail.
33798  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33799  vos images directement en EPS pour éviter ce problème.
33800 \end_layout
33801
33802 \begin_layout Standard
33803 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33804  le menu 
33805 \family sans
33806 Fichier\SpecialChar \menuseparator
33807 Exporter\SpecialChar \menuseparator
33808 PostScript.
33809
33810 \family default
33811  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33812  
33813 \family sans
33814 Visualiser
33815 \family default
33816  ou en utilisant le bouton 
33817 \begin_inset Graphics
33818         filename ../../images/buffer-view_ps.png
33819         scale 85
33820         scaleBeforeRotation
33821
33822 \end_inset
33823
33824  de la barre d'outils.
33825 \end_layout
33826
33827 \begin_layout Section
33828 PDF
33829 \begin_inset CommandInset label
33830 LatexCommand label
33831 name "sec:PDF"
33832
33833 \end_inset
33834
33835
33836 \begin_inset Index
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 Formats de Fichiers ! PDF
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \begin_inset Index
33847 status collapsed
33848
33849 \begin_layout Plain Layout
33850 PDF
33851 \end_layout
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \begin_layout Standard
33859 Ce type de fichiers a l'extension 
33860 \begin_inset Quotes fld
33861 \end_inset
33862
33863
33864 \family typewriter
33865 .pdf
33866 \family default
33867
33868 \begin_inset Quotes frd
33869 \end_inset
33870
33871 .
33872  Ce 
33873 \begin_inset Quotes fld
33874 \end_inset
33875
33876 format de document portable
33877 \begin_inset Quotes frd
33878 \end_inset
33879
33880  (portable document format ou PDF) est développé par 
33881 \family typewriter
33882 Adobe
33883 \family default
33884  comme une évolution de PostScript.
33885  Il est plus comprimé et utilise moins de commandes que PostScript.
33886  Comme son nom l'indique, il est 
33887 \begin_inset Quotes fld
33888 \end_inset
33889
33890 portable
33891 \begin_inset Quotes frd
33892 \end_inset
33893
33894  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33895  aura exactement le même aspect.
33896 \end_layout
33897
33898 \begin_layout Standard
33899 PDF peut contenir des images dans son propre format PDF et dans les formats
33900  JPG (format du 
33901 \begin_inset Quotes fld
33902 \end_inset
33903
33904 Joint Photographic Expert Group
33905 \begin_inset Quotes frd
33906 \end_inset
33907
33908  avec comme extension 
33909 \family typewriter
33910 .jpg
33911 \family default
33912  ou 
33913 \family typewriter
33914 .jpeg
33915 \family default
33916 ) et PNG (
33917 \begin_inset Quotes fld
33918 \end_inset
33919
33920 Portable Network Graphics
33921 \begin_inset Quotes frd
33922 \end_inset
33923
33924  avec l'extension 
33925 \family typewriter
33926 .png
33927 \family default
33928 ).
33929  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33930  dans un de ces formats.
33931  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33932  vont ralentir votre travail.
33933  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33934 \end_layout
33935
33936 \begin_layout Standard
33937 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33938  menu 
33939 \family sans
33940 Fichier\SpecialChar \menuseparator
33941 Exporter 
33942 \family default
33943 de trois façons différentes:
33944 \end_layout
33945
33946 \begin_layout Description
33947 PDF
33948 \begin_inset space ~
33949 \end_inset
33950
33951 (ps2pdf) Ceci utilise le programme 
33952 \family typewriter
33953 ps2pdf
33954 \family default
33955  qui créé un PDF à partir de la version PostScript de votre fichier.
33956  Cette dernière est produite par le programme 
33957 \family typewriter
33958 dvips
33959 \family default
33960  qui utilise une version DVI comme étape intermédiaire.
33961  Cette variante consiste donc en trois conversions.
33962 \end_layout
33963
33964 \begin_layout Description
33965 PDF
33966 \begin_inset space ~
33967 \end_inset
33968
33969 (dvipdfm) Ceci utilise le programme 
33970 \family typewriter
33971 dvipdfm
33972 \family default
33973  qui convertit votre fichier en DVI avant de le convertir en PDF.
33974 \end_layout
33975
33976 \begin_layout Description
33977 PDF
33978 \begin_inset space ~
33979 \end_inset
33980
33981 (pdflatex) Ceci utilise le programme 
33982 \family typewriter
33983 pdftex
33984 \family default
33985  qui convertit directement votre fichier en PDF.
33986 \end_layout
33987
33988 \begin_layout Standard
33989 Nous recommandons d'utiliser l'option 
33990 \family sans
33991 PDF
33992 \begin_inset space ~
33993 \end_inset
33994
33995 (pdflatex)
33996 \family default
33997  car 
33998 \family typewriter
33999 pdftex
34000 \family default
34001  accepte toutes les fonctionnalités des versions actuelles de PDF.
34002  Il est en plus rapide et stable.
34003  Le programme 
34004 \family typewriter
34005 dvipdfm
34006 \family default
34007  n'est plus développé est est donc un peu dépassé.
34008 \end_layout
34009
34010 \begin_layout Standard
34011
34012 \end_layout
34013
34014 \begin_layout Standard
34015 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34016 \family sans
34017 Visualiser
34018 \family default
34019  ou en utilisant le bouton 
34020 \begin_inset Graphics
34021         filename ../../images/buffer-view_pdf2.png
34022         scale 85
34023         scaleBeforeRotation
34024
34025 \end_inset
34026
34027  de la barre d'outils
34028 \family sans
34029  (
34030 \family default
34031 qui utilise 
34032 \family sans
34033 PDF
34034 \begin_inset space ~
34035 \end_inset
34036
34037 (pdflatex)
34038 \family default
34039 ).
34040 \end_layout
34041
34042 \begin_layout Chapter
34043 Explication de l' Équation
34044 \begin_inset space ~
34045 \end_inset
34046
34047
34048 \begin_inset CommandInset ref
34049 LatexCommand eqref
34050 reference "eq:Wgn"
34051
34052 \end_inset
34053
34054
34055 \begin_inset CommandInset label
34056 LatexCommand label
34057 name "cha:Explication-de-l'Equation"
34058
34059 \end_inset
34060
34061
34062 \end_layout
34063
34064 \begin_layout Standard
34065 La largeur totale de 
34066 \emph on
34067 n
34068 \emph default
34069  cellules de tableau 
34070 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34071 \end_inset
34072
34073  peut être calculée avec
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset Formula \begin{equation}
34078 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}
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \begin_layout Standard
34086 Où 
34087 \begin_inset Formula $W_{g\, n}$
34088 \end_inset
34089
34090  est la largeur fixe de toutes les cellules.
34091  
34092 \series bold
34093
34094 \backslash
34095 tabcolsep
34096 \series default
34097  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34098  sa valeur par défaut est 6
34099 \begin_inset space \thinspace{}
34100 \end_inset
34101
34102 pt.
34103  
34104 \series bold
34105
34106 \backslash
34107 arrayrulewidth
34108 \series default
34109  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34110 \begin_inset space \thinspace{}
34111 \end_inset
34112
34113 pt.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 D'après l'équation
34118 \begin_inset space ~
34119 \end_inset
34120
34121
34122 \begin_inset CommandInset ref
34123 LatexCommand eqref
34124 reference "eq:Wtot_n"
34125
34126 \end_inset
34127
34128 , la largeur totale d'une multicolonne, 
34129 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34130 \end_inset
34131
34132  est
34133 \end_layout
34134
34135 \begin_layout Standard
34136 \begin_inset Formula \begin{equation}
34137 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \begin_layout Standard
34145 En posant que les équations 
34146 \begin_inset space ~
34147 \end_inset
34148
34149
34150 \begin_inset CommandInset ref
34151 LatexCommand eqref
34152 reference "eq:Wtot_n"
34153
34154 \end_inset
34155
34156  et 
34157 \begin_inset CommandInset ref
34158 LatexCommand eqref
34159 reference "eq:Wtot_mult"
34160
34161 \end_inset
34162
34163  sont égales, on peut calculer la largeur nécessaire 
34164 \begin_inset Formula $W_{g\, n}$
34165 \end_inset
34166
34167  quand 
34168 \emph on
34169 n
34170 \emph default
34171  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34172  de 
34173 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34174 \end_inset
34175
34176 :
34177 \end_layout
34178
34179 \begin_layout Standard
34180 \begin_inset Formula \begin{equation}
34181 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Bibliography
34189 \begin_inset CommandInset bibitem
34190 LatexCommand bibitem
34191 key "latexcompanion"
34192
34193 \end_inset
34194
34195 Frank Mittelbach and Michel Goossens: 
34196 \emph on
34197 The LaTeX Companion Second Edition.
34198
34199 \emph default
34200  Addison-Wesley, 2004
34201 \end_layout
34202
34203 \begin_layout Bibliography
34204 \begin_inset CommandInset bibitem
34205 LatexCommand bibitem
34206 key "latexguide"
34207
34208 \end_inset
34209
34210 Helmut Kopka and Patrick W.
34211  Daly: 
34212 \emph on
34213 A Guide to LaTeX Fourth Edition.
34214
34215 \emph default
34216  Addison-Wesley, 2003
34217 \end_layout
34218
34219 \begin_layout Bibliography
34220 \begin_inset CommandInset bibitem
34221 LatexCommand bibitem
34222 key "latexbook"
34223
34224 \end_inset
34225
34226 Leslie Lamport: 
34227 \emph on
34228 LaTeX: A Document Preparation System.
34229
34230 \emph default
34231  Addison-Wesley, second edition, 1994
34232 \end_layout
34233
34234 \begin_layout Bibliography
34235 \begin_inset CommandInset bibitem
34236 LatexCommand bibitem
34237 key "booktabs"
34238
34239 \end_inset
34240
34241 Documentation du paquetage LaTeX 
34242 \series bold
34243
34244 \begin_inset CommandInset href
34245 LatexCommand href
34246 name "booktabs"
34247 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34248
34249 \end_inset
34250
34251
34252 \series default
34253
34254 \begin_inset Index
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258 Paquetages LaTeX ! booktabs
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Bibliography
34267 \begin_inset CommandInset bibitem
34268 LatexCommand bibitem
34269 key "caption"
34270
34271 \end_inset
34272
34273 Documentation du paquetage LaTeX 
34274 \series bold
34275
34276 \begin_inset CommandInset href
34277 LatexCommand href
34278 name "caption"
34279 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34280
34281 \end_inset
34282
34283
34284 \series default
34285
34286 \begin_inset Index
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Paquetages LaTeX ! caption
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Bibliography
34299 \begin_inset CommandInset bibitem
34300 LatexCommand bibitem
34301 key "endfloat"
34302
34303 \end_inset
34304
34305 Documentation du paquetage LaTeX 
34306 \series bold
34307
34308 \begin_inset CommandInset href
34309 LatexCommand href
34310 name "endfloat"
34311 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34312
34313 \end_inset
34314
34315
34316 \series default
34317
34318 \begin_inset Index
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 Paquetages LaTeX ! endfloat
34323 \end_layout
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Bibliography
34331 \begin_inset CommandInset bibitem
34332 LatexCommand bibitem
34333 key "wrapfig"
34334
34335 \end_inset
34336
34337 Documentation du paquetage LaTeX 
34338 \series bold
34339
34340 \begin_inset CommandInset href
34341 LatexCommand href
34342 name "wrapfig"
34343 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34344
34345 \end_inset
34346
34347
34348 \series default
34349
34350 \begin_inset Index
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354 Paquetages LaTeX ! wrapfig
34355 \begin_inset ERT
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359
34360
34361 \backslash
34362 vspace{4mm}
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Bibliography
34376 \begin_inset CommandInset bibitem
34377 LatexCommand bibitem
34378 key "footmisc"
34379
34380 \end_inset
34381
34382 Documentation du paquetage LaTeX 
34383 \series bold
34384
34385 \begin_inset CommandInset href
34386 LatexCommand href
34387 name "footmisc"
34388 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34389
34390 \end_inset
34391
34392
34393 \series default
34394
34395 \begin_inset Index
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399 Paquetages LaTeX ! footmisc
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Bibliography
34408 \begin_inset CommandInset bibitem
34409 LatexCommand bibitem
34410 key "hypcap"
34411
34412 \end_inset
34413
34414 Documentation du paquetage LaTeX 
34415 \series bold
34416
34417 \begin_inset CommandInset href
34418 LatexCommand href
34419 name "hypcap"
34420 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34421
34422 \end_inset
34423
34424
34425 \series default
34426
34427 \begin_inset Index
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431 Paquetages LaTeX ! hyperref
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Bibliography
34440 \begin_inset CommandInset bibitem
34441 LatexCommand bibitem
34442 key "hyperref"
34443
34444 \end_inset
34445
34446 Documentation du paquetage LaTeX 
34447 \series bold
34448
34449 \begin_inset CommandInset href
34450 LatexCommand href
34451 name "hyperref"
34452 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34453
34454 \end_inset
34455
34456
34457 \series default
34458
34459 \begin_inset Index
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Paquetages LaTeX ! hyperref
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Bibliography
34472 \begin_inset CommandInset bibitem
34473 LatexCommand bibitem
34474 key "koma-script"
34475
34476 \end_inset
34477
34478 Documentation du paquetage LaTeX 
34479 \series bold
34480
34481 \begin_inset CommandInset href
34482 LatexCommand href
34483 name "koma-script"
34484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34485
34486 \end_inset
34487
34488
34489 \series default
34490
34491 \begin_inset Index
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Paquetages LaTeX ! koma-script
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \begin_layout Bibliography
34504 \begin_inset CommandInset bibitem
34505 LatexCommand bibitem
34506 key "listings"
34507
34508 \end_inset
34509
34510 Documentation du paquetage LaTeX 
34511 \series bold
34512
34513 \begin_inset CommandInset href
34514 LatexCommand href
34515 name "listings"
34516 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34517
34518 \end_inset
34519
34520
34521 \series default
34522
34523 \begin_inset Index
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527 Paquetages LaTeX ! listings
34528 \end_layout
34529
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Bibliography
34536 \begin_inset CommandInset bibitem
34537 LatexCommand bibitem
34538 key "marginnote"
34539
34540 \end_inset
34541
34542 Documentation du paquetage LaTeX 
34543 \series bold
34544
34545 \begin_inset CommandInset href
34546 LatexCommand href
34547 name "marginnote"
34548 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34549
34550 \end_inset
34551
34552
34553 \series default
34554
34555 \begin_inset Index
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559 Paquetages LaTeX ! marginnote
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \begin_layout Bibliography
34568 \begin_inset CommandInset bibitem
34569 LatexCommand bibitem
34570 key "pstricks"
34571
34572 \end_inset
34573
34574 Page Web du paquetage LaTeX 
34575 \series bold
34576
34577 \begin_inset CommandInset href
34578 LatexCommand href
34579 name "PSTricks"
34580 target "http://tug.org/PSTricks/"
34581
34582 \end_inset
34583
34584
34585 \series default
34586
34587 \begin_inset Index
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591 Paquetages LaTeX ! PSTricks
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \begin_layout Bibliography
34600 \begin_inset CommandInset bibitem
34601 LatexCommand bibitem
34602 key "sidecap"
34603
34604 \end_inset
34605
34606 Documentation du paquetage LaTeX 
34607 \series bold
34608
34609 \begin_inset CommandInset href
34610 LatexCommand href
34611 name "sidecap"
34612 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34613
34614 \end_inset
34615
34616
34617 \series default
34618
34619 \begin_inset Index
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 Paquetages LaTeX ! sidecap
34624 \end_layout
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Bibliography
34632 \begin_inset CommandInset bibitem
34633 LatexCommand bibitem
34634 key "NewInLyX16"
34635
34636 \end_inset
34637
34638
34639 \begin_inset CommandInset href
34640 LatexCommand href
34641 name "Page Wiki"
34642 target "http://wiki.lyx.org/LyX/NewInLyX16"
34643
34644 \end_inset
34645
34646  au sujet des nouveautés de 
34647 \family sans
34648 LyX 1.6.0
34649 \family default
34650 .
34651 \end_layout
34652
34653 \begin_layout Standard
34654 \begin_inset CommandInset index_print
34655 LatexCommand printindex
34656
34657 \end_inset
34658
34659
34660 \end_layout
34661
34662 \begin_layout Standard
34663 \begin_inset FloatList figure
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Standard
34671 \begin_inset FloatList table
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Standard
34679 \begin_inset ERT
34680 status open
34681
34682 \begin_layout Plain Layout
34683
34684
34685 \backslash
34686 listof{algorithm}{Liste des Algorithmes}
34687 \end_layout
34688
34689 \end_inset
34690
34691
34692 \begin_inset Note Note
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696 voir la section
34697 \begin_inset space ~
34698 \end_inset
34699
34700
34701 \begin_inset CommandInset ref
34702 LatexCommand ref
34703 reference "sub:Flottant-d'Algorithme"
34704
34705 \end_inset
34706
34707  pour une description
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \end_body
34716 \end_document