]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Documentation files: sync with branch
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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 \use_default_options false
169 \language french
170 \inputencoding auto
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179
180 \graphics default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref 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 Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 Figures
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Graphiques|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367 Figures
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 La fenêtre de dialogue Graphique
388 \begin_inset Index
389 status collapsed
390
391 \begin_layout Plain Layout
392 Figures ! Fenêtre de dialogue Graphique
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "sec:Graphics-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Pour placer une figure dans votre document, cliquez sur le bouton
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412         scaleBeforeRotation
413
414 \end_inset
415
416  dans la barre d'outils, ou faites 
417 \family sans
418 Insérer\SpecialChar \menuseparator
419 Graphique
420 \family default
421 .
422  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
423  à charger.
424  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
425  dans le texte.
426 \end_layout
427
428 \begin_layout Standard
429 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
430  sur une image
431 \begin_inset Note Note
432 status collapsed
433
434 \begin_layout Plain Layout
435 Ça marche aussi avec le bouton gauche ! (NdT)
436 \end_layout
437
438 \end_inset
439
440 .
441  Cette fenêtre de dialogue possède trois onglets:
442 \end_layout
443
444 \begin_layout Description
445 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
446  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
447  Les unités de longueurs utilisées sont décrites dans l'appendice
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "cha:Unités-de-longueur"
455
456 \end_inset
457
458 .
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index
464 status collapsed
465
466 \begin_layout Plain Layout
467 Figures ! Pivotées
468 \end_layout
469
470 \end_inset
471
472 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
473  d'une montre, en donnant l'angle de rotation et la position du pivot.
474  L'image apparaîtra pivotée dans LyX.
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figures ! Redimensionnées
484 \end_layout
485
486 \end_inset
487
488 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
489  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
490  sa largeur.
491  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
492  déterminée automatiquement.
493  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
494  éventuellement une distorsion.
495  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
496  
497 \family sans
498 Conserver
499 \begin_inset space ~
500 \end_inset
501
502 les
503 \begin_inset space ~
504 \end_inset
505
506 proportions
507 \family default
508 .
509  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
510  pas les valeurs fixées.
511  
512 \begin_inset Newline newline
513 \end_inset
514
515 Les images peuvent être modifiée en utilisant le programme de votre choix
516  en cliquant sur le bouton Éditer.
517  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
518  
519 \family sans
520 Formats
521 \begin_inset space ~
522 \end_inset
523
524 de
525 \begin_inset space ~
526 \end_inset
527
528 fichiers
529 \family default
530  dans la fenêtre de dialogue de 
531 \family sans
532 Préférences
533 \family default
534  de LyX.
535 \end_layout
536
537 \begin_layout Description
538 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
539  la sortie finale est de modifier les coordonnées de la zone de l'image
540  qui est affichée.
541  Cette zone peut être calculée automatiquement à partir des données présentes
542  dans le fichier en appuyant sur le bouton 
543 \family sans
544 Valeurs
545 \begin_inset space ~
546 \end_inset
547
548 du
549 \begin_inset space ~
550 \end_inset
551
552 Fichier
553 \family default
554 .
555  Avec l'option 
556 \family sans
557 Couper
558 \begin_inset space ~
559 \end_inset
560
561 à
562 \begin_inset space ~
563 \end_inset
564
565 la
566 \begin_inset space ~
567 \end_inset
568
569 boîte
570 \begin_inset space ~
571 \end_inset
572
573 de
574 \begin_inset space ~
575 \end_inset
576
577 délimitation, 
578 \family default
579 seule la portion de l'image qui est dans la zone définie sera imprimée.
580  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
581  donc vous pouvez ignorer l'onglet 
582 \family sans
583 Rogner
584 \family default
585 .
586 \end_layout
587
588 \begin_layout Description
589
590 \family sans
591 Options
592 \begin_inset space ~
593 \end_inset
594
595 LaTeX
596 \begin_inset space ~
597 \end_inset
598
599 et
600 \begin_inset space ~
601 \end_inset
602
603 LyX
604 \family default
605  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
606  les experts ès-LaTeX pourront fournir des options supplémentaires pour
607  LaTeX
608 \begin_inset Newline newline
609 \end_inset
610
611 L'option 
612 \family sans
613 Mode brouillon
614 \family default
615  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
616  avec la taille de l'image.
617 \begin_inset Newline newline
618 \end_inset
619
620 L'option 
621 \family sans
622 Ne
623 \begin_inset space ~
624 \end_inset
625
626 pas
627 \begin_inset space ~
628 \end_inset
629
630 décompresser
631 \begin_inset space ~
632 \end_inset
633
634 à
635 \begin_inset space ~
636 \end_inset
637
638 l'exportation
639 \family default
640  n'affectera que les graphiques EPS zippés, par exemple 
641 \family typewriter
642 x.eps.gz
643 \family default
644 .
645  Quand cette option est activée, les images ne sont pas décompressées à
646  l'exportation, vu que LaTeX peut les traiter telles-quelles
647 \begin_inset Newline newline
648 \end_inset
649
650 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
651  disques quand on utilise PostScript comme format de sortie, voir l'appendice
652 \begin_inset space ~
653 \end_inset
654
655
656 \begin_inset CommandInset ref
657 LatexCommand ref
658 reference "sec:PostScript"
659
660 \end_inset
661
662 .
663  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
664  terminal UNIX ou une console Windows:
665 \begin_inset Newline newline
666 \end_inset
667
668
669 \series bold
670 gzip x.eps
671 \series default
672
673 \begin_inset Newline newline
674 \end_inset
675
676
677 \series bold
678 zgrep %%Bounding x.eps.gz > x.eps.bb
679 \series default
680
681 \begin_inset Newline newline
682 \end_inset
683
684 La seconde commande va créer le fichier contenant la description de la boîte
685  de délimitation 
686 \begin_inset Quotes eld
687 \end_inset
688
689
690 \family typewriter
691 x.eps.bb
692 \family default
693
694 \begin_inset Quotes erd
695 \end_inset
696
697  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
698 \begin_inset Newline newline
699 \end_inset
700
701 Le champ 
702 \family sans
703 Initialiser
704 \begin_inset space ~
705 \end_inset
706
707 le
708 \begin_inset space ~
709 \end_inset
710
711 nom
712 \begin_inset space ~
713 \end_inset
714
715 du
716 \begin_inset space ~
717 \end_inset
718
719 groupe
720 \family default
721  vous permet de définir ou de choisir un groupe de paramètres d'image
722 \begin_inset Index
723 status open
724
725 \begin_layout Plain Layout
726 Figures ! Groupes de paramétrisation
727 \end_layout
728
729 \end_inset
730
731 .
732  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
733  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
734  les autres soient automatiquement modifiées de la même manière.
735  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
736  avoir à modifier leur taille manuellement une par une.
737  On peut rattacher une image à un groupe existant en utilisant le menu contextue
738 l de l'image et en cochant le nom du groupe dans la liste
739 \begin_inset Foot
740 status open
741
742 \begin_layout Plain Layout
743 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
744 \end_layout
745
746 \end_inset
747
748 .
749 \end_layout
750
751 \begin_layout Standard
752 \begin_inset VSpace bigskip
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Standard
759 Voici un exemple d'image au format EPS
760 \begin_inset Foot
761 status collapsed
762
763 \begin_layout Plain Layout
764 Les format d'images sont décrits dans la section
765 \begin_inset space ~
766 \end_inset
767
768
769 \begin_inset CommandInset ref
770 LatexCommand ref
771 reference "sec:Image-Formats"
772
773 \end_inset
774
775 .
776 \end_layout
777
778 \end_inset
779
780  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
781 nt:
782 \end_layout
783
784 \begin_layout Standard
785 \align center
786 \begin_inset Graphics
787         filename ../clipart/mobius.eps
788         scale 70
789         scaleBeforeRotation
790         rotateOrigin center
791
792 \end_inset
793
794
795 \end_layout
796
797 \begin_layout Standard
798 Et voici la même image mais en mode brouillon:
799 \end_layout
800
801 \begin_layout Standard
802 \align center
803 \begin_inset Graphics
804         filename ../clipart/mobius.eps
805         scale 70
806         draft
807         scaleBeforeRotation
808         rotateOrigin center
809
810 \end_inset
811
812
813 \end_layout
814
815 \begin_layout Section
816 Figures Flottantes
817 \begin_inset CommandInset label
818 LatexCommand label
819 name "sec:Figure-Floats"
820
821 \end_inset
822
823
824 \begin_inset Index
825 status collapsed
826
827 \begin_layout Plain Layout
828 Flottants ! Figures
829 \end_layout
830
831 \end_inset
832
833
834 \begin_inset Index
835 status collapsed
836
837 \begin_layout Plain Layout
838 Figures ! Flottants
839 \end_layout
840
841 \end_inset
842
843
844 \end_layout
845
846 \begin_layout Standard
847 Pour des explications d'ordre général concernant les flottants, jetez un
848  coup d'œil à la section
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "sec:Flottants-Introduction"
856
857 \end_inset
858
859 .
860 \end_layout
861
862 \begin_layout Standard
863 Le bouton 
864 \begin_inset Graphics
865         filename ../../images/float-insert_figure.png
866         scale 85
867         scaleBeforeRotation
868
869 \end_inset
870
871  de la barre d'outils et le menu 
872 \family sans
873 Insérer\SpecialChar \menuseparator
874 Flottant\SpecialChar \menuseparator
875 Figure
876 \family default
877  insèrent un flottant avec l'étiquette 
878 \begin_inset Quotes eld
879 \end_inset
880
881
882 \series bold
883 Figure
884 \begin_inset space ~
885 \end_inset
886
887 #:
888 \series default
889
890 \begin_inset Quotes erd
891 \end_inset
892
893  (# est le numéro réel de l'image).
894  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
895 \begin_inset space ~
896 \end_inset
897
898
899 \begin_inset CommandInset ref
900 LatexCommand ref
901 reference "fig:kill-plat"
902
903 \end_inset
904
905  ou en dessous de la légende comme pour la Figure
906 \begin_inset space ~
907 \end_inset
908
909
910 \begin_inset CommandInset ref
911 LatexCommand ref
912 reference "fig:escher"
913
914 \end_inset
915
916 .
917  Vous trouverez plus d'information sur le positionnement des légendes dans
918  la section
919 \begin_inset space ~
920 \end_inset
921
922
923 \begin_inset CommandInset ref
924 LatexCommand ref
925 reference "sec:Placement-légende"
926
927 \end_inset
928
929 .
930 \end_layout
931
932 \begin_layout Standard
933 \begin_inset Float figure
934 wide false
935 sideways false
936 status open
937
938 \begin_layout Plain Layout
939 \align center
940 \begin_inset Graphics
941         filename ../clipart/platypus.eps
942         width 50col%
943         scaleBeforeRotation
944         rotateOrigin center
945
946 \end_inset
947
948
949 \end_layout
950
951 \begin_layout Plain Layout
952 \begin_inset Caption
953
954 \begin_layout Plain Layout
955 \begin_inset CommandInset label
956 LatexCommand label
957 name "fig:kill-plat"
958
959 \end_inset
960
961 Un ornithorynque sévèrement déformé dans un flottant de figure.
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Standard
975 \begin_inset Float figure
976 wide false
977 sideways false
978 status open
979
980 \begin_layout Plain Layout
981 \begin_inset Caption
982
983 \begin_layout Plain Layout
984 \begin_inset CommandInset label
985 LatexCommand label
986 name "fig:escher"
987
988 \end_inset
989
990 M.C.
991  Escher sous LSD.
992 \end_layout
993
994 \end_inset
995
996
997 \end_layout
998
999 \begin_layout Plain Layout
1000 \align center
1001 \begin_inset Graphics
1002         filename ../clipart/escher-lsd.eps
1003         scale 80
1004         scaleBeforeRotation
1005         rotateOrigin center
1006
1007 \end_inset
1008
1009
1010 \end_layout
1011
1012 \end_inset
1013
1014
1015 \end_layout
1016
1017 \begin_layout Standard
1018 \begin_inset Index
1019 status collapsed
1020
1021 \begin_layout Plain Layout
1022 References@Références ! à des Figures
1023 \end_layout
1024
1025 \end_inset
1026
1027 Les figure
1028 \begin_inset space ~
1029 \end_inset
1030
1031
1032 \begin_inset CommandInset ref
1033 LatexCommand ref
1034 reference "fig:kill-plat"
1035
1036 \end_inset
1037
1038  et 
1039 \begin_inset CommandInset ref
1040 LatexCommand ref
1041 reference "fig:escher"
1042
1043 \end_inset
1044
1045  sont des exemples de figures référencées.
1046  Dans le texte, on fait référence à une figure en faisant référence à sa
1047  légende.
1048  On insère donc une étiquette dans la légende en utilisant le menu 
1049 \family sans
1050 Insérer
1051 \family default
1052 \SpecialChar \menuseparator
1053
1054 \family sans
1055 Étiquette
1056 \family default
1057  ou le bouton 
1058 \begin_inset Graphics
1059         filename ../../images/label-insert.png
1060         scale 85
1061         scaleBeforeRotation
1062
1063 \end_inset
1064
1065  de la barre d'outils.
1066  On peut alors faire référence à cette étiquette en utilisant le menu 
1067 \family sans
1068 Insérer\SpecialChar \menuseparator
1069 Référence
1070 \begin_inset space ~
1071 \end_inset
1072
1073 croisée
1074 \family default
1075  ou le bouton 
1076 \begin_inset Graphics
1077         filename ../../images/dialog-show-new-inset_ref.png
1078         scale 85
1079         scaleBeforeRotation
1080
1081 \end_inset
1082
1083  de la barre d'outils.
1084  Il est important d'utiliser des références pour les flottants de figures
1085  plutôt que des locutions vagues du genre 
1086 \begin_inset Quotes eld
1087 \end_inset
1088
1089 la figure ci-dessous
1090 \begin_inset Quotes erd
1091 \end_inset
1092
1093 , puisque LaTeX va repositionner la figure dans le document final.
1094  Votre figure risque de ne plus être ci-dessous du tout !
1095 \begin_inset Newline newline
1096 \end_inset
1097
1098 Le référencement est expliqué plus en détail dans la section
1099 \begin_inset space ~
1100 \end_inset
1101
1102
1103 \begin_inset CommandInset ref
1104 LatexCommand ref
1105 reference "sec:Referencer-les-Flottants"
1106
1107 \end_inset
1108
1109 .
1110 \end_layout
1111
1112 \begin_layout Standard
1113 En principe on met une seule figure dans un flottant, mais parfois vous
1114  pouvez vouloir deux figures avec chacune sa sous-légende.
1115  C'est possible en insérant des flottants d'image dans des flottants d'image
1116  existants.
1117  Notez que seule la légende principale des flottants est reprise dans la
1118  liste des figures.
1119  La figure
1120 \begin_inset space ~
1121 \end_inset
1122
1123
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "fig:Deux-images-déformées"
1127
1128 \end_inset
1129
1130  est un exemple de flottant de figure avec deux images mises l'une à côté
1131  de l'autre.
1132  Vous pouvez aussi mettre les images les unes sous les autres.
1133  Les figures
1134 \begin_inset space ~
1135 \end_inset
1136
1137
1138 \begin_inset CommandInset ref
1139 LatexCommand ref
1140 reference "fig:Structure-indéfinissable"
1141
1142 \end_inset
1143
1144  et 
1145 \begin_inset CommandInset ref
1146 LatexCommand ref
1147 reference "fig:Un-ornithorynque"
1148
1149 \end_inset
1150
1151  sont des sous-figures.
1152 \end_layout
1153
1154 \begin_layout Standard
1155 \begin_inset Float figure
1156 wide false
1157 sideways false
1158 status open
1159
1160 \begin_layout Plain Layout
1161 \begin_inset space \hfill{}
1162 \end_inset
1163
1164
1165 \begin_inset Float figure
1166 wide false
1167 sideways false
1168 status open
1169
1170 \begin_layout Plain Layout
1171 \begin_inset Caption
1172
1173 \begin_layout Plain Layout
1174 \begin_inset CommandInset label
1175 LatexCommand label
1176 name "fig:Structure-indéfinissable"
1177
1178 \end_inset
1179
1180 Structure indéfinissable
1181 \end_layout
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \begin_layout Plain Layout
1189 \begin_inset Graphics
1190         filename ../clipart/escher-lsd.eps
1191         width 45col%
1192         scaleBeforeRotation
1193         groupId Déformés
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \begin_inset space \hfill{}
1204 \end_inset
1205
1206
1207 \begin_inset Float figure
1208 wide false
1209 sideways false
1210 status open
1211
1212 \begin_layout Plain Layout
1213 \begin_inset Caption
1214
1215 \begin_layout Plain Layout
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "fig:Un-ornithorynque"
1219
1220 \end_inset
1221
1222 Un ornithorynque
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Plain Layout
1231 \begin_inset Graphics
1232         filename ../clipart/platypus.eps
1233         width 45col%
1234         scaleBeforeRotation
1235         groupId Déformés
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \end_inset
1243
1244
1245 \begin_inset space \hfill{}
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \begin_layout Plain Layout
1252 \begin_inset Caption
1253
1254 \begin_layout Plain Layout
1255 \begin_inset CommandInset label
1256 LatexCommand label
1257 name "fig:Deux-images-déformées"
1258
1259 \end_inset
1260
1261 Deux images déformées.
1262  Les deux images font partie du groupe de paramétrisation 
1263 \begin_inset Quotes eld
1264 \end_inset
1265
1266 déformés
1267 \begin_inset Quotes erd
1268 \end_inset
1269
1270 .
1271 \end_layout
1272
1273 \end_inset
1274
1275
1276 \end_layout
1277
1278 \end_inset
1279
1280
1281 \end_layout
1282
1283 \begin_layout Section
1284 Les Formats d'images
1285 \begin_inset CommandInset label
1286 LatexCommand label
1287 name "sec:Image-Formats"
1288
1289 \end_inset
1290
1291
1292 \begin_inset Index
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296 Formats d' images
1297 \end_layout
1298
1299 \end_inset
1300
1301
1302 \begin_inset Index
1303 status collapsed
1304
1305 \begin_layout Plain Layout
1306 Figures ! Formats d'images
1307 \end_layout
1308
1309 \end_inset
1310
1311
1312 \end_layout
1313
1314 \begin_layout Standard
1315 Vous pouvez insérer des images dans n'importe quel format connu.
1316  Mais, comme nous l'avons expliqué dans l'appendice
1317 \begin_inset space ~
1318 \end_inset
1319
1320
1321 \begin_inset CommandInset ref
1322 LatexCommand ref
1323 reference "cha:Formats-fichiers-graphiques"
1324
1325 \end_inset
1326
1327 ,
1328 \lang english
1329  
1330 \lang french
1331 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1332  de formats d'images.
1333  Pour s'en sortir LyX utilise le programme 
1334 \family typewriter
1335 Imagemagick
1336 \family default
1337  en arrière plan pour convertir les formats que vous utilisez dans un des
1338  formats acceptés par le format de sortie.
1339  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1340 ons en n'utilisant que les formats listés dans les sous sections de
1341 \lang english
1342  
1343 \lang french
1344 l'appendice
1345 \begin_inset space ~
1346 \end_inset
1347
1348
1349 \begin_inset CommandInset ref
1350 LatexCommand ref
1351 reference "cha:Formats-fichiers-graphiques"
1352
1353 \end_inset
1354
1355 .
1356 \end_layout
1357
1358 \begin_layout Standard
1359 Comme pour les polices de caractères, il y a deux grands types de formats
1360  d'images:
1361 \end_layout
1362
1363 \begin_layout Description
1364 Les
1365 \begin_inset space ~
1366 \end_inset
1367
1368 images
1369 \begin_inset space ~
1370 \end_inset
1371
1372 Matricielles
1373 \begin_inset space ~
1374 \end_inset
1375
1376 (ou
1377 \begin_inset space ~
1378 \end_inset
1379
1380 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1381  enregistrés sous un format compressé.
1382  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1383  petits carrés quand on utilise des agrandissements trop importants (aspect
1384  
1385 \begin_inset Quotes eld
1386 \end_inset
1387
1388 pixellisé
1389 \begin_inset Quotes erd
1390 \end_inset
1391
1392 ).
1393  Les formats matriciels les plus connus sont le GIF (
1394 \begin_inset Quotes eld
1395 \end_inset
1396
1397 Graphics Interchange Format
1398 \begin_inset Quotes erd
1399 \end_inset
1400
1401 , avec comme extension de fichier 
1402 \begin_inset Quotes eld
1403 \end_inset
1404
1405
1406 \family typewriter
1407 .gif
1408 \family default
1409
1410 \begin_inset Quotes erd
1411 \end_inset
1412
1413 )
1414 \begin_inset Index
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 GIF|see
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 {
1425 \end_layout
1426
1427 \end_inset
1428
1429 Format d'image
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 }
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \end_inset
1444
1445 , le PNG (
1446 \begin_inset Quotes eld
1447 \end_inset
1448
1449 Portable Network Graphics, extension 
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453
1454 \family typewriter
1455 .png
1456 \family default
1457
1458 \begin_inset Quotes erd
1459 \end_inset
1460
1461 )
1462 \begin_inset Index
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 PNG|see
1467 \begin_inset ERT
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471
1472 {
1473 \end_layout
1474
1475 \end_inset
1476
1477 Formats d'image
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 }
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \end_inset
1492
1493  et le JPG (
1494 \begin_inset Quotes eld
1495 \end_inset
1496
1497 Joint Photographic Expert Group, extension 
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501
1502 \family typewriter
1503 .jpg
1504 \family default
1505
1506 \begin_inset Quotes erd
1507 \end_inset
1508
1509  ou 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .jpeg
1516 \family default
1517
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521 )
1522 \begin_inset Index
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526 JPG|see
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 {
1533 \end_layout
1534
1535 \end_inset
1536
1537 Formats d'image
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 }
1544 \end_layout
1545
1546 \end_inset
1547
1548
1549 \end_layout
1550
1551 \end_inset
1552
1553 .
1554 \end_layout
1555
1556 \begin_layout Description
1557 Les
1558 \begin_inset space ~
1559 \end_inset
1560
1561 images
1562 \begin_inset space ~
1563 \end_inset
1564
1565 Vectorielles
1566 \begin_inset space ~
1567 \end_inset
1568
1569 (ou
1570 \begin_inset space ~
1571 \end_inset
1572
1573 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1574  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1575 nnée comme on le veut sans perte de précision.
1576  La possibilité de redimensionner les images est très utilisé pour les présentat
1577 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1578 nnement.
1579  Le redimensionnement permet aussi de présenter des documents en ligne où
1580  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1581  étudier les détails.
1582 \begin_inset Newline newline
1583 \end_inset
1584
1585 Les principaux formats vectoriels sont le SVG (
1586 \begin_inset Quotes eld
1587 \end_inset
1588
1589 Scalable Vector Graphics
1590 \begin_inset Quotes erd
1591 \end_inset
1592
1593 , extension
1594 \begin_inset Quotes eld
1595 \end_inset
1596
1597
1598 \family typewriter
1599 .svg
1600 \family default
1601
1602 \begin_inset Quotes erd
1603 \end_inset
1604
1605 )
1606 \begin_inset Index
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 SVG|see
1611 \begin_inset ERT
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615
1616 {
1617 \end_layout
1618
1619 \end_inset
1620
1621 Format d'image
1622 \begin_inset ERT
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626
1627 }
1628 \end_layout
1629
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636
1637 , l'EPS ( 
1638 \begin_inset Quotes eld
1639 \end_inset
1640
1641 encapsulated PostScript
1642 \begin_inset Quotes erd
1643 \end_inset
1644
1645 , extension
1646 \begin_inset Quotes eld
1647 \end_inset
1648
1649
1650 \family typewriter
1651 .eps
1652 \family default
1653
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657 )
1658 \begin_inset Index
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 EPS|see
1663 \begin_inset ERT
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667
1668 {
1669 \end_layout
1670
1671 \end_inset
1672
1673 Format d'image
1674 \begin_inset ERT
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678
1679 }
1680 \end_layout
1681
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688
1689 , le PDF (
1690 \begin_inset Quotes eld
1691 \end_inset
1692
1693 Portable Document Format
1694 \begin_inset Quotes erd
1695 \end_inset
1696
1697 , extension
1698 \begin_inset Quotes eld
1699 \end_inset
1700
1701
1702 \family typewriter
1703 .pdf
1704 \family default
1705
1706 \begin_inset Quotes erd
1707 \end_inset
1708
1709 )
1710 \begin_inset Index
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 PDF|see
1715 \begin_inset ERT
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719
1720 {
1721 \end_layout
1722
1723 \end_inset
1724
1725 Format d'image
1726 \begin_inset ERT
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730
1731 }
1732 \end_layout
1733
1734 \end_inset
1735
1736
1737 \end_layout
1738
1739 \end_inset
1740
1741  et le WMF (
1742 \begin_inset Quotes eld
1743 \end_inset
1744
1745 Windows Metafile
1746 \begin_inset Quotes erd
1747 \end_inset
1748
1749 , extension 
1750 \begin_inset Quotes eld
1751 \end_inset
1752
1753
1754 \family typewriter
1755 .wfm
1756 \family default
1757
1758 \begin_inset Quotes erd
1759 \end_inset
1760
1761  ou 
1762 \begin_inset Quotes eld
1763 \end_inset
1764
1765
1766 \family typewriter
1767 .emf
1768 \family default
1769
1770 \begin_inset Quotes erd
1771 \end_inset
1772
1773 )
1774 \begin_inset Index
1775 status collapsed
1776
1777 \begin_layout Plain Layout
1778 WMF|see
1779 \begin_inset ERT
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783
1784 {
1785 \end_layout
1786
1787 \end_inset
1788
1789 Formats d'images
1790 \begin_inset ERT
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794
1795 }
1796 \end_layout
1797
1798 \end_inset
1799
1800
1801 \end_layout
1802
1803 \end_inset
1804
1805 .
1806  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1807  en EPS, mais le résultat ne sera pas redimensionnable.
1808  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1809 \begin_inset Foot
1810 status open
1811
1812 \begin_layout Plain Layout
1813 Dans le cas du PDF l'image initiale est aussi compressée.
1814 \end_layout
1815
1816 \end_inset
1817
1818 .
1819 \end_layout
1820
1821 \begin_layout Standard
1822 Les fichiers PDF générés par 
1823 \family typewriter
1824 Adobe Photoshop
1825 \family default
1826 , par exemple, sont des images matricielles.
1827 \end_layout
1828
1829 \begin_layout Standard
1830 En principe il est quasiment impossible de convertir une image matricielle
1831  en graphique vectoriel, seul le contraire est possible.
1832
1833 \lang english
1834  
1835 \lang french
1836 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1837  dans respectivement un fichier de sortie PDF ou PostScript.
1838  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1839  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1840  WMF/SVG
1841 \begin_inset Formula $\to$
1842 \end_inset
1843
1844 PDF/EPS convenables.
1845 \end_layout
1846
1847 \begin_layout Chapter
1848 Tableaux
1849 \begin_inset Index
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 Tableau
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Section
1862 Introduction
1863 \begin_inset Index
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tableau ! Introduction
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Standard
1876 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1877  
1878 \begin_inset Graphics
1879         filename ../../images/tabular-insert.png
1880         scale 85
1881         scaleBeforeRotation
1882
1883 \end_inset
1884
1885  soit 
1886 \family sans
1887 Insérer\SpecialChar \menuseparator
1888 Tableau
1889 \family default
1890 .
1891  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1892  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1893  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1894  sur un bouton de la souris pour valider votre choix.
1895  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1896  vous demandant le nombre de lignes et de colonnes.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1901  une à droite de la colonne la plus à droite et une en bas de la rangée
1902  du bas, qui forment une boîte autour du tableau.
1903  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1904  apparaît séparée du reste du tableau.
1905  Voici un exemple :
1906 \end_layout
1907
1908 \begin_layout Standard
1909 \align center
1910 \begin_inset Tabular
1911 <lyxtabular version="3" rows="4" columns="4">
1912 <features>
1913 <column alignment="center" valignment="top" width="0">
1914 <column alignment="center" valignment="top" width="0">
1915 <column alignment="center" valignment="top" width="0">
1916 <column alignment="center" valignment="top" width="0">
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 1
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 2
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 3
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960 A
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 </row>
1993 <row>
1994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Plain Layout
1998 B
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Plain Layout
2007
2008 \end_layout
2009
2010 \end_inset
2011 </cell>
2012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 </row>
2031 <row>
2032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2033 \begin_inset Text
2034
2035 \begin_layout Plain Layout
2036 C
2037 \end_layout
2038
2039 \end_inset
2040 </cell>
2041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2042 \begin_inset Text
2043
2044 \begin_layout Plain Layout
2045
2046 \end_layout
2047
2048 \end_inset
2049 </cell>
2050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2051 \begin_inset Text
2052
2053 \begin_layout Plain Layout
2054
2055 \end_layout
2056
2057 \end_inset
2058 </cell>
2059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 </row>
2069 </lyxtabular>
2070
2071 \end_inset
2072
2073
2074 \end_layout
2075
2076 \begin_layout Section
2077 La fenêtre 
2078 \family sans
2079 Tableau
2080 \family default
2081
2082 \begin_inset Index
2083 status collapsed
2084
2085 \begin_layout Plain Layout
2086 Tableau ! Fenêtre de dialogue
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2096  de la souris, ce qui fait apparaître une fenêtre avec des options.
2097  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2098  la colonne et la ligne dans laquelle le curseur se trouve.
2099  La plupart des options peuvent s'appliquer à des sélections.
2100  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2101  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2102  votre sélection.
2103  Notez qu'il y a une différence entre sélectionner le 
2104 \emph on
2105 contenu 
2106 \emph default
2107 d'une cellule et sélectionner la cellule elle-même.
2108  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2109  tableaux :
2110 \end_layout
2111
2112 \begin_layout Description
2113 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2114  la largeur de la colonne courante.
2115  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2116  vertical de la ligne courante.
2117  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2118  et donc, plusieurs paragraphes de texte, voir la section
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "sub:Lignes-multiple-dans-cellule"
2126
2127 \end_inset
2128
2129 .
2130  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2131  pour accommoder le contenu de cellule le plus large.
2132 \begin_inset Newline newline
2133 \end_inset
2134
2135 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2136  un multicolonne, voir la section
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "sub:Multicolonnes"
2144
2145 \end_inset
2146
2147 .
2148 \begin_inset Newline newline
2149 \end_inset
2150
2151 L'option 
2152 \family sans
2153 Tourner
2154 \begin_inset space ~
2155 \end_inset
2156
2157 la
2158 \begin_inset space ~
2159 \end_inset
2160
2161 case
2162 \begin_inset space ~
2163 \end_inset
2164
2165 de
2166 \begin_inset space ~
2167 \end_inset
2168
2169 90°
2170 \family default
2171  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2172  L'option 
2173 \family sans
2174 Tourner
2175 \begin_inset space ~
2176 \end_inset
2177
2178 le
2179 \begin_inset space ~
2180 \end_inset
2181
2182 tableau
2183 \begin_inset space ~
2184 \end_inset
2185
2186 de
2187 \begin_inset space ~
2188 \end_inset
2189
2190 90°
2191 \family default
2192  fait pivoter tout le tableau.
2193  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2194  la sortie finale.
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198
2199 \begin_inset Note Greyedout
2200 status open
2201
2202 \begin_layout Plain Layout
2203
2204 \series bold
2205 Note:
2206 \series default
2207  La plupart des visualiseurs DVI ne sont 
2208 \emph on
2209 pas
2210 \emph default
2211  capables d'afficher ces rotations.
2212 \end_layout
2213
2214 \end_inset
2215
2216
2217 \lang english
2218
2219 \begin_inset Newline newline
2220 \end_inset
2221
2222
2223 \lang french
2224 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2225  spéciales pour le tableau, voir les sections
2226 \begin_inset space ~
2227 \end_inset
2228
2229
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "sub:Calculs-multicolonnes"
2233
2234 \end_inset
2235
2236  et 
2237 \begin_inset CommandInset ref
2238 LatexCommand ref
2239 reference "sec:Tableaux-Colorés"
2240
2241 \end_inset
2242
2243 .
2244 \end_layout
2245
2246 \begin_layout Description
2247
2248 \family sans
2249 Bordures
2250 \family default
2251  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2252  ou la colonne courante.
2253  
2254 \begin_inset Newline newline
2255 \end_inset
2256
2257 En utilisant le style 
2258 \family sans
2259 Formel
2260 \family default
2261  à la place du style par 
2262 \family sans
2263 Défaut
2264 \family default
2265 , on va convertir le tableau en tableau formel comme on le décrit dans la
2266  section
2267 \begin_inset space ~
2268 \end_inset
2269
2270
2271 \begin_inset CommandInset ref
2272 LatexCommand ref
2273 reference "sec:Tableaux-Formels"
2274
2275 \end_inset
2276
2277 .
2278 \begin_inset Newline newline
2279 \end_inset
2280
2281 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2282  dans les lignes du tableau comme c'est décrit dans la section
2283 \begin_inset space ~
2284 \end_inset
2285
2286
2287 \begin_inset CommandInset ref
2288 LatexCommand ref
2289 reference "sub:Espacement-lignes"
2290
2291 \end_inset
2292
2293 .
2294 \end_layout
2295
2296 \begin_layout Description
2297 Tableau
2298 \begin_inset space ~
2299 \end_inset
2300
2301 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2302  un 
2303 \begin_inset Quotes eld
2304 \end_inset
2305
2306
2307 \emph on
2308 tableau long
2309 \emph default
2310
2311 \begin_inset Quotes erd
2312 \end_inset
2313
2314  qui peut continuer sur plusieurs pages.
2315  Les sections
2316 \begin_inset space ~
2317 \end_inset
2318
2319
2320 \begin_inset CommandInset ref
2321 LatexCommand ref
2322 reference "sec:Tableaux-longs"
2323
2324 \end_inset
2325
2326  et 
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "sec:Questions-sur-tableaux-longs"
2330
2331 \end_inset
2332
2333  décrivent ces tableaux longs plus en détail.
2334 \end_layout
2335
2336 \begin_layout Standard
2337 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2338  de cellule en cellule avec les touches de déplacement et voir s'afficher
2339  les propriétés de la cellule courante dans la fenêtre de dialogue.
2340 \end_layout
2341
2342 \begin_layout Section
2343 La barre d'outils tableau
2344 \begin_inset Index
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348 Tableau ! Barre d'outils
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Standard
2357 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2358  permet de modifier plus rapidement les tableaux.
2359  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2360  le curseur se trouve à l'intérieur d'un tableau.
2361  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2362  au menu 
2363 \family sans
2364 Visualiser\SpecialChar \menuseparator
2365 Barres
2366 \begin_inset space ~
2367 \end_inset
2368
2369 d'outils\SpecialChar \menuseparator
2370 Tableau
2371 \family default
2372 .
2373 \end_layout
2374
2375 \begin_layout Standard
2376 La barre d'outils contient les icônes suivantes :
2377 \end_layout
2378
2379 \begin_layout Labeling
2380 \labelwidthstring 00.00.0000
2381 \begin_inset Graphics
2382         filename ../../images/tabular-feature_append-row.png
2383         scaleBeforeRotation
2384
2385 \end_inset
2386
2387  ajoute une ligne sous la cellule ou la sélection courante
2388 \end_layout
2389
2390 \begin_layout Labeling
2391 \labelwidthstring 00.00.0000
2392 \begin_inset Graphics
2393         filename ../../images/tabular-feature_append-column.png
2394         scaleBeforeRotation
2395
2396 \end_inset
2397
2398  ajoute une colonne à la droite de la cellule ou de la sélection courante
2399 \end_layout
2400
2401 \begin_layout Labeling
2402 \labelwidthstring 00.00.0000
2403 \begin_inset Graphics
2404         filename ../../images/tabular-feature_delete-row.png
2405         scaleBeforeRotation
2406
2407 \end_inset
2408
2409  supprime la ligne ou la sélection courante
2410 \end_layout
2411
2412 \begin_layout Labeling
2413 \labelwidthstring 00.00.0000
2414 \begin_inset Graphics
2415         filename ../../images/tabular-feature_delete-column.png
2416         scaleBeforeRotation
2417
2418 \end_inset
2419
2420  supprime la colonne ou la sélection courante
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Graphics
2426         filename ../../images/tabular-feature_toggle-line-top.png
2427         scaleBeforeRotation
2428
2429 \end_inset
2430
2431  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2432  courante
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_toggle-line-bottom.png
2439         scaleBeforeRotation
2440
2441 \end_inset
2442
2443  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Graphics
2449         filename ../../images/tabular-feature_toggle-line-left.png
2450         scaleBeforeRotation
2451
2452 \end_inset
2453
2454  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2455 \begin_inset Note Note
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 ou colonne ?
2460 \end_layout
2461
2462 \end_inset
2463
2464  ou de la sélection courante
2465 \end_layout
2466
2467 \begin_layout Labeling
2468 \labelwidthstring 00.00.0000
2469 \begin_inset Graphics
2470         filename ../../images/tabular-feature_toggle-line-right.png
2471         scaleBeforeRotation
2472
2473 \end_inset
2474
2475  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2476 \begin_inset Note Note
2477 status collapsed
2478
2479 \begin_layout Plain Layout
2480 ou colonne ?
2481 \end_layout
2482
2483 \end_inset
2484
2485  ou de la sélection courante
2486 \end_layout
2487
2488 \begin_layout Labeling
2489 \labelwidthstring 00.00.0000
2490 \begin_inset Graphics
2491         filename ../../images/tabular-feature_set-all-lines.png
2492         scaleBeforeRotation
2493
2494 \end_inset
2495
2496  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2497  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2498  colonne et la ligne courante
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Graphics
2504         filename ../../images/tabular-feature_unset-all-lines.png
2505         scaleBeforeRotation
2506
2507 \end_inset
2508
2509  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2510  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2511  aussi la colonne et la ligne courante
2512 \end_layout
2513
2514 \begin_layout Labeling
2515 \labelwidthstring 00.00.0000
2516 \begin_inset Graphics
2517         filename ../../images/tabular-feature_align-left.png
2518         scaleBeforeRotation
2519
2520 \end_inset
2521
2522  aligne à gauche le contenu de la cellule ou de la colonne courante
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Graphics
2528         filename ../../images/tabular-feature_align-center.png
2529         scaleBeforeRotation
2530
2531 \end_inset
2532
2533  centre horizontalement le contenu de la cellule ou de la colonne courante
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538 \begin_inset Graphics
2539         filename ../../images/tabular-feature_align-right.png
2540         scaleBeforeRotation
2541
2542 \end_inset
2543
2544  aligne à droite le contenu de la cellule ou de la colonne courante
2545 \end_layout
2546
2547 \begin_layout Labeling
2548 \labelwidthstring 00.00.0000
2549 \begin_inset Graphics
2550         filename ../../images/tabular-feature_valign-top.png
2551         scaleBeforeRotation
2552
2553 \end_inset
2554
2555  aligne le contenu de la cellule courante verticalement vers le haut
2556 \end_layout
2557
2558 \begin_layout Labeling
2559 \labelwidthstring 00.00.0000
2560 \begin_inset Graphics
2561         filename ../../images/tabular-feature_valign-middle.png
2562         scaleBeforeRotation
2563
2564 \end_inset
2565
2566  centre verticalement le contenu de la cellule courante
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Graphics
2572         filename ../../images/tabular-feature_valign-bottom.png
2573         scaleBeforeRotation
2574
2575 \end_inset
2576
2577  aligne le contenu de la cellule courante verticalement vers le bas
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582 \begin_inset Graphics
2583         filename ../../images/tabular-feature_set-rotate-cell.png
2584         scaleBeforeRotation
2585
2586 \end_inset
2587
2588  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2589 re
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Graphics
2595         filename ../../images/tabular-feature_set-rotate-tabular.png
2596         scaleBeforeRotation
2597
2598 \end_inset
2599
2600  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Graphics
2606         filename ../../images/tabular-feature_multicolumn.png
2607         scaleBeforeRotation
2608
2609 \end_inset
2610
2611  transforme en multi-colonne la cellule ou la sélection courante
2612 \end_layout
2613
2614 \begin_layout Standard
2615 \begin_inset Note Greyedout
2616 status open
2617
2618 \begin_layout Plain Layout
2619
2620 \series bold
2621 Note :
2622 \series default
2623  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2624  est utilisé pour toutes les autres cellules de la ligne.
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \end_layout
2631
2632 \begin_layout Section
2633 Le Menu Éditer Tableau
2634 \begin_inset Index
2635 status collapsed
2636
2637 \begin_layout Plain Layout
2638 Tableau ! Menu Éditer
2639 \end_layout
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \begin_layout Standard
2647 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2648  
2649 \family sans
2650 Éditer\SpecialChar \menuseparator
2651 Tableau
2652 \family default
2653  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2654  ou de la ligne courante et aussi de transformer la sélection courante en
2655  multi-colonne.
2656  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2657 \end_layout
2658
2659 \begin_layout Section
2660 Flottant de Tableau
2661 \begin_inset CommandInset label
2662 LatexCommand label
2663 name "sec:Table-Floats"
2664
2665 \end_inset
2666
2667
2668 \begin_inset Index
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Flottants ! Tableaux
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \begin_inset Index
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 Tableau ! Flottants
2683 \end_layout
2684
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \begin_layout Standard
2691 Pour des explications générales sur les flottants, jetez un œil à la section
2692 \begin_inset space ~
2693 \end_inset
2694
2695
2696 \begin_inset CommandInset ref
2697 LatexCommand ref
2698 reference "sec:Flottants-Introduction"
2699
2700 \end_inset
2701
2702 .
2703 \end_layout
2704
2705 \begin_layout Standard
2706 \begin_inset Float table
2707 placement h
2708 wide false
2709 sideways false
2710 status open
2711
2712 \begin_layout Plain Layout
2713 \begin_inset Caption
2714
2715 \begin_layout Plain Layout
2716 \begin_inset CommandInset label
2717 LatexCommand label
2718 name "tab:Flottant-de-tableau"
2719
2720 \end_inset
2721
2722 Un flottant de tableau.
2723 \end_layout
2724
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \begin_layout Plain Layout
2731 \align center
2732 \begin_inset Tabular
2733 <lyxtabular version="3" rows="3" columns="3">
2734 <features>
2735 <column alignment="center" valignment="top" width="0pt">
2736 <column alignment="center" valignment="top" width="0pt">
2737 <column alignment="center" valignment="top" width="0pt">
2738 <row>
2739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743 1
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 2
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761 3
2762 \end_layout
2763
2764 \end_inset
2765 </cell>
2766 </row>
2767 <row>
2768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 Jules
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781 Marie
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790 Jean
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 </row>
2796 <row>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula $\int x^{2}dx$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813 \begin_inset Formula $\left[\begin{array}{cc}
2814 a & b\\
2815 c & d\end{array}\right]$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827 \begin_inset Formula $1+1=2$
2828 \end_inset
2829
2830
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 </row>
2836 </lyxtabular>
2837
2838 \end_inset
2839
2840
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \begin_layout Standard
2849 Les flottants de tableau sont insérés en utilisant le menu 
2850 \family sans
2851 Insérer\SpecialChar \menuseparator
2852 Flottant\SpecialChar \menuseparator
2853 Tableau
2854 \family default
2855  ou le bouton 
2856 \begin_inset Graphics
2857         filename ../../images/float-insert_table.png
2858         scale 85
2859         scaleBeforeRotation
2860
2861 \end_inset
2862
2863  de la barre d'outils.
2864 \end_layout
2865
2866 \begin_layout Standard
2867 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2868  qui a comme étiquette 
2869 \begin_inset Quotes eld
2870 \end_inset
2871
2872 Tableau
2873 \begin_inset space ~
2874 \end_inset
2875
2876 #:
2877 \begin_inset Quotes erd
2878 \end_inset
2879
2880  (où # est le numéro du tableau).
2881  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2882 \end_layout
2883
2884 \begin_layout Standard
2885 Le tableau
2886 \begin_inset space ~
2887 \end_inset
2888
2889
2890 \begin_inset CommandInset ref
2891 LatexCommand ref
2892 reference "tab:Flottant-de-tableau"
2893
2894 \end_inset
2895
2896  est un exemple de tableau dans un flottant de tableau.
2897 \end_layout
2898
2899 \begin_layout Standard
2900 On met habituellement la légende au dessus des tableaux, mais cette règle
2901  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2902  Cela signifie que si vous utilisez un document appartenant aux classes
2903  
2904 \family sans
2905 article
2906 \family default
2907
2908 \family sans
2909 book
2910 \family default
2911
2912 \family sans
2913 letter
2914 \family default
2915 , ou
2916 \family sans
2917  report
2918 \family default
2919  il n'y aura pas d'espace entre la légende et le tableau.
2920  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2921  la commande de chargement du paquetage LaTeX 
2922 \series bold
2923 caption
2924 \series default
2925
2926 \begin_inset Index
2927 status collapsed
2928
2929 \begin_layout Plain Layout
2930 Paquetages LaTeX ! caption
2931 \end_layout
2932
2933 \end_inset
2934
2935  dans le préambule de votre document.
2936 \begin_inset Foot
2937 status open
2938
2939 \begin_layout Plain Layout
2940 Pour plus d'information voyez la section
2941 \begin_inset space ~
2942 \end_inset
2943
2944
2945 \begin_inset CommandInset ref
2946 LatexCommand ref
2947 reference "sec:Placement-légende"
2948
2949 \end_inset
2950
2951 .
2952 \end_layout
2953
2954 \end_inset
2955
2956 :
2957 \end_layout
2958
2959 \begin_layout Standard
2960
2961 \series bold
2962 tableposition=top
2963 \end_layout
2964
2965 \begin_layout Standard
2966 Le paquetage 
2967 \series bold
2968 caption
2969 \series default
2970 , qui est décrit dans la section
2971 \begin_inset space ~
2972 \end_inset
2973
2974
2975 \begin_inset CommandInset ref
2976 LatexCommand ref
2977 reference "sec:Formatage-légende"
2978
2979 \end_inset
2980
2981 , est utilisé pour ajuster le format des légendes.
2982 \end_layout
2983
2984 \begin_layout Standard
2985 Dans le texte, on fait référence à un tableau
2986 \begin_inset Index
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 References@Références ! à des Tableaux
2991 \end_layout
2992
2993 \end_inset
2994
2995  en faisant référence à sa légende.
2996  On insère donc une étiquette dans la légende en utilisant le menu 
2997 \family sans
2998 Insérer
2999 \family default
3000 \SpecialChar \menuseparator
3001
3002 \family sans
3003 Étiquette
3004 \family default
3005  ou le bouton 
3006 \begin_inset Graphics
3007         filename ../../images/label-insert.png
3008         scale 85
3009         scaleBeforeRotation
3010
3011 \end_inset
3012
3013  de la barre d'outils.
3014  On peut alors faire référence à cette étiquette en utilisant le menu 
3015 \family sans
3016 Insérer\SpecialChar \menuseparator
3017 Référence
3018 \begin_inset space ~
3019 \end_inset
3020
3021 croisée
3022 \family default
3023  ou le bouton 
3024 \begin_inset Graphics
3025         filename ../../images/dialog-show-new-inset_ref.png
3026         scale 85
3027         scaleBeforeRotation
3028
3029 \end_inset
3030
3031  de la barre d'outils.
3032 \begin_inset Newline newline
3033 \end_inset
3034
3035 Les références croisées sont expliquées en détail dans la section
3036 \begin_inset space ~
3037 \end_inset
3038
3039
3040 \begin_inset CommandInset ref
3041 LatexCommand ref
3042 reference "sec:Referencer-les-Flottants"
3043
3044 \end_inset
3045
3046 .
3047 \end_layout
3048
3049 \begin_layout Section
3050 Tableaux Longs
3051 \begin_inset CommandInset label
3052 LatexCommand label
3053 name "sec:Tableaux-longs"
3054
3055 \end_inset
3056
3057
3058 \begin_inset Index
3059 status collapsed
3060
3061 \begin_layout Plain Layout
3062 Tableaux longs
3063 \end_layout
3064
3065 \end_inset
3066
3067
3068 \begin_inset Index
3069 status collapsed
3070
3071 \begin_layout Plain Layout
3072 Tableau ! Tableaux longs
3073 \end_layout
3074
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \begin_layout Standard
3081 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3082  l'option 
3083 \family sans
3084 Utiliser
3085 \begin_inset space ~
3086 \end_inset
3087
3088 les
3089 \begin_inset space ~
3090 \end_inset
3091
3092 tableaux
3093 \begin_inset space ~
3094 \end_inset
3095
3096 longs
3097 \family default
3098  de l'onglet 
3099 \family sans
3100 Tableau
3101 \begin_inset space ~
3102 \end_inset
3103
3104 long
3105 \family default
3106  de la fenêtre 
3107 \family sans
3108 Paramètres
3109 \begin_inset space ~
3110 \end_inset
3111
3112 du
3113 \begin_inset space ~
3114 \end_inset
3115
3116 tableau
3117 \family default
3118  pour le répartir automatiquement sur plusieurs pages.
3119  En cochant cette option, vous activez les options suivantes:
3120 \end_layout
3121
3122 \begin_layout Description
3123 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3124  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3125  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3126  première page, si 
3127 \family sans
3128 Premier
3129 \begin_inset space ~
3130 \end_inset
3131
3132 en-tête
3133 \family default
3134  est défini.
3135  Ces lignes forment l'en-tête principal.
3136 \end_layout
3137
3138 \begin_layout Description
3139 Premier
3140 \begin_inset space ~
3141 \end_inset
3142
3143 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3144  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3145  d'en-tête utilisées pour la première page du tableau long.
3146 \end_layout
3147
3148 \begin_layout Description
3149 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3150  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3151  constituant les pieds de toutes les pages du tableau long ; sauf de la
3152  dernière page si 
3153 \family sans
3154 Dernier
3155 \begin_inset space ~
3156 \end_inset
3157
3158 pied
3159 \family default
3160  est défini.
3161 \end_layout
3162
3163 \begin_layout Description
3164 Dernier
3165 \begin_inset space ~
3166 \end_inset
3167
3168 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3169  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3170  constituant le pied de la dernière page du tableau long.
3171 \end_layout
3172
3173 \begin_layout Description
3174 Légende La première ligne est transformée en une colonne unique.
3175  Vous pouvez y insérer la légende du tableau avec le menu 
3176 \family sans
3177 Insérer\SpecialChar \menuseparator
3178 Légende
3179 \family default
3180 .
3181  Vous trouverez d'autres explications sur les légendes pour les tableaux
3182  longs dans la section
3183 \begin_inset space ~
3184 \end_inset
3185
3186
3187 \begin_inset CommandInset ref
3188 LatexCommand ref
3189 reference "sub:Tableaux-longs-légende"
3190
3191 \end_inset
3192
3193 .
3194 \end_layout
3195
3196 \begin_layout Standard
3197 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3198  Si vous activez plusieurs options pour une même ligne, vous devez être
3199  conscients que seule la première sera prise en compte.
3200  Les autres options seront alors définies comme 
3201 \emph on
3202 vides
3203 \emph default
3204 .
3205  Dans ce contexte, première veut dire première en suivant l'ordre 
3206 \family sans
3207 Pied, Dernier
3208 \begin_inset space ~
3209 \end_inset
3210
3211 Pied, 
3212 \family default
3213 et
3214 \family sans
3215  En-tête, Premier
3216 \begin_inset space ~
3217 \end_inset
3218
3219 En-tête
3220 \family default
3221 .
3222  Voyez le tableau long qui suit pour voir comment ça marche :
3223 \end_layout
3224
3225 \begin_layout Standard
3226 \align center
3227 \begin_inset Tabular
3228 <lyxtabular version="3" rows="69" columns="3">
3229 <features islongtable="true">
3230 <column alignment="left" valignment="top" width="0cm">
3231 <column alignment="left" valignment="top" width="0pt">
3232 <column alignment="right" valignment="top" width="0pt">
3233 <row endfirsthead="true">
3234 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \series bold
3240 Exemple d'annuaire téléphonique (ignorez les noms)
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row endfirsthead="true">
3265 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 NOM
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \series bold
3291 TEL.
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 </row>
3297 <row endhead="true">
3298 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \series bold
3304 Exemple d'annuaire téléphonique
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row endhead="true">
3329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 NOM
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \series bold
3355 TEL.
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row endfoot="true">
3362 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366  continue page suivante
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 </row>
3390 <row>
3391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \series bold
3397 Annovi
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 Silvia
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 111
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row>
3422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 Bertoli
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Stefano
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 111
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row>
3453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 Bozzi
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 Walter
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 111
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row>
3484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 Cachia
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 Maria
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 111
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \series bold
3521 Cachia
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Maurizio
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 111
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 Cinquemani
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Giusi
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 111
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 Colin
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 Bernard
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 111
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \series bold
3614 Concli
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Gianfranco
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 111
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 Dal Bosco
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Carolina
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 111
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676 Dalpiaz
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Annamaria
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 111
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705
3706 \series bold
3707 Feliciello
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Domenico
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 111
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \series bold
3738 Focarelli
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 Paola
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 111
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row>
3763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767
3768 \series bold
3769 Galletti
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 Oreste
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 111
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row>
3794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \series bold
3800 Gasparini
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 Franca
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 111
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row>
3825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \series bold
3831 Rizzardi
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Paola
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 111
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \series bold
3862 Lassini
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 Giancarlo
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 111
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \series bold
3893 Malfatti
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 Luciano
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 111
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 <row>
3918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922
3923 \series bold
3924 Malfatti
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 Valeriano
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 111
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \series bold
3955 Meneguzzo
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 Roberto
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 111
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 <row>
3980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984
3985 \series bold
3986 Mezzadra
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 Roberto
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 111
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 <row>
4011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015
4016 \series bold
4017 Pirpamer
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Erich
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 111
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \series bold
4048 Pochiesa
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 Paolo
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 111, 222
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \series bold
4079 Radina
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 Claudio
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 111
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 </row>
4103 <row>
4104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108
4109 \series bold
4110 Stuffer
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 Oskar
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 111
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 </row>
4134 <row>
4135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139
4140 \series bold
4141 Tacchelli
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 Ugo
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 111
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 </row>
4165 <row>
4166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172 Tezzele
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 Margit
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 111
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 </row>
4196 <row>
4197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201
4202 \series bold
4203 Unterkalmsteiner
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 Frieda
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 111
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \series bold
4234 Vieider
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 Hilde
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 111
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row>
4259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263
4264 \series bold
4265 Vigna
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 Jürgen
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 111
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \series bold
4296 Weber
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 Maurizio
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 111
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325
4326 \series bold
4327 Winkler
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 Franz
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 111
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356  
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Annovi
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Silvia
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 555
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Bertoli
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Stefano
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 555
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Bozzi
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Walter
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 555
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Cachia
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Maria
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 555
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Cachia
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Maurizio
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 555
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Cinquemani
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Giusi
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 555
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \series bold
4573 Colin
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Bernard
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 555
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602
4603 \series bold
4604 Concli
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 Gianfranco
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 555
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633
4634 \series bold
4635 Dal Bosco
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 Carolina
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 555
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row>
4660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664
4665 \series bold
4666 Dalpiaz
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 Annamaria
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 555
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \series bold
4697 Feliciello
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 Domenico
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 555
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 </row>
4721 <row>
4722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726
4727 \series bold
4728 Focarelli
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 Paola
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 555
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757
4758 \series bold
4759 Galletti
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 Oreste
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 555
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 </row>
4783 <row>
4784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788
4789 \series bold
4790 Gasparini
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 Franca
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 555
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 </row>
4814 <row>
4815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819
4820 \series bold
4821 Rizzardi
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 Paola
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 555
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \series bold
4852 Lassini
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Giancarlo
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 555
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \series bold
4883 Malfatti
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 Luciano
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 555
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 </row>
4907 <row>
4908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912
4913 \series bold
4914 Malfatti
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 Valeriano
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 555
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 </row>
4938 <row>
4939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943
4944 \series bold
4945 Meneguzzo
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 Roberto
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 555
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 </row>
4969 <row>
4970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974
4975 \series bold
4976 Mezzadra
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 Roberto
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 555
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \series bold
5007 Pirpamer
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 Erich
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 555
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 </row>
5031 <row>
5032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \series bold
5038 Pochiesa
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 Paolo
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 555, 222
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \series bold
5069 Radina
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 Claudio
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 555
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 </row>
5093 <row>
5094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098
5099 \series bold
5100 Stuffer
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 Oskar
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 555
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 </row>
5124 <row>
5125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129
5130 \series bold
5131 Tacchelli
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 Ugo
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 555
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 </row>
5155 <row>
5156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160
5161 \series bold
5162 Tezzele
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 Margit
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 555
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 </row>
5186 <row>
5187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191
5192 \series bold
5193 Unterkalmsteiner
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 Frieda
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 555
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 </row>
5217 <row>
5218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222
5223 \series bold
5224 Vieider
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 Hilde
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242 555
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 </row>
5248 <row>
5249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253
5254 \series bold
5255 Vigna
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 Jürgen
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 999
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 </row>
5279 <row>
5280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284
5285 \series bold
5286 Weber
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 Maurizio
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 555
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 </row>
5310 <row>
5311 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315
5316 \series bold
5317 Winkler
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 Franz
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 555
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 <row endlastfoot="true">
5342 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 Fin
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 </lyxtabular>
5371
5372 \end_inset
5373
5374
5375 \begin_inset ERT
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379
5380
5381 \backslash
5382 addtocounter{table}{-1}
5383 \end_layout
5384
5385 \end_inset
5386
5387
5388 \begin_inset Note Note
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392 Voyez la première note grisée de la section
5393 \begin_inset space ~
5394 \end_inset
5395
5396
5397 \begin_inset CommandInset ref
5398 LatexCommand ref
5399 reference "sub:Tableaux-longs-légende"
5400
5401 \end_inset
5402
5403  pour une explication de cette commande.
5404 \end_layout
5405
5406 \end_inset
5407
5408
5409 \end_layout
5410
5411 \begin_layout Subsection
5412 Notes de Bas de Page dans les Tableaux Longs
5413 \begin_inset CommandInset label
5414 LatexCommand label
5415 name "sub:Notes-dans-tableau-long"
5416
5417 \end_inset
5418
5419
5420 \begin_inset Index
5421 status collapsed
5422
5423 \begin_layout Plain Layout
5424 Tableaux longs ! Notes de bas de page
5425 \end_layout
5426
5427 \end_inset
5428
5429
5430 \end_layout
5431
5432 \begin_layout Standard
5433 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5434  long.
5435  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5436  contenant la note.
5437  Par exemple le tableau
5438 \begin_inset space ~
5439 \end_inset
5440
5441
5442 \begin_inset CommandInset ref
5443 LatexCommand ref
5444 reference "tab:Légendes-tableau-différentes"
5445
5446 \end_inset
5447
5448  a une note de bas de page.
5449 \end_layout
5450
5451 \begin_layout Subsection
5452 Alignement des Tableaux Longs
5453 \begin_inset Index
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457 Tableaux longs ! Alignement
5458 \end_layout
5459
5460 \end_inset
5461
5462
5463 \end_layout
5464
5465 \begin_layout Standard
5466 Par défaut les Tableaux Longs sont centrés.
5467  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5468  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5469  de dialogue.
5470  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5471  des longueurs 
5472 \series bold
5473
5474 \backslash
5475 LTleft 
5476 \series default
5477 et 
5478 \series bold
5479
5480 \backslash
5481 LTright
5482 \series default
5483  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5484  concerné :
5485 \end_layout
5486
5487 \begin_layout Standard
5488
5489 \series bold
5490
5491 \backslash
5492 setlength{
5493 \backslash
5494 LTleft}{valeur}
5495 \end_layout
5496
5497 \begin_layout Standard
5498 Où 
5499 \series bold
5500 valeur
5501 \series default
5502  peut avoir n'importe laquelle des unités listées dans le tableau
5503 \begin_inset space ~
5504 \end_inset
5505
5506
5507 \begin_inset CommandInset ref
5508 LatexCommand ref
5509 reference "cha:Unités-de-longueur"
5510
5511 \end_inset
5512
5513 .
5514  
5515 \series bold
5516
5517 \backslash
5518 LTleft
5519 \series default
5520  contrôle la distance horizontale entre le bord gauche de la page et le
5521  tableau, et
5522 \series bold
5523  
5524 \backslash
5525 LTright
5526 \series default
5527  la distance au bord droit.
5528  La valeur par défaut des ces deux distances est 
5529 \series bold
5530
5531 \backslash
5532 fill
5533 \series default
5534 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5535 \end_layout
5536
5537 \begin_layout Standard
5538 Le tableau long suivant a été aligné à gauche en mettant 
5539 \series bold
5540
5541 \backslash
5542 LTleft
5543 \series default
5544  à 0
5545 \begin_inset space \thinspace{}
5546 \end_inset
5547
5548 pt.
5549 \begin_inset ERT
5550 status collapsed
5551
5552 \begin_layout Plain Layout
5553
5554
5555 \backslash
5556 setlength{
5557 \backslash
5558 LTleft}{0pt}
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \begin_layout Standard
5567 \begin_inset Tabular
5568 <lyxtabular version="3" rows="5" columns="5">
5569 <features islongtable="true">
5570 <column alignment="center" valignment="top" width="0">
5571 <column alignment="center" valignment="top" width="0">
5572 <column alignment="center" valignment="top" width="0">
5573 <column alignment="center" valignment="top" width="0">
5574 <column alignment="center" valignment="top" width="0">
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 1
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 2
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 3
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 4
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 5
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" 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" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 s
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 s
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 s
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="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 <row>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 asd
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 asd
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 asd
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 asd
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 asd
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 </row>
5810 </lyxtabular>
5811
5812 \end_inset
5813
5814
5815 \begin_inset ERT
5816 status collapsed
5817
5818 \begin_layout Plain Layout
5819
5820
5821 \backslash
5822 setlength{
5823 \backslash
5824 LTleft}{
5825 \backslash
5826 fill}
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \begin_inset ERT
5833 status collapsed
5834
5835 \begin_layout Plain Layout
5836
5837
5838 \backslash
5839 addtocounter{table}{-1}
5840 \end_layout
5841
5842 \end_inset
5843
5844
5845 \begin_inset Note Note
5846 status collapsed
5847
5848 \begin_layout Plain Layout
5849 Voyez la première note grisée de la section
5850 \begin_inset space ~
5851 \end_inset
5852
5853
5854 \begin_inset CommandInset ref
5855 LatexCommand ref
5856 reference "sub:Tableaux-longs-légende"
5857
5858 \end_inset
5859
5860  pour une explication de cette commande.
5861 \end_layout
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Subsection
5869 Légendes et Tableaux longs
5870 \begin_inset Index
5871 status collapsed
5872
5873 \begin_layout Plain Layout
5874 Tableaux longs ! Legendes@Légendes
5875 \end_layout
5876
5877 \end_inset
5878
5879
5880 \begin_inset CommandInset label
5881 LatexCommand label
5882 name "sub:Tableaux-longs-légende"
5883
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \begin_layout Standard
5890 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5891  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5892  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5893  Longs.
5894  On insère donc la légende dans la première ligne du tableau, comme c'est
5895  expliqué dans la section
5896 \begin_inset space ~
5897 \end_inset
5898
5899
5900 \begin_inset CommandInset ref
5901 LatexCommand ref
5902 reference "sec:Tableaux-longs"
5903
5904 \end_inset
5905
5906 .
5907  La première ligne du tableau est donc une ligne factice qui sert pour insérer
5908  la légende, le tableau commence réellement avec la deuxième ligne.
5909 \end_layout
5910
5911 \begin_layout Standard
5912 Voici un petit Tableau long pour voir comment ça marche :
5913 \end_layout
5914
5915 \begin_layout Standard
5916 \begin_inset Tabular
5917 <lyxtabular version="3" rows="6" columns="5">
5918 <features islongtable="true">
5919 <column alignment="center" valignment="top" width="0">
5920 <column alignment="center" valignment="top" width="0">
5921 <column alignment="center" valignment="top" width="0">
5922 <column alignment="center" valignment="top" width="0">
5923 <column alignment="center" valignment="top" width="0">
5924 <row caption="true">
5925 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 \begin_inset Caption
5930
5931 \begin_layout Plain Layout
5932 Tableau long avec une légende
5933 \begin_inset OptArg
5934 status open
5935
5936 \begin_layout Plain Layout
5937 Tableau long
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 1
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 2
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 3
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 4
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 5
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 s
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 s
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 s
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 asd
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 </row>
6083 <row>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 asd
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 s
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 s
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 s
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 asd
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 asd
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 s
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 s
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 s
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 asd
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 </row>
6177 <row>
6178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 asd
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 asd
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 asd
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 asd
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 asd
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 </lyxtabular>
6225
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \begin_layout Standard
6232 \begin_inset VSpace medskip
6233 \end_inset
6234
6235
6236 \begin_inset Note Greyedout
6237 status open
6238
6239 \begin_layout Plain Layout
6240
6241 \series bold
6242 Note
6243 \begin_inset space ~
6244 \end_inset
6245
6246 1:
6247 \series default
6248  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6249  n'avez pas prévu de légende.
6250  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6251 \begin_inset space ~
6252 \end_inset
6253
6254 2.4 suit le tableau
6255 \begin_inset space ~
6256 \end_inset
6257
6258 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6259  sans légende.
6260  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6261  après chaque tableau long sans légende :
6262 \end_layout
6263
6264 \begin_layout Plain Layout
6265
6266 \series bold
6267
6268 \backslash
6269 addtocounter{table}{-1}
6270 \end_layout
6271
6272 \begin_layout Plain Layout
6273
6274 \lang english
6275 This is not needed when none of your longtables have a caption and you add
6276  the following code to the document preamble:
6277 \end_layout
6278
6279 \begin_layout Plain Layout
6280
6281 \series bold
6282
6283 \backslash
6284 let
6285 \backslash
6286 myEnd
6287 \backslash
6288 endlongtable
6289 \begin_inset Newline newline
6290 \end_inset
6291
6292
6293 \backslash
6294 renewcommand{
6295 \backslash
6296 endlongtable}{
6297 \backslash
6298 myEnd
6299 \backslash
6300 addtocounter{table}{-1}}
6301 \end_layout
6302
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \begin_layout Standard
6309 \begin_inset Note Greyedout
6310 status open
6311
6312 \begin_layout Plain Layout
6313
6314 \series bold
6315 Note
6316 \begin_inset space ~
6317 \end_inset
6318
6319 2:
6320 \series default
6321  Si vous utilisez 
6322 \series bold
6323 hyperref
6324 \series default
6325
6326 \begin_inset Index
6327 status collapsed
6328
6329 \begin_layout Plain Layout
6330 Paquetages LaTeX ! hyperref
6331 \end_layout
6332
6333 \end_inset
6334
6335  dans les 
6336 \family sans
6337 Paramètres du document
6338 \family default
6339  rubrique 
6340 \family sans
6341 Propriétés
6342 \begin_inset space ~
6343 \end_inset
6344
6345 du
6346 \begin_inset space ~
6347 \end_inset
6348
6349 PDF
6350 \family default
6351 , pour transformer vos références croisées en liens cliquables, le lien
6352  vers un tableau long pointera toujours sur le début du document.
6353 \end_layout
6354
6355 \end_inset
6356
6357
6358 \end_layout
6359
6360 \begin_layout Subsubsection
6361 Références à des tableaux longs
6362 \begin_inset Index
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366 Tableaux longs ! Références
6367 \end_layout
6368
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true">
6378 <column alignment="center" valignment="top" width="0">
6379 <column alignment="center" valignment="top" width="0">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <row caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption
6389
6390 \begin_layout Plain Layout
6391 Tableau long référencé
6392 \begin_inset CommandInset label
6393 LatexCommand label
6394 name "tab:RefExemple"
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 1
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 2
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 3
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 4
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 5
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 </row>
6633 <row>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 asd
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 sad
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 </lyxtabular>
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \begin_layout Standard
6688 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6689  dans sa légende.
6690 \end_layout
6691
6692 \begin_layout Standard
6693 Ceci est une référence au tableau
6694 \begin_inset space ~
6695 \end_inset
6696
6697
6698 \begin_inset CommandInset ref
6699 LatexCommand ref
6700 reference "tab:RefExemple"
6701
6702 \end_inset
6703
6704 .
6705 \end_layout
6706
6707 \begin_layout Standard
6708 La mise en forme de la légende peut être ajustée avec celle de toutes les
6709  autres légendes de votre document en utilisant le paquetage LaTeX 
6710 \series bold
6711 caption
6712 \series default
6713
6714 \begin_inset Index
6715 status collapsed
6716
6717 \begin_layout Plain Layout
6718 Paquetages LaTeX ! caption
6719 \end_layout
6720
6721 \end_inset
6722
6723 , voir la section
6724 \begin_inset space ~
6725 \end_inset
6726
6727
6728 \begin_inset CommandInset ref
6729 LatexCommand ref
6730 reference "sec:Formatage-légende"
6731
6732 \end_inset
6733
6734 .
6735 \end_layout
6736
6737 \begin_layout Subsubsection
6738 Largeur de la légende
6739 \begin_inset Index
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743 Tableaux longs ! Largeur de la légende
6744 \end_layout
6745
6746 \end_inset
6747
6748
6749 \end_layout
6750
6751 \begin_layout Standard
6752 La largeur maximale des lignes de légende est définie par la longueur 
6753 \series bold
6754
6755 \backslash
6756 LTcapwidth
6757 \series default
6758 .
6759  Sa valeur par défaut est 4
6760 \begin_inset space \thinspace{}
6761 \end_inset
6762
6763 in.
6764  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6765  de votre document ou en tant que code TeX directement dans votre document
6766  avant le tableau qui doit être affectée.
6767 \end_layout
6768
6769 \begin_layout Standard
6770
6771 \series bold
6772
6773 \backslash
6774 setlength{
6775 \backslash
6776 LTcapwidth}{largeur}
6777 \end_layout
6778
6779 \begin_layout Standard
6780 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6781 ce
6782 \begin_inset space ~
6783 \end_inset
6784
6785
6786 \begin_inset CommandInset ref
6787 LatexCommand ref
6788 reference "cha:Unités-de-longueur"
6789
6790 \end_inset
6791
6792 .
6793 \end_layout
6794
6795 \begin_layout Standard
6796 \begin_inset Newpage pagebreak
6797 \end_inset
6798
6799
6800 \end_layout
6801
6802 \begin_layout Standard
6803 Les tableaux suivants montrent la différence :
6804 \end_layout
6805
6806 \begin_layout Standard
6807 \begin_inset Tabular
6808 <lyxtabular version="3" rows="6" columns="5">
6809 <features islongtable="true">
6810 <column alignment="center" valignment="top" width="0">
6811 <column alignment="center" valignment="top" width="0">
6812 <column alignment="center" valignment="top" width="0">
6813 <column alignment="center" valignment="top" width="0">
6814 <column alignment="center" valignment="top" width="0">
6815 <row caption="true">
6816 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 \begin_inset Caption
6821
6822 \begin_layout Plain Layout
6823 long titre complet avec la largeur par défaut long titre complet avec la
6824  largeur par défaut long titre complet avec la largeur par défaut
6825 \begin_inset OptArg
6826 status open
6827
6828 \begin_layout Plain Layout
6829 Légende avec largeur par défaut
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \end_layout
6836
6837 \end_inset
6838
6839
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 </row>
6881 <row>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 1
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 2
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 3
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 4
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 5
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 </row>
6928 <row>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 asd
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 s
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 s
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 s
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 asd
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 </row>
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 asd
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 s
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 s
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 s
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 asd
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 </row>
7022 <row>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 asd
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 s
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 s
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 s
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 asd
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 <row>
7070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 asd
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 sad
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 asd
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 asd
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 asd
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 </row>
7116 </lyxtabular>
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \begin_layout Standard
7124 \begin_inset ERT
7125 status collapsed
7126
7127 \begin_layout Plain Layout
7128
7129
7130 \backslash
7131 setlength{
7132 \backslash
7133 LTcapwidth}{5cm}
7134 \end_layout
7135
7136 \end_inset
7137
7138
7139 \begin_inset Tabular
7140 <lyxtabular version="3" rows="6" columns="5">
7141 <features islongtable="true">
7142 <column alignment="center" valignment="top" width="0">
7143 <column alignment="center" valignment="top" width="0">
7144 <column alignment="center" valignment="top" width="0">
7145 <column alignment="center" valignment="top" width="0">
7146 <column alignment="center" valignment="top" width="0">
7147 <row caption="true">
7148 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 \begin_inset Caption
7153
7154 \begin_layout Plain Layout
7155 long titre complet avec la largeur réglée à 5
7156 \begin_inset space \thinspace{}
7157 \end_inset
7158
7159 cm long titre complet avec la largeur réglée à 5
7160 \begin_inset space \thinspace{}
7161 \end_inset
7162
7163 cm long titre complet avec la largeur réglée à 5
7164 \begin_inset space \thinspace{}
7165 \end_inset
7166
7167 cm
7168 \begin_inset OptArg
7169 status open
7170
7171 \begin_layout Plain Layout
7172 Légende avec largeur à
7173 \begin_inset space \thinspace{}
7174 \end_inset
7175
7176 =
7177 \begin_inset space \thinspace{}
7178 \end_inset
7179
7180 5
7181 \begin_inset space \thinspace{}
7182 \end_inset
7183
7184 cm
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \end_layout
7191
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 1
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 2
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 3
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 4
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 5
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 <row>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 s
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 </row>
7377 <row>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 s
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 s
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 s
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 asd
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 </row>
7424 <row>
7425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 asd
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 sad
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 asd
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 asd
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 asd
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 </row>
7471 </lyxtabular>
7472
7473 \end_inset
7474
7475
7476 \end_layout
7477
7478 \begin_layout Standard
7479 \begin_inset ERT
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483
7484
7485 \backslash
7486 setlength{
7487 \backslash
7488 LTcapwidth}{4in}
7489 \end_layout
7490
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \begin_layout Standard
7497 \begin_inset Note Greyedout
7498 status open
7499
7500 \begin_layout Plain Layout
7501
7502 \series bold
7503 Note:
7504 \series default
7505  Quand on utilise la paquetage LaTeX 
7506 \series bold
7507 caption
7508 \series default
7509
7510 \begin_inset Index
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514 Paquetages LaTeX ! caption
7515 \end_layout
7516
7517 \end_inset
7518
7519  , comme c'est les cas dans ce document, la légende prend toute la largeur
7520  de la page quand on utilise la largeur par défaut de 4
7521 \begin_inset space \thinspace{}
7522 \end_inset
7523
7524 in pour 
7525 \series bold
7526
7527 \backslash
7528 LTcapwidth
7529 \series default
7530 .
7531  Pour avoir dans ce cas une légende qui fasse exactement 4
7532 \begin_inset space \thinspace{}
7533 \end_inset
7534
7535 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7536  comme par exemple 3.99
7537 \begin_inset space \thinspace{}
7538 \end_inset
7539
7540 in, soit utiliser la commande LaTeX 
7541 \series bold
7542
7543 \backslash
7544 captionsetup{width=valeur}
7545 \series default
7546  qui est disponible dans le paquetage 
7547 \series bold
7548 caption
7549 \series default
7550 .
7551 \end_layout
7552
7553 \end_inset
7554
7555
7556 \end_layout
7557
7558 \begin_layout Subsubsection
7559 Des Légendes différentes sur chaque page d'un tableau
7560 \begin_inset OptArg
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564 Légendes différentes
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \begin_inset Index
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574 Tableaux longs ! Legendes@Légendes différentes par page
7575 \end_layout
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \begin_layout Standard
7583 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7584  de celle de la première page, insérez une légende avec un titre court non
7585  vide dans une fausse première ligne qui sera marquée comme étant le premier
7586  en-tête.
7587  La légende utilisée pour les autres pages est insérée comme une légende
7588  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7589  principal.
7590  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7591  suivante à la place de la boîte de légende de LyX :
7592 \end_layout
7593
7594 \begin_layout Standard
7595
7596 \series bold
7597
7598 \backslash
7599 caption*{caption text}
7600 \end_layout
7601
7602 \begin_layout Standard
7603 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7604  la légende du premier en-tête.
7605  Le tableau
7606 \begin_inset space ~
7607 \end_inset
7608
7609
7610 \begin_inset CommandInset ref
7611 LatexCommand ref
7612 reference "tab:Légendes-tableau-différentes"
7613
7614 \end_inset
7615
7616  est un exemple de tableau long avec des légendes différentes et où la seconde
7617  légende ne contient pas le numéro du tableau.
7618 \end_layout
7619
7620 \begin_layout Standard
7621 \align center
7622 \begin_inset Tabular
7623 <lyxtabular version="3" rows="60" columns="3">
7624 <features islongtable="true">
7625 <column alignment="left" valignment="top" width="0cm">
7626 <column alignment="left" valignment="top" width="0pt">
7627 <column alignment="right" valignment="top" width="0pt">
7628 <row endfirsthead="true" caption="true">
7629 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset Caption
7634
7635 \begin_layout Plain Layout
7636 Exemple d'annuaire téléphonique
7637 \begin_inset CommandInset label
7638 LatexCommand label
7639 name "tab:Légendes-tableau-différentes"
7640
7641 \end_inset
7642
7643
7644 \begin_inset OptArg
7645 status open
7646
7647 \begin_layout Plain Layout
7648 Exemple Annuaire 
7649 \end_layout
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 <row endfirsthead="true">
7683 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \series bold
7689 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row endfirsthead="true">
7714 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \series bold
7720 NOM
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \series bold
7740 TÉL.
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row endhead="true" caption="true">
7747 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 \begin_inset ERT
7752 status open
7753
7754 \begin_layout Plain Layout
7755
7756
7757 \backslash
7758 caption*{Suite de l'exemple d'annuaire téléphonique}
7759 \backslash
7760
7761 \backslash
7762 %
7763 \end_layout
7764
7765 \end_inset
7766
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row endhead="true">
7792 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 Exemple d'annuaire téléphonique
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row endhead="true">
7823 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 NOM
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \series bold
7849 TÉL.
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row endfoot="true">
7856 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 suite page suivante\SpecialChar \ldots{}
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 </row>
7885 <row>
7886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 Annovi
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 Silvia
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 111
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 </row>
7916 <row>
7917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \series bold
7923 Bertoli
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 Stefano
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 111
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row>
7948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 Bozzi
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 Walter
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 111
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Cachia
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Maria
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Cachia
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Maurizio
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Cinquemani
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Giusi
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Colin
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Bernard
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Concli
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Gianfranco
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Dal Bosco
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Carolina
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Dalpiaz
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Annamaria
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Feliciello
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Domenico
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Focarelli
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Paola
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Galletti
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 Oreste
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 111
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \series bold
8295 Gasparini
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Franca
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 111
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326 Rizzardi
8327 \series default
8328
8329 \begin_inset Foot
8330 status open
8331
8332 \begin_layout Plain Layout
8333 Exemple de note de bas de page
8334 \end_layout
8335
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Paola
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Lassini
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 Giancarlo
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 111
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \series bold
8400 Malfatti
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 Luciano
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 111
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \series bold
8431 Malfatti
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Valeriano
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Meneguzzo
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Roberto
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Mezzadra
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Roberto
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Pirpamer
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Erich
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Pochiesa
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Paolo
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111, 222
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Radina
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Claudio
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Stuffer
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Oskar
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Tacchelli
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Ugo
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Tezzele
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Margit
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Unterkalmsteiner
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Frieda
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Vieider
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Hilde
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Vigna
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Jürgen
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Weber
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Maurizio
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 111
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Winkler
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Franz
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 111
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863  
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Annovi
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Silvia
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 555
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Bertoli
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Stefano
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 555
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Bozzi
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Walter
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 555
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Cachia
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Maria
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Cachia
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Maurizio
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Cinquemani
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Giusi
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Colin
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Bernard
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Concli
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Gianfranco
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Dal Bosco
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Carolina
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Dalpiaz
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Annamaria
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Feliciello
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Domenico
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Focarelli
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Paola
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Galletti
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Oreste
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Gasparini
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Franca
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Rizzardi
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Paola
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Lassini
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Giancarlo
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Malfatti
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Luciano
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Malfatti
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Valeriano
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \series bold
9452 Meneguzzo
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 Roberto
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 555
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \series bold
9483 Mezzadra
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 Roberto
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 555
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row endlastfoot="true">
9508 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 </row>
9536 </lyxtabular>
9537
9538 \end_inset
9539
9540
9541 \end_layout
9542
9543 \begin_layout Section
9544 Questions particulières concernant les tableaux longs
9545 \begin_inset OptArg
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549 Questions sur les tableaux longs
9550 \end_layout
9551
9552 \end_inset
9553
9554
9555 \begin_inset CommandInset label
9556 LatexCommand label
9557 name "sec:Questions-sur-tableaux-longs"
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \begin_layout Subsection
9565 Calculs des pages des tableaux longs
9566 \begin_inset Index
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Tableaux longs ! Calculs
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9580  en utilisant des blocs (chunks).
9581  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9582  mémoire de LaTeX.
9583  La valeur par défaut est fixée pour des raisons historiques à seulement
9584  20 lignes de tableau.
9585  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9586  peut ralentir la création de votre document.
9587  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9588  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9589  préambule de votre document :
9590 \end_layout
9591
9592 \begin_layout Standard
9593
9594 \series bold
9595
9596 \backslash
9597 setcounter{LTchunksize}{100}
9598 \end_layout
9599
9600 \begin_layout Subsection
9601 Les Flottants et les Tableaux Longs
9602 \begin_inset Index
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606 Tableaux longs ! Flottants
9607 \end_layout
9608
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \begin_layout Standard
9615 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9616  commence un tableau long.
9617  Pour éviter une telle situation, ajoutez la commande 
9618 \series bold
9619
9620 \backslash
9621 clearpage
9622 \series default
9623  en tant que code TeX juste avant votre tableau long.
9624 \end_layout
9625
9626 \begin_layout Subsection
9627 Sauts de pages forcés
9628 \begin_inset Index
9629 status collapsed
9630
9631 \begin_layout Plain Layout
9632 Tableaux longs ! Sauts de pages forcés
9633 \end_layout
9634
9635 \end_inset
9636
9637
9638 \end_layout
9639
9640 \begin_layout Standard
9641 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9642  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9643  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9644  de saut de ligne 
9645 \begin_inset Quotes eld
9646 \end_inset
9647
9648
9649 \backslash
9650
9651 \backslash
9652
9653 \begin_inset Quotes erd
9654 \end_inset
9655
9656  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9657  Avant la commande 
9658 \begin_inset Quotes eld
9659 \end_inset
9660
9661
9662 \backslash
9663
9664 \backslash
9665
9666 \begin_inset Quotes erd
9667 \end_inset
9668
9669 , vous devez insérer en code TeX, autant de caractères 
9670 \begin_inset Quotes eld
9671 \end_inset
9672
9673 &
9674 \begin_inset Quotes erd
9675 \end_inset
9676
9677  qu'il y a de colonnes après la cellule concernée.
9678  Le caractère 
9679 \begin_inset Quotes eld
9680 \end_inset
9681
9682 &
9683 \begin_inset Quotes erd
9684 \end_inset
9685
9686  sert à séparer les colonnes d'un tableau.
9687  Écrivez en code-TeX, après chaque 
9688 \begin_inset Quotes eld
9689 \end_inset
9690
9691 &
9692 \begin_inset Quotes erd
9693 \end_inset
9694
9695  le contenu des cellules correspondantes et en même temps supprimez le contenu
9696  de ces cellules dans le texte normal.
9697  
9698 \begin_inset Newline newline
9699 \end_inset
9700
9701 Après la commande 
9702 \backslash
9703
9704 \backslash
9705 , insérez autant de caractères 
9706 \begin_inset Quotes eld
9707 \end_inset
9708
9709 &
9710 \begin_inset Quotes erd
9711 \end_inset
9712
9713  qu'il y a de colonnes avant la colonne traitée.
9714  Dans le tableau
9715 \begin_inset space ~
9716 \end_inset
9717
9718
9719 \begin_inset CommandInset ref
9720 LatexCommand ref
9721 reference "tab:Tableau-saut-de-page"
9722
9723 \end_inset
9724
9725  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9726  suivie par une autre colonne.
9727  La commande suivante a donc été insérée en code TeX dans la cellule après
9728  le mot 
9729 \begin_inset Quotes eld
9730 \end_inset
9731
9732
9733 \emph on
9734 Castelchiodato,
9735 \emph default
9736
9737 \begin_inset Quotes erd
9738 \end_inset
9739
9740 :
9741 \end_layout
9742
9743 \begin_layout Standard
9744
9745 \series bold
9746 & 111
9747 \backslash
9748
9749 \backslash
9750  
9751 \backslash
9752 newpage
9753 \begin_inset Newline newline
9754 \end_inset
9755
9756 &
9757 \end_layout
9758
9759 \begin_layout Standard
9760 Le 
9761 \begin_inset Quotes eld
9762 \end_inset
9763
9764 111
9765 \begin_inset Quotes erd
9766 \end_inset
9767
9768  dans la troisième colonne de la ligne a été supprimé.
9769  
9770 \series bold
9771 \lang english
9772
9773 \backslash
9774 newpage
9775 \series default
9776  is only needed when a page break should definitively occur at this position,
9777  otherwise it is only a possibility to break.
9778
9779 \lang french
9780  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9781  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9782  est coupée, utilisez cette commande à la place de la précédente :
9783 \end_layout
9784
9785 \begin_layout Standard
9786
9787 \series bold
9788 & 111
9789 \backslash
9790
9791 \backslash
9792
9793 \begin_inset Newline newline
9794 \end_inset
9795
9796
9797 \backslash
9798 hline &
9799 \end_layout
9800
9801 \begin_layout Standard
9802 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9803  insérer la commande
9804 \end_layout
9805
9806 \begin_layout Standard
9807
9808 \series bold
9809
9810 \backslash
9811 setlength{
9812 \backslash
9813 parfillskip}{0pt}
9814 \end_layout
9815
9816 \begin_layout Standard
9817 au début de la cellule.
9818  Cela assure que la portion de la cellule qui va se trouver affichée sur
9819  la page suivante le sera avec toute la largeur de la cellule.
9820 \end_layout
9821
9822 \begin_layout Standard
9823 \align center
9824 \begin_inset Tabular
9825 <lyxtabular version="3" rows="39" columns="3">
9826 <features islongtable="true">
9827 <column alignment="left" valignment="top" width="0cm">
9828 <column alignment="left" valignment="top" width="3cm">
9829 <column alignment="right" valignment="top" width="0pt">
9830 <row endfirsthead="true" caption="true">
9831 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 \begin_inset Caption
9836
9837 \begin_layout Plain Layout
9838 Tableau avec un saut de page forcé dans une cellule
9839 \begin_inset CommandInset label
9840 LatexCommand label
9841 name "tab:Tableau-saut-de-page"
9842
9843 \end_inset
9844
9845
9846 \begin_inset OptArg
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850 Tableau avec un saut de page forcé dans une cellule
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 </row>
9884 <row endfirsthead="true">
9885 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \series bold
9891 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row endfirsthead="true">
9916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \series bold
9922 NOM
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \series bold
9942 TÉL.
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row endhead="true" caption="true">
9949 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset ERT
9954 status collapsed
9955
9956 \begin_layout Plain Layout
9957
9958
9959 \backslash
9960 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9961 \backslash
9962
9963 \backslash
9964 %
9965 \end_layout
9966
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row endhead="true">
9994 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998  
9999 \series bold
10000 Exemple d'annuaire téléphonique
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row endhead="true">
10025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \series bold
10031 NOM
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 TÉL.
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row endfoot="true">
10058 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 suite page suivante\SpecialChar \ldots{}
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 Annovi
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 Silvia
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 111
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \series bold
10125 Bertoli
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 Stefano
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 111
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \series bold
10156 Bozzi
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 Walter
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 111
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 Cachia
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 Maria
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 111
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 Cachia
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 Maurizio
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 111
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \series bold
10249 Cinquemani
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 Giusi
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 111
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Colin
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Bernard
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Concli
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Gianfranco
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Dal Bosco
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Carolina
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Dalpiaz
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Annamaria
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 111
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404 Feliciello
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Domenico
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 111
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \series bold
10435 Focarelli
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Paola
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 111
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \series bold
10466 Galletti
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Oreste
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 111
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497 Gasparini
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Franca
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 111
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \series bold
10528 Lassini
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Giancarlo
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 111
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \series bold
10559 Malfatti
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 Luciano
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 111
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \series bold
10590 Malfatti
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Valeriano
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 111
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \series bold
10621 Meneguzzo
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 Roberto
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 111
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 Mezzadra
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Roberto
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 111
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \series bold
10683 Pirpamer
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Erich
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 111
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714 Pochiesa
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 Paolo
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 111, 222
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745 Radina
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Claudio
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 111
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 Rizzardi
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 Giancarlo, 11.
10786  Fürst von Montecompatri, 11.
10787  Fürst von Sulmona und Vivaro, 10.
10788  Fürst von Rossano, 5.
10789  Herzog von Canemorte, 11.
10790  Herzog von Palombara, 5.
10791  Herzog von Castelchiodato,
10792 \begin_inset ERT
10793 status open
10794
10795 \begin_layout Plain Layout
10796
10797 & 111
10798 \backslash
10799
10800 \backslash
10801  
10802 \backslash
10803 newpage
10804 \end_layout
10805
10806 \begin_layout Plain Layout
10807
10808 &
10809 \end_layout
10810
10811 \end_inset
10812
10813  11.
10814  Herzog von Poggionativo, 11.
10815  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10816  Graf von Valinfreda, 11.
10817  Baron von Cropalati, 11.
10818  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 </row>
10833 <row>
10834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \series bold
10840 Stuffer
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 Oskar
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 111
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \series bold
10871 Tacchelli
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 Ugo
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 111
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \series bold
10902 Tezzele
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 Margit
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 111
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 <row>
10927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \series bold
10933 Unterkalmsteiner
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 Frieda
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 111
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \series bold
10964 Vieider
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 Hilde
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 111
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \series bold
10995 Vigna
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 Jürgen
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 111
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \series bold
11026 Weber
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 Maurizio
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 111
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \series bold
11057 Winkler
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Franz
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 111
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row endlastfoot="true">
11082 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 </lyxtabular>
11111
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \begin_layout Section
11118 Colonnes et lignes à lignes multiples
11119 \end_layout
11120
11121 \begin_layout Subsection
11122 Lignes multiples dans une cellule de tableau
11123 \begin_inset CommandInset label
11124 LatexCommand label
11125 name "sub:Lignes-multiple-dans-cellule"
11126
11127 \end_inset
11128
11129
11130 \begin_inset Index
11131 status collapsed
11132
11133 \begin_layout Plain Layout
11134 Plusieurs lignes dans une case de tableau
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \begin_inset Index
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144 Tableau ! Saut de ligne
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \begin_layout Standard
11153 \noindent
11154 \begin_inset Float table
11155 placement H
11156 wide false
11157 sideways false
11158 status open
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Caption
11162
11163 \begin_layout Plain Layout
11164 \begin_inset CommandInset label
11165 LatexCommand label
11166 name "tab:Tableau-avec-plusieurs-lignes"
11167
11168 \end_inset
11169
11170 Tableau avec des lignes multiples dans une cellule
11171 \end_layout
11172
11173 \end_inset
11174
11175
11176 \end_layout
11177
11178 \begin_layout Plain Layout
11179 \align center
11180 \begin_inset Tabular
11181 <lyxtabular version="3" rows="3" columns="3">
11182 <features>
11183 <column alignment="center" valignment="middle" width="2.5cm">
11184 <column alignment="center" valignment="middle" width="0">
11185 <column alignment="center" valignment="middle" width="0">
11186 <row>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Lignes
11192 \begin_inset Newline linebreak
11193 \end_inset
11194
11195 multiples
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 b
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 c
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 </row>
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 d
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 e
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 f
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 g
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 h
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 i
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 </row>
11277 </lyxtabular>
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \begin_layout Standard
11290 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11291  d'un paragraphe avec des sauts de lignes et des césures.
11292 \end_layout
11293
11294 \begin_layout Standard
11295 Pour obtenir le tableau
11296 \begin_inset space ~
11297 \end_inset
11298
11299
11300 \begin_inset CommandInset ref
11301 LatexCommand ref
11302 reference "tab:Tableau-avec-plusieurs-lignes"
11303
11304 \end_inset
11305
11306 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11307  droit dessus.
11308  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11309  2.5
11310 \begin_inset space \thinspace{}
11311 \end_inset
11312
11313 cm et choisissez les alignements vertical et horizontal centrés.
11314  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11315  Comme notre texte est plus petit que 2.5
11316 \begin_inset space \thinspace{}
11317 \end_inset
11318
11319 cm, une seule ligne va apparaître.
11320  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11321  
11322 \family sans
11323 Ctrl-Shift-Entrée
11324 \family default
11325 ).
11326  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11327 ement découpé en plusieurs lignes.
11328 \end_layout
11329
11330 \begin_layout Standard
11331 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11332  pas effectuer de césure si c'est le premier élément de la cellule.
11333  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11334  premier élément : Ajoutez un espace horizontal de 0
11335 \begin_inset space \thinspace{}
11336 \end_inset
11337
11338 pt juste avant votre mot.
11339  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11340  Le tableau
11341 \begin_inset space ~
11342 \end_inset
11343
11344
11345 \begin_inset CommandInset ref
11346 LatexCommand ref
11347 reference "tab:Tableau-césure"
11348
11349 \end_inset
11350
11351  montre l'effet de cette insertion.
11352 \end_layout
11353
11354 \begin_layout Standard
11355 \begin_inset Float table
11356 placement h
11357 wide false
11358 sideways false
11359 status open
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Caption
11363
11364 \begin_layout Plain Layout
11365 \begin_inset CommandInset label
11366 LatexCommand label
11367 name "tab:Tableau-césure"
11368
11369 \end_inset
11370
11371 Tableau avec et sans césure.
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Plain Layout
11380 \begin_inset space \hfill{}
11381 \end_inset
11382
11383
11384 \begin_inset Tabular
11385 <lyxtabular version="3" rows="3" columns="3">
11386 <features>
11387 <column alignment="center" valignment="middle" width="2.5cm">
11388 <column alignment="center" valignment="middle" width="0">
11389 <column alignment="center" valignment="middle" width="0">
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 mottrèslongdansunecellule
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 b
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 c
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 d
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 e
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 f
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 g
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 h
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 i
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 </lyxtabular>
11478
11479 \end_inset
11480
11481
11482 \begin_inset space \hfill{}
11483 \end_inset
11484
11485
11486 \begin_inset Tabular
11487 <lyxtabular version="3" rows="3" columns="3">
11488 <features>
11489 <column alignment="center" valignment="middle" width="2.5cm">
11490 <column alignment="center" valignment="middle" width="0">
11491 <column alignment="center" valignment="middle" width="0">
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset space \hspace{}
11498 \length 0pt
11499 \end_inset
11500
11501 mottrèslongdansunecellule
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 b
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 c
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 <row>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 d
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 e
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 f
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 g
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 h
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 i
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 </row>
11583 </lyxtabular>
11584
11585 \end_inset
11586
11587
11588 \begin_inset space \hfill{}
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Subsection
11600 Multi-colonnes
11601 \begin_inset CommandInset label
11602 LatexCommand label
11603 name "sub:Multicolonnes"
11604
11605 \end_inset
11606
11607
11608 \begin_inset Index
11609 status collapsed
11610
11611 \begin_layout Plain Layout
11612 Multi-colonnes
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \begin_inset Index
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622 Tableau ! Multi-colonnes
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \begin_layout Subsubsection
11631 Les Bases des Multicolonnes
11632 \end_layout
11633
11634 \begin_layout Standard
11635 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11636  qu'elle doit couvrir et utilisez soit le bouton
11637 \begin_inset Graphics
11638         filename ../../images/tabular-feature_multicolumn.png
11639         scale 85
11640         scaleBeforeRotation
11641
11642 \end_inset
11643
11644  de la barre d'outils tableau, ou le menu 
11645 \family sans
11646 Éditer\SpecialChar \menuseparator
11647 Tableau\SpecialChar \menuseparator
11648 Multi-colonnes
11649 \family default
11650 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11651  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11652  
11653 \family sans
11654 Tableau
11655 \family default
11656 .
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Les multi-colonnes ont leurs propres paramètres de cellule.
11661  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11662  de la cellule, cela n'affecte que la cellule multi-colonne.
11663  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11664  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11665 \end_layout
11666
11667 \begin_layout Standard
11668 \align center
11669 \begin_inset Tabular
11670 <lyxtabular version="3" rows="3" columns="4">
11671 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11672 <column alignment="center" valignment="top" width="0pt">
11673 <column alignment="center" valignment="middle" width="0">
11674 <column alignment="center" valignment="top" width="0in">
11675 <column alignment="center" valignment="top" width="0pt">
11676 <row>
11677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 abc
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 def ghi
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 jkl
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 </row>
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 A
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 B
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 C
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 D
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 <row>
11753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 1
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 2
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 3
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 4
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 </row>
11790 </lyxtabular>
11791
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \begin_layout Subsubsection
11798 Calculs avec les multi-colonnes
11799 \begin_inset CommandInset label
11800 LatexCommand label
11801 name "sub:Calculs-multicolonnes"
11802
11803 \end_inset
11804
11805
11806 \begin_inset Index
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810 Multi-colonnes ! Calculs
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Standard
11819 LyX gère directement les multi-colonnes, mais nous devons faire attention
11820  à la largeur des cellules couvertes par la cellule multicolonne.
11821 \end_layout
11822
11823 \begin_layout Standard
11824 \begin_inset Float table
11825 placement h
11826 wide false
11827 sideways false
11828 status open
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Caption
11832
11833 \begin_layout Plain Layout
11834 \begin_inset CommandInset label
11835 LatexCommand label
11836 name "tab:Tableau-multicolonne-parfaite"
11837
11838 \end_inset
11839
11840 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11841  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11842 \begin_inset OptArg
11843 status open
11844
11845 \begin_layout Plain Layout
11846 Tableau avec multicolonne parfaite
11847 \end_layout
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Plain Layout
11860 \align center
11861 \begin_inset Tabular
11862 <lyxtabular version="3" rows="3" columns="3">
11863 <features>
11864 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11865 <column alignment="center" valignment="middle" width="0">
11866 <column alignment="center" valignment="top" width="0">
11867 <row>
11868 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 multicolonne sur plusieurs lignes
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 c
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 </row>
11896 <row>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 d
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 e
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 f
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 <row>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 g
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 h
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 i
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 </lyxtabular>
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \end_inset
11962
11963
11964 \end_layout
11965
11966 \begin_layout Standard
11967 Par exemple, pour créer le tableau
11968 \begin_inset space ~
11969 \end_inset
11970
11971
11972 \begin_inset CommandInset ref
11973 LatexCommand ref
11974 reference "tab:Tableau-multicolonne-parfaite"
11975
11976 \end_inset
11977
11978 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11979  3×3 et faites un clic droit dessus.
11980  Ensuite choisissez pour cette cellule
11981 \emph on
11982 ,
11983 \emph default
11984  dans la fenêtre de dialogue de tableau, 
11985 \emph on
11986 multicolonne
11987 \emph default
11988
11989 \emph on
11990 alignement
11991 \begin_inset space ~
11992 \end_inset
11993
11994 horizontal
11995 \begin_inset space ~
11996 \end_inset
11997
11998 centré
11999 \emph default
12000  et une largeur de 2.5
12001 \begin_inset space \thinspace{}
12002 \end_inset
12003
12004 cm.
12005  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12006  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm pour la première colonne.
12011  La deuxième colonne aura alors automatiquement une largeur de 1.25
12012 \begin_inset space \thinspace{}
12013 \end_inset
12014
12015 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12016  C'est ce qui a été fait pour le tableau
12017 \begin_inset space ~
12018 \end_inset
12019
12020
12021 \begin_inset CommandInset ref
12022 LatexCommand ref
12023 reference "tab:Tableau-multicolonne-imparfait"
12024
12025 \end_inset
12026
12027 .
12028 \end_layout
12029
12030 \begin_layout Standard
12031 \begin_inset Float table
12032 wide false
12033 sideways false
12034 status open
12035
12036 \begin_layout Plain Layout
12037 \begin_inset Caption
12038
12039 \begin_layout Plain Layout
12040 \begin_inset CommandInset label
12041 LatexCommand label
12042 name "tab:Tableau-multicolonne-imparfait"
12043
12044 \end_inset
12045
12046 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12047  de la largeur de la cellule multicolonne.
12048 \begin_inset OptArg
12049 status open
12050
12051 \begin_layout Plain Layout
12052 Tableau avec multicolonne pas parfaite
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \end_inset
12061
12062
12063 \end_layout
12064
12065 \begin_layout Plain Layout
12066 \align center
12067 \begin_inset Tabular
12068 <lyxtabular version="3" rows="3" columns="3">
12069 <features>
12070 <column alignment="center" valignment="top" width="1.25cm">
12071 <column alignment="center" valignment="top" width="0">
12072 <column alignment="center" valignment="top" width="0">
12073 <row>
12074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 multicolonne sur plusieurs lignes
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 c
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 </row>
12102 <row>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 d
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 e
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 f
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 g
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 h
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 i
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 </lyxtabular>
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \end_layout
12171
12172 \begin_layout Standard
12173 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12174  de la cellule multicolonne, elle est un peu plus large.
12175  La raison est que la taille que l'on donne à une cellule, 
12176 \begin_inset Formula $W_{g}$
12177 \end_inset
12178
12179  n'est pas sa taille totale, 
12180 \begin_inset Formula $W_{\mathrm{tot}}$
12181 \end_inset
12182
12183  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12184  lui donne.
12185  L'appendice
12186 \begin_inset space ~
12187 \end_inset
12188
12189
12190 \begin_inset CommandInset ref
12191 LatexCommand eqref
12192 reference "cha:Explication-de-l'Equation"
12193
12194 \end_inset
12195
12196  explique pourquoi en détail.
12197 \end_layout
12198
12199 \begin_layout Standard
12200 La largeur nécessaire 
12201 \begin_inset Formula $W_{g\, n}$
12202 \end_inset
12203
12204  quand 
12205 \emph on
12206 n
12207 \emph default
12208  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12209  ait une largeur totale de 
12210 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12211 \end_inset
12212
12213 :
12214 \begin_inset Formula \begin{equation}
12215 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12216
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \begin_layout Standard
12223 Dans notre cas nous avons 
12224 \begin_inset Formula $n=2$
12225 \end_inset
12226
12227
12228 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12229 \end_inset
12230
12231 cm et les valeurs par défaut pour les autres longueurs, l'équation
12232 \begin_inset space ~
12233 \end_inset
12234
12235
12236 \begin_inset CommandInset ref
12237 LatexCommand ref
12238 reference "eq:Wgn"
12239
12240 \end_inset
12241
12242  devient
12243 \begin_inset Formula \begin{equation}
12244 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \begin_layout Standard
12252 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12253  
12254 \series bold
12255 calc
12256 \series default
12257  avec la ligne suivante dans le préambule du document
12258 \begin_inset Index
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262 Paquetages LaTeX ! calc
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \series bold
12273
12274 \backslash
12275 usepackage{calc}
12276 \end_layout
12277
12278 \begin_layout Standard
12279 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12280  de dialogue.
12281  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12282  la fenêtre de dialogue.
12283  Voici un aperçu de ces paramètres :
12284 \end_layout
12285
12286 \begin_layout Itemize
12287
12288 \series bold
12289 p{largeur}
12290 \series default
12291  crée une cellule de taille donnée, le texte est aligné verticalement en
12292  haut.
12293 \end_layout
12294
12295 \begin_layout Itemize
12296
12297 \series bold
12298 m{largeur}
12299 \series default
12300  crée une cellule de taille donnée, le texte est aligné verticalement au
12301  centre
12302 \end_layout
12303
12304 \begin_layout Itemize
12305
12306 \series bold
12307 b{largeur}
12308 \series default
12309  crée une cellule de taille donnée, le texte est aligné verticalement en
12310  bas
12311 \end_layout
12312
12313 \begin_layout Standard
12314 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12315  la fenêtre de dialogue sont ignorés.
12316 \end_layout
12317
12318 \begin_layout Standard
12319 \begin_inset Note Greyedout
12320 status open
12321
12322 \begin_layout Plain Layout
12323
12324 \series bold
12325 Note:
12326 \series default
12327  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12328  en compte.
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Standard
12337 Comme le texte doit être centré horizontalement, on ajoute la commande 
12338 \series bold
12339
12340 \backslash
12341 centering
12342 \series default
12343 .
12344  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12345  des colonnes recouvertes :
12346 \end_layout
12347
12348 \begin_layout Standard
12349
12350 \series bold
12351 >{
12352 \backslash
12353 centering}m{1.25cm-6.2pt}
12354 \end_layout
12355
12356 \begin_layout Standard
12357 La commande 
12358 \series bold
12359 >{ }
12360 \series default
12361  signifie que les commandes qui se trouvent entre les accolades doivent
12362  être appliquées avant que la cellule ne soit créée.
12363 \end_layout
12364
12365 \begin_layout Standard
12366 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12367  multicolonne, il est toujours aligné à gauche.
12368  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12369  isolées.
12370  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12371 \end_layout
12372
12373 \begin_layout Standard
12374
12375 \series bold
12376 >{
12377 \backslash
12378 centering}m{2.5cm}
12379 \end_layout
12380
12381 \begin_layout Subsection
12382 Multi-lignes
12383 \begin_inset Index
12384 status collapsed
12385
12386 \begin_layout Plain Layout
12387 Multi-lignes
12388 \end_layout
12389
12390 \end_inset
12391
12392
12393 \begin_inset Index
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 Tableau ! Multi-ligne
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12407  par LyX, il faut donc utiliser un peu de code TeX.
12408  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12409 \series bold
12410 multirow
12411 \series default
12412
12413 \begin_inset Index
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Paquetages LaTeX ! multirow
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \series bold
12424  
12425 \series default
12426 dans le préambule de votre document avec la commande 
12427 \end_layout
12428
12429 \begin_layout Standard
12430
12431 \series bold
12432
12433 \backslash
12434 usepackage{multirow}
12435 \end_layout
12436
12437 \begin_layout Standard
12438 Les cellules multilignes sont créées avec la commande
12439 \end_layout
12440
12441 \begin_layout Standard
12442
12443 \series bold
12444
12445 \backslash
12446 multirow{number of rows}{cell width}{cell entry}
12447 \end_layout
12448
12449 \begin_layout Standard
12450 Pour créer le tableau suivant :
12451 \end_layout
12452
12453 \begin_layout Standard
12454 \align center
12455 \begin_inset ERT
12456 status collapsed
12457
12458 \begin_layout Plain Layout
12459
12460
12461 \backslash
12462 renewcommand{
12463 \backslash
12464 multirowsetup}{
12465 \backslash
12466 centering}
12467 \end_layout
12468
12469 \end_inset
12470
12471
12472 \begin_inset Tabular
12473 <lyxtabular version="3" rows="3" columns="3">
12474 <features>
12475 <column alignment="center" valignment="top" width="0">
12476 <column alignment="center" valignment="top" width="0">
12477 <column alignment="center" valignment="top" width="0">
12478 <row>
12479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 a
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 b
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 c
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 </row>
12507 <row>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 \begin_inset ERT
12513 status open
12514
12515 \begin_layout Plain Layout
12516
12517
12518 \backslash
12519 multirow{2}{2.5cm}{
12520 \end_layout
12521
12522 \end_inset
12523
12524 cellule multi-lignes
12525 \begin_inset ERT
12526 status collapsed
12527
12528 \begin_layout Plain Layout
12529
12530 }
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544 e
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 f
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 </row>
12559 <row>
12560 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 h
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 i
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 </row>
12588 </lyxtabular>
12589
12590 \end_inset
12591
12592
12593 \begin_inset ERT
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597
12598
12599 \backslash
12600 renewcommand{
12601 \backslash
12602 multirowsetup}{
12603 \backslash
12604 raggedright}
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 créez un tableau 3×3.
12614  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12615  première colonne, la cellule est marquée comme étant une multicolonne et
12616  la bordure supérieure est désactivée.
12617  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12618  première colonne en y insérant la commande
12619 \end_layout
12620
12621 \begin_layout Standard
12622
12623 \series bold
12624
12625 \backslash
12626 multirow{2}{2.5cm}{
12627 \end_layout
12628
12629 \begin_layout Standard
12630 comme du code TeX.
12631  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12632  deux lignes et a une largeur de 2.5
12633 \begin_inset space \thinspace{}
12634 \end_inset
12635
12636 cm.
12637  Le contenu de la cellule suit le code TeX et on termine la commande en
12638  ajoutant l'accolade fermante 
12639 \series bold
12640 }
12641 \series default
12642  dans une nouvelle boîte de code TeX, juste après le texte.
12643 \end_layout
12644
12645 \begin_layout Standard
12646
12647 \series bold
12648
12649 \backslash
12650 multirow
12651 \series default
12652  aligne par défaut son contenu à gauche.
12653  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12654  
12655 \series bold
12656
12657 \backslash
12658 multirowsetup
12659 \series default
12660  avec la commande
12661 \end_layout
12662
12663 \begin_layout Standard
12664
12665 \series bold
12666
12667 \backslash
12668 renewcommand{
12669 \backslash
12670 multirowsetup}{
12671 \backslash
12672 centering}
12673 \end_layout
12674
12675 \begin_layout Standard
12676 dans le préambule du document.
12677  Après ça, tous les contenus de cellules multi-lignes du document seront
12678  centrés.
12679  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12680  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12681  juste avant le tableau concerné, plutôt que dans le préambule.
12682  Si le texte doit être aligné à droite, remplacez 
12683 \series bold
12684
12685 \backslash
12686 centering
12687 \series default
12688  par 
12689 \series bold
12690
12691 \backslash
12692 raggedleft
12693 \series default
12694 .
12695  Pour revenir à l'alignement à gauche utilisez 
12696 \series bold
12697
12698 \backslash
12699 raggedright
12700 \series default
12701 .
12702 \end_layout
12703
12704 \begin_layout Section
12705 Les Tableaux Formels
12706 \begin_inset CommandInset label
12707 LatexCommand label
12708 name "sec:Tableaux-Formels"
12709
12710 \end_inset
12711
12712
12713 \begin_inset Index
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717 Tableau ! Formel
12718 \end_layout
12719
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \begin_layout Standard
12726 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12727  à celle du tableau
12728 \begin_inset space ~
12729 \end_inset
12730
12731
12732 \begin_inset CommandInset ref
12733 LatexCommand ref
12734 reference "tab:Exemple-tableau-booktabs"
12735
12736 \end_inset
12737
12738 .
12739  Ce genre de tableau est appelé 
12740 \begin_inset Quotes eld
12741 \end_inset
12742
12743
12744 \emph on
12745 formel
12746 \emph default
12747
12748 \begin_inset Quotes erd
12749 \end_inset
12750
12751 .
12752  Pour transformer un tableau en tableau formel, utilisez l'option 
12753 \family sans
12754 Formel
12755 \family default
12756  de l'onglet 
12757 \family sans
12758 Bordures
12759 \family default
12760  de la fenêtre de dialogue 
12761 \family sans
12762 Paramètres
12763 \begin_inset space ~
12764 \end_inset
12765
12766 du
12767 \begin_inset space ~
12768 \end_inset
12769
12770 tableau
12771 \family default
12772 .
12773 \end_layout
12774
12775 \begin_layout Standard
12776 \begin_inset Float table
12777 placement h
12778 wide false
12779 sideways false
12780 status open
12781
12782 \begin_layout Plain Layout
12783 \begin_inset Caption
12784
12785 \begin_layout Plain Layout
12786 \begin_inset CommandInset label
12787 LatexCommand label
12788 name "tab:Exemple-tableau-booktabs"
12789
12790 \end_inset
12791
12792 Exemple de tableau formel
12793 \end_layout
12794
12795 \end_inset
12796
12797
12798 \end_layout
12799
12800 \begin_layout Plain Layout
12801 \align center
12802 \begin_inset Tabular
12803 <lyxtabular version="3" rows="8" columns="4">
12804 <features booktabs="true">
12805 <column alignment="center" valignment="top" width="0">
12806 <column alignment="center" valignment="top" width="0">
12807 <column alignment="center" valignment="top" width="0">
12808 <column alignment="center" valignment="top" width="0">
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 Système
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 Medipix
12824 \begin_inset space \thinspace{}
12825 \end_inset
12826
12827 1
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Medipix
12837 \begin_inset space \thinspace{}
12838 \end_inset
12839
12840 2
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 </row>
12855 <row>
12856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 \begin_inset ERT
12861 status collapsed
12862
12863 \begin_layout Plain Layout
12864
12865
12866 \backslash
12867 cmidrule(r){2-2}
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \begin_inset ERT
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877
12878
12879 \backslash
12880 cmidrule(l){3-4}
12881 \end_layout
12882
12883 \end_inset
12884
12885 Épaisseur du capteur [µm]
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 300
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 300
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 700
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 <row>
12919 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 Angle du biseau [°]
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 3.55
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 2.71
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 7.99
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row topspace="default">
12957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 Résolution spatiale [µm]
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 4.26
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 10.17
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 10.56
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row topspace="default">
12995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 MTF à 
13000 \begin_inset Formula $f_{\mathrm{max}}$
13001 \end_inset
13002
13003
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 0.53
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 0.37
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 0.39
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 </row>
13036 <row topspace="default">
13037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 \begin_inset ERT
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045
13046
13047 \backslash
13048 cmidrule(l{10pt}){1-1}
13049 \end_layout
13050
13051 \end_inset
13052
13053 résolution spatiale LSF
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 <row>
13087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 en µm
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 129.7
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 52.75
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 50.78
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 <row>
13125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 en % de la taille des pixels
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 76.3
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 95.9
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 92.3
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 </lyxtabular>
13163
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \end_layout
13173
13174 \begin_layout Standard
13175 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13176  
13177 \family sans
13178 Bordures
13179 \family default
13180  de la fenêtre de dialogue 
13181 \family sans
13182 Paramètres
13183 \begin_inset space ~
13184 \end_inset
13185
13186 du
13187 \begin_inset space ~
13188 \end_inset
13189
13190 tableau
13191 \family default
13192  comme c'est décrit dans la section
13193 \begin_inset space ~
13194 \end_inset
13195
13196
13197 \begin_inset CommandInset ref
13198 LatexCommand ref
13199 reference "sub:Espacement-lignes"
13200
13201 \end_inset
13202
13203 .
13204 \end_layout
13205
13206 \begin_layout Standard
13207 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13208  verticales.
13209  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13210  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13211  sortie imprimée :
13212 \begin_inset Newline newline
13213 \end_inset
13214
13215 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13216 \begin_inset space \thinspace{}
13217 \end_inset
13218
13219 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13220 \begin_inset space \thinspace{}
13221 \end_inset
13222
13223 em.
13224 \end_layout
13225
13226 \begin_layout Standard
13227 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13228  lignes de préambule suivantes :
13229 \end_layout
13230
13231 \begin_layout Standard
13232
13233 \series bold
13234
13235 \backslash
13236 let
13237 \backslash
13238 mytoprule
13239 \backslash
13240 toprule
13241 \begin_inset Newline newline
13242 \end_inset
13243
13244
13245 \backslash
13246 renewcommand{
13247 \backslash
13248 toprule}{
13249 \backslash
13250 mytoprule[width]}
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Cet exemple concerne la première ligne, appelée 
13255 \series bold
13256 toprule
13257 \series default
13258 .
13259  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13260 \series bold
13261 toprule
13262 \series default
13263  par 
13264 \series bold
13265 bottomrule
13266 \series default
13267 .
13268  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13269  
13270 \series bold
13271 toprule
13272 \series default
13273  par 
13274 \series bold
13275 midrule
13276 \series default
13277 .
13278  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13279 \begin_inset space ~
13280 \end_inset
13281
13282
13283 \begin_inset CommandInset ref
13284 LatexCommand ref
13285 reference "cha:Unités-de-longueur"
13286
13287 \end_inset
13288
13289  pour préciser l'épaisseur voulue.
13290 \end_layout
13291
13292 \begin_layout Standard
13293 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13294  en mettant une ligne pour une cellule multi colonne.
13295  LyX va utiliser en interne la commande 
13296 \series bold
13297
13298 \backslash
13299 cmidrule
13300 \series default
13301  pour créer cette ligne.
13302  Sa syntaxe complète est :
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 cmidrule[largeur](rognage){colDépart-colFin}
13311 \end_layout
13312
13313 \begin_layout Standard
13314 Les options de la commande 
13315 \series bold
13316
13317 \backslash
13318 cmidrule
13319 \series default
13320  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13321  TeX pour pouvoir les utiliser.
13322  On peut créer manuellement des lignes 
13323 \series bold
13324
13325 \backslash
13326 mitrales
13327 \series default
13328  en insérant la commande en code TeX comme le premier élément de la première
13329  cellule de la ligne.
13330  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13331  en question.
13332 \end_layout
13333
13334 \begin_layout Standard
13335 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13336 \begin_inset space \thinspace{}
13337 \end_inset
13338
13339 em.
13340  
13341 \series bold
13342 colDépart
13343 \series default
13344  est le numéro de la colonne dans laquelle la ligne commence et 
13345 \series bold
13346 colFin
13347 \series default
13348  est le numéro de la colonne dans laquelle elle se termine.
13349  La valeur de 
13350 \series bold
13351 colFin
13352 \series default
13353  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13354  Le paramètre optionnel 
13355 \series bold
13356 rognage
13357 \series default
13358  peut être soit 
13359 \emph on
13360 l{largeurRognage}
13361 \emph default
13362 , ou 
13363 \emph on
13364 r{largeurRognage}
13365 \emph default
13366  où les valeurs de
13367 \emph on
13368  largeurRognage
13369 \emph default
13370  sont aussi optionnelles.
13371  En utilisant par exemple la valeur 
13372 \emph on
13373 l{2pt}
13374 \emph default
13375  pour ce paramètre, la ligne va être rognée de 2
13376 \begin_inset space \thinspace{}
13377 \end_inset
13378
13379 pt à son extrémité gauche.
13380  Si vous ne spécifiez pas de valeur pour 
13381 \emph on
13382 largeurRognage
13383 \emph default
13384  les lignes sont par défaut rognées de 0.5
13385 \begin_inset space \thinspace{}
13386 \end_inset
13387
13388 em.
13389 \end_layout
13390
13391 \begin_layout Standard
13392 \begin_inset VSpace bigskip
13393 \end_inset
13394
13395 Le tableau
13396 \begin_inset space ~
13397 \end_inset
13398
13399
13400 \begin_inset CommandInset ref
13401 LatexCommand ref
13402 reference "tab:Exemple-tableau-booktabs"
13403
13404 \end_inset
13405
13406  a été créé en utilisant les commandes
13407 \end_layout
13408
13409 \begin_layout Standard
13410
13411 \series bold
13412
13413 \backslash
13414 cmidrule(r){2-2}
13415 \backslash
13416 cmidrule(l){3-4}
13417 \end_layout
13418
13419 \begin_layout Standard
13420 au début de la deuxième ligne et
13421 \end_layout
13422
13423 \begin_layout Standard
13424
13425 \series bold
13426
13427 \backslash
13428 cmidrule(l{10pt}){1-1}
13429 \end_layout
13430
13431 \begin_layout Standard
13432 au début de la sixième ligne.
13433 \end_layout
13434
13435 \begin_layout Standard
13436 \begin_inset VSpace bigskip
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \begin_layout Standard
13443 Vous pouvez vouloir des commandes 
13444 \series bold
13445
13446 \backslash
13447 cmidrule
13448 \series default
13449 s qui se recouvrent comme pour le tableau
13450 \begin_inset space ~
13451 \end_inset
13452
13453
13454 \begin_inset CommandInset ref
13455 LatexCommand ref
13456 reference "tab:Tableau-booktabs-special"
13457
13458 \end_inset
13459
13460 .
13461  On obtient ce résultat en utilisant la commande suivante en code TeX
13462 \end_layout
13463
13464 \begin_layout Standard
13465
13466 \series bold
13467
13468 \backslash
13469 morecmidrules
13470 \end_layout
13471
13472 \begin_layout Standard
13473 La commande qui a été utilisée pour la deuxième ligne du tableau
13474 \begin_inset space ~
13475 \end_inset
13476
13477
13478 \begin_inset CommandInset ref
13479 LatexCommand ref
13480 reference "tab:Tableau-booktabs-special"
13481
13482 \end_inset
13483
13484  est
13485 \end_layout
13486
13487 \begin_layout Standard
13488
13489 \series bold
13490
13491 \backslash
13492 cmidrule(r){2-2}
13493 \backslash
13494 cmidrule(l){3-4}
13495 \backslash
13496 morecmidrules
13497 \backslash
13498 cmidrule{2-4}
13499 \end_layout
13500
13501 \begin_layout Standard
13502 La commande pour la sixième ligne est
13503 \end_layout
13504
13505 \begin_layout Standard
13506
13507 \series bold
13508
13509 \backslash
13510 midrule
13511 \backslash
13512 morecmidrules
13513 \backslash
13514 cmidrule{3-4}
13515 \end_layout
13516
13517 \begin_layout Standard
13518 \begin_inset VSpace bigskip
13519 \end_inset
13520
13521
13522 \end_layout
13523
13524 \begin_layout Standard
13525 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13526 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13527  font toute la largeur du tableau :
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \series bold
13533
13534 \backslash
13535 specialrule{largeur}{espace au dessus}{espace en dessous}
13536 \end_layout
13537
13538 \begin_layout Standard
13539 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13540  du paquetage LaTeX 
13541 \series bold
13542 booktabs
13543 \series default
13544  
13545 \begin_inset CommandInset citation
13546 LatexCommand cite
13547 key "booktabs"
13548
13549 \end_inset
13550
13551 .
13552 \begin_inset Index
13553 status collapsed
13554
13555 \begin_layout Plain Layout
13556 Paquetages LaTeX ! booktabs
13557 \end_layout
13558
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \begin_layout Standard
13565 \begin_inset Float table
13566 placement h
13567 wide false
13568 sideways false
13569 status open
13570
13571 \begin_layout Plain Layout
13572 \begin_inset Caption
13573
13574 \begin_layout Plain Layout
13575 \begin_inset CommandInset label
13576 LatexCommand label
13577 name "tab:Tableau-booktabs-special"
13578
13579 \end_inset
13580
13581 Tableau formel spécial
13582 \end_layout
13583
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \begin_layout Plain Layout
13590 \align center
13591 \begin_inset Tabular
13592 <lyxtabular version="3" rows="8" columns="4">
13593 <features booktabs="true">
13594 <column alignment="center" valignment="top" width="0">
13595 <column alignment="center" valignment="top" width="0">
13596 <column alignment="center" valignment="top" width="0">
13597 <column alignment="center" valignment="top" width="0">
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 Système
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 Medipix
13613 \begin_inset space \thinspace{}
13614 \end_inset
13615
13616 1
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Medipix
13626 \begin_inset space \thinspace{}
13627 \end_inset
13628
13629 2
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 </row>
13644 <row>
13645 <cell alignment="center" valignment="top" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 \begin_inset ERT
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653
13654
13655 \backslash
13656 cmidrule(r){2-2}
13657 \end_layout
13658
13659 \end_inset
13660
13661
13662 \begin_inset ERT
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666
13667
13668 \backslash
13669 cmidrule(l){3-4}
13670 \end_layout
13671
13672 \end_inset
13673
13674
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 morecmidrules 
13683 \end_layout
13684
13685 \end_inset
13686
13687
13688 \begin_inset ERT
13689 status collapsed
13690
13691 \begin_layout Plain Layout
13692
13693
13694 \backslash
13695 cmidrule{2-4}
13696 \end_layout
13697
13698 \end_inset
13699
13700 Epaisseur du capteur [µm]
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 300
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 300
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 700
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 </row>
13733 <row>
13734 <cell alignment="center" valignment="top" topline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 Angle biseau [°]
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 3.55
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" topline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 2.71
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 7.99
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 </row>
13771 <row topspace="default">
13772 <cell alignment="center" valignment="top" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 Résolution spatiale [µm]
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 4.26
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 10.17
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 10.56
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 <row topspace="default">
13810 <cell alignment="center" valignment="top" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 MTF à 
13815 \begin_inset Formula $f_{\mathrm{max}}$
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 0.53
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 0.37
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 0.39
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 </row>
13851 <row>
13852 <cell alignment="center" valignment="top" topline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 \begin_inset ERT
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860
13861
13862 \backslash
13863 morecmidrules 
13864 \end_layout
13865
13866 \end_inset
13867
13868
13869 \begin_inset ERT
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873
13874
13875 \backslash
13876 cmidrule{3-4}
13877 \end_layout
13878
13879 \end_inset
13880
13881 résolution spatiale LSF
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" topline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 en µm
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 129.7
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 52.75
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 50.78
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 en % de la taille des pixels
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 76.3
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 95.9
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 92.3
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 </row>
13990 </lyxtabular>
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Section
14003 Alignement Vertical des Tableaux
14004 \begin_inset Index
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008 Tableau ! Alignement
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \begin_layout Standard
14017 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14018  doit être à l'intérieur d'une boîte.
14019  La boîte peut alors être alignée comme c'est décrit dans la 
14020 \begin_inset space ~
14021 \end_inset
14022
14023
14024 \begin_inset CommandInset ref
14025 LatexCommand ref
14026 reference "sec:Boîte-Dialogue"
14027
14028 \end_inset
14029
14030 .
14031 \end_layout
14032
14033 \begin_layout Standard
14034 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14035  minipage
14036 \begin_inset Foot
14037 status open
14038
14039 \begin_layout Plain Layout
14040 Les minipages son décrites dans la section
14041 \begin_inset space ~
14042 \end_inset
14043
14044
14045 \begin_inset CommandInset ref
14046 LatexCommand ref
14047 reference "sec:Minipages"
14048
14049 \end_inset
14050
14051 .
14052 \end_layout
14053
14054 \end_inset
14055
14056  dont la largeur est de 15
14057 \begin_inset space \thinspace{}
14058 \end_inset
14059
14060 col% :
14061 \end_layout
14062
14063 \begin_layout Itemize
14064 test 
14065 \begin_inset Box Frameless
14066 position "t"
14067 hor_pos "c"
14068 has_inner_box 1
14069 inner_pos "c"
14070 use_parbox 0
14071 width "15col%"
14072 special "none"
14073 height "1in"
14074 height_special "totalheight"
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078 \begin_inset Tabular
14079 <lyxtabular version="3" rows="3" columns="3">
14080 <features>
14081 <column alignment="center" valignment="top" width="0">
14082 <column alignment="center" valignment="top" width="0">
14083 <column alignment="center" valignment="top" width="0">
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 a
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 d
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 g
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 <row>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 b
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 e
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 h
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 </row>
14142 <row>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 c
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 f
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 i
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 </row>
14171 </lyxtabular>
14172
14173 \end_inset
14174
14175
14176 \end_layout
14177
14178 \end_inset
14179
14180  test 
14181 \begin_inset ERT
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185
14186
14187 \backslash
14188 raisebox{0.85
14189 \backslash
14190 baselineskip}{
14191 \end_layout
14192
14193 \end_inset
14194
14195
14196 \begin_inset Box Frameless
14197 position "t"
14198 hor_pos "c"
14199 has_inner_box 1
14200 inner_pos "c"
14201 use_parbox 0
14202 width "15col%"
14203 special "none"
14204 height "1in"
14205 height_special "totalheight"
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="3" columns="3">
14211 <features>
14212 <column alignment="center" valignment="top" width="0">
14213 <column alignment="center" valignment="top" width="0">
14214 <column alignment="center" valignment="top" width="0">
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 a
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14226 \begin_inset Text
14227
14228 \begin_layout Plain Layout
14229 d
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 g
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 </row>
14244 <row>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 b
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 e
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 h
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 c
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 f
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 i
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 </row>
14302 </lyxtabular>
14303
14304 \end_inset
14305
14306
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \begin_inset ERT
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316
14317 }
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \begin_layout Itemize
14326 test 
14327 \begin_inset Box Frameless
14328 position "c"
14329 hor_pos "c"
14330 has_inner_box 1
14331 inner_pos "c"
14332 use_parbox 0
14333 width "15col%"
14334 special "none"
14335 height "1in"
14336 height_special "totalheight"
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 \begin_inset Tabular
14341 <lyxtabular version="3" rows="3" columns="3">
14342 <features>
14343 <column alignment="center" valignment="top" width="0">
14344 <column alignment="center" valignment="top" width="0">
14345 <column alignment="center" valignment="top" width="0">
14346 <row>
14347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 a
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 d
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 g
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 </row>
14375 <row>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 b
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 e
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 h
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 </row>
14404 <row>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 c
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 f
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 i
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 </lyxtabular>
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \begin_layout Itemize
14446 test 
14447 \begin_inset Box Frameless
14448 position "b"
14449 hor_pos "c"
14450 has_inner_box 1
14451 inner_pos "c"
14452 use_parbox 0
14453 width "15col%"
14454 special "none"
14455 height "1in"
14456 height_special "totalheight"
14457 status collapsed
14458
14459 \begin_layout Plain Layout
14460 \begin_inset Tabular
14461 <lyxtabular version="3" rows="3" columns="3">
14462 <features>
14463 <column alignment="center" valignment="top" width="0">
14464 <column alignment="center" valignment="top" width="0">
14465 <column alignment="center" valignment="top" width="0">
14466 <row>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 a
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 d
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 g
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 </row>
14495 <row>
14496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 b
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 e
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 h
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 <row>
14525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 c
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 f
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 i
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 </lyxtabular>
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \end_inset
14561
14562  test 
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568
14569 \backslash
14570 raisebox{-0.32
14571 \backslash
14572 baselineskip}{
14573 \end_layout
14574
14575 \end_inset
14576
14577
14578 \begin_inset Box Frameless
14579 position "b"
14580 hor_pos "c"
14581 has_inner_box 1
14582 inner_pos "c"
14583 use_parbox 0
14584 width "15col%"
14585 special "none"
14586 height "1in"
14587 height_special "totalheight"
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 \begin_inset Tabular
14592 <lyxtabular version="3" rows="3" columns="3">
14593 <features>
14594 <column alignment="center" valignment="top" width="0">
14595 <column alignment="center" valignment="top" width="0">
14596 <column alignment="center" valignment="top" width="0">
14597 <row>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 a
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 d
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 g
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 <row>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 b
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 e
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 h
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 c
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 f
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678 i
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 </lyxtabular>
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \begin_inset ERT
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698
14699 }
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14709  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14710  la ligne dans laquelle le tableau est inséré.
14711  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14712  boîte élévatrice (raisebox)
14713 \begin_inset Foot
14714 status collapsed
14715
14716 \begin_layout Plain Layout
14717 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14718 \begin_inset space ~
14719 \end_inset
14720
14721
14722 \begin_inset CommandInset ref
14723 LatexCommand ref
14724 reference "sub:Alignement-Vertical"
14725
14726 \end_inset
14727
14728 .
14729 \end_layout
14730
14731 \end_inset
14732
14733 .
14734  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14735  aligné en utilisant la commande en code TeX suivante 
14736 \end_layout
14737
14738 \begin_layout Standard
14739
14740 \series bold
14741
14742 \backslash
14743 raisebox{0.85
14744 \backslash
14745 baselineskip}{
14746 \end_layout
14747
14748 \begin_layout Standard
14749 placée juste avant la boîte minipage.
14750  Après la boîte on insère l'accolade fermante en code TeX.
14751  Pour le deuxième tableau de la dernière ligne, la commande 
14752 \end_layout
14753
14754 \begin_layout Standard
14755
14756 \series bold
14757
14758 \backslash
14759 raisebox{-0.32
14760 \backslash
14761 baselineskip}{
14762 \end_layout
14763
14764 \begin_layout Standard
14765 est utilisée.
14766 \end_layout
14767
14768 \begin_layout Standard
14769 \begin_inset Note Greyedout
14770 status open
14771
14772 \begin_layout Plain Layout
14773
14774 \series bold
14775 Note:
14776 \series default
14777  L'alignement entre le contenu de la ligne du tableau et le texte de la
14778  ligne qui l'entoure ne peut pas être parfait.
14779  Le facteur utilisé dans la commande 
14780 \series bold
14781
14782 \backslash
14783 raisebox
14784 \series default
14785  pour obtenir cet alignement dépend de la police de caractères du document,
14786  de la taille de la police et de l'épaisseur des lignes du tableau.
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \begin_layout Section
14795 Tableaux Colorés
14796 \begin_inset CommandInset label
14797 LatexCommand label
14798 name "sec:Tableaux-Colorés"
14799
14800 \end_inset
14801
14802
14803 \begin_inset Index
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 Tableau ! Coloré
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \begin_layout Subsection
14816 Cellules Colorées
14817 \begin_inset Index
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Couleur des tableaux ! Pour les cellules
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \begin_inset Index
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831 Couleur ! Pour les cellules de tableau
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \begin_layout Standard
14840 \begin_inset Float table
14841 placement h
14842 wide false
14843 sideways false
14844 status open
14845
14846 \begin_layout Plain Layout
14847 \begin_inset Caption
14848
14849 \begin_layout Plain Layout
14850 \begin_inset CommandInset label
14851 LatexCommand label
14852 name "tab:Tableau-coloré-sans-colortbl"
14853
14854 \end_inset
14855
14856 Tableau coloré sans utiliser le paquetage  
14857 \series bold
14858 colortbl
14859 \series default
14860
14861 \begin_inset OptArg
14862 status open
14863
14864 \begin_layout Plain Layout
14865 Tableau sans colortbl
14866 \end_layout
14867
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \begin_layout Plain Layout
14879 \align center
14880 \begin_inset Tabular
14881 <lyxtabular version="3" rows="3" columns="3">
14882 <features>
14883 <column alignment="center" valignment="top" width="0">
14884 <column alignment="center" valignment="top" width="0">
14885 <column alignment="center" valignment="top" width="0">
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \color green
14893 a
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \color red
14904 b
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913
14914 \color red
14915 c
14916 \end_layout
14917
14918 \end_inset
14919 </cell>
14920 </row>
14921 <row>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \color green
14928 d
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937
14938 \color blue
14939 e
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948
14949 \color blue
14950 f
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 </row>
14956 <row>
14957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961
14962 \color green
14963 g
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14969 \begin_inset Text
14970
14971 \begin_layout Plain Layout
14972
14973 \color blue
14974 h
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983
14984 \color blue
14985 i
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 </lyxtabular>
14992
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \begin_layout Standard
15004 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15005  et choisissez une couleur dans le menu 
15006 \family sans
15007 Éditer\SpecialChar \menuseparator
15008 Style
15009 \begin_inset space ~
15010 \end_inset
15011
15012 de
15013 \begin_inset space ~
15014 \end_inset
15015
15016 Texte
15017 \family default
15018 .
15019  C'est ce qui a été utilisé pour créer le tableau
15020 \begin_inset space ~
15021 \end_inset
15022
15023
15024 \begin_inset CommandInset ref
15025 LatexCommand ref
15026 reference "tab:Tableau-coloré-sans-colortbl"
15027
15028 \end_inset
15029
15030 .
15031  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15032 \series bold
15033 colortbl
15034 \series default
15035 .
15036 \begin_inset Index
15037 status collapsed
15038
15039 \begin_layout Plain Layout
15040 Paquetages LaTeX ! colortbl
15041 \end_layout
15042
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \begin_layout Standard
15049 \begin_inset ERT
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053
15054
15055 \backslash
15056 ifcolortbl
15057 \end_layout
15058
15059 \end_inset
15060
15061
15062 \begin_inset Note Note
15063 status open
15064
15065 \begin_layout Plain Layout
15066 La section qui suit ne sera affichée que si vous avez installé le paquetage
15067  LaTeX 
15068 \series bold
15069 colortbl
15070 \series default
15071 .
15072 \end_layout
15073
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \begin_layout Standard
15080 Pour créer des tableaux colorés, vous devez charger le paquetage
15081 \series bold
15082  colortbl
15083 \series default
15084  dans le préambule avec la ligne
15085 \end_layout
15086
15087 \begin_layout Standard
15088
15089 \series bold
15090
15091 \backslash
15092 usepackage{colortbl}
15093 \end_layout
15094
15095 \begin_layout Standard
15096 On choisit la couleur d'une colonne avec la commande 
15097 \end_layout
15098
15099 \begin_layout Standard
15100
15101 \series bold
15102
15103 \backslash
15104 columncolor{nom de couleur}
15105 \end_layout
15106
15107 \begin_layout Standard
15108 à l'intérieur d'une commande 
15109 \series bold
15110 >{ }
15111 \series default
15112 .
15113  Vous trouverez plus d'information sur la commande 
15114 \series bold
15115 >{}
15116 \series default
15117  dans la section
15118 \begin_inset space ~
15119 \end_inset
15120
15121
15122 \begin_inset CommandInset ref
15123 LatexCommand ref
15124 reference "sub:Calculs-multicolonnes"
15125
15126 \end_inset
15127
15128 .
15129 \end_layout
15130
15131 \begin_layout Standard
15132 Les noms de couleurs suivants sont prédéfinis :
15133 \end_layout
15134
15135 \begin_layout Standard
15136
15137 \family sans
15138 red
15139 \family default
15140  (rouge), 
15141 \family sans
15142 green
15143 \family default
15144  (vert), 
15145 \family sans
15146 yellow
15147 \family default
15148  (jaune), 
15149 \family sans
15150 blue
15151 \family default
15152  (bleu), 
15153 \family sans
15154 cyan
15155 \family default
15156
15157 \family sans
15158 magenta
15159 \family default
15160
15161 \family sans
15162 black 
15163 \family default
15164 (noir) et 
15165 \family sans
15166 white 
15167 \family default
15168 (blanc).
15169 \end_layout
15170
15171 \begin_layout Standard
15172 \begin_inset VSpace medskip
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Standard
15179 Vous pouvez aussi définir votre propre couleur avec la commande
15180 \end_layout
15181
15182 \begin_layout Standard
15183
15184 \series bold
15185
15186 \backslash
15187 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15188 \end_layout
15189
15190 \begin_layout Standard
15191 Le modèle de couleur peut être
15192 \end_layout
15193
15194 \begin_layout Labeling
15195 \labelwidthstring 00.00.0000
15196 cmyk: cyan, magenta, jaune (yellow), noir (black)
15197 \end_layout
15198
15199 \begin_layout Labeling
15200 \labelwidthstring 00.00.0000
15201 rgb: red, vert (green), bleu (blue)
15202 \end_layout
15203
15204 \begin_layout Labeling
15205 \labelwidthstring 00.00.0000
15206 gray dégradé de gris (gray)
15207 \end_layout
15208
15209 \begin_layout Standard
15210 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15211  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15212 \end_layout
15213
15214 \begin_layout Standard
15215 Vous pouvez par exemple définir la couleur 
15216 \begin_inset Quotes eld
15217 \end_inset
15218
15219
15220 \emph on
15221 vertfonce
15222 \begin_inset Quotes erd
15223 \end_inset
15224
15225  dans le préambule avec la ligne
15226 \end_layout
15227
15228 \begin_layout Standard
15229
15230 \series bold
15231
15232 \backslash
15233 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15234 \end_layout
15235
15236 \begin_layout Standard
15237 et la couleur "
15238 \emph on
15239 grisclair
15240 \emph default
15241 " avec
15242 \end_layout
15243
15244 \begin_layout Standard
15245
15246 \series bold
15247
15248 \backslash
15249 definecolor{grisclair}{gray}{0.8}
15250 \end_layout
15251
15252 \begin_layout Standard
15253 \begin_inset VSpace medskip
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \begin_layout Standard
15260 Les lignes sont colorées avec la commande
15261 \end_layout
15262
15263 \begin_layout Standard
15264
15265 \series bold
15266
15267 \backslash
15268 rowcolor{nom de la couleur}
15269 \end_layout
15270
15271 \begin_layout Standard
15272 et les cellules sont colorées avec la commande
15273 \end_layout
15274
15275 \begin_layout Standard
15276
15277 \series bold
15278
15279 \backslash
15280 cellcolor{nom de la couleur}
15281 \end_layout
15282
15283 \begin_layout Standard
15284 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15289  choisissez une couleur dans le menu 
15290 \family sans
15291 Éditer\SpecialChar \menuseparator
15292 Style
15293 \begin_inset space ~
15294 \end_inset
15295
15296 de
15297 \begin_inset space ~
15298 \end_inset
15299
15300 Texte
15301 \family default
15302 .
15303  Si une cellule contient du code TeX, faites bien attention à ne colorer
15304  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15305 \end_layout
15306
15307 \begin_layout Standard
15308 \begin_inset Note Greyedout
15309 status open
15310
15311 \begin_layout Plain Layout
15312
15313 \series bold
15314 Note:
15315 \series default
15316  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15317  définies par l'utilisateur.
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \begin_layout Standard
15326 \begin_inset VSpace bigskip
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Pour créer le tableau
15334 \begin_inset space ~
15335 \end_inset
15336
15337
15338 \begin_inset CommandInset ref
15339 LatexCommand ref
15340 reference "tab:Tableau-coloré-avec-colortbl"
15341
15342 \end_inset
15343
15344  faites ce qui suit : La couleur de la première colonne doit être 
15345 \emph on
15346 vertfonce
15347 \emph default
15348 .
15349  On insère donc la commande
15350 \end_layout
15351
15352 \begin_layout Standard
15353
15354 \series bold
15355 >{
15356 \backslash
15357 columncolor{vertfonce}
15358 \backslash
15359 centering}c
15360 \end_layout
15361
15362 \begin_layout Standard
15363 en code TeX pour cette colonne.
15364  La première ligne doit être bleue
15365 \begin_inset Note Note
15366 status open
15367
15368 \begin_layout Plain Layout
15369 cyan ? (NdT)
15370 \end_layout
15371
15372 \end_inset
15373
15374 , d'où la commande en code TeX
15375 \end_layout
15376
15377 \begin_layout Standard
15378
15379 \series bold
15380
15381 \backslash
15382 rowcolow{cyan}
15383 \end_layout
15384
15385 \begin_layout Standard
15386 qui est insérée dans la première cellule de cette ligne.
15387  Notez que cela annule la couleur de colonne pour la première cellule.
15388  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15389  en code TeX la commande
15390 \end_layout
15391
15392 \begin_layout Standard
15393
15394 \series bold
15395
15396 \backslash
15397 cellcolor{magenta}
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Les caractères peuvent maintenant être colorés en utilisant le menu 
15402 \family sans
15403 Éditer\SpecialChar \menuseparator
15404 Style
15405 \begin_inset space ~
15406 \end_inset
15407
15408 de
15409 \begin_inset space ~
15410 \end_inset
15411
15412 Texte
15413 \family default
15414 .
15415 \end_layout
15416
15417 \begin_layout Standard
15418 \begin_inset Float table
15419 placement h
15420 wide false
15421 sideways false
15422 status open
15423
15424 \begin_layout Plain Layout
15425 \begin_inset Caption
15426
15427 \begin_layout Plain Layout
15428 \begin_inset CommandInset label
15429 LatexCommand label
15430 name "tab:Tableau-coloré-avec-colortbl"
15431
15432 \end_inset
15433
15434 Tableau coloré en utilisant le paquetage 
15435 \series bold
15436 colortbl
15437 \series default
15438
15439 \begin_inset OptArg
15440 status collapsed
15441
15442 \begin_layout Plain Layout
15443 Tableau avec colortbl
15444 \end_layout
15445
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452
15453
15454 \end_layout
15455
15456 \begin_layout Plain Layout
15457 \align center
15458 \begin_inset Tabular
15459 <lyxtabular version="3" rows="3" columns="3">
15460 <features>
15461 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15462 <column alignment="center" valignment="top" width="0">
15463 <column alignment="center" valignment="top" width="0">
15464 <row>
15465 <cell alignment="center" valignment="top" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset ERT
15470 status collapsed
15471
15472 \begin_layout Plain Layout
15473
15474
15475 \backslash
15476 rowcolor{cyan}
15477 \end_layout
15478
15479 \end_inset
15480
15481
15482 \color magenta
15483 a
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 <cell alignment="center" valignment="top" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \color red
15494 b
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \color red
15505 c
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 <row>
15512 <cell alignment="center" valignment="top" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \color yellow
15518 d
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \color blue
15529 e
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \color blue
15540 f
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \color yellow
15553 g
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \color blue
15564 h
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 \begin_inset ERT
15574 status collapsed
15575
15576 \begin_layout Plain Layout
15577
15578
15579 \backslash
15580 cellcolor{magenta}
15581 \end_layout
15582
15583 \end_inset
15584
15585
15586 \color green
15587 i
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 </row>
15593 </lyxtabular>
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \begin_layout Standard
15606 \begin_inset ERT
15607 status collapsed
15608
15609 \begin_layout Plain Layout
15610
15611
15612 \backslash
15613 else
15614 \end_layout
15615
15616 \end_inset
15617
15618
15619 \begin_inset Note Note
15620 status open
15621
15622 \begin_layout Plain Layout
15623 Ce qui suit sera affiché si le paquetage 
15624 \series bold
15625 colortbl
15626 \series default
15627  n'est pas installé :
15628 \end_layout
15629
15630 \end_inset
15631
15632
15633 \end_layout
15634
15635 \begin_layout Standard
15636 Vous devez installer le paquetage 
15637 \series bold
15638 colortbl
15639 \series default
15640  pour voir le contenu des cette section dans la sortie imprimée.
15641 \end_layout
15642
15643 \begin_layout Standard
15644 \begin_inset ERT
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648
15649
15650 \backslash
15651 fi
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \begin_layout Subsection
15660 Les filets colorées
15661 \begin_inset Index
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665 Tableau Coloré ! Pour les filets
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \begin_inset Index
15672 status collapsed
15673
15674 \begin_layout Plain Layout
15675 Couleur ! Pour les filets des tableaux
15676 \end_layout
15677
15678 \end_inset
15679
15680
15681 \begin_inset Note Note
15682 status collapsed
15683
15684 \begin_layout Plain Layout
15685 on parle de filets plutôt que de lignes pour les tableaux
15686 \end_layout
15687
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \begin_layout Standard
15694 Comme c'est décrit dans la section
15695 \begin_inset space ~
15696 \end_inset
15697
15698
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "sub:Epaisseur-filets"
15702
15703 \end_inset
15704
15705 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15706  variable 
15707 \series bold
15708
15709 \backslash
15710 arrayrulewidth
15711 \series default
15712 .
15713  Elle est mise à 1.5
15714 \begin_inset space \thinspace{}
15715 \end_inset
15716
15717 pt pour tous les tableaux de cette section.
15718 \begin_inset ERT
15719 status collapsed
15720
15721 \begin_layout Plain Layout
15722
15723
15724 \backslash
15725 setlength{
15726 \backslash
15727 arrayrulewidth}{1.5pt}
15728 \end_layout
15729
15730 \end_inset
15731
15732
15733 \end_layout
15734
15735 \begin_layout Standard
15736 Pour colorer les filets verticaux, par exemple en vert, créez le format
15737  de colonne suivant dans le préambule du document, en suivant la description
15738  de la section
15739 \begin_inset space ~
15740 \end_inset
15741
15742
15743 \begin_inset CommandInset ref
15744 LatexCommand ref
15745 reference "sub:Formats-personnalisés"
15746
15747 \end_inset
15748
15749 :
15750 \end_layout
15751
15752 \begin_layout Standard
15753
15754 \series bold
15755
15756 \backslash
15757 newcolumntype{W}{!{
15758 \backslash
15759 color{green}
15760 \backslash
15761 vline}}
15762 \end_layout
15763
15764 \begin_layout Standard
15765 Pour le tableau
15766 \begin_inset space ~
15767 \end_inset
15768
15769
15770 \begin_inset CommandInset ref
15771 LatexCommand ref
15772 reference "tab:Tableau-filets-verticaux-colorés"
15773
15774 \end_inset
15775
15776  le paramètre LaTeX
15777 \series bold
15778  WcW
15779 \series default
15780  a été utilisé pour la dernière colonne et
15781 \series bold
15782  Wc
15783 \series default
15784  pour les autres colonnes.
15785 \end_layout
15786
15787 \begin_layout Standard
15788 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15789 \end_layout
15790
15791 \begin_layout Standard
15792 \begin_inset Float table
15793 placement h
15794 wide false
15795 sideways false
15796 status open
15797
15798 \begin_layout Plain Layout
15799 \begin_inset Caption
15800
15801 \begin_layout Plain Layout
15802 \begin_inset CommandInset label
15803 LatexCommand label
15804 name "tab:Tableau-filets-verticaux-colorés"
15805
15806 \end_inset
15807
15808 Tableau avec filets verticaux colorés
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \begin_layout Plain Layout
15817 \align center
15818 \begin_inset Tabular
15819 <lyxtabular version="3" rows="3" columns="3">
15820 <features>
15821 <column alignment="center" valignment="top" width="0" special="Wc">
15822 <column alignment="center" valignment="top" width="0" special="Wc">
15823 <column alignment="center" valignment="top" width="0" special="WcW">
15824 <row>
15825 <cell alignment="center" valignment="top" topline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 sd
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" topline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867 sd
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905 sd
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 </lyxtabular>
15912
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Standard
15924 \begin_inset VSpace bigskip
15925 \end_inset
15926
15927 Pour colorer les filets horizontaux en rouge comme pour le tableau
15928 \begin_inset space ~
15929 \end_inset
15930
15931
15932 \begin_inset CommandInset ref
15933 LatexCommand ref
15934 reference "tab:Tableau-filet-horizontaux-colorés"
15935
15936 \end_inset
15937
15938 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15939  le flottant de tableau :
15940 \end_layout
15941
15942 \begin_layout Standard
15943
15944 \series bold
15945
15946 \backslash
15947 let
15948 \backslash
15949 myHlineC
15950 \backslash
15951 hline
15952 \begin_inset Newline newline
15953 \end_inset
15954
15955
15956 \backslash
15957 renewcommand{
15958 \backslash
15959 hline}
15960 \begin_inset Newline newline
15961 \end_inset
15962
15963
15964 \begin_inset ERT
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968
15969
15970 \backslash
15971 hphantom{ }
15972 \end_layout
15973
15974 \end_inset
15975
15976 {
15977 \backslash
15978 arrayrulecolor{red}
15979 \backslash
15980 myHlineC
15981 \backslash
15982 arrayrulecolor{black}}
15983 \end_layout
15984
15985 \begin_layout Standard
15986 \begin_inset ERT
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990
15991
15992 \backslash
15993 let
15994 \backslash
15995 myHlineC
15996 \backslash
15997 hline
15998 \end_layout
15999
16000 \begin_layout Plain Layout
16001
16002
16003 \backslash
16004 renewcommand{
16005 \backslash
16006 hline}
16007 \end_layout
16008
16009 \begin_layout Plain Layout
16010
16011  {
16012 \backslash
16013 arrayrulecolor{red}
16014 \backslash
16015 myHlineC
16016 \backslash
16017 arrayrulecolor{black}}
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \begin_inset Float table
16024 placement h
16025 wide false
16026 sideways false
16027 status open
16028
16029 \begin_layout Plain Layout
16030 \begin_inset Caption
16031
16032 \begin_layout Plain Layout
16033 \begin_inset CommandInset label
16034 LatexCommand label
16035 name "tab:Tableau-filet-horizontaux-colorés"
16036
16037 \end_inset
16038
16039 Tableau avec filets horizontaux colorés
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Plain Layout
16048 \align center
16049 \begin_inset Tabular
16050 <lyxtabular version="3" rows="3" columns="3">
16051 <features>
16052 <column alignment="center" valignment="top" width="0">
16053 <column alignment="center" valignment="top" width="0">
16054 <column alignment="center" valignment="top" width="0">
16055 <row>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060 sd
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 sd
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 sd
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 </lyxtabular>
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \begin_layout Standard
16155 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16156  en code TeX, juste après le tableau ou le flottant de tableau :
16157 \end_layout
16158
16159 \begin_layout Standard
16160
16161 \series bold
16162
16163 \backslash
16164 renewcommand{
16165 \backslash
16166 hline}{
16167 \backslash
16168 myHlineC}
16169 \end_layout
16170
16171 \begin_layout Standard
16172 Le tableau
16173 \begin_inset space ~
16174 \end_inset
16175
16176
16177 \begin_inset CommandInset ref
16178 LatexCommand ref
16179 reference "tab:Tableau-avec-filets-colorés"
16180
16181 \end_inset
16182
16183  est un exemple avec des filets horizontaux et verticaux colorés.
16184 \end_layout
16185
16186 \begin_layout Standard
16187 \begin_inset Float table
16188 placement h
16189 wide false
16190 sideways false
16191 status open
16192
16193 \begin_layout Plain Layout
16194 \begin_inset Caption
16195
16196 \begin_layout Plain Layout
16197 \begin_inset CommandInset label
16198 LatexCommand label
16199 name "tab:Tableau-avec-filets-colorés"
16200
16201 \end_inset
16202
16203 Tableau avec filets horizontaux et verticaux colorés
16204 \end_layout
16205
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \begin_layout Plain Layout
16212 \align center
16213 \begin_inset Tabular
16214 <lyxtabular version="3" rows="3" columns="3">
16215 <features>
16216 <column alignment="center" valignment="top" width="0" special="Wc">
16217 <column alignment="center" valignment="top" width="0" special="Wc">
16218 <column alignment="center" valignment="top" width="0" special="WcW">
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 sd
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 sd
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 <row topspace="default">
16278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 sd
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 </row>
16306 </lyxtabular>
16307
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Standard
16319 \begin_inset ERT
16320 status collapsed
16321
16322 \begin_layout Plain Layout
16323
16324
16325 \backslash
16326 renewcommand{
16327 \backslash
16328 hline}{
16329 \backslash
16330 myHlineC}
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \begin_layout Standard
16339 \begin_inset ERT
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343
16344
16345 \backslash
16346 setlength{
16347 \backslash
16348 arrayrulewidth}{0.4pt}
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Section
16357 Personnalisation des Tableaux
16358 \begin_inset Index
16359 status collapsed
16360
16361 \begin_layout Plain Layout
16362 Tableau ! Personnalisation
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \begin_inset Index
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372 Personnalisation des tableaux
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \begin_layout Subsection
16381 Espacement des lignes
16382 \begin_inset CommandInset label
16383 LatexCommand label
16384 name "sub:Espacement-lignes"
16385
16386 \end_inset
16387
16388
16389 \begin_inset Index
16390 status collapsed
16391
16392 \begin_layout Plain Layout
16393 Personnalisation des tableaux ! Espacement des lignes
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Standard
16402 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16403  l'onglet 
16404 \family sans
16405 Bordures
16406 \family default
16407  de la fenêtre de dialogue 
16408 \family sans
16409 Paramètres
16410 \begin_inset space ~
16411 \end_inset
16412
16413 du
16414 \begin_inset space ~
16415 \end_inset
16416
16417 tableau
16418 \family default
16419 .
16420  Vous y trouverez trois possibilités :
16421 \end_layout
16422
16423 \begin_layout Description
16424 Haut
16425 \begin_inset space ~
16426 \end_inset
16427
16428 de
16429 \begin_inset space ~
16430 \end_inset
16431
16432 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16433  Si le tableau est un tableau formel
16434 \begin_inset Foot
16435 status collapsed
16436
16437 \begin_layout Plain Layout
16438 Les tableaux formels sont décrits dans la section
16439 \begin_inset space ~
16440 \end_inset
16441
16442
16443 \begin_inset CommandInset ref
16444 LatexCommand ref
16445 reference "sec:Tableaux-Formels"
16446
16447 \end_inset
16448
16449 .
16450 \end_layout
16451
16452 \end_inset
16453
16454  LyX va insérer par défaut un espace de 0.5
16455 \begin_inset space \thinspace{}
16456 \end_inset
16457
16458 em.
16459  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16460  les filets verticaux comme dans le tableau suivant :
16461 \begin_inset VSpace medskip
16462 \end_inset
16463
16464
16465 \begin_inset Newline newline
16466 \end_inset
16467
16468
16469 \begin_inset space \hspace*{}
16470 \length 0pt
16471 \end_inset
16472
16473
16474 \begin_inset space \hfill{}
16475 \end_inset
16476
16477
16478 \begin_inset Tabular
16479 <lyxtabular version="3" rows="3" columns="1">
16480 <features>
16481 <column alignment="center" valignment="top" width="0">
16482 <row>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 A
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 <row topspace="3mm">
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 espace de 3
16499 \begin_inset space \thinspace{}
16500 \end_inset
16501
16502 mm en haut de la ligne
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513 C
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 </lyxtabular>
16520
16521 \end_inset
16522
16523
16524 \begin_inset space \hfill{}
16525 \end_inset
16526
16527
16528 \begin_inset space \hspace*{}
16529 \length 0pt
16530 \end_inset
16531
16532
16533 \begin_inset VSpace medskip
16534 \end_inset
16535
16536
16537 \begin_inset Newline newline
16538 \end_inset
16539
16540 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16541  pas de filets verticaux.
16542 \end_layout
16543
16544 \begin_layout Description
16545 Bas
16546 \begin_inset space ~
16547 \end_inset
16548
16549 de
16550 \begin_inset space ~
16551 \end_inset
16552
16553 ligne va ajouter de l'espace sous les caractères de la ligne.
16554  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16555  de 0.5
16556 \begin_inset space \thinspace{}
16557 \end_inset
16558
16559 em, pour les tableaux normaux, l'espace par défaut est de 2
16560 \begin_inset space \thinspace{}
16561 \end_inset
16562
16563 pt.
16564 \end_layout
16565
16566 \begin_layout Description
16567 Entre
16568 \begin_inset space ~
16569 \end_inset
16570
16571 les
16572 \begin_inset space ~
16573 \end_inset
16574
16575 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16576  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16577  de 0.5
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 em.
16582  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16583  les filets verticaux comme dans le tableau suivant :
16584 \begin_inset VSpace medskip
16585 \end_inset
16586
16587
16588 \begin_inset Newline newline
16589 \end_inset
16590
16591
16592 \begin_inset space \hspace*{}
16593 \length 0pt
16594 \end_inset
16595
16596
16597 \begin_inset space \hfill{}
16598 \end_inset
16599
16600
16601 \begin_inset Tabular
16602 <lyxtabular version="3" rows="3" columns="1">
16603 <features>
16604 <column alignment="center" valignment="top" width="0">
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 A
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row interlinespace="3mm">
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 \begin_inset Formula $\downarrow$
16622 \end_inset
16623
16624  espace de 3
16625 \begin_inset space \thinspace{}
16626 \end_inset
16627
16628 mm entre les lignes 
16629 \begin_inset Formula $\downarrow$
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 <row>
16639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $\uparrow$
16644 \end_inset
16645
16646  espace de 3
16647 \begin_inset space \thinspace{}
16648 \end_inset
16649
16650 mm entre les lignes 
16651 \begin_inset Formula $\uparrow$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 </lyxtabular>
16661
16662 \end_inset
16663
16664
16665 \begin_inset space \hfill{}
16666 \end_inset
16667
16668
16669 \begin_inset space \hspace*{}
16670 \length 0pt
16671 \end_inset
16672
16673
16674 \begin_inset VSpace medskip
16675 \end_inset
16676
16677
16678 \begin_inset Newline newline
16679 \end_inset
16680
16681 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16682  pas de filets verticaux.
16683 \end_layout
16684
16685 \begin_layout Standard
16686 \begin_inset VSpace bigskip
16687 \end_inset
16688
16689 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16690  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16691  dans le préambule :
16692 \end_layout
16693
16694 \begin_layout Standard
16695
16696 \series bold
16697
16698 \backslash
16699 @ifundefined{extrarowheight}
16700 \begin_inset Newline newline
16701 \end_inset
16702
16703
16704 \begin_inset ERT
16705 status collapsed
16706
16707 \begin_layout Plain Layout
16708
16709
16710 \backslash
16711 hphantom{ }
16712 \end_layout
16713
16714 \end_inset
16715
16716 {
16717 \backslash
16718 usepackage{array}}{}
16719 \begin_inset Newline newline
16720 \end_inset
16721
16722
16723 \backslash
16724 setlength{
16725 \backslash
16726 extrarowheight}{height}
16727 \end_layout
16728
16729 \begin_layout Standard
16730 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16731  plus exactement centré verticalement.
16732  (le paquetage 
16733 \series bold
16734 array 
16735 \series default
16736 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16737  auto-définis.
16738  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16739  
16740 \series bold
16741
16742 \backslash
16743 @ifundefined
16744 \series default
16745  dans la commande précédente.)
16746 \end_layout
16747
16748 \begin_layout Subsection
16749 Alignements de cellules spéciaux
16750 \begin_inset Index
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754 Personnalisation des tableaux ! Alignement de cellules spéciaux
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \begin_layout Standard
16763 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16764  cellules sur un caractère donné, par exemple le séparateur décimal comme
16765  dans le tableau
16766 \begin_inset space ~
16767 \end_inset
16768
16769
16770 \begin_inset CommandInset ref
16771 LatexCommand ref
16772 reference "tab:Tableau-centré-sur-séparateur"
16773
16774 \end_inset
16775
16776 .
16777 \end_layout
16778
16779 \begin_layout Standard
16780 \begin_inset Float table
16781 placement h
16782 wide false
16783 sideways false
16784 status open
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Caption
16788
16789 \begin_layout Plain Layout
16790 \begin_inset CommandInset label
16791 LatexCommand label
16792 name "tab:Tableau-centré-sur-séparateur"
16793
16794 \end_inset
16795
16796 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16797 \end_layout
16798
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \begin_layout Plain Layout
16805 \align center
16806 \begin_inset Tabular
16807 <lyxtabular version="3" rows="4" columns="2">
16808 <features>
16809 <column alignment="right" valignment="top" width="0">
16810 <column alignment="left" valignment="top" width="0" special="@{}l">
16811 <row>
16812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 en-tête
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 12,
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 6
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 0,
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 68
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 -123,
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 0
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 </lyxtabular>
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \begin_layout Standard
16904 Ce tableau a été créé comme un tableau 4×2.
16905  L'en-tête est une cellule multicolonne centrée.
16906  La première colonne est alignée à droite et contient les chiffres qui se
16907  trouvent avant la virgule ainsi que la virgule elle-même.
16908  La deuxième colonne est alignée à gauche et contient les chiffres situés
16909  après la virgule.
16910  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16911  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16912 \end_layout
16913
16914 \begin_layout Standard
16915
16916 \series bold
16917 @{}l
16918 \end_layout
16919
16920 \begin_layout Standard
16921 Le tableau
16922 \begin_inset space ~
16923 \end_inset
16924
16925
16926 \begin_inset CommandInset ref
16927 LatexCommand ref
16928 reference "tab:Plusieurs-exemples-alignements"
16929
16930 \end_inset
16931
16932  montre quelques exemples d'alignements.
16933  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16934  plus petit espace mathématique au début de la dernière colonne pour obtenir
16935  l'espacement correct autour du signe de relation.
16936 \end_layout
16937
16938 \begin_layout Standard
16939 \begin_inset Float table
16940 wide false
16941 sideways false
16942 status open
16943
16944 \begin_layout Plain Layout
16945 \begin_inset Caption
16946
16947 \begin_layout Plain Layout
16948 \begin_inset CommandInset label
16949 LatexCommand label
16950 name "tab:Plusieurs-exemples-alignements"
16951
16952 \end_inset
16953
16954 Plusieurs exemples d'alignement de cellules
16955 \lang english
16956 .
16957 \end_layout
16958
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \begin_layout Plain Layout
16965 \align center
16966 \begin_inset Tabular
16967 <lyxtabular version="3" rows="4" columns="6">
16968 <features>
16969 <column alignment="right" valignment="top" width="0">
16970 <column alignment="left" valignment="top" width="0" special="@{}l">
16971 <column alignment="right" valignment="top" width="0">
16972 <column alignment="left" valignment="top" width="0" special="@{}l">
16973 <column alignment="right" valignment="top" width="0">
16974 <column alignment="left" valignment="top" width="0" special="@{}l">
16975 <row>
16976 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 unités
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 exposants
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 relations
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 <row>
17032 <cell alignment="center" valignment="top" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 12×
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 24
17046 \begin_inset space \thinspace{}
17047 \end_inset
17048
17049 bouteilles
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $10\cdot$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 \begin_inset Formula $10^{\mbox{-}17}$
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 \begin_inset Formula $\Gamma(t)\propto$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $\:\Upsilon(t)$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 1024×
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 768
17118 \begin_inset space \thinspace{}
17119 \end_inset
17120
17121 Pixels
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 <cell alignment="center" valignment="top" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130 \begin_inset Formula $5.78\cdot$
17131 \end_inset
17132
17133
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $10^{7}$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $A\ne$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\: B_{\mathrm{red}}$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 32×
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 6
17190 \begin_inset space \thinspace{}
17191 \end_inset
17192
17193 cm
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 -
17203 \begin_inset Formula $33.5\cdot$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $10^{4}$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 \begin_inset Formula $\sin(\alpha)\ge$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 \begin_inset Formula $\:\sin(\beta)$
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 </row>
17248 </lyxtabular>
17249
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \begin_layout Standard
17261 \begin_inset VSpace bigskip
17262 \end_inset
17263
17264 Il y a aussi le paquetage LaTeX 
17265 \series bold
17266 dcolumn
17267 \series default
17268
17269 \begin_inset Index
17270 status collapsed
17271
17272 \begin_layout Plain Layout
17273 Paquetages LaTeX ! dcolumn
17274 \end_layout
17275
17276 \end_inset
17277
17278  qui fournit des alignements pour les cellules de tableaux.
17279  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17280  et ne permet pas de formules dans les cellules du tableau : Avec 
17281 \series bold
17282 dcolumn
17283 \series default
17284  la première colonne du tableau
17285 \begin_inset space ~
17286 \end_inset
17287
17288
17289 \begin_inset CommandInset ref
17290 LatexCommand ref
17291 reference "tab:Plusieurs-exemples-alignements"
17292
17293 \end_inset
17294
17295  ressemblera à la première colonne du tableau
17296 \begin_inset space ~
17297 \end_inset
17298
17299
17300 \begin_inset CommandInset ref
17301 LatexCommand ref
17302 reference "tab:Alignements-avec-dcolumn"
17303
17304 \end_inset
17305
17306
17307 \lang english
17308  and only with some tricks like the expected.
17309  
17310 \lang french
17311 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17312 \begin_inset space ~
17313 \end_inset
17314
17315
17316 \begin_inset CommandInset ref
17317 LatexCommand ref
17318 reference "tab:Plusieurs-exemples-alignements"
17319
17320 \end_inset
17321
17322  avec 
17323 \series bold
17324 dcolumn
17325 \series default
17326 .
17327 \end_layout
17328
17329 \begin_layout Standard
17330 \begin_inset Float table
17331 placement h
17332 wide false
17333 sideways false
17334 status open
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Caption
17338
17339 \begin_layout Plain Layout
17340 \begin_inset CommandInset label
17341 LatexCommand label
17342 name "tab:Alignements-avec-dcolumn"
17343
17344 \end_inset
17345
17346 Alignements quand on utilise le paquetage LaTeX dcolumn.
17347  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17348  pour obtenir la sortie.
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \begin_layout Plain Layout
17357 \align center
17358 \begin_inset Tabular
17359 <lyxtabular version="3" rows="4" columns="3">
17360 <features>
17361 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17362 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17363 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17364 <row>
17365 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 unités
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 unités
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 unités
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 12x24
17399 \begin_inset space \thinspace{}
17400 \end_inset
17401
17402 bouteilles
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 12x24
17412 \begin_inset space \thinspace{}
17413 \end_inset
17414
17415
17416 \begin_inset Formula $\mbox{bouteilles}$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 12
17429 \begin_inset ERT
17430 status collapsed
17431
17432 \begin_layout Plain Layout
17433
17434
17435 \backslash
17436 times 
17437 \end_layout
17438
17439 \end_inset
17440
17441 24~
17442 \begin_inset Formula $\mbox{bouteilles}$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 1024x768
17457 \begin_inset space \thinspace{}
17458 \end_inset
17459
17460 Pixels
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 1024x768
17470 \begin_inset space \thinspace{}
17471 \end_inset
17472
17473
17474 \begin_inset Formula $\mbox{Pixels}$
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 1024
17487 \begin_inset ERT
17488 status collapsed
17489
17490 \begin_layout Plain Layout
17491
17492
17493 \backslash
17494 times 
17495 \end_layout
17496
17497 \end_inset
17498
17499 768~
17500 \begin_inset Formula $\mbox{Pixels}$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 <row>
17510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 32x6
17515 \begin_inset space \thinspace{}
17516 \end_inset
17517
17518 cm
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 32x6
17528 \begin_inset space \thinspace{}
17529 \end_inset
17530
17531
17532 \begin_inset Formula $\mbox{cm}$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 32
17545 \begin_inset ERT
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549
17550
17551 \backslash
17552 times 
17553 \end_layout
17554
17555 \end_inset
17556
17557 6~
17558 \begin_inset Formula $\mbox{cm}$
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 </lyxtabular>
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Subsection
17580 Formats de cellule et de colonne personnalisés
17581 \begin_inset CommandInset label
17582 LatexCommand label
17583 name "sub:Formats-personnalisés"
17584
17585 \end_inset
17586
17587
17588 \begin_inset Index
17589 status collapsed
17590
17591 \begin_layout Plain Layout
17592 Personnalisation des tableaux !  Format de cellule/colonne
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Standard
17601 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17602  multicolonne comme dans la section
17603 \begin_inset space ~
17604 \end_inset
17605
17606
17607 \begin_inset CommandInset ref
17608 LatexCommand ref
17609 reference "sub:Calculs-multicolonnes"
17610
17611 \end_inset
17612
17613  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17614  multicolonnes.
17615  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17616  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17617  du document.
17618  Le format est défini avec la commande
17619 \end_layout
17620
17621 \begin_layout Standard
17622
17623 \series bold
17624
17625 \backslash
17626 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17627 \end_layout
17628
17629 \begin_layout Standard
17630 Le nom du format peut n'avoir qu'une lettre.
17631  Les lettres 
17632 \emph on
17633 b
17634 \emph default
17635
17636 \emph on
17637 c
17638 \emph default
17639
17640 \emph on
17641 l
17642 \emph default
17643
17644 \emph on
17645 m
17646 \emph default
17647
17648 \emph on
17649 p
17650 \emph default
17651  et 
17652 \emph on
17653 r
17654 \emph default
17655  sont prédéfinies et donc ne peuvent être utilisées.
17656  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17657 \end_layout
17658
17659 \begin_layout Standard
17660 \begin_inset VSpace medskip
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \begin_layout Standard
17667 Pour de cellules multicolonnes centrées verticalement et horizontalement
17668  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17669  :
17670 \end_layout
17671
17672 \begin_layout Standard
17673
17674 \series bold
17675
17676 \backslash
17677 newcolumntype{M}[1]{>{
17678 \backslash
17679 centering
17680 \backslash
17681 hspace{0pt}}m{#1}}
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Où le 
17686 \series bold
17687
17688 \backslash
17689 hspace{0pt}
17690 \series default
17691  évite le problème de césure du premier mot, comme c'est décrit en section
17692 \begin_inset space ~
17693 \end_inset
17694
17695
17696 \begin_inset CommandInset ref
17697 LatexCommand ref
17698 reference "sub:Lignes-multiple-dans-cellule"
17699
17700 \end_inset
17701
17702 .
17703  Ensuite, vous pouvez entrer
17704 \end_layout
17705
17706 \begin_layout Standard
17707
17708 \series bold
17709 M{width}
17710 \end_layout
17711
17712 \begin_layout Standard
17713 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17714  une multicolonne.
17715 \end_layout
17716
17717 \begin_layout Standard
17718 \begin_inset VSpace bigskip
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \begin_layout Standard
17725 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17726  définir le format
17727 \end_layout
17728
17729 \begin_layout Standard
17730
17731 \series bold
17732
17733 \backslash
17734 newcolumntype{S}[2]{>{
17735 \backslash
17736 centering
17737 \backslash
17738 hspace{0pt}}
17739 \begin_inset Newline newline
17740 \end_inset
17741
17742
17743 \begin_inset ERT
17744 status collapsed
17745
17746 \begin_layout Plain Layout
17747
17748
17749 \backslash
17750 phantom{
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \backslash
17757 newcolumntype{S}[2]
17758 \begin_inset ERT
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762
17763 }
17764 \end_layout
17765
17766 \end_inset
17767
17768 m{(#1+(2
17769 \backslash
17770 tabcolsep+
17771 \backslash
17772 arrayrulewidth)*(1-#2))/#2}}
17773 \end_layout
17774
17775 \begin_layout Standard
17776 Ce format utilise l'équation
17777 \begin_inset space ~
17778 \end_inset
17779
17780
17781 \begin_inset CommandInset ref
17782 LatexCommand eqref
17783 reference "eq:Wgn"
17784
17785 \end_inset
17786
17787  pour calculer la largeur que doit avoir chacune des cellules couverte par
17788  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17789 \end_layout
17790
17791 \begin_layout Standard
17792 Ensuite, vous pouvez entrer
17793 \end_layout
17794
17795 \begin_layout Standard
17796
17797 \series bold
17798 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17799 \end_layout
17800
17801 \begin_layout Standard
17802 comme paramètre LaTeX de la colonne.
17803 \end_layout
17804
17805 \begin_layout Standard
17806 \begin_inset VSpace bigskip
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \begin_layout Standard
17813 Pour des colonnes colorées, vous pouvez définir
17814 \end_layout
17815
17816 \begin_layout Standard
17817
17818 \series bold
17819
17820 \backslash
17821 newcolumntype{K}[1]{>{
17822 \backslash
17823 columncolor{#1}
17824 \backslash
17825 hspace{0pt}}c}
17826 \end_layout
17827
17828 \begin_layout Standard
17829 Le 
17830 \begin_inset Quotes eld
17831 \end_inset
17832
17833 c
17834 \begin_inset Quotes erd
17835 \end_inset
17836
17837  à la fin crée une colonne de largeur variable dont le texte est centré
17838  horizontalement.
17839  Vous pouvez maintenant entrer
17840 \end_layout
17841
17842 \begin_layout Standard
17843
17844 \series bold
17845 K{nom de couleur}
17846 \end_layout
17847
17848 \begin_layout Standard
17849 comme paramètre LaTeX.
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \begin_inset VSpace bigskip
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860 Pour créer le tableau
17861 \begin_inset space ~
17862 \end_inset
17863
17864
17865 \begin_inset CommandInset ref
17866 LatexCommand ref
17867 reference "tab:Tableau-formats-personnalisés"
17868
17869 \end_inset
17870
17871  utilisez les paramètres LaTeX
17872 \end_layout
17873
17874 \begin_layout Standard
17875
17876 \series bold
17877 M{2.5cm}
17878 \end_layout
17879
17880 \begin_layout Standard
17881 pour la première colonne et la multicolonne,
17882 \end_layout
17883
17884 \begin_layout Standard
17885
17886 \series bold
17887 K{red}
17888 \end_layout
17889
17890 \begin_layout Standard
17891 pour la dernière colonne, et
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897 S{2.5cm}{2}
17898 \end_layout
17899
17900 \begin_layout Standard
17901 pour les cellules de la deuxième colonne.
17902 \end_layout
17903
17904 \begin_layout Standard
17905 \begin_inset Float table
17906 placement h
17907 wide false
17908 sideways false
17909 status open
17910
17911 \begin_layout Plain Layout
17912 \begin_inset Caption
17913
17914 \begin_layout Plain Layout
17915 \begin_inset CommandInset label
17916 LatexCommand label
17917 name "tab:Tableau-formats-personnalisés"
17918
17919 \end_inset
17920
17921 Tableau utilisant des formats personnalisés
17922 \end_layout
17923
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \begin_layout Plain Layout
17930 \align center
17931 \begin_inset Tabular
17932 <lyxtabular version="3" rows="3" columns="4">
17933 <features>
17934 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17935 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17936 <column alignment="center" valignment="middle" width="0">
17937 <column alignment="center" valignment="middle" width="0" special="K{red}">
17938 <row>
17939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 motTrèsLongDansUneCellule
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 multicolonne avec multiligne
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 c
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 <row>
17977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 d
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 e
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 f
18000 \end_layout
18001
18002 \end_inset
18003 </cell>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 g
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 </row>
18014 <row>
18015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 h
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 i
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 j
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046 k
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 </row>
18052 </lyxtabular>
18053
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060
18061
18062 \end_layout
18063
18064 \begin_layout Subsection
18065 Épaisseur des filets
18066 \begin_inset CommandInset label
18067 LatexCommand label
18068 name "sub:Epaisseur-filets"
18069
18070 \end_inset
18071
18072
18073 \begin_inset Index
18074 status collapsed
18075
18076 \begin_layout Plain Layout
18077 Personnalisation des tableaux ! Épaisseur filets
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \end_layout
18084
18085 \begin_layout Standard
18086 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18087  
18088 \series bold
18089
18090 \backslash
18091 arrayrulewidth
18092 \series default
18093 .
18094  Pour mettre, par exemple, une épaisseur de filet de 1.5
18095 \begin_inset space \thinspace{}
18096 \end_inset
18097
18098 pt, comme pour le tableau
18099 \begin_inset space ~
18100 \end_inset
18101
18102
18103 \begin_inset CommandInset ref
18104 LatexCommand ref
18105 reference "tab:Tableau-filets-1.5pt"
18106
18107 \end_inset
18108
18109 , insérez la commande
18110 \end_layout
18111
18112 \begin_layout Standard
18113
18114 \series bold
18115
18116 \backslash
18117 setlength{
18118 \backslash
18119 arrayrulewidth}{1.5pt}
18120 \end_layout
18121
18122 \begin_layout Standard
18123 en code TeX avant le tableau ou le flottant de tableau.
18124  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18125  suivent.
18126  pour revenir aux valeurs par défaut, mettez 
18127 \series bold
18128
18129 \backslash
18130 arrayrulewidth
18131 \series default
18132  à 0.4
18133 \begin_inset space \thinspace{}
18134 \end_inset
18135
18136 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18137 \end_layout
18138
18139 \begin_layout Standard
18140 \begin_inset ERT
18141 status collapsed
18142
18143 \begin_layout Plain Layout
18144
18145
18146 \backslash
18147 setlength{
18148 \backslash
18149 arrayrulewidth}{1.5pt}
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \begin_inset Float table
18156 wide false
18157 sideways false
18158 status open
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Caption
18162
18163 \begin_layout Plain Layout
18164 \begin_inset CommandInset label
18165 LatexCommand label
18166 name "tab:Tableau-filets-1.5pt"
18167
18168 \end_inset
18169
18170 Tableau avec des filets de 1.5
18171 \begin_inset space \thinspace{}
18172 \end_inset
18173
18174 pt
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \begin_layout Plain Layout
18183 \align center
18184 \begin_inset Tabular
18185 <lyxtabular version="3" rows="3" columns="3">
18186 <features>
18187 <column alignment="center" valignment="top" width="0">
18188 <column alignment="center" valignment="top" width="0">
18189 <column alignment="center" valignment="top" width="0">
18190 <row>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 sd
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 <row>
18220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 sd
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 sd
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 </lyxtabular>
18278
18279 \end_inset
18280
18281
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \begin_inset ERT
18288 status collapsed
18289
18290 \begin_layout Plain Layout
18291
18292
18293 \backslash
18294 setlength{
18295 \backslash
18296 arrayrulewidth}{0.4pt}
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset VSpace bigskip
18306 \end_inset
18307
18308 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18309 \begin_inset space \thinspace{}
18310 \end_inset
18311
18312 pt, comme dans le tableau
18313 \begin_inset space ~
18314 \end_inset
18315
18316
18317 \begin_inset CommandInset ref
18318 LatexCommand ref
18319 reference "tab:Tableau-filets-horizontaux-1.5pt"
18320
18321 \end_inset
18322
18323 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18324  de tableau :
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330
18331 \backslash
18332 let
18333 \backslash
18334 myHline
18335 \backslash
18336 hline
18337 \begin_inset Newline newline
18338 \end_inset
18339
18340
18341 \backslash
18342 renewcommand{
18343 \backslash
18344 hline}
18345 \begin_inset Newline newline
18346 \end_inset
18347
18348  {
18349 \backslash
18350 noalign{
18351 \backslash
18352 global
18353 \backslash
18354 arrayrulewidth 1.5pt}
18355 \begin_inset Newline newline
18356 \end_inset
18357
18358  
18359 \backslash
18360 myHline
18361 \backslash
18362 noalign{
18363 \backslash
18364 global
18365 \backslash
18366 arrayrulewidth 0.4pt}}
18367 \end_layout
18368
18369 \begin_layout Standard
18370 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18371  en code TeX après le tableau ou le flottant de tableau :
18372 \end_layout
18373
18374 \begin_layout Standard
18375
18376 \series bold
18377
18378 \backslash
18379 renewcommand{
18380 \backslash
18381 hline}{
18382 \backslash
18383 myHline}
18384 \end_layout
18385
18386 \begin_layout Standard
18387 \begin_inset ERT
18388 status collapsed
18389
18390 \begin_layout Plain Layout
18391
18392
18393 \backslash
18394 let
18395 \backslash
18396 myHline
18397 \backslash
18398 hline
18399 \end_layout
18400
18401 \begin_layout Plain Layout
18402
18403
18404 \backslash
18405 renewcommand{
18406 \backslash
18407 hline}
18408 \end_layout
18409
18410 \begin_layout Plain Layout
18411
18412  {
18413 \backslash
18414 noalign{
18415 \backslash
18416 global
18417 \backslash
18418 arrayrulewidth 1.5pt}
18419 \end_layout
18420
18421 \begin_layout Plain Layout
18422
18423   
18424 \backslash
18425 myHline
18426 \backslash
18427 noalign{
18428 \backslash
18429 global
18430 \backslash
18431 arrayrulewidth 0.4pt}}
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \begin_inset Float table
18438 wide false
18439 sideways false
18440 status open
18441
18442 \begin_layout Plain Layout
18443 \begin_inset Caption
18444
18445 \begin_layout Plain Layout
18446 \begin_inset CommandInset label
18447 LatexCommand label
18448 name "tab:Tableau-filets-horizontaux-1.5pt"
18449
18450 \end_inset
18451
18452 Tableau avec des filets horizontaux de 1.5
18453 \begin_inset space \thinspace{}
18454 \end_inset
18455
18456 pt
18457 \end_layout
18458
18459 \end_inset
18460
18461
18462 \end_layout
18463
18464 \begin_layout Plain Layout
18465 \align center
18466 \begin_inset Tabular
18467 <lyxtabular version="3" rows="3" columns="3">
18468 <features>
18469 <column alignment="center" valignment="top" width="0">
18470 <column alignment="center" valignment="top" width="0">
18471 <column alignment="center" valignment="top" width="0">
18472 <row>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 sd
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 </row>
18501 <row>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 sd
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 </row>
18530 <row>
18531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 sd
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 </row>
18559 </lyxtabular>
18560
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \begin_inset ERT
18570 status collapsed
18571
18572 \begin_layout Plain Layout
18573
18574
18575 \backslash
18576 renewcommand{
18577 \backslash
18578 hline}{
18579 \backslash
18580 myHline}
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Standard
18589 \begin_inset VSpace bigskip
18590 \end_inset
18591
18592 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18593 \begin_inset space \thinspace{}
18594 \end_inset
18595
18596 pt, créez le format de colonne suivant dans le préambule, en suivant la
18597  description de la section
18598 \begin_inset space ~
18599 \end_inset
18600
18601
18602 \begin_inset CommandInset ref
18603 LatexCommand ref
18604 reference "sub:Formats-personnalisés"
18605
18606 \end_inset
18607
18608 :
18609 \end_layout
18610
18611 \begin_layout Standard
18612
18613 \series bold
18614
18615 \backslash
18616 newcolumntype{V}{!{
18617 \backslash
18618 vrule width 1.5pt}}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Pour le tableau
18623 \begin_inset space ~
18624 \end_inset
18625
18626
18627 \begin_inset CommandInset ref
18628 LatexCommand ref
18629 reference "tab:Tableau-filets-verticaux-1.5pt"
18630
18631 \end_inset
18632
18633  le paramètre LaTeX 
18634 \end_layout
18635
18636 \begin_layout Standard
18637
18638 \series bold
18639 VcV
18640 \end_layout
18641
18642 \begin_layout Standard
18643 a été utilisé pour la dernière colonne et
18644 \end_layout
18645
18646 \begin_layout Standard
18647
18648 \series bold
18649 Vc
18650 \end_layout
18651
18652 \begin_layout Standard
18653 pour les autres colonnes.
18654 \end_layout
18655
18656 \begin_layout Standard
18657 \begin_inset Float table
18658 wide false
18659 sideways false
18660 status open
18661
18662 \begin_layout Plain Layout
18663 \begin_inset Caption
18664
18665 \begin_layout Plain Layout
18666 \begin_inset CommandInset label
18667 LatexCommand label
18668 name "tab:Tableau-filets-verticaux-1.5pt"
18669
18670 \end_inset
18671
18672 Tableau avec des filets verticaux de 1.5
18673 \begin_inset space \thinspace{}
18674 \end_inset
18675
18676 pt 
18677 \end_layout
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \begin_layout Plain Layout
18685 \align center
18686 \begin_inset Tabular
18687 <lyxtabular version="3" rows="3" columns="3">
18688 <features>
18689 <column alignment="center" valignment="top" width="0" special="Vc">
18690 <column alignment="center" valignment="top" width="0" special="Vc">
18691 <column alignment="center" valignment="top" width="0" special="VcV">
18692 <row>
18693 <cell alignment="center" valignment="top" topline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 sd
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 <row>
18722 <cell alignment="center" valignment="top" topline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 sd
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 </row>
18750 <row>
18751 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18752 \begin_inset Text
18753
18754 \begin_layout Plain Layout
18755
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 sd
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 </row>
18779 </lyxtabular>
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout Subsection
18792 Filets à traits interrompus
18793 \begin_inset Index
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 Personnalisation des tableaux ! Filets à traits interrompus
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 ifarydshln
18814 \end_layout
18815
18816 \end_inset
18817
18818
18819 \begin_inset Note Note
18820 status open
18821
18822 \begin_layout Plain Layout
18823 La section suivante ne s'affichera que si vous avez installé le paquetage
18824  LaTeX 
18825 \series bold
18826 arydshln
18827 \series default
18828 .
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 \begin_inset Float table
18838 placement H
18839 wide false
18840 sideways false
18841 status open
18842
18843 \begin_layout Plain Layout
18844 \begin_inset Caption
18845
18846 \begin_layout Plain Layout
18847 \begin_inset CommandInset label
18848 LatexCommand label
18849 name "tab:Tableau-filets-tirets"
18850
18851 \end_inset
18852
18853 Tableau avec des filets à traits interrompus
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Plain Layout
18862 \align center
18863 \begin_inset Tabular
18864 <lyxtabular version="3" rows="5" columns="5">
18865 <features>
18866 <column alignment="center" valignment="top" width="0">
18867 <column alignment="center" valignment="top" width="0">
18868 <column alignment="center" valignment="top" width="0" special=":c">
18869 <column alignment="center" valignment="top" width="0">
18870 <column alignment="center" valignment="top" width="0">
18871 <row>
18872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 a
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885 b
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 c
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 d
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 e
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 f
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 g
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 h
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950 i
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 j
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 </row>
18965 <row>
18966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 \begin_inset ERT
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974
18975
18976 \backslash
18977 hdashline 
18978 \end_layout
18979
18980 \end_inset
18981
18982 k
18983 \end_layout
18984
18985 \end_inset
18986 </cell>
18987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991 l
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 m
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 n
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 o
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 \begin_inset ERT
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033
19034
19035 \backslash
19036 cdashline{4-5}
19037 \end_layout
19038
19039 \end_inset
19040
19041 p
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 q
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 r
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 s
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 t
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 u
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 v
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 w
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 x
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 </lyxtabular>
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \end_inset
19138
19139
19140 \end_layout
19141
19142 \begin_layout Standard
19143 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19144  donc employer du code TeX.
19145  Mais avant il faut charger le paquetage LaTeX 
19146 \series bold
19147 arydshln
19148 \series default
19149
19150 \begin_inset Index
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154 Paquetages LaTeX ! arydshln
19155 \end_layout
19156
19157 \end_inset
19158
19159  dans le préambule du document avec la commande 
19160 \end_layout
19161
19162 \begin_layout Standard
19163
19164 \series bold
19165
19166 \backslash
19167 usepackage{arydshln}
19168 \end_layout
19169
19170 \begin_layout Standard
19171 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19172  
19173 \begin_inset Quotes eld
19174 \end_inset
19175
19176 :
19177 \begin_inset Quotes erd
19178 \end_inset
19179
19180  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19181  dans la fenêtre de dialogue de paramètre du tableau.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 Pour un trait horizontal interrompu, ajoutez la commande
19186 \end_layout
19187
19188 \begin_layout Standard
19189
19190 \series bold
19191
19192 \backslash
19193 hdashline
19194 \end_layout
19195
19196 \begin_layout Standard
19197 en code TeX comme premier élément de la première cellule de la ligne de
19198  tableau.
19199 \end_layout
19200
19201 \begin_layout Standard
19202 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19203  commande 
19204 \end_layout
19205
19206 \begin_layout Standard
19207
19208 \series bold
19209
19210 \backslash
19211 cdashline{
19212 \series default
19213 numéros de colonnes}
19214 \end_layout
19215
19216 \begin_layout Standard
19217 en code TeX comme premier élément de la première cellule de la ligne.
19218  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19219  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19220 \end_layout
19221
19222 \begin_layout Standard
19223
19224 \series bold
19225
19226 \backslash
19227 cdashline{2-4}
19228 \end_layout
19229
19230 \begin_layout Standard
19231 comme premier élément de la première cellule de la ligne contenant la multicolon
19232 ne.
19233 \end_layout
19234
19235 \begin_layout Standard
19236 \begin_inset VSpace bigskip
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \begin_layout Standard
19243 Le tableau
19244 \begin_inset space ~
19245 \end_inset
19246
19247
19248 \begin_inset CommandInset ref
19249 LatexCommand ref
19250 reference "tab:Tableau-filets-tirets"
19251
19252 \end_inset
19253
19254  a été créé en utilisant 
19255 \begin_inset Quotes eld
19256 \end_inset
19257
19258
19259 \series bold
19260 :c
19261 \series default
19262
19263 \begin_inset Quotes erd
19264 \end_inset
19265
19266  comme paramètre LaTeX pour la troisième colonne.
19267  La commande en code TeX 
19268 \series bold
19269
19270 \backslash
19271 hdashline
19272 \series default
19273  a été insérée dans la première cellule de la troisième ligne et la commande
19274  en code TeX 
19275 \series bold
19276
19277 \backslash
19278 cdashline{4-5}
19279 \series default
19280  a été insérée dans la première cellule de la quatrième ligne.
19281 \end_layout
19282
19283 \begin_layout Standard
19284 \begin_inset Note Greyedout
19285 status open
19286
19287 \begin_layout Plain Layout
19288
19289 \series bold
19290 Note:
19291 \series default
19292  Le paquetage LaTeX 
19293 \series bold
19294 arydshln
19295 \series default
19296  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19297  
19298 \series bold
19299 colortbl
19300 \series default
19301
19302 \begin_inset Index
19303 status collapsed
19304
19305 \begin_layout Plain Layout
19306 Paquetages LaTeX ! colortbl
19307 \end_layout
19308
19309 \end_inset
19310
19311  qui est utilisé pour avoir des tableaux colorés dans la section
19312 \begin_inset space ~
19313 \end_inset
19314
19315
19316 \begin_inset CommandInset ref
19317 LatexCommand ref
19318 reference "sec:Tableaux-Colorés"
19319
19320 \end_inset
19321
19322 .
19323  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19324  traits interrompus.
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 \begin_inset ERT
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338
19339 \backslash
19340 else
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \begin_inset Note Note
19347 status open
19348
19349 \begin_layout Plain Layout
19350 Ce qui suit sera affiché si le paquetage LaTeX 
19351 \series bold
19352 arydshln
19353 \series default
19354  n'est pas installé :
19355 \end_layout
19356
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Vous devez installer le paquetage LaTeX 
19364 \series bold
19365 arydshln
19366 \series default
19367  pour voir le contenu des cette section dans la sortie imprimée.
19368 \end_layout
19369
19370 \begin_layout Standard
19371 \begin_inset ERT
19372 status collapsed
19373
19374 \begin_layout Plain Layout
19375
19376
19377 \backslash
19378 fi
19379 \end_layout
19380
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \begin_layout Chapter
19387 Flottants
19388 \begin_inset Index
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 Flottants
19393 \end_layout
19394
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \begin_layout Section
19401 Introduction
19402 \begin_inset CommandInset label
19403 LatexCommand label
19404 name "sec:Flottants-Introduction"
19405
19406 \end_inset
19407
19408
19409 \begin_inset Index
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413 Flottants ! Introduction
19414 \end_layout
19415
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \begin_layout Standard
19422 Un flottant est une portion de document, qui peut être associé à une étiquette
19423  et dont la position n'est pas fixée.
19424  Il peut 
19425 \begin_inset Quotes eld
19426 \end_inset
19427
19428 flotter
19429 \begin_inset Quotes erd
19430 \end_inset
19431
19432  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19433  plus approprié.
19434  Les 
19435 \family sans
19436 Notes
19437 \begin_inset space ~
19438 \end_inset
19439
19440 en
19441 \begin_inset space ~
19442 \end_inset
19443
19444 Bas
19445 \begin_inset space ~
19446 \end_inset
19447
19448 de
19449 \begin_inset space ~
19450 \end_inset
19451
19452 Page
19453 \family default
19454  et le 
19455 \family sans
19456 Notes
19457 \begin_inset space ~
19458 \end_inset
19459
19460 en
19461 \begin_inset space ~
19462 \end_inset
19463
19464 Marge
19465 \family default
19466  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19467  sur la page suivante quand il y a trop de notes sur la page courante.
19468 \end_layout
19469
19470 \begin_layout Standard
19471 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19472  très grande qualité.
19473  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19474  éviter des lignes blanches ou des pages sans texte.
19475  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19476  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19477  le texte.
19478  Les flottants sont donc numérotés.
19479  Les références croisées sont décrites dans la section
19480 \begin_inset space ~
19481 \end_inset
19482
19483
19484 \begin_inset CommandInset ref
19485 LatexCommand ref
19486 reference "sec:Referencer-les-Flottants"
19487
19488 \end_inset
19489
19490 .
19491 \end_layout
19492
19493 \begin_layout Standard
19494 Pour insérer un flottant, on utilise un des sous menus du menu 
19495 \family sans
19496 Insérer\SpecialChar \menuseparator
19497 Flottant.
19498
19499 \family default
19500  Une boîte va être insérée dans votre document avec par exemple une étiquette
19501  du genre 
19502 \begin_inset Quotes eld
19503 \end_inset
19504
19505 Figure
19506 \begin_inset space ~
19507 \end_inset
19508
19509 #:
19510 \begin_inset Quotes erd
19511 \end_inset
19512
19513  (où # est un numéro).
19514  L'étiquette est automatiquement traduite dans la langue du document dans
19515  la sortie finale.
19516  Après l'étiquette vous pouvez insérer du texte comme légende.
19517  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19518  séparé, à l'intérieur du flottant.
19519  Vous trouverez plus de détails sur le positionnement des légendes dans
19520  la section
19521 \begin_inset space ~
19522 \end_inset
19523
19524
19525 \begin_inset CommandInset ref
19526 LatexCommand ref
19527 reference "sec:Placement-légende"
19528
19529 \end_inset
19530
19531 .
19532  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19533  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19534  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19535  Une boîte de flottant fermée ressemble à ceci : 
19536 \begin_inset Graphics
19537         filename clipart/floatQt4.png
19538         scale 60
19539
19540 \end_inset
19541
19542  – une case grise avec un texte rouge.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19547  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19548  est formaté de façon particulière.
19549 \end_layout
19550
19551 \begin_layout Section
19552 Les Types de Flottants
19553 \end_layout
19554
19555 \begin_layout Standard
19556 En plus des flottants de figures et de tableau qui sont décrits respectivement
19557  dans les sections
19558 \begin_inset space ~
19559 \end_inset
19560
19561
19562 \begin_inset CommandInset ref
19563 LatexCommand ref
19564 reference "sec:Figure-Floats"
19565
19566 \end_inset
19567
19568  et 
19569 \begin_inset CommandInset ref
19570 LatexCommand ref
19571 reference "sec:Table-Floats"
19572
19573 \end_inset
19574
19575 , LyX offre aussi les types 
19576 \series bold
19577 Algorithme
19578 \series default
19579  et 
19580 \series bold
19581 Enrobage
19582 \series default
19583 .
19584 \end_layout
19585
19586 \begin_layout Subsection
19587 Flottant d'algorithme
19588 \begin_inset Index
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592 Flottants ! Algorithmes
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \begin_inset CommandInset label
19599 LatexCommand label
19600 name "sub:Flottant-d'Algorithme"
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \begin_layout Standard
19608 \begin_inset Float algorithm
19609 placement h
19610 wide false
19611 sideways false
19612 status open
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Caption
19616
19617 \begin_layout Plain Layout
19618 \begin_inset CommandInset label
19619 LatexCommand label
19620 name "alg:Exemple-Flottant-Algorithme"
19621
19622 \end_inset
19623
19624 Exemple de flottant d'algorithme
19625 \end_layout
19626
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \begin_layout LyX-Code
19633 for I in 1..N loop
19634 \begin_inset Newline newline
19635 \end_inset
19636
19637  Sum:= Sum + A(I); /*comment*/
19638 \begin_inset Newline newline
19639 \end_inset
19640
19641 end loop
19642 \begin_inset VSpace -4mm
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \begin_layout Standard
19654 Ce type de flottant est inséré à l'aide du menu 
19655 \family sans
19656 Insérer\SpecialChar \menuseparator
19657 Flottant\SpecialChar \menuseparator
19658 Algorithme
19659 \family default
19660 .
19661  Il peut être utilisé pour des morceaux de code source ou des descriptions
19662  d'algorithmes.
19663  Vous pouvez par exemple utiliser l'environnement Code
19664 \begin_inset space ~
19665 \end_inset
19666
19667 LyX qui est décrit dans le 
19668 \emph on
19669 Guide
19670 \emph default
19671
19672 \begin_inset space ~
19673 \end_inset
19674
19675
19676 \emph on
19677 de
19678 \begin_inset space ~
19679 \end_inset
19680
19681 l'Utilisateur
19682 \emph default
19683  de LyX.
19684  l'algorithme
19685 \begin_inset space ~
19686 \end_inset
19687
19688
19689 \begin_inset CommandInset ref
19690 LatexCommand ref
19691 reference "alg:Exemple-Flottant-Algorithme"
19692
19693 \end_inset
19694
19695  est un exemple de flottant d'algorithme où un espace vertical de -4
19696 \begin_inset space \thinspace{}
19697 \end_inset
19698
19699 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19700  soit placée exactement sous le texte de la dernière ligne.
19701 \end_layout
19702
19703 \begin_layout Standard
19704 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19705  du document.
19706  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19707 ent en ajoutant la ligne suivante dans le préambule de votre document :
19708 \end_layout
19709
19710 \begin_layout Standard
19711
19712 \series bold
19713
19714 \backslash
19715 floatname{algorithm}{votre
19716 \begin_inset space ~
19717 \end_inset
19718
19719 nom}
19720 \end_layout
19721
19722 \begin_layout Standard
19723
19724 \family sans
19725  votre
19726 \begin_inset space ~
19727 \end_inset
19728
19729 nom
19730 \family default
19731  est le mot 
19732 \begin_inset Quotes eld
19733 \end_inset
19734
19735
19736 \emph on
19737 algorithme
19738 \emph default
19739
19740 \begin_inset Quotes erd
19741 \end_inset
19742
19743  dans votre langue.
19744 \end_layout
19745
19746 \begin_layout Standard
19747 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19748 \family sans
19749 Insérer\SpecialChar \menuseparator
19750 Listes
19751 \begin_inset space ~
19752 \end_inset
19753
19754 &
19755 \begin_inset space ~
19756 \end_inset
19757
19758 TdM\SpecialChar \menuseparator
19759 Liste
19760 \begin_inset space ~
19761 \end_inset
19762
19763 des
19764 \begin_inset space ~
19765 \end_inset
19766
19767 algorithmes
19768 \family default
19769  si votre document est en anglais.
19770  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19771  en code TeX à la place:
19772 \end_layout
19773
19774 \begin_layout Standard
19775
19776 \series bold
19777
19778 \backslash
19779 listof{algorithm}{votre
19780 \begin_inset space ~
19781 \end_inset
19782
19783 nom}
19784 \end_layout
19785
19786 \begin_layout Standard
19787 où 
19788 \family sans
19789 votre
19790 \begin_inset space ~
19791 \end_inset
19792
19793 nom
19794 \family default
19795  est la traduction de 
19796 \begin_inset Quotes eld
19797 \end_inset
19798
19799
19800 \emph on
19801 List of Algorithm
19802 \emph default
19803 s
19804 \begin_inset Quotes erd
19805 \end_inset
19806
19807  dans votre langue.
19808 \end_layout
19809
19810 \begin_layout Standard
19811 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19812  schéma 
19813 \begin_inset Quotes eld
19814 \end_inset
19815
19816 chapitre.algorithme
19817 \begin_inset Quotes erd
19818 \end_inset
19819
19820  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19821  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19822  commande dans le préambule de votre document :
19823 \end_layout
19824
19825 \begin_layout Standard
19826
19827 \series bold
19828
19829 \backslash
19830 numberwithin{algorithm}{chapter}
19831 \end_layout
19832
19833 \begin_layout Standard
19834 Pour pouvoir utiliser la commande 
19835 \series bold
19836
19837 \backslash
19838 numberwithin
19839 \series default
19840 , activez l'option 
19841 \family sans
19842 Utiliser
19843 \begin_inset space ~
19844 \end_inset
19845
19846 le
19847 \begin_inset space ~
19848 \end_inset
19849
19850 paquetage
19851 \begin_inset space ~
19852 \end_inset
19853
19854 AMS
19855 \begin_inset space ~
19856 \end_inset
19857
19858 math
19859 \family default
19860  dans la rubrique 
19861 \family sans
19862 Options
19863 \begin_inset space ~
19864 \end_inset
19865
19866 des
19867 \begin_inset space ~
19868 \end_inset
19869
19870 Maths
19871 \family default
19872  de la fenêtre de dialogue 
19873 \family sans
19874 Paramètres
19875 \begin_inset space ~
19876 \end_inset
19877
19878 du
19879 \begin_inset space ~
19880 \end_inset
19881
19882 Document
19883 \family default
19884 .
19885 \begin_inset Newpage newpage
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \begin_layout Subsection
19892 Flottant d'enrobage
19893 \begin_inset Index
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897 Flottants ! Flottants d'enrobage
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Standard
19906 \begin_inset Wrap figure
19907 lines 0
19908 placement l
19909 overhang 1cm
19910 width "40col%"
19911 status open
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Graphics
19915         filename ../clipart/mobius.eps
19916         width 40col%
19917         scaleBeforeRotation
19918         rotateOrigin center
19919
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \begin_layout Plain Layout
19926 \begin_inset Caption
19927
19928 \begin_layout Plain Layout
19929 \begin_inset CommandInset label
19930 LatexCommand label
19931 name "fig:Figure-enrobée"
19932
19933 \end_inset
19934
19935 Ceci est une figure habillée.
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \end_inset
19944
19945  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19946  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19947  Vous pouvez en insérer un en utilisant le menu 
19948 \family sans
19949 Insérer\SpecialChar \menuseparator
19950 Flottant\SpecialChar \menuseparator
19951 Flottant
19952 \begin_inset space ~
19953 \end_inset
19954
19955 d'enrobage
19956 \family default
19957  à la condition que le paquetage LaTeX 
19958 \series bold
19959 wrapfig
19960 \series default
19961
19962 \begin_inset Index
19963 status collapsed
19964
19965 \begin_layout Plain Layout
19966 Paquetages LaTeX ! wrapfig
19967 \begin_inset ERT
19968 status collapsed
19969
19970 \begin_layout Plain Layout
19971
19972
19973 \backslash
19974 vspace{4mm}
19975 \end_layout
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983
19984  soit installé.
19985 \begin_inset Foot
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989 Voyez dans la manuel 
19990 \emph on
19991 Configuration
19992 \begin_inset space ~
19993 \end_inset
19994
19995 LaTeX 
19996 \emph default
19997 comment installer des paquetages LaTeX.
19998 \end_layout
19999
20000 \end_inset
20001
20002  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20003  sur la boîte du flottant.
20004  Les paramètres obligatoires sont l'
20005 \family sans
20006 Emplacement
20007 \family default
20008  et la 
20009 \family sans
20010 Largeur
20011 \family default
20012 .
20013  Les paramètres facultatifs sont le 
20014 \family sans
20015 Débordement
20016 \family default
20017  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20018  de la page et la 
20019 \family sans
20020 Porté de la ligne
20021 \family default
20022  qui précise le nombre approximatif de lignes dont le flottant va avoir
20023  besoin.
20024  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20025  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20026  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20027  à l'intérieur du paragraphe ou vers les autres paragraphes.
20028  La figure
20029 \begin_inset space ~
20030 \end_inset
20031
20032
20033 \begin_inset CommandInset ref
20034 LatexCommand ref
20035 reference "fig:Figure-enrobée"
20036
20037 \end_inset
20038
20039  est un exemple de flottant d'enrobage avec une largeur de 40
20040 \begin_inset space \thinspace{}
20041 \end_inset
20042
20043 col%, un débordement de 1
20044 \begin_inset space \thinspace{}
20045 \end_inset
20046
20047 cm et placé à gauche.
20048 \begin_inset Foot
20049 status collapsed
20050
20051 \begin_layout Plain Layout
20052 Les unités disponibles sont expliquées dans l'appendice
20053 \begin_inset space ~
20054 \end_inset
20055
20056
20057 \begin_inset CommandInset ref
20058 LatexCommand ref
20059 reference "cha:Unités-de-longueur"
20060
20061 \end_inset
20062
20063 .
20064 \end_layout
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \begin_layout Standard
20072 \begin_inset Note Greyedout
20073 status open
20074
20075 \begin_layout Plain Layout
20076
20077 \series bold
20078 Note:
20079 \series default
20080  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20081  figure trop près du bas de page peut tout chambouler et faire que le flottant
20082  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20083  de texte.
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Standard
20092 En général:
20093 \end_layout
20094
20095 \begin_layout Itemize
20096 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20097  qui risquent de passer à la page suivante.
20098  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20099  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20100  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20101  de page.
20102 \end_layout
20103
20104 \begin_layout Itemize
20105 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20106  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20107 e.
20108 \end_layout
20109
20110 \begin_layout Itemize
20111 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20112  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20113  texte entre les deux, comme séparateur.
20114 \end_layout
20115
20116 \begin_layout Itemize
20117 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20118  ou les tableaux.
20119 \end_layout
20120
20121 \begin_layout Section
20122 Numérotation des flottants
20123 \begin_inset Index
20124 status collapsed
20125
20126 \begin_layout Plain Layout
20127 Flottants ! Numérotation
20128 \end_layout
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \begin_layout Standard
20136 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20137  ils se trouvent, soit en utilisant un format du genre 
20138 \begin_inset Quotes eld
20139 \end_inset
20140
20141 chapitre.numéro
20142 \begin_inset Quotes erd
20143 \end_inset
20144
20145  ou 
20146 \begin_inset Quotes eld
20147 \end_inset
20148
20149 section.numéro
20150 \begin_inset Quotes erd
20151 \end_inset
20152
20153 .
20154  Cela dépend de la classe de document utilisée.
20155 \end_layout
20156
20157 \begin_layout Standard
20158 Pour changer le format de la numérotation qui ne dépend pas de la section
20159  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20160  le préambule du document :
20161 \end_layout
20162
20163 \begin_layout Standard
20164
20165 \series bold
20166
20167 \backslash
20168 renewcommand{
20169 \backslash
20170 thetable}{
20171 \backslash
20172 roman{table}}
20173 \end_layout
20174
20175 \begin_layout Standard
20176
20177 \series bold
20178
20179 \backslash
20180 thetable
20181 \series default
20182  est la commande qui imprime le numéro du tableau, pour les figures, la
20183  commande serait 
20184 \series bold
20185
20186 \backslash
20187 thefigure
20188 \series default
20189 .
20190  La commande 
20191 \series bold
20192
20193 \backslash
20194 roman
20195 \series default
20196  utilisée dans la commande précédente, imprime le numéro du tableau sous
20197  forme de petits chiffres romains.
20198 \end_layout
20199
20200 \begin_layout Standard
20201 Pour changer le type de numérotation pour par exemple 
20202 \begin_inset Quotes eld
20203 \end_inset
20204
20205 sous-section.numéro
20206 \begin_inset Quotes erd
20207 \end_inset
20208
20209 , utilisez la commande suivante dans le préambule du document :
20210 \end_layout
20211
20212 \begin_layout Standard
20213
20214 \series bold
20215
20216 \backslash
20217 numberwithin{table}{subsection}
20218 \end_layout
20219
20220 \begin_layout Standard
20221 Pour pouvoir utiliser la commande 
20222 \series bold
20223
20224 \backslash
20225 numberwithin
20226 \series default
20227 , vous devez activer l'option 
20228 \family sans
20229 Utiliser
20230 \begin_inset space ~
20231 \end_inset
20232
20233 le
20234 \begin_inset space ~
20235 \end_inset
20236
20237 paquetage
20238 \begin_inset space ~
20239 \end_inset
20240
20241 maths
20242 \begin_inset space ~
20243 \end_inset
20244
20245 AMS
20246 \family default
20247  dans la rubrique 
20248 \family sans
20249 Options
20250 \begin_inset space ~
20251 \end_inset
20252
20253 des
20254 \begin_inset space ~
20255 \end_inset
20256
20257 Maths
20258 \family default
20259  de la fenêtre de dialogue 
20260 \family sans
20261 Paramètres
20262 \family default
20263  du document.
20264 \end_layout
20265
20266 \begin_layout Standard
20267 Veuillez aussi jeter un coup d'œil à la section
20268 \begin_inset space ~
20269 \end_inset
20270
20271
20272 \begin_inset CommandInset ref
20273 LatexCommand ref
20274 reference "sub:Numerotation-notes-bas-de-page"
20275
20276 \end_inset
20277
20278  pour plus de détails et des notes importantes sur les commandes de numérotation.
20279 \end_layout
20280
20281 \begin_layout Section
20282 Faire Référence à des Flottants
20283 \begin_inset CommandInset label
20284 LatexCommand label
20285 name "sec:Referencer-les-Flottants"
20286
20287 \end_inset
20288
20289
20290 \begin_inset Index
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294 Flottants ! Références
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \begin_inset Index
20301 status collapsed
20302
20303 \begin_layout Plain Layout
20304 References@Références ! à des Flottants 
20305 \end_layout
20306
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \begin_layout Standard
20313 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20314  en utilisant le menu 
20315 \family sans
20316 Insérer\SpecialChar \menuseparator
20317 Étiquette
20318 \family default
20319  ou le bouton 
20320 \begin_inset Graphics
20321         filename ../../images/label-insert.png
20322         scale 85
20323         scaleBeforeRotation
20324
20325 \end_inset
20326
20327  de la barre d'outils.
20328  Une boîte grise de ce genre : 
20329 \begin_inset Graphics
20330         filename clipart/labelQt4.png
20331         scale 85
20332         scaleBeforeRotation
20333
20334 \end_inset
20335
20336  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20337  de saisir le texte de l'étiquette.
20338  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20339  précédés d'un préfixe.
20340  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20341  préfixe sera "
20342 \family sans
20343 fig:
20344 \family default
20345 ".
20346 \end_layout
20347
20348 \begin_layout Standard
20349 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20350  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20351 \family sans
20352 Insérer\SpecialChar \menuseparator
20353 Référence
20354 \begin_inset space ~
20355 \end_inset
20356
20357 Croisée
20358 \family default
20359  ou le bouton 
20360 \begin_inset Graphics
20361         filename ../../images/dialog-show-new-inset_ref.png
20362         scale 85
20363         scaleBeforeRotation
20364
20365 \end_inset
20366
20367  de la barre d'outils.
20368  Une boîte grise de référence croisée comme celle-ci : 
20369 \begin_inset Graphics
20370         filename ../clipart/referenceQt4.png
20371         scale 85
20372         scaleBeforeRotation
20373
20374 \end_inset
20375
20376  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20377  toutes les étiquettes définies dans votre document.
20378  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20379  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20380  de la fenêtre de dialogue.
20381  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20382  une.
20383  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20384  de la référence croisée.
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20389  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20390  les deux.
20391  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20392  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20393  du numéro de la référence.
20394 \end_layout
20395
20396 \begin_layout Standard
20397 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20398  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20399  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20400  pas à vous en préoccuper.
20401 \end_layout
20402
20403 \begin_layout Standard
20404 Le bouton 
20405 \family sans
20406 Aller
20407 \begin_inset space ~
20408 \end_inset
20409
20410 à
20411 \begin_inset space ~
20412 \end_inset
20413
20414 l'étiquette
20415 \family default
20416  dans la fenêtre de référence croisée va positionner le curseur juste devant
20417  l'étiquette à laquelle on fait référence.
20418  Le nom du bouton bouton 
20419 \family sans
20420 Revenir
20421 \family default
20422  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20423  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20424  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20425  à votre point de départ.
20426 \end_layout
20427
20428 \begin_layout Subsection
20429 Formats de Références Croisées
20430 \begin_inset CommandInset label
20431 LatexCommand label
20432 name "sub:Formats-Références-Croisées"
20433
20434 \end_inset
20435
20436
20437 \begin_inset Index
20438 status collapsed
20439
20440 \begin_layout Plain Layout
20441 References@Références ! Formats
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Standard
20450 Il y a six types de références croisées :
20451 \end_layout
20452
20453 \begin_layout Description
20454 <référence>
20455 \begin_inset space ~
20456 \end_inset
20457
20458 : affiche le numéro de l'élément, c'est le choix par défaut : 
20459 \begin_inset CommandInset ref
20460 LatexCommand ref
20461 reference "fig:Deux-images-déformées"
20462
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \begin_layout Description
20469 (<référence>)
20470 \begin_inset space ~
20471 \end_inset
20472
20473 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20474  normalement pour faire référence à des formules mathématiques, en particulier
20475  quand le mot 
20476 \begin_inset Quotes eld
20477 \end_inset
20478
20479 Équation
20480 \begin_inset Quotes erd
20481 \end_inset
20482
20483  est omis : 
20484 \begin_inset CommandInset ref
20485 LatexCommand eqref
20486 reference "eq:Wgn"
20487
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \begin_layout Description
20494 <page>
20495 \begin_inset space ~
20496 \end_inset
20497
20498 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20499 \begin_inset space ~
20500 \end_inset
20501
20502
20503 \begin_inset CommandInset ref
20504 LatexCommand pageref
20505 reference "fig:Deux-images-déformées"
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \begin_layout Description
20513 page
20514 \begin_inset space ~
20515 \end_inset
20516
20517 <page>
20518 \begin_inset space ~
20519 \end_inset
20520
20521 : affiche le mot 
20522 \begin_inset Quotes eld
20523 \end_inset
20524
20525 page
20526 \begin_inset Quotes erd
20527 \end_inset
20528
20529  suivi du numéro de la page sur laquelle se trouve l'élément : 
20530 \begin_inset CommandInset ref
20531 LatexCommand vpageref
20532 reference "fig:Deux-images-déformées"
20533
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \begin_layout Description
20540 <référence>
20541 \begin_inset space ~
20542 \end_inset
20543
20544 page
20545 \begin_inset space ~
20546 \end_inset
20547
20548 <page>
20549 \begin_inset space ~
20550 \end_inset
20551
20552 : affiche le numéro de l'élément, le mot 
20553 \begin_inset Quotes eld
20554 \end_inset
20555
20556 page
20557 \begin_inset Quotes erd
20558 \end_inset
20559
20560  et le numéro de la page : 
20561 \begin_inset CommandInset ref
20562 LatexCommand vref
20563 reference "fig:Deux-images-déformées"
20564
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \begin_layout Description
20571 Référence
20572 \begin_inset space ~
20573 \end_inset
20574
20575 mise
20576 \begin_inset space ~
20577 \end_inset
20578
20579 en
20580 \begin_inset space ~
20581 \end_inset
20582
20583 forme
20584 \begin_inset space ~
20585 \end_inset
20586
20587 : affiche une référence croisée qui définit son propre format.
20588
20589 \lang english
20590  
20591 \lang french
20592
20593 \begin_inset Note Greyedout
20594 status open
20595
20596 \begin_layout Plain Layout
20597
20598 \series bold
20599 Note:
20600 \series default
20601  Ce type de référence croisée n'est disponible que si vous avez installé
20602  le paquetage LaTeX 
20603 \series bold
20604 prettyref.
20605 \end_layout
20606
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \begin_layout Standard
20613 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20614  se trouve sur la page précédente, la même page ou la page suivante.
20615  Vous verrez par exemple un texte du genre 
20616 \begin_inset Quotes eld
20617 \end_inset
20618
20619 sur cette page
20620 \begin_inset Quotes erd
20621 \end_inset
20622
20623  à la place.
20624 \end_layout
20625
20626 \begin_layout Standard
20627 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20628  se trouve sont calculés automatiquement par LaTeX.
20629  Vous choisissez une des six variétés de références dans le champ Format
20630  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20631  boîte de la référence croisée.
20632 \end_layout
20633
20634 \begin_layout Subsection
20635 Nommage automatique des références croisées
20636 \begin_inset Index
20637 status collapsed
20638
20639 \begin_layout Plain Layout
20640 References@Références ! Nommage automatique
20641 \end_layout
20642
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \begin_layout Standard
20649 Le paquetage LaTeX 
20650 \series bold
20651 hyperref
20652 \begin_inset Index
20653 status collapsed
20654
20655 \begin_layout Plain Layout
20656 Paquetages LaTeX ! hyperref
20657 \end_layout
20658
20659 \end_inset
20660
20661
20662 \series default
20663 qui est activé dans la rubrique 
20664 \family sans
20665 Propriétés du PDF
20666 \family default
20667  de la fenêtre de dialogue 
20668 \family sans
20669 Paramètres du document
20670 \family default
20671  fournit une fonction très utile pour automatiser la création des références
20672  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20673  une section).
20674  Par exemple pour vous éviter de devoir écrire le mot 
20675 \begin_inset Quotes eld
20676 \end_inset
20677
20678 Figure
20679 \begin_inset Quotes erd
20680 \end_inset
20681
20682  devant chaque référence à une figure.
20683  Pour profiter de ce nommage automatique des références croisées, vous devez
20684  activer 
20685 \series bold
20686 hyperref
20687 \series default
20688  et insérer la ligne suivante dans le préambule du document :
20689 \end_layout
20690
20691 \begin_layout Standard
20692
20693 \series bold
20694
20695 \backslash
20696 AtBeginDocument{
20697 \backslash
20698 renewcommand{
20699 \backslash
20700 ref}[1]{
20701 \backslash
20702 mbox{
20703 \backslash
20704 autoref{#1}}}}
20705 \end_layout
20706
20707 \begin_layout Standard
20708 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
20709  défaut, par exemple vous préférez le nom 
20710 \begin_inset Quotes eld
20711 \end_inset
20712
20713 sec.
20714 \begin_inset space \thinspace{}
20715 \end_inset
20716
20717
20718 \begin_inset Quotes eld
20719 \end_inset
20720
20721  plutôt que 
20722 \begin_inset Quotes eld
20723 \end_inset
20724
20725 section
20726 \begin_inset Quotes erd
20727 \end_inset
20728
20729 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
20730 \end_layout
20731
20732 \begin_layout Standard
20733
20734 \series bold
20735
20736 \backslash
20737 addto
20738 \backslash
20739 extrasenglish{
20740 \backslash
20741 renewcommand{
20742 \backslash
20743 sectionautorefname}
20744 \begin_inset Newline newline
20745 \end_inset
20746
20747
20748 \begin_inset ERT
20749 status collapsed
20750
20751 \begin_layout Plain Layout
20752
20753
20754 \backslash
20755 hphantom{ }
20756 \end_layout
20757
20758 \end_inset
20759
20760 {sec.
20761 \backslash
20762 negthinspace}}
20763 \end_layout
20764
20765 \begin_layout Standard
20766 Si vous utilisez une autre langue que l'anglais, remplacez 
20767 \series bold
20768
20769 \backslash
20770 extrasenglish
20771 \series default
20772  par 
20773 \series bold
20774
20775 \backslash
20776 extras***
20777 \series default
20778 , où *** est le nom de la langue que vous utilisez.
20779
20780 \series bold
20781  
20782 \end_layout
20783
20784 \begin_layout Standard
20785 Pour avoir des noms automatiques, mais pas pour certains types de références,
20786  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
20787 \end_layout
20788
20789 \begin_layout Standard
20790
20791 \series bold
20792
20793 \backslash
20794 newlength{
20795 \backslash
20796 abc}
20797 \begin_inset Newline newline
20798 \end_inset
20799
20800
20801 \backslash
20802 settowidth{
20803 \backslash
20804 abc}{
20805 \backslash
20806 space}
20807 \begin_inset Newline newline
20808 \end_inset
20809
20810
20811 \backslash
20812 addto
20813 \backslash
20814 extrasenglish{
20815 \backslash
20816 renewcommand{
20817 \backslash
20818 equationautorefname}
20819 \begin_inset Newline newline
20820 \end_inset
20821
20822
20823 \begin_inset ERT
20824 status collapsed
20825
20826 \begin_layout Plain Layout
20827
20828
20829 \backslash
20830 hphantom{ }
20831 \end_layout
20832
20833 \end_inset
20834
20835 {
20836 \backslash
20837 hspace{-
20838 \backslash
20839 abc}}
20840 \end_layout
20841
20842 \begin_layout Standard
20843 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
20844  de 
20845 \series bold
20846 hyperref
20847 \series default
20848  
20849 \begin_inset CommandInset citation
20850 LatexCommand cite
20851 key "hyperref"
20852
20853 \end_inset
20854
20855 .
20856 \end_layout
20857
20858 \begin_layout Standard
20859 \begin_inset Note Greyedout
20860 status open
20861
20862 \begin_layout Plain Layout
20863
20864 \series bold
20865 Note:
20866 \series default
20867  Le nommage automatique de références ne peut être utilisé si vous avez
20868  choisi le style de référence 
20869 \family sans
20870 Référence
20871 \begin_inset space ~
20872 \end_inset
20873
20874 mise
20875 \begin_inset space ~
20876 \end_inset
20877
20878 en
20879 \begin_inset space ~
20880 \end_inset
20881
20882 forme
20883 \family default
20884  décrit dans la section
20885 \begin_inset space ~
20886 \end_inset
20887
20888
20889 \begin_inset CommandInset ref
20890 LatexCommand ref
20891 reference "sub:Formats-Références-Croisées"
20892
20893 \end_inset
20894
20895 .
20896 \end_layout
20897
20898 \end_inset
20899
20900
20901 \end_layout
20902
20903 \begin_layout Standard
20904 Le manuel 
20905 \emph on
20906 Math
20907 \emph default
20908  est un exemple dans lequel on a utilisé le référencement automatique.
20909 \end_layout
20910
20911 \begin_layout Subsection
20912 Positionnement des Références 
20913 \begin_inset CommandInset label
20914 LatexCommand label
20915 name "sub:Reference-Position"
20916
20917 \end_inset
20918
20919
20920 \begin_inset Index
20921 status collapsed
20922
20923 \begin_layout Plain Layout
20924 References@Références ! Positionnement
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \begin_layout Standard
20933 Si vous utilisez le paquetage 
20934 \series bold
20935 hyperref, 
20936 \series default
20937 qui est activé dans la rubrique 
20938 \family sans
20939 Propriétés du PDF
20940 \family default
20941  de la fenêtre de dialogue 
20942 \family sans
20943 Paramètres du document,
20944 \family default
20945  pour lier vos références croisées dans la sortie finale, vous verrez que
20946  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20947  l'image.
20948  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20949  pourrez voir l'image sans faire défiler le texte.
20950  Ce problème vient du fait que le point d'ancrage de la référence se situe
20951  à l'endroit de l'étiquette.
20952  En utilisant le paquetage LaTeX 
20953 \series bold
20954 hypcap
20955 \series default
20956
20957 \begin_inset Index
20958 status collapsed
20959
20960 \begin_layout Plain Layout
20961 Paquetages LaTeX ! hypcap
20962 \end_layout
20963
20964 \end_inset
20965
20966 , qui fait partie du paquetage LaTeX 
20967 \series bold
20968 oberdiek
20969 \series default
20970
20971 \begin_inset Index
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975 Paquetages LaTeX ! oberdiek
20976 \end_layout
20977
20978 \end_inset
20979
20980 , le point d'ancrage d'un lien est place en haut du flottant.
20981  Pour utiliser cette fonction avec les flottants de figure, chargez 
20982 \series bold
20983 hypcap
20984 \series default
20985  dans l'entête du document avec la ligne
20986 \end_layout
20987
20988 \begin_layout Standard
20989
20990 \series bold
20991
20992 \backslash
20993 usepackage[figure]{hypcap}
20994 \end_layout
20995
20996 \begin_layout Standard
20997 Vous pouvez aussi utiliser 
20998 \series bold
20999 hypcap
21000 \series default
21001  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21002  raisons de stabilité.
21003  Pour plus d'information, jetez un coup d'œil au manuel d' 
21004 \series bold
21005 hypcap
21006 \series default
21007  
21008 \begin_inset CommandInset citation
21009 LatexCommand cite
21010 key "hypcap"
21011
21012 \end_inset
21013
21014 .
21015 \end_layout
21016
21017 \begin_layout Standard
21018 \begin_inset Note Greyedout
21019 status open
21020
21021 \begin_layout Plain Layout
21022
21023 \series bold
21024 Note:
21025 \series default
21026  
21027 \series bold
21028 hypcap
21029 \series default
21030  n'a aucun effet pour les références à des sous-figures.
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \end_layout
21037
21038 \begin_layout Section
21039 Placement des flottants
21040 \begin_inset CommandInset label
21041 LatexCommand label
21042 name "sec:Placement-flottants"
21043
21044 \end_inset
21045
21046
21047 \begin_inset Index
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 Flottants ! Placement
21052 \end_layout
21053
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \begin_layout Standard
21060 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21061  de dialogue 
21062 \family sans
21063 Paramètre
21064 \begin_inset space ~
21065 \end_inset
21066
21067 de
21068 \begin_inset space ~
21069 \end_inset
21070
21071 Flottant
21072 \family default
21073  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21074  utilise pour déterminer où placer le flottant.
21075 \begin_inset Newline newline
21076 \end_inset
21077
21078 L'option 
21079 \family sans
21080 Plusieurs
21081 \begin_inset space ~
21082 \end_inset
21083
21084 colonnes
21085 \family default
21086  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21087  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21088  confiné sur une seule colonne.
21089 \begin_inset Newline newline
21090 \end_inset
21091
21092 L'option 
21093 \family sans
21094 Rotation
21095 \begin_inset space ~
21096 \end_inset
21097
21098 90°
21099 \family default
21100  est utilisée pour faire tourner les flottants, voyez la section
21101 \begin_inset space ~
21102 \end_inset
21103
21104
21105 \begin_inset CommandInset ref
21106 LatexCommand ref
21107 reference "sec:Flottants-renversés"
21108
21109 \end_inset
21110
21111 .
21112 \end_layout
21113
21114 \begin_layout Standard
21115 En désactivant l'option 
21116 \family sans
21117 Utilise
21118 \begin_inset space ~
21119 \end_inset
21120
21121 le
21122 \begin_inset space ~
21123 \end_inset
21124
21125 placement
21126 \begin_inset space ~
21127 \end_inset
21128
21129 par
21130 \begin_inset space ~
21131 \end_inset
21132
21133 défaut
21134 \family default
21135  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21136  le placement du flottant:
21137 \end_layout
21138
21139 \begin_layout Description
21140 Ici,
21141 \begin_inset space ~
21142 \end_inset
21143
21144 si
21145 \begin_inset space ~
21146 \end_inset
21147
21148 possible: essaie de placer le flottant à la position où il a été inséré
21149  dans LyX
21150 \end_layout
21151
21152 \begin_layout Description
21153 Haut
21154 \begin_inset space ~
21155 \end_inset
21156
21157 de
21158 \begin_inset space ~
21159 \end_inset
21160
21161 la
21162 \begin_inset space ~
21163 \end_inset
21164
21165 page: essaie de placer le flottant en haut de la page courante
21166 \end_layout
21167
21168 \begin_layout Description
21169 Bas
21170 \begin_inset space ~
21171 \end_inset
21172
21173 de
21174 \begin_inset space ~
21175 \end_inset
21176
21177 la
21178 \begin_inset space ~
21179 \end_inset
21180
21181 page: essaie de placer le flottant en bas de la page courante
21182 \end_layout
21183
21184 \begin_layout Description
21185 Page
21186 \begin_inset space ~
21187 \end_inset
21188
21189 de
21190 \begin_inset space ~
21191 \end_inset
21192
21193 flottants: essaie de placer le flottant sur une page à part, éventuellement
21194  avec d'autres flottants 
21195 \end_layout
21196
21197 \begin_layout Standard
21198 LaTeX utilise
21199 \emph on
21200  toujours 
21201 \emph default
21202 les options dans l'ordre donné ci-dessus.
21203  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21204  d'abord essayer 
21205 \family sans
21206 Ici
21207 \begin_inset space ~
21208 \end_inset
21209
21210 si
21211 \begin_inset space ~
21212 \end_inset
21213
21214 possible
21215 \family default
21216 , ensuite 
21217 \family sans
21218 Haut
21219 \begin_inset space ~
21220 \end_inset
21221
21222 de
21223 \begin_inset space ~
21224 \end_inset
21225
21226 la
21227 \begin_inset space ~
21228 \end_inset
21229
21230 page
21231 \family default
21232 , et ainsi de suite.
21233  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21234  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21235  Si aucune des quatre options de placement n'est possible, la procédure
21236  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21237 \end_layout
21238
21239 \begin_layout Standard
21240 Par défaut, chaque option a ses propres règles d'application:
21241 \end_layout
21242
21243 \begin_layout Standard
21244
21245 \family sans
21246 Haut
21247 \begin_inset space ~
21248 \end_inset
21249
21250 de
21251 \begin_inset space ~
21252 \end_inset
21253
21254 la
21255 \begin_inset space ~
21256 \end_inset
21257
21258 page
21259 \family default
21260  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21261  en haut de page (
21262 \series bold
21263
21264 \backslash
21265 topfraction
21266 \series default
21267 ).
21268 \end_layout
21269
21270 \begin_layout Standard
21271
21272 \family sans
21273 Bas
21274 \begin_inset space ~
21275 \end_inset
21276
21277 de
21278 \begin_inset space ~
21279 \end_inset
21280
21281 la
21282 \begin_inset space ~
21283 \end_inset
21284
21285 page
21286 \family default
21287  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21288  en bas de page (
21289 \series bold
21290
21291 \backslash
21292 bottomfraction
21293 \series default
21294 ).
21295 \end_layout
21296
21297 \begin_layout Standard
21298
21299 \family sans
21300 Page
21301 \begin_inset space ~
21302 \end_inset
21303
21304 de
21305 \begin_inset space ~
21306 \end_inset
21307
21308 flottants
21309 \family default
21310  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21311  si ils occupent plus de 50% de celle-ci (
21312 \series bold
21313
21314 \backslash
21315 floatpagefraction
21316 \series default
21317 ).
21318 \end_layout
21319
21320 \begin_layout Standard
21321 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21322  supplémentaire 
21323 \family sans
21324 Ignorer
21325 \begin_inset space ~
21326 \end_inset
21327
21328 les
21329 \begin_inset space ~
21330 \end_inset
21331
21332 règles
21333 \begin_inset space ~
21334 \end_inset
21335
21336 LaTeX
21337 \family default
21338 \lang english
21339 .
21340 \begin_inset Newline newline
21341 \end_inset
21342
21343
21344 \lang french
21345 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21346  données entre parenthèses après les descriptions des règles données ci-dessus.
21347  Par exemple, pour augmenter à 50
21348 \begin_inset space \thinspace{}
21349 \end_inset
21350
21351 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21352  trop petite, ajoutez cette ligne au préambule de votre document :
21353 \end_layout
21354
21355 \begin_layout Standard
21356
21357 \series bold
21358
21359 \backslash
21360 renewcommand{
21361 \backslash
21362 bottomfraction}{0.5}
21363 \end_layout
21364
21365 \begin_layout Standard
21366 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21367  exactement à l'endroit où vous l'avez inséré.
21368  dans ce cas utilisez l'option 
21369 \family sans
21370 Ici
21371 \begin_inset space ~
21372 \end_inset
21373
21374 à
21375 \begin_inset space ~
21376 \end_inset
21377
21378 tout
21379 \begin_inset space ~
21380 \end_inset
21381
21382 Prix
21383 \family default
21384 .
21385  Utilisez cette option le moins souvent possible et seulement quand le document
21386  est presque prêt à être imprimé.
21387  En effet, le flottant n'est plus capable de 
21388 \begin_inset Quotes eld
21389 \end_inset
21390
21391 flotter
21392 \begin_inset Quotes erd
21393 \end_inset
21394
21395 , ce qui peut perturber toutes les mises en page.
21396 \end_layout
21397
21398 \begin_layout Standard
21399 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21400  sont toujours entourés par le texte d'un paragraphe donné.
21401 \begin_inset VSpace bigskip
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \begin_layout Standard
21408 On peut parfois se trouver dans la situation où un flottant est placé en
21409  haut d'une page alors que la section concernée ne commence qu'au milieu
21410  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21411  la section précédente.
21412  On peut utiliser la commande LaTeX 
21413 \series bold
21414
21415 \backslash
21416 suppressfloats
21417 \series default
21418  pour éviter ce cas.
21419  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21420  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21421  soit placé avant que la section commence.
21422  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21423  votre document :
21424 \end_layout
21425
21426 \begin_layout Standard
21427
21428 \series bold
21429
21430 \backslash
21431 let
21432 \backslash
21433 mySection
21434 \backslash
21435 section
21436 \begin_inset Newline newline
21437 \end_inset
21438
21439
21440 \backslash
21441 renewcommand{
21442 \backslash
21443 section}{
21444 \backslash
21445 suppressfloats[t]
21446 \backslash
21447 mySection}
21448 \end_layout
21449
21450 \begin_layout Standard
21451 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21452  comme les chapitres et les sous-sections.
21453  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21454  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21455  ensuite avoir du mal à trouver un positionnement correct.
21456 \end_layout
21457
21458 \begin_layout Standard
21459 \begin_inset VSpace bigskip
21460 \end_inset
21461
21462 Dans certains cas il est demandé de placer toutes les figures et tous les
21463  tableaux à la fin du document.
21464  C'est pour de telles situations que le paquetage LaTeX 
21465 \series bold
21466 endfloat
21467 \series default
21468
21469 \begin_inset Index
21470 status collapsed
21471
21472 \begin_layout Plain Layout
21473 Paquetages LaTeX ! endfloat
21474 \end_layout
21475
21476 \end_inset
21477
21478  a été développé.
21479  Il met en effet tous les flottants de figures et de tableaux à la fin du
21480  document dans leurs propres sections.
21481  À la position d'origine du flottant, une indication textuelle du genre
21482  
21483 \begin_inset Quotes eld
21484 \end_inset
21485
21486
21487 \family sans
21488 [Figure
21489 \begin_inset space ~
21490 \end_inset
21491
21492 3.2 
21493 \lang english
21494 about here.
21495 \lang french
21496 ]
21497 \family default
21498
21499 \begin_inset Quotes erd
21500 \end_inset
21501
21502  est insérée.
21503  Le paquetage 
21504 \series bold
21505 endfloat
21506 \series default
21507  est chargé dans le préambule avec la ligne suivante 
21508 \end_layout
21509
21510 \begin_layout Standard
21511
21512 \series bold
21513
21514 \backslash
21515 usepackage[options]{endfloat}
21516 \end_layout
21517
21518 \begin_layout Standard
21519 Il y a aussi de nombreuses options de paquetage pour modifier le format
21520  des sections de figures ou de tableau qui sont créées.
21521  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21522  
21523 \series bold
21524 endfloa
21525 \series default
21526
21527 \begin_inset CommandInset citation
21528 LatexCommand cite
21529 key "endfloat"
21530
21531 \end_inset
21532
21533 .
21534 \begin_inset Newline newline
21535 \end_inset
21536
21537
21538 \begin_inset Note Greyedout
21539 status open
21540
21541 \begin_layout Plain Layout
21542
21543 \series bold
21544 Note: endfloat
21545 \series default
21546  ne fournit pas de traduction automatique de l'indication textuelle, vous
21547  devez donc le faire manuellement, voyez la section
21548 \begin_inset space ~
21549 \end_inset
21550
21551 4 de 
21552 \begin_inset CommandInset citation
21553 LatexCommand cite
21554 key "endfloat"
21555
21556 \end_inset
21557
21558 .
21559 \end_layout
21560
21561 \end_inset
21562
21563
21564 \begin_inset Newline newline
21565 \end_inset
21566
21567
21568 \begin_inset Note Greyedout
21569 status open
21570
21571 \begin_layout Plain Layout
21572
21573 \series bold
21574 Note:
21575 \series default
21576  Il y a actuellement un bug dans le paquetage 
21577 \series bold
21578 endfloat
21579 \series default
21580  quand la légende contient un 
21581 \begin_inset Quotes eld
21582 \end_inset
21583
21584 ß
21585 \begin_inset Quotes erd
21586 \end_inset
21587
21588  allemand.
21589  Utilisez dans ce cas la commande 
21590 \begin_inset Quotes eld
21591 \end_inset
21592
21593
21594 \series bold
21595
21596 \backslash
21597 ss
21598 \series default
21599
21600 \begin_inset Quotes erd
21601 \end_inset
21602
21603  en code TeX à la place du 
21604 \begin_inset Quotes eld
21605 \end_inset
21606
21607 ß
21608 \begin_inset Quotes erd
21609 \end_inset
21610
21611 .
21612 \end_layout
21613
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \begin_layout Standard
21620 \begin_inset VSpace bigskip
21621 \end_inset
21622
21623 Pour plus d'information sur les manières de placer les flottants, jetez
21624  un coup d'œil aux livres sur LaTeX, 
21625 \begin_inset CommandInset citation
21626 LatexCommand cite
21627 key "latexcompanion,latexguide,latexbook"
21628
21629 \end_inset
21630
21631 .
21632 \end_layout
21633
21634 \begin_layout Section
21635 Flottants Renversés
21636 \begin_inset CommandInset label
21637 LatexCommand label
21638 name "sec:Flottants-renversés"
21639
21640 \end_inset
21641
21642
21643 \begin_inset Index
21644 status collapsed
21645
21646 \begin_layout Plain Layout
21647 Flottants ! Renversés
21648 \end_layout
21649
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \begin_layout Standard
21656 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21657  tableaux très larges.
21658  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21659  un clic droit sur la boîte du flottant et utilisez l'option 
21660 \family sans
21661 Rotation
21662 \begin_inset space ~
21663 \end_inset
21664
21665 90°
21666 \family default
21667 .
21668 \end_layout
21669
21670 \begin_layout Standard
21671 Les flottants renversés sont systématiquement placés sur leur propre page
21672  ( ou colonne, si vous avez un document sur deux colonnes ).
21673  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
21674  
21675 \family sans
21676 Plusieurs
21677 \begin_inset space ~
21678 \end_inset
21679
21680 colonnes
21681 \family default
21682  dans les paramètres du flottant.
21683  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
21684  du côté de la marge externe.
21685  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21686  ajouter soit l'option 
21687 \series bold
21688 figuresleft
21689 \series default
21690  soit l'option 
21691 \series bold
21692 figuresright
21693 \series default
21694  aux options de la classe de document.
21695 \end_layout
21696
21697 \begin_layout Standard
21698 Faire référence à un flottant renversé se fait de la même manière que pour
21699  un flottant normal, la mise en forme de la légende est aussi identique
21700  : Le tableau
21701 \begin_inset space ~
21702 \end_inset
21703
21704
21705 \begin_inset CommandInset ref
21706 LatexCommand ref
21707 reference "tab:Tableau-pivoté"
21708
21709 \end_inset
21710
21711  est un exemple de flottant de tableau renversé.
21712 \end_layout
21713
21714 \begin_layout Standard
21715 \begin_inset Note Greyedout
21716 status open
21717
21718 \begin_layout Plain Layout
21719
21720 \series bold
21721 Note:
21722 \series default
21723  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21724  DVI.
21725 \end_layout
21726
21727 \end_inset
21728
21729
21730 \end_layout
21731
21732 \begin_layout Standard
21733 \begin_inset Float table
21734 wide false
21735 sideways true
21736 status open
21737
21738 \begin_layout Plain Layout
21739 \begin_inset Caption
21740
21741 \begin_layout Plain Layout
21742 \begin_inset CommandInset label
21743 LatexCommand label
21744 name "tab:Tableau-pivoté"
21745
21746 \end_inset
21747
21748  Tableau pivoté
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Plain Layout
21757 \align center
21758 \begin_inset Tabular
21759 <lyxtabular version="3" rows="1" columns="5">
21760 <features>
21761 <column alignment="center" valignment="top" width="0">
21762 <column alignment="center" valignment="top" width="0">
21763 <column alignment="center" valignment="top" width="0">
21764 <column alignment="center" valignment="top" width="0">
21765 <column alignment="center" valignment="top" width="0">
21766 <row>
21767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 test
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 b
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 c
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 d
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 e
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 </lyxtabular>
21814
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \begin_layout Section
21826 Flottants côte-à-côte
21827 \begin_inset Index
21828 status collapsed
21829
21830 \begin_layout Plain Layout
21831 Flottants ! côte-à-côte
21832 \end_layout
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \begin_layout Standard
21840 Pour placer des flottants côte-à-côte, comme pour la figure
21841 \begin_inset space ~
21842 \end_inset
21843
21844
21845 \begin_inset CommandInset ref
21846 LatexCommand ref
21847 reference "fig:Flottant-gauche"
21848
21849 \end_inset
21850
21851  et 
21852 \begin_inset CommandInset ref
21853 LatexCommand ref
21854 reference "fig:Flottant-droit"
21855
21856 \end_inset
21857
21858 , on n'utilise 
21859 \emph on
21860 qu'un seul 
21861 \emph default
21862 flottant.
21863  On y insère deux boîtes de minipages
21864 \begin_inset Foot
21865 status collapsed
21866
21867 \begin_layout Plain Layout
21868 Les minipages sont décrites dans la section
21869 \begin_inset space ~
21870 \end_inset
21871
21872
21873 \begin_inset CommandInset ref
21874 LatexCommand ref
21875 reference "sec:Minipages"
21876
21877 \end_inset
21878
21879 .
21880 \end_layout
21881
21882 \end_inset
21883
21884 .
21885  La largeur est mise à 45
21886 \begin_inset space \thinspace{}
21887 \end_inset
21888
21889 -50
21890 \begin_inset space \thinspace{}
21891 \end_inset
21892
21893 column% et l'alignement de la boîte à 
21894 \family sans
21895 Bas
21896 \family default
21897  pour chaque minipage.
21898  Les boîtes minipages contiennent l'image et la légende exactement comme
21899  avec un flottant.
21900  La seule différence est que l'unité de longueur 
21901 \family sans
21902 Largeur
21903 \begin_inset space ~
21904 \end_inset
21905
21906 colonne
21907 \begin_inset space ~
21908 \end_inset
21909
21910 %
21911 \family default
21912  utilisée pour l'image est maintenant définie par rapport à la largeur des
21913  boîtes minipages.
21914 \end_layout
21915
21916 \begin_layout Standard
21917 \begin_inset Float figure
21918 wide false
21919 sideways false
21920 status open
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Box Frameless
21924 position "b"
21925 hor_pos "c"
21926 has_inner_box 1
21927 inner_pos "t"
21928 use_parbox 0
21929 width "45col%"
21930 special "none"
21931 height "1in"
21932 height_special "totalheight"
21933 status open
21934
21935 \begin_layout Plain Layout
21936 \align center
21937 \begin_inset Graphics
21938         filename ../clipart/mobius.eps
21939         lyxscale 50
21940         width 100col%
21941         scaleBeforeRotation
21942
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Caption
21950
21951 \begin_layout Plain Layout
21952 \begin_inset CommandInset label
21953 LatexCommand label
21954 name "fig:Flottant-gauche"
21955
21956 \end_inset
21957
21958 Flottant du côté gauche.
21959 \end_layout
21960
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \begin_inset space \hfill{}
21970 \end_inset
21971
21972
21973 \begin_inset Box Frameless
21974 position "b"
21975 hor_pos "c"
21976 has_inner_box 1
21977 inner_pos "t"
21978 use_parbox 0
21979 width "45col%"
21980 special "none"
21981 height "1in"
21982 height_special "totalheight"
21983 status open
21984
21985 \begin_layout Plain Layout
21986 \align center
21987 \begin_inset Graphics
21988         filename ../clipart/platypus.eps
21989         lyxscale 50
21990         width 100col%
21991         scaleBeforeRotation
21992
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \begin_layout Plain Layout
21999 \begin_inset Caption
22000
22001 \begin_layout Plain Layout
22002 \begin_inset CommandInset label
22003 LatexCommand label
22004 name "fig:Flottant-droit"
22005
22006 \end_inset
22007
22008 Flottant du côté droit.
22009 \end_layout
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Section
22027 Mise en Forme de la Légende
22028 \begin_inset Index
22029 status collapsed
22030
22031 \begin_layout Plain Layout
22032 Légende ! Mise en forme
22033 \end_layout
22034
22035 \end_inset
22036
22037
22038 \begin_inset Index
22039 status collapsed
22040
22041 \begin_layout Plain Layout
22042 Flottants ! Mise en forme de la Légende
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "sec:Formatage-légende"
22051
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \begin_layout Standard
22058 L'environnement 
22059 \family sans
22060 Légende
22061 \family default
22062  est l'environnement de paragraphe par défaut pour les 
22063 \family sans
22064 flottants
22065 \family default
22066 .
22067  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
22068  par exemple 
22069 \begin_inset Quotes eld
22070 \end_inset
22071
22072
22073 \family sans
22074 Figure #:
22075 \family default
22076
22077 \begin_inset Quotes erd
22078 \end_inset
22079
22080  suivi par le texte de la légende.
22081  Le 
22082 \begin_inset Quotes eld
22083 \end_inset
22084
22085 #
22086 \begin_inset Quotes erd
22087 \end_inset
22088
22089  étant remplacé par le numéro de référence réel.
22090  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22091  que le texte de la légende et deux points suivent le numéro pour séparer
22092  l'étiquette du texte.
22093  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22094 \end_layout
22095
22096 \begin_layout Standard
22097 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22098  LaTeX 
22099 \series bold
22100 caption
22101 \series default
22102
22103 \begin_inset Index
22104 status collapsed
22105
22106 \begin_layout Plain Layout
22107 Paquetages LaTeX ! caption
22108 \end_layout
22109
22110 \end_inset
22111
22112  dans le préambule de votre document avec la ligne suivante :
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 usepackage[format definition]{caption}
22121 \end_layout
22122
22123 \begin_layout Standard
22124 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22125  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22126  dans ce document, utilisez les commandes suivantes :
22127 \end_layout
22128
22129 \begin_layout Standard
22130
22131 \series bold
22132
22133 \backslash
22134 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22135 \end_layout
22136
22137 \begin_layout Standard
22138 Vous pouvez aussi définir des formats de légendes différents pour les différents
22139  types de flottants.
22140  Dans ce cas chargez le paquetage 
22141 \series bold
22142 caption 
22143 \series default
22144 sans option de format spécifique et définissez les différents formats à
22145  l'aide de la commande 
22146 \end_layout
22147
22148 \begin_layout Standard
22149
22150 \series bold
22151
22152 \backslash
22153 captionsetup[type de flottant]{définition du format}
22154 \end_layout
22155
22156 \begin_layout Standard
22157 dans le préambule du document.
22158  Par exemple les formats de légende de la Figure
22159 \begin_inset space ~
22160 \end_inset
22161
22162
22163 \begin_inset CommandInset ref
22164 LatexCommand ref
22165 reference "fig:Legende-de-fig"
22166
22167 \end_inset
22168
22169  et du Tableau
22170 \begin_inset space ~
22171 \end_inset
22172
22173
22174 \begin_inset CommandInset ref
22175 LatexCommand ref
22176 reference "tab:Légende-de-tab"
22177
22178 \end_inset
22179
22180  peuvent être créés en utilisant les commandes suivantes dans le préambule
22181  :
22182 \end_layout
22183
22184 \begin_layout Standard
22185
22186 \series bold
22187
22188 \backslash
22189 usepackage[tableposition=top]{caption}
22190 \series default
22191
22192 \begin_inset Newline newline
22193 \end_inset
22194
22195
22196 \series bold
22197
22198 \backslash
22199 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22200 \begin_inset Newline newline
22201 \end_inset
22202
22203
22204 \begin_inset ERT
22205 status collapsed
22206
22207 \begin_layout Plain Layout
22208
22209
22210 \backslash
22211 hphantom{
22212 \backslash
22213
22214 \backslash
22215 captionsetup[figure]
22216 \backslash
22217 {}
22218 \end_layout
22219
22220 \end_inset
22221
22222  labelsep=period}
22223 \begin_inset Newline newline
22224 \end_inset
22225
22226
22227 \backslash
22228 captionsetup[table]{labelfont={bf,sf}}
22229 \end_layout
22230
22231 \begin_layout Standard
22232 \begin_inset Note Greyedout
22233 status open
22234
22235 \begin_layout Plain Layout
22236
22237 \series bold
22238 Note:
22239 \series default
22240  L'option 
22241 \series bold
22242 tableposition=top
22243 \series default
22244  n'a pas d'effet quand on utilise un document de classe 
22245 \series bold
22246 koma-script
22247 \series default
22248
22249 \begin_inset Index
22250 status collapsed
22251
22252 \begin_layout Plain Layout
22253 Paquetages LaTeX ! koma-script
22254 \end_layout
22255
22256 \end_inset
22257
22258 .
22259  Dans ce cas on doit utiliser l'option 
22260 \series bold
22261 tablecaptionabove
22262 \series default
22263  de la classe de document.
22264 \end_layout
22265
22266 \end_inset
22267
22268
22269 \end_layout
22270
22271 \begin_layout Standard
22272 Pour plus d'information sur le paquetage 
22273 \series bold
22274 caption
22275 \series default
22276  nous vous renvoyons à sa documentation 
22277 \begin_inset CommandInset citation
22278 LatexCommand cite
22279 key "caption"
22280
22281 \end_inset
22282
22283 .
22284 \end_layout
22285
22286 \begin_layout Standard
22287 Pour changer le nom de l'étiquette, par exemple de 
22288 \begin_inset Quotes eld
22289 \end_inset
22290
22291 Figure
22292 \begin_inset Quotes erd
22293 \end_inset
22294
22295  à 
22296 \begin_inset Quotes eld
22297 \end_inset
22298
22299 Image
22300 \begin_inset Quotes erd
22301 \end_inset
22302
22303 , utilisez la commande suivante dans le préambule :
22304 \end_layout
22305
22306 \begin_layout Standard
22307
22308 \series bold
22309
22310 \backslash
22311 renewcommand{
22312 \backslash
22313 fnum@figure}{Image~
22314 \backslash
22315 thefigure}
22316 \end_layout
22317
22318 \begin_layout Standard
22319 où 
22320 \series bold
22321
22322 \backslash
22323 thefigure
22324 \series default
22325  insère le numéro de la figure et
22326 \series bold
22327  
22328 \begin_inset Quotes eld
22329 \end_inset
22330
22331 ~
22332 \series default
22333
22334 \begin_inset Quotes erd
22335 \end_inset
22336
22337  ajoute une espace insécable.
22338 \end_layout
22339
22340 \begin_layout Standard
22341 \begin_inset VSpace bigskip
22342 \end_inset
22343
22344 Si vous utilisez un document de classe 
22345 \series bold
22346 koma-script
22347 \series default
22348
22349 \begin_inset Index
22350 status collapsed
22351
22352 \begin_layout Plain Layout
22353 Paquetages LaTeX ! koma-script
22354 \end_layout
22355
22356 \end_inset
22357
22358  (
22359 \family sans
22360 article (koma-script)
22361 \family default
22362
22363 \family sans
22364 book (koma-script)
22365 \family default
22366
22367 \family sans
22368 letter (koma-script)
22369 \family default
22370 , ou 
22371 \family sans
22372 report (koma-script)
22373 \family default
22374
22375 \begin_inset space \thinspace{}
22376 \end_inset
22377
22378 ), Vous pouvez utiliser la commande incorporée 
22379 \series bold
22380
22381 \backslash
22382 setkomafont 
22383 \series default
22384 du paquetage
22385 \series bold
22386  koma-script 
22387 \series default
22388 à la place du paquetage
22389 \series bold
22390  caption.
22391  
22392 \series default
22393 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22394  suivante au préambule de votre document :
22395 \end_layout
22396
22397 \begin_layout Standard
22398
22399 \series bold
22400
22401 \backslash
22402 setkomafont{captionlabel}{
22403 \backslash
22404 bfseries}
22405 \end_layout
22406
22407 \begin_layout Standard
22408 Pour plus d'information au sujet de 
22409 \series bold
22410
22411 \backslash
22412 setkomafont
22413 \series default
22414  nous vous renvoyons à la documentation du paquetage 
22415 \series bold
22416 koma-script
22417 \series default
22418  
22419 \begin_inset CommandInset citation
22420 LatexCommand cite
22421 key "koma-script"
22422
22423 \end_inset
22424
22425 .
22426 \end_layout
22427
22428 \begin_layout Standard
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434
22435 \backslash
22436 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22437 }
22438 \end_layout
22439
22440 \end_inset
22441
22442
22443 \begin_inset Note Note
22444 status open
22445
22446 \begin_layout Plain Layout
22447 Le format de la légende n'est modifié que pour cet exemple.
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \begin_layout Standard
22456 \begin_inset Float figure
22457 placement !p
22458 wide false
22459 sideways false
22460 status open
22461
22462 \begin_layout Plain Layout
22463 \align center
22464 \begin_inset Graphics
22465         filename ../clipart/mobius.eps
22466         lyxscale 50
22467         scale 50
22468         scaleBeforeRotation
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Plain Layout
22476 \begin_inset Caption
22477
22478 \begin_layout Plain Layout
22479 \begin_inset CommandInset label
22480 LatexCommand label
22481 name "fig:Legende-de-fig"
22482
22483 \end_inset
22484
22485 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22486  pour montrer les différents types de formats de légendes.
22487  Ici on a utilisé un format de légende personnalisé.
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \begin_layout Standard
22501 \begin_inset ERT
22502 status collapsed
22503
22504 \begin_layout Plain Layout
22505
22506
22507 \backslash
22508 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22509 on}
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \begin_layout Standard
22518 \begin_inset Float table
22519 placement !p
22520 wide false
22521 sideways false
22522 status open
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Caption
22526
22527 \begin_layout Plain Layout
22528 \begin_inset CommandInset label
22529 LatexCommand label
22530 name "tab:Légende-de-tab"
22531
22532 \end_inset
22533
22534 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22535  pour montrer les différents types de formats de légendes.
22536  Ici on a utilisé le format de légende par défaut.
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Plain Layout
22545 \align center
22546 \begin_inset Tabular
22547 <lyxtabular version="3" rows="1" columns="5">
22548 <features>
22549 <column alignment="center" valignment="top" width="0">
22550 <column alignment="center" valignment="top" width="0">
22551 <column alignment="center" valignment="top" width="0">
22552 <column alignment="center" valignment="top" width="0">
22553 <column alignment="center" valignment="top" width="0">
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 a
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 b
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 c
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 d
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 e
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 </lyxtabular>
22602
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \begin_layout Section
22614 Positionnement de la Légende
22615 \begin_inset Index
22616 status collapsed
22617
22618 \begin_layout Plain Layout
22619 Légende ! Placement
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \begin_inset Index
22626 status collapsed
22627
22628 \begin_layout Plain Layout
22629 Flottants ! Placement de la légende
22630 \end_layout
22631
22632 \end_inset
22633
22634
22635 \begin_inset CommandInset label
22636 LatexCommand label
22637 name "sec:Placement-légende"
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 La règle habituelle pour placer la légende est :
22646 \end_layout
22647
22648 \begin_layout Description
22649 Figure
22650 \begin_inset space ~
22651 \end_inset
22652
22653 : La légende est placée en dessous de la figure
22654 \end_layout
22655
22656 \begin_layout Description
22657 Tableau
22658 \begin_inset space ~
22659 \end_inset
22660
22661 : La légende est placée au dessus du tableau
22662 \end_layout
22663
22664 \begin_layout Standard
22665 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22666  au dessus des tableaux.
22667  Ce qui fait que si vous utilisez une des classes de document 
22668 \family sans
22669 article
22670 \family default
22671
22672 \family sans
22673 book
22674 \family default
22675
22676 \family sans
22677 letter
22678 \family default
22679 , ou 
22680 \family sans
22681 report
22682 \family default
22683  il n'y aura pas d'espace libre entre la légende et le tableau.
22684  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22685  de chargement du paquetage LaTeX 
22686 \series bold
22687 caption
22688 \series default
22689  dans le préambule de votre document
22690 \begin_inset Foot
22691 status open
22692
22693 \begin_layout Plain Layout
22694 Voir la section
22695 \begin_inset space ~
22696 \end_inset
22697
22698
22699 \begin_inset CommandInset ref
22700 LatexCommand ref
22701 reference "sec:Formatage-légende"
22702
22703 \end_inset
22704
22705  pour plus d'information sur le paquetage 
22706 \series bold
22707 caption
22708 \series default
22709 .
22710 \end_layout
22711
22712 \end_inset
22713
22714 :
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \series bold
22720 tableposition=top
22721 \end_layout
22722
22723 \begin_layout Standard
22724 Si vous utilisez une classe de document 
22725 \series bold
22726 koma-script
22727 \series default
22728
22729 \begin_inset Index
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733 Paquetages LaTeX ! koma-script
22734 \end_layout
22735
22736 \end_inset
22737
22738  (
22739 \family sans
22740 article (koma-script)
22741 \family default
22742
22743 \family sans
22744 book (koma-script)
22745 \family default
22746
22747 \family sans
22748 letter (koma-script)
22749 \family default
22750 , ou 
22751 \family sans
22752 report (koma-script)
22753 \family default
22754
22755 \begin_inset space \thinspace{}
22756 \end_inset
22757
22758 ), vous pouvez utiliser à la place du paquetage 
22759 \series bold
22760 caption
22761 \series default
22762  l'option 
22763 \series bold
22764 tablecaptionabove
22765 \series default
22766  de la classe de document.
22767 \end_layout
22768
22769 \begin_layout Standard
22770 \begin_inset VSpace bigskip
22771 \end_inset
22772
22773 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22774  Pour cela, vous devez charger le paquetage LaTeX 
22775 \series bold
22776 sidecap
22777 \series default
22778
22779 \begin_inset Index
22780 status collapsed
22781
22782 \begin_layout Plain Layout
22783 Paquetages LaTeX ! sidecap
22784 \end_layout
22785
22786 \end_inset
22787
22788  dans le préambule de votre document avec la ligne de commande suivante
22789 \end_layout
22790
22791 \begin_layout Standard
22792
22793 \series bold
22794
22795 \backslash
22796 usepackage[option]{sidecap}
22797 \end_layout
22798
22799 \begin_layout Standard
22800 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22801  extérieure – à droite sur les pages impaires et à gauche sur les pages
22802  paires.
22803  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22804  
22805 \series bold
22806 innercaption
22807 \series default
22808 .
22809  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22810  
22811 \series bold
22812 rightcaption
22813 \series default
22814  ou 
22815 \series bold
22816 leftcaption
22817 \series default
22818 .
22819 \end_layout
22820
22821 \begin_layout Standard
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827
22828 \backslash
22829 ifsidecap
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \begin_inset Note Note
22836 status open
22837
22838 \begin_layout Plain Layout
22839 La section suivante ne sera affichée que si le paquetage LaTeX 
22840 \series bold
22841 sidecap
22842 \series default
22843  a été installé.
22844 \end_layout
22845
22846 \end_inset
22847
22848
22849 \end_layout
22850
22851 \begin_layout Standard
22852 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22853  ajouter ces commandes dans le préambule de votre document :
22854 \end_layout
22855
22856 \begin_layout Standard
22857
22858 \lyxline
22859
22860 \end_layout
22861
22862 \begin_layout Standard
22863
22864 \series bold
22865
22866 \backslash
22867 newcommand{
22868 \backslash
22869 TabBesBeg}{%
22870 \begin_inset Newline newline
22871 \end_inset
22872
22873
22874 \begin_inset ERT
22875 status collapsed
22876
22877 \begin_layout Plain Layout
22878
22879
22880 \backslash
22881 hphantom{ }
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \backslash
22888 let
22889 \backslash
22890 MyTable
22891 \backslash
22892 table
22893 \begin_inset Newline newline
22894 \end_inset
22895
22896
22897 \begin_inset ERT
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901
22902
22903 \backslash
22904 hphantom{ }
22905 \end_layout
22906
22907 \end_inset
22908
22909
22910 \backslash
22911 let
22912 \backslash
22913 MyEndtable
22914 \backslash
22915 endtable
22916 \begin_inset Newline newline
22917 \end_inset
22918
22919
22920 \begin_inset ERT
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924
22925
22926 \backslash
22927 hphantom{ }
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \backslash
22934 renewenvironment{table}{
22935 \backslash
22936 begin{SCtable}}{
22937 \backslash
22938 end{SCtable}}}
22939 \end_layout
22940
22941 \begin_layout Standard
22942
22943 \series bold
22944
22945 \backslash
22946 newcommand{
22947 \backslash
22948 TabBesEnd}{%
22949 \begin_inset Newline newline
22950 \end_inset
22951
22952
22953 \begin_inset ERT
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957
22958
22959 \backslash
22960 hphantom{ }
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \backslash
22967 let
22968 \backslash
22969 table
22970 \backslash
22971 MyTable
22972 \begin_inset Newline newline
22973 \end_inset
22974
22975
22976 \begin_inset ERT
22977 status collapsed
22978
22979 \begin_layout Plain Layout
22980
22981
22982 \backslash
22983 hphantom{ }
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \backslash
22990 let
22991 \backslash
22992 endtable
22993 \backslash
22994 MyEndtable
22995 \end_layout
22996
22997 \begin_layout Standard
22998
22999 \series bold
23000
23001 \backslash
23002 newcommand{
23003 \backslash
23004 FigBesBeg}{%
23005 \begin_inset Newline newline
23006 \end_inset
23007
23008
23009 \begin_inset ERT
23010 status collapsed
23011
23012 \begin_layout Plain Layout
23013
23014
23015 \backslash
23016 hphantom{ }
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \backslash
23023 let
23024 \backslash
23025 MyFigure
23026 \backslash
23027 figure
23028 \begin_inset Newline newline
23029 \end_inset
23030
23031
23032 \begin_inset ERT
23033 status collapsed
23034
23035 \begin_layout Plain Layout
23036
23037
23038 \backslash
23039 hphantom{ }
23040 \end_layout
23041
23042 \end_inset
23043
23044
23045 \backslash
23046 let
23047 \backslash
23048 MyEndfigure
23049 \backslash
23050 endfigure
23051 \begin_inset Newline newline
23052 \end_inset
23053
23054
23055 \begin_inset ERT
23056 status collapsed
23057
23058 \begin_layout Plain Layout
23059
23060
23061 \backslash
23062 hphantom{ }
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \backslash
23069 renewenvironment{figure}{
23070 \backslash
23071 begin{SCfigure}}{
23072 \backslash
23073 end{SCfigure}}}
23074 \end_layout
23075
23076 \begin_layout Standard
23077
23078 \series bold
23079
23080 \backslash
23081 newcommand{
23082 \backslash
23083 FigBesEnd}{%
23084 \begin_inset Newline newline
23085 \end_inset
23086
23087
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 hphantom{ }
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \backslash
23102 let
23103 \backslash
23104 figure
23105 \backslash
23106 MyFigure
23107 \begin_inset Newline newline
23108 \end_inset
23109
23110
23111 \begin_inset ERT
23112 status collapsed
23113
23114 \begin_layout Plain Layout
23115
23116
23117 \backslash
23118 hphantom{ }
23119 \end_layout
23120
23121 \end_inset
23122
23123
23124 \backslash
23125 let
23126 \backslash
23127 endfigure
23128 \backslash
23129 MyEndfigure}
23130 \end_layout
23131
23132 \begin_layout Standard
23133
23134 \lyxline
23135
23136 \end_layout
23137
23138 \begin_layout Standard
23139 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23140  la légende se place sur le côté.
23141  Pour les flottants de figure, utilisez la commande
23142 \end_layout
23143
23144 \begin_layout Standard
23145
23146 \series bold
23147
23148 \backslash
23149 FigBesBeg
23150 \end_layout
23151
23152 \begin_layout Standard
23153 en code TeX avant le flottant.
23154  Après le flottant, insérez la commande
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160
23161 \backslash
23162 FigBesEnd
23163 \end_layout
23164
23165 \begin_layout Standard
23166 en code TeX pour revenir à la définition originale du flottant.
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Pour les flottants de tableau, utilisez les commandes correspondantes
23171 \end_layout
23172
23173 \begin_layout Standard
23174
23175 \series bold
23176
23177 \backslash
23178 TabBesBeg
23179 \series default
23180  et 
23181 \series bold
23182
23183 \backslash
23184 TabBesEnd
23185 \end_layout
23186
23187 \begin_layout Standard
23188 La figure
23189 \begin_inset space ~
23190 \end_inset
23191
23192
23193 \begin_inset CommandInset ref
23194 LatexCommand ref
23195 reference "fig:legende-a-coté-fig"
23196
23197 \end_inset
23198
23199  et le tableau
23200 \begin_inset space ~
23201 \end_inset
23202
23203
23204 \begin_inset CommandInset ref
23205 LatexCommand ref
23206 reference "tab:legende-à-coté-tableau"
23207
23208 \end_inset
23209
23210  sont des exemples où la légende a été mises sur le coté.
23211 \end_layout
23212
23213 \begin_layout Standard
23214 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23215  pour les flottants de tableau et vers le bas pour les flottants de figure.
23216  Pour changer ce comportement, vous pouvez utiliser les commandes
23217 \end_layout
23218
23219 \begin_layout Standard
23220
23221 \series bold
23222
23223 \backslash
23224 sidecaptionvpos{type flottant}{placement}
23225 \end_layout
23226
23227 \begin_layout Standard
23228 dans le préambule du document ou en code TeX juste avant le flottant visé.
23229  Le type du flottant est soit 
23230 \family sans
23231 figure
23232 \family default
23233  soit 
23234 \family sans
23235 table
23236 \family default
23237 , le placement peut être 
23238 \begin_inset Quotes eld
23239 \end_inset
23240
23241
23242 \family sans
23243 t
23244 \family default
23245
23246 \begin_inset Quotes erd
23247 \end_inset
23248
23249  pour haut (top), 
23250 \begin_inset Quotes eld
23251 \end_inset
23252
23253
23254 \family sans
23255 c
23256 \family default
23257
23258 \begin_inset Quotes erd
23259 \end_inset
23260
23261  pour centre (center), ou 
23262 \begin_inset Quotes eld
23263 \end_inset
23264
23265
23266 \family sans
23267 b
23268 \family default
23269
23270 \begin_inset Quotes erd
23271 \end_inset
23272
23273  pour bas (bottom).
23274  Pour que, par exemple, les légendes des flottants de figure soient centrés
23275  verticalement, utilisez la commande
23276 \end_layout
23277
23278 \begin_layout Standard
23279
23280 \series bold
23281
23282 \backslash
23283 sidecaptionvpos{figure}{c}
23284 \end_layout
23285
23286 \begin_layout Standard
23287 C'est ce qui a été utilisé pour la figure
23288 \begin_inset space ~
23289 \end_inset
23290
23291
23292 \begin_inset CommandInset ref
23293 LatexCommand ref
23294 reference "fig:legende-à-coté-fig-2"
23295
23296 \end_inset
23297
23298 .
23299 \end_layout
23300
23301 \begin_layout Standard
23302 \begin_inset VSpace medskip
23303 \end_inset
23304
23305 Pour plus d'information sur le paquetage 
23306 \series bold
23307 sidecap
23308 \series default
23309  nous vous renvoyons à sa documentation 
23310 \begin_inset CommandInset citation
23311 LatexCommand cite
23312 key "sidecap"
23313
23314 \end_inset
23315
23316 .
23317 \end_layout
23318
23319 \begin_layout Standard
23320 \begin_inset Note Greyedout
23321 status open
23322
23323 \begin_layout Plain Layout
23324
23325 \series bold
23326 Note:
23327 \series default
23328  Le paquetage LaTeX 
23329 \series bold
23330 hypcap
23331 \series default
23332
23333 \begin_inset Index
23334 status collapsed
23335
23336 \begin_layout Plain Layout
23337 Paquetages LaTeX ! hypcap
23338 \end_layout
23339
23340 \end_inset
23341
23342 , qui est décrit dans la section
23343 \begin_inset space ~
23344 \end_inset
23345
23346
23347 \begin_inset CommandInset ref
23348 LatexCommand ref
23349 reference "sub:Reference-Position"
23350
23351 \end_inset
23352
23353 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset ERT
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366
23367
23368 \backslash
23369 FigBesBeg 
23370 \end_layout
23371
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \begin_layout Standard
23378 \begin_inset Float figure
23379 wide false
23380 sideways false
23381 status open
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Graphics
23385         filename ../clipart/escher-lsd.eps
23386         scale 75
23387         scaleBeforeRotation
23388
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \begin_layout Plain Layout
23395 \begin_inset Caption
23396
23397 \begin_layout Plain Layout
23398 \begin_inset CommandInset label
23399 LatexCommand label
23400 name "fig:legende-a-coté-fig"
23401
23402 \end_inset
23403
23404 Une légende à côté d'une figure.
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413
23414
23415 \end_layout
23416
23417 \begin_layout Standard
23418 \begin_inset ERT
23419 status collapsed
23420
23421 \begin_layout Plain Layout
23422
23423
23424 \backslash
23425 TabBesBeg 
23426 \end_layout
23427
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \begin_layout Standard
23434 \begin_inset Float table
23435 wide false
23436 sideways false
23437 status open
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Caption
23441
23442 \begin_layout Plain Layout
23443 \begin_inset CommandInset label
23444 LatexCommand label
23445 name "tab:legende-à-coté-tableau"
23446
23447 \end_inset
23448
23449 Une légende à côté d'un tableau.
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Plain Layout
23458 \begin_inset Tabular
23459 <lyxtabular version="3" rows="4" columns="5">
23460 <features>
23461 <column alignment="center" valignment="top" width="0">
23462 <column alignment="center" valignment="top" width="0">
23463 <column alignment="center" valignment="top" width="0">
23464 <column alignment="center" valignment="top" width="0">
23465 <column alignment="center" valignment="top" width="0">
23466 <row>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 a
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 b
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 c
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 d
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 e
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 f
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 g
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 h
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 i
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 j
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 </row>
23654 </lyxtabular>
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \begin_layout Standard
23667 \begin_inset ERT
23668 status collapsed
23669
23670 \begin_layout Plain Layout
23671
23672
23673 \backslash
23674 TabBesEnd
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Standard
23683 \begin_inset ERT
23684 status collapsed
23685
23686 \begin_layout Plain Layout
23687
23688
23689 \backslash
23690 sidecaptionvpos{figure}{c}
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \begin_inset Float figure
23697 wide false
23698 sideways false
23699 status open
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Graphics
23703         filename ../clipart/escher-lsd.eps
23704         scale 75
23705         scaleBeforeRotation
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Caption
23714
23715 \begin_layout Plain Layout
23716 \begin_inset CommandInset label
23717 LatexCommand label
23718 name "fig:legende-à-coté-fig-2"
23719
23720 \end_inset
23721
23722 Une légende centrée verticalement à côté d'une figure.
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \begin_layout Standard
23736 \begin_inset ERT
23737 status collapsed
23738
23739 \begin_layout Plain Layout
23740
23741
23742 \backslash
23743 FigBesEnd
23744 \end_layout
23745
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \begin_layout Standard
23752 \begin_inset ERT
23753 status collapsed
23754
23755 \begin_layout Plain Layout
23756
23757
23758 \backslash
23759 else
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \begin_inset Note Note
23766 status open
23767
23768 \begin_layout Plain Layout
23769 Ce qui suit sera affiché si le paquetage LaTeX 
23770 \series bold
23771 sidecap
23772 \series default
23773  n'est pas installé :
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \begin_layout Standard
23782 Vous devez installer le paquetage LaTeX 
23783 \series bold
23784 sidecap
23785 \series default
23786  pour voir la suite de cette section dans la sortie imprimée.
23787 \end_layout
23788
23789 \begin_layout Standard
23790 \begin_inset ERT
23791 status collapsed
23792
23793 \begin_layout Plain Layout
23794
23795
23796 \backslash
23797 fi
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Section
23806 Les Listes de Flottants
23807 \begin_inset Index
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811 Flottants ! Listes de Flottants
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 De la même façon que la table des matières fait la liste des sections du
23821  document, il y a des listes pour tous les types de flottants, comme par
23822  exemple pour les figures du document.
23823  Vous pouvez les insérer en utilisant le menu 
23824 \family sans
23825 Insérer\SpecialChar \menuseparator
23826 Listes
23827 \begin_inset space ~
23828 \end_inset
23829
23830 &
23831 \begin_inset space ~
23832 \end_inset
23833
23834 TdM
23835 \family default
23836 .
23837 \end_layout
23838
23839 \begin_layout Standard
23840 Les entrées de la liste sont la légende du flottant ou éventuellement le
23841  titre court, le numéro du flottant, et le numéro de la page où le flottant
23842  apparaît dans le document.
23843 \end_layout
23844
23845 \begin_layout Standard
23846 Vous trouverez à la fin de ce document une liste des figures et une liste
23847  des tableaux.
23848 \end_layout
23849
23850 \begin_layout Chapter
23851 Notes
23852 \end_layout
23853
23854 \begin_layout Section
23855 Les Notes de LyX
23856 \begin_inset Index
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860 Notes ! Notes LyX 
23861 \end_layout
23862
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \begin_layout Standard
23869 On peut insérer une note en utilisant le bouton 
23870 \begin_inset Graphics
23871         filename ../../images/note-insert.png
23872         scale 85
23873         scaleBeforeRotation
23874
23875 \end_inset
23876
23877  de la barre d'outils ou avec le menu 
23878 \family sans
23879 Insérer\SpecialChar \menuseparator
23880 Note
23881 \family default
23882 .
23883  Il y a trois types de notes :
23884 \end_layout
23885
23886 \begin_layout Description
23887 Note
23888 \begin_inset space ~
23889 \end_inset
23890
23891 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23892  finale.
23893  La boîte de cette note ressemble à ceci :
23894 \begin_inset Newline newline
23895 \end_inset
23896
23897
23898 \begin_inset Newline newline
23899 \end_inset
23900
23901
23902 \begin_inset Graphics
23903         filename clipart/LyXNoteImageQt4.png
23904         display false
23905         scale 65
23906         scaleBeforeRotation
23907
23908 \end_inset
23909
23910  
23911 \begin_inset Note Note
23912 status open
23913
23914 \begin_layout Plain Layout
23915 Le texte de cette note n'apparaîtra pas à l'impression.
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Description
23924 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23925  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23926  vers un fichier au format LaTeX avec le menu 
23927 \family sans
23928 Fichier\SpecialChar \menuseparator
23929 Exporter\SpecialChar \menuseparator
23930 LaTeX (pdflatex) / (plain)
23931 \family default
23932 .
23933  La boîte de cette note ressemble à ceci :
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937
23938 \begin_inset Newline newline
23939 \end_inset
23940
23941
23942 \begin_inset Graphics
23943         filename clipart/CommentNoteImageQt4.png
23944         display false
23945         scale 55
23946         scaleBeforeRotation
23947
23948 \end_inset
23949
23950
23951 \lang english
23952  
23953 \lang french
23954
23955 \begin_inset Note Comment
23956 status open
23957
23958 \begin_layout Plain Layout
23959 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23960  LaTeX.
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Description
23969 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23970  La boîte de cette note ressemble à ceci :
23971 \lang english
23972
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \lang french
23978
23979 \begin_inset Newline newline
23980 \end_inset
23981
23982
23983 \begin_inset Graphics
23984         filename clipart/GreyedOutNoteImageQt4.png
23985         lyxscale 80
23986         display false
23987         scale 55
23988         scaleBeforeRotation
23989
23990 \end_inset
23991
23992
23993 \begin_inset Newline newline
23994 \end_inset
23995
23996
23997 \begin_inset ERT
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001
24002
24003 \backslash
24004 renewenvironment{lyxgreyedout}
24005 \end_layout
24006
24007 \begin_layout Plain Layout
24008
24009 {
24010 \backslash
24011 textcolor[gray]{0.8}
24012 \backslash
24013 bgroup}{
24014 \backslash
24015 egroup}
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \begin_inset Note Greyedout
24022 status open
24023
24024 \begin_layout Plain Layout
24025 Le texte
24026 \begin_inset Foot
24027 status collapsed
24028
24029 \begin_layout Plain Layout
24030 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
24031  grisé.
24032  
24033 \end_layout
24034
24035 \end_inset
24036
24037  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \begin_inset ERT
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047
24048
24049 \backslash
24050 renewenvironment{lyxgreyedout}
24051 \end_layout
24052
24053 \begin_layout Plain Layout
24054
24055 {
24056 \backslash
24057 textcolor{blue}
24058 \backslash
24059 bgroup}{
24060 \backslash
24061 egroup}
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \begin_inset Note Note
24068 status open
24069
24070 \begin_layout Plain Layout
24071 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24072  originale qu'elle a dans LyX.
24073  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24074  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24075 \end_layout
24076
24077 \end_inset
24078
24079
24080 \begin_inset Newline newline
24081 \end_inset
24082
24083
24084 \begin_inset Newline newline
24085 \end_inset
24086
24087 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24088  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24089 \end_layout
24090
24091 \begin_layout Standard
24092 \begin_inset VSpace bigskip
24093 \end_inset
24094
24095 Quand vous utilisez le bouton 
24096 \begin_inset Graphics
24097         filename ../../images/note-insert.png
24098         scale 85
24099         scaleBeforeRotation
24100
24101 \end_inset
24102
24103  de la barre d'outils, vous insérez une 
24104 \family sans
24105 Note
24106 \begin_inset space ~
24107 \end_inset
24108
24109 LyX
24110 \family default
24111 .
24112  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24113 la et cliquez sur le bouton d'insertion de note.
24114  Pour retransformer une note en texte, appuyez sur la touche 
24115 \family sans
24116 backspace
24117 \family default
24118  quand le curseur est au tout début de la note ou appuyez sur la touche
24119  
24120 \family sans
24121 Suppr.
24122
24123 \family default
24124  quand le curseur se trouve à la fin de la note.
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset VSpace bigskip
24129 \end_inset
24130
24131 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24132  commandes suivantes dans le préambule :
24133 \end_layout
24134
24135 \begin_layout Standard
24136
24137 \series bold
24138
24139 \backslash
24140 renewenvironment{lyxgreyedout}
24141 \begin_inset Newline newline
24142 \end_inset
24143
24144
24145 \begin_inset ERT
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149
24150
24151 \backslash
24152 hphantom{ }
24153 \end_layout
24154
24155 \end_inset
24156
24157 {
24158 \backslash
24159 textcolor{color}
24160 \backslash
24161 bgroup}{
24162 \backslash
24163 egroup}
24164 \end_layout
24165
24166 \begin_layout Standard
24167 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24168  sont expliqués dans la section
24169 \begin_inset space ~
24170 \end_inset
24171
24172
24173 \begin_inset CommandInset ref
24174 LatexCommand ref
24175 reference "sec:Tableaux-Colorés"
24176
24177 \end_inset
24178
24179 .
24180 \end_layout
24181
24182 \begin_layout Standard
24183 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24184  grisées avec leur texte en bleu.
24185 \end_layout
24186
24187 \begin_layout Section
24188 Notes en Bas de Page
24189 \begin_inset CommandInset label
24190 LatexCommand label
24191 name "sec:Notes-bas-de-page"
24192
24193 \end_inset
24194
24195
24196 \begin_inset Index
24197 status collapsed
24198
24199 \begin_layout Plain Layout
24200 Notes ! Notes de bas de page
24201 \end_layout
24202
24203 \end_inset
24204
24205
24206 \begin_inset Index
24207 status collapsed
24208
24209 \begin_layout Plain Layout
24210 Notes de bas de page
24211 \end_layout
24212
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \begin_layout Standard
24219 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24220  
24221 \begin_inset Graphics
24222         filename ../../images/footnote-insert.png
24223         scale 85
24224         scaleBeforeRotation
24225
24226 \end_inset
24227
24228  de la barre d'outils, soit en utilisant le menu 
24229 \family sans
24230 Insérer\SpecialChar \menuseparator
24231 Note
24232 \begin_inset space ~
24233 \end_inset
24234
24235 en
24236 \begin_inset space ~
24237 \end_inset
24238
24239 Bas
24240 \begin_inset space ~
24241 \end_inset
24242
24243 de
24244 \begin_inset space ~
24245 \end_inset
24246
24247 Page
24248 \family default
24249 .
24250  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24251  rouge 
24252 \begin_inset Quotes fld
24253 \end_inset
24254
24255 bas
24256 \begin_inset Quotes frd
24257 \end_inset
24258
24259  qui ressemble à ceci : 
24260 \begin_inset Graphics
24261         filename clipart/footnoteQt4.png
24262         scale 80
24263         scaleBeforeRotation
24264
24265 \end_inset
24266
24267  Vous pouvez y entrer votre texte.
24268  Si vous voulez transformer du texte déjà existant en note en bas de page,
24269  sélectionnez-le et cliquez sur le bouton 
24270 \family sans
24271 Note
24272 \begin_inset space ~
24273 \end_inset
24274
24275 en
24276 \begin_inset space ~
24277 \end_inset
24278
24279 Bas
24280 \begin_inset space ~
24281 \end_inset
24282
24283 de
24284 \begin_inset space ~
24285 \end_inset
24286
24287 Page
24288 \family default
24289  de la barre d'outils.
24290  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24291  
24292 \family sans
24293 backspace
24294 \family default
24295  quand le curseur est au tout début de la note ou appuyez sur la touche
24296  
24297 \family sans
24298 Suppr.
24299
24300 \family default
24301  quand le curseur se trouve à la fin de la note.
24302 \end_layout
24303
24304 \begin_layout Standard
24305 Voici un exemple de note en bas de page:
24306 \begin_inset Foot
24307 status open
24308
24309 \begin_layout Plain Layout
24310 \begin_inset CommandInset label
24311 LatexCommand label
24312 name "fn:Note-en-bas"
24313
24314 \end_inset
24315
24316 Ceci est un exemple de note en bas de page.
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327
24328 \backslash
24329 newcounter{MyRepeatFoot}
24330 \end_layout
24331
24332 \begin_layout Plain Layout
24333
24334
24335 \backslash
24336 setcounter{MyRepeatFoot}{
24337 \backslash
24338 thefootnote}
24339 \end_layout
24340
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \begin_layout Standard
24347 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24348  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24349  de note.
24350  Le texte de la note est placé en bas de la page courante.
24351  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24352  Selon votre classe de document les numéros de notes pourront être réinitialisés
24353  à chaque nouveau chapitre.
24354 \end_layout
24355
24356 \begin_layout Standard
24357 On peut faire référence à une note en bas de page comme on le fait avec
24358  les flottants : Insérez une étiquette dans la note et faites une référence
24359  croisée vers cette étiquette comme c'est décrit dans la
24360 \begin_inset space ~
24361 \end_inset
24362
24363
24364 \begin_inset CommandInset ref
24365 LatexCommand ref
24366 reference "sec:Referencer-les-Flottants"
24367
24368 \end_inset
24369
24370 .
24371 \begin_inset Newline newline
24372 \end_inset
24373
24374 Voici une référence à une note de bas de page :
24375 \begin_inset space ~
24376 \end_inset
24377
24378
24379 \begin_inset CommandInset ref
24380 LatexCommand ref
24381 reference "fn:Note-en-bas"
24382
24383 \end_inset
24384
24385 .
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset VSpace defskip
24390 \end_inset
24391
24392 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24393  des minipages, voyez la section
24394 \begin_inset space ~
24395 \end_inset
24396
24397
24398 \begin_inset CommandInset ref
24399 LatexCommand ref
24400 reference "sec:Minipages"
24401
24402 \end_inset
24403
24404 .
24405  Les notes de bas de page dans des tableaux longs sont traitées dans la
24406  section
24407 \begin_inset space ~
24408 \end_inset
24409
24410
24411 \begin_inset CommandInset ref
24412 LatexCommand ref
24413 reference "sub:Notes-dans-tableau-long"
24414
24415 \end_inset
24416
24417 .
24418 \end_layout
24419
24420 \begin_layout Standard
24421 \begin_inset VSpace defskip
24422 \end_inset
24423
24424 Pour créer seulement la marque de note, utilisez la commande 
24425 \series bold
24426
24427 \backslash
24428 footnotemark[nombre]
24429 \series default
24430  en code TeX.
24431  On utilise cette possibilité quand on a plusieurs fois la même annotation
24432  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24433  bas de page à chaque fois.
24434 \begin_inset Newline newline
24435 \end_inset
24436
24437 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24438  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24439  part.
24440  Pour la marque de note qui suit, ces commandes ont été insérées en code
24441  TeX après la note
24442 \begin_inset space ~
24443 \end_inset
24444
24445
24446 \begin_inset CommandInset ref
24447 LatexCommand ref
24448 reference "fn:Note-en-bas"
24449
24450 \end_inset
24451
24452  pour enregistrer le numéro de note de bas de page :
24453 \end_layout
24454
24455 \begin_layout Standard
24456
24457 \series bold
24458
24459 \backslash
24460 newcounter{MyRepeatFoot}
24461 \begin_inset Newline newline
24462 \end_inset
24463
24464
24465 \backslash
24466 setcounter{MyRepeatFoot}{
24467 \backslash
24468 thefootnote}
24469 \end_layout
24470
24471 \begin_layout Standard
24472 La marque de note a été créée avec la commande suivante :
24473 \end_layout
24474
24475 \begin_layout Standard
24476
24477 \series bold
24478
24479 \backslash
24480 footnotemark[
24481 \backslash
24482 theMyRepeatFoot]
24483 \end_layout
24484
24485 \begin_layout Standard
24486 Voici un exemple de marque de note de bas de page : 
24487 \begin_inset ERT
24488 status collapsed
24489
24490 \begin_layout Plain Layout
24491
24492
24493 \backslash
24494 footnotemark[
24495 \backslash
24496 theMyRepeatFoot]
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \begin_layout Subsection
24505 Numérotation de Notes de Bas de Page
24506 \begin_inset CommandInset label
24507 LatexCommand label
24508 name "sub:Numerotation-notes-bas-de-page"
24509
24510 \end_inset
24511
24512
24513 \begin_inset Index
24514 status collapsed
24515
24516 \begin_layout Plain Layout
24517 Notes de bas de page ! Numérotation
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \begin_layout Standard
24526 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24527  ajoutez cette commande dans le préambule de votre document :
24528 \end_layout
24529
24530 \begin_layout Standard
24531
24532 \series bold
24533
24534 \backslash
24535 @addtoreset{footnote}{section}
24536 \end_layout
24537
24538 \begin_layout Standard
24539 \begin_inset VSpace bigskip
24540 \end_inset
24541
24542 La commande de préambule suivante change le style de numérotation des notes
24543  en petits chiffres romains :
24544 \end_layout
24545
24546 \begin_layout Standard
24547
24548 \series bold
24549
24550 \backslash
24551 renewcommand{
24552 \backslash
24553 thefootnote}{
24554 \backslash
24555 roman{footnote}}
24556 \end_layout
24557
24558 \begin_layout Standard
24559 \begin_inset ERT
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563
24564
24565 \backslash
24566 renewcommand{
24567 \backslash
24568 thefootnote}{
24569 \backslash
24570 roman{footnote}}
24571 \end_layout
24572
24573 \end_inset
24574
24575  Cette note de bas de page utilise une numérotation en chiffres romains
24576  :
24577 \begin_inset Foot
24578 status open
24579
24580 \begin_layout Plain Layout
24581 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24582  romains.
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24592  la commande précédente 
24593 \series bold
24594
24595 \backslash
24596 roman
24597 \series default
24598  par 
24599 \series bold
24600
24601 \backslash
24602 Roman
24603 \series default
24604 .
24605  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24606  utilisez respectivement soit 
24607 \series bold
24608
24609 \backslash
24610 Alph
24611 \series default
24612  soit 
24613 \series bold
24614
24615 \backslash
24616 alph
24617 \series default
24618 .
24619  Pour les 
24620 \begin_inset Quotes eld
24621 \end_inset
24622
24623 numéroter
24624 \begin_inset Quotes erd
24625 \end_inset
24626
24627  avec des symboles, utilisez 
24628 \series bold
24629
24630 \backslash
24631 fnsymbol
24632 \series default
24633 .
24634 \end_layout
24635
24636 \begin_layout Standard
24637 \begin_inset Note Greyedout
24638 status open
24639
24640 \begin_layout Plain Layout
24641
24642 \series bold
24643 Note:
24644 \series default
24645  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24646  puisque cette numérotation est limitée à des lettres seules.
24647 \end_layout
24648
24649 \end_inset
24650
24651
24652 \begin_inset Newline newline
24653 \end_inset
24654
24655
24656 \begin_inset Note Greyedout
24657 status open
24658
24659 \begin_layout Plain Layout
24660
24661 \series bold
24662 Note:
24663 \series default
24664  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24665 \end_layout
24666
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \begin_layout Standard
24673 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24674  utilisez 
24675 \series bold
24676
24677 \backslash
24678 arabic
24679 \series default
24680  à la place de 
24681 \series bold
24682
24683 \backslash
24684 roman
24685 \series default
24686  dans la commande précédente.
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 renewcommand{
24695 \backslash
24696 thefootnote}{
24697 \backslash
24698 arabic{footnote}}
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 \begin_inset VSpace bigskip
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \begin_layout Standard
24714 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24715  le schéma 
24716 \begin_inset Quotes eld
24717 \end_inset
24718
24719 chapitre.note
24720 \begin_inset Quotes erd
24721 \end_inset
24722
24723 , ajoutez la commande suivante au préambule de votre document :
24724 \end_layout
24725
24726 \begin_layout Standard
24727
24728 \series bold
24729
24730 \backslash
24731 numberwithin{footnote}{chapter}
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Pour pouvoir utiliser la commande 
24736 \series bold
24737
24738 \backslash
24739 numberwithin
24740 \series default
24741 , activez dans la rubrique 
24742 \family sans
24743 Options
24744 \begin_inset space ~
24745 \end_inset
24746
24747 des
24748 \begin_inset space ~
24749 \end_inset
24750
24751 Maths
24752 \family default
24753  dans les paramètres du document, l'option 
24754 \family sans
24755 Utiliser
24756 \begin_inset space ~
24757 \end_inset
24758
24759 le
24760 \begin_inset space ~
24761 \end_inset
24762
24763 paquetage
24764 \begin_inset space ~
24765 \end_inset
24766
24767 maths
24768 \begin_inset space ~
24769 \end_inset
24770
24771 AMS
24772 \family default
24773 .
24774 \end_layout
24775
24776 \begin_layout Standard
24777 \begin_inset ERT
24778 status collapsed
24779
24780 \begin_layout Plain Layout
24781
24782
24783 \backslash
24784 numberwithin{footnote}{chapter}
24785 \end_layout
24786
24787 \end_inset
24788
24789 Ceci est un autre exemple de note de bas de page:
24790 \series bold
24791
24792 \begin_inset Foot
24793 status open
24794
24795 \begin_layout Plain Layout
24796 Cette note est numérotée en suivant le schéma 
24797 \begin_inset Quotes eld
24798 \end_inset
24799
24800 chapitre.note
24801 \begin_inset Quotes erd
24802 \end_inset
24803
24804 .
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \series default
24811
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817
24818 \backslash
24819 renewcommand{
24820 \backslash
24821 thefootnote}{
24822 \backslash
24823 arabic{footnote}}
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 \begin_inset Note Greyedout
24833 status open
24834
24835 \begin_layout Plain Layout
24836
24837 \series bold
24838 Note:
24839 \series default
24840  
24841 \series bold
24842
24843 \backslash
24844 numberwithin
24845 \series default
24846  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24847  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24848  prises en compte.
24849  
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Donc pour avoir par exemple le schéma 
24859 \begin_inset Quotes eld
24860 \end_inset
24861
24862 chapitre.
24863 \backslash
24864 Roman{note}
24865 \begin_inset Quotes erd
24866 \end_inset
24867
24868 , utilisez la commande suivante plutôt que 
24869 \series bold
24870
24871 \backslash
24872 numberwithin
24873 \series default
24874  :
24875 \end_layout
24876
24877 \begin_layout Standard
24878
24879 \series bold
24880
24881 \backslash
24882 renewcommand{
24883 \backslash
24884 thefootnote}{
24885 \backslash
24886 thechapter.
24887 \backslash
24888 Roman{footnote}}
24889 \end_layout
24890
24891 \begin_layout Subsection
24892 Positionnement de notes de bas de page
24893 \begin_inset Index
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 Notes de bas de page ! Positionnement
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Standard
24906 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24907  vertical entre elles en bas de la page.
24908  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24909  de 1.5
24910 \begin_inset space \thinspace{}
24911 \end_inset
24912
24913 mm avec la commande suivante dans le préambule :
24914 \end_layout
24915
24916 \begin_layout Standard
24917
24918 \series bold
24919
24920 \backslash
24921 let
24922 \backslash
24923 myFoot
24924 \backslash
24925 footnote
24926 \begin_inset Newline newline
24927 \end_inset
24928
24929
24930 \backslash
24931 renewcommand{
24932 \backslash
24933 footnote}[1]{
24934 \backslash
24935 myFoot{#1
24936 \backslash
24937 vspace{1.5mm}}}
24938 \end_layout
24939
24940 \begin_layout Standard
24941 \begin_inset VSpace bigskip
24942 \end_inset
24943
24944 Dans un document à deux colonnes les notes de bas de page apparaissent en
24945  bas de chaque colonne, comme sur la Figure
24946 \begin_inset space ~
24947 \end_inset
24948
24949
24950 \begin_inset CommandInset ref
24951 LatexCommand ref
24952 reference "fig:Position-standard-note-bas-de-page"
24953
24954 \end_inset
24955
24956 .
24957  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24958  sur la Figure
24959 \begin_inset space ~
24960 \end_inset
24961
24962
24963 \begin_inset CommandInset ref
24964 LatexCommand ref
24965 reference "fig:Position-note-avec-ftnright"
24966
24967 \end_inset
24968
24969 , utilisez le paquetage LaTeX 
24970 \series bold
24971 ftnright
24972 \series default
24973
24974 \begin_inset Index
24975 status collapsed
24976
24977 \begin_layout Plain Layout
24978 Paquetages LaTeX ! ftnright
24979 \end_layout
24980
24981 \end_inset
24982
24983  avec cette commande dans le préambule du document:
24984 \end_layout
24985
24986 \begin_layout Standard
24987
24988 \series bold
24989
24990 \backslash
24991 usepackage{ftnright}
24992 \end_layout
24993
24994 \begin_layout Standard
24995 \begin_inset Float figure
24996 placement !h
24997 wide false
24998 sideways false
24999 status open
25000
25001 \begin_layout Plain Layout
25002 \begin_inset ERT
25003 status collapsed
25004
25005 \begin_layout Plain Layout
25006
25007
25008 \backslash
25009 framebox{
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \begin_inset Graphics
25016         filename ../clipart/without_fntright.pdf
25017         width 100col%
25018         scaleBeforeRotation
25019
25020 \end_inset
25021
25022
25023 \begin_inset ERT
25024 status collapsed
25025
25026 \begin_layout Plain Layout
25027
25028 }
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Plain Layout
25037 \begin_inset Caption
25038
25039 \begin_layout Plain Layout
25040 \begin_inset CommandInset label
25041 LatexCommand label
25042 name "fig:Position-standard-note-bas-de-page"
25043
25044 \end_inset
25045
25046 Positionnement standard des notes de bas de page dans un document à deux
25047  colonnes.
25048 \end_layout
25049
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 \begin_inset Float figure
25062 placement !h
25063 wide false
25064 sideways false
25065 status open
25066
25067 \begin_layout Plain Layout
25068 \begin_inset ERT
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072
25073
25074 \backslash
25075 framebox{
25076 \end_layout
25077
25078 \end_inset
25079
25080
25081 \begin_inset Graphics
25082         filename ../clipart/with_fntright.pdf
25083         width 100col%
25084         scaleBeforeRotation
25085
25086 \end_inset
25087
25088
25089 \begin_inset ERT
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093
25094 }
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Plain Layout
25103 \begin_inset Caption
25104
25105 \begin_layout Plain Layout
25106 \begin_inset CommandInset label
25107 LatexCommand label
25108 name "fig:Position-note-avec-ftnright"
25109
25110 \end_inset
25111
25112 Positionnement de notes de bas de page dans un document à deux colonnes
25113  en utilisant le paquetage LaTeX 
25114 \series bold
25115 ftnright
25116 \series default
25117 .
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Standard
25131 \begin_inset VSpace bigskip
25132 \end_inset
25133
25134 Dans certaines publications scientifiques, il est courant de rassembler
25135  les notes de bas de page et de les imprimer dans un paragraphe particulier
25136  à la fin de la section, comme sur la Figure
25137 \begin_inset space ~
25138 \end_inset
25139
25140
25141 \begin_inset CommandInset ref
25142 LatexCommand ref
25143 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25144
25145 \end_inset
25146
25147 .
25148  On les appelle 
25149 \begin_inset Quotes eld
25150 \end_inset
25151
25152 notes de fin
25153 \begin_inset Quotes erd
25154 \end_inset
25155
25156 .
25157 \begin_inset Note Note
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 J'ai pas trouvé mieux pour endnotes (NdT)
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \begin_inset Index
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171 Notes de fin
25172 \end_layout
25173
25174 \end_inset
25175
25176  Pour utiliser des notes de fin à la place des notes de bas de page dans
25177  votre document, chargez le paquetage LaTeX 
25178 \series bold
25179 endnotes
25180 \series default
25181
25182 \begin_inset Index
25183 status collapsed
25184
25185 \begin_layout Plain Layout
25186 Paquetages LaTeX ! endnotes
25187 \end_layout
25188
25189 \end_inset
25190
25191  avec ces lignes dans le préambule du document
25192 \end_layout
25193
25194 \begin_layout Standard
25195
25196 \series bold
25197
25198 \backslash
25199 usepackage{endnotes}
25200 \begin_inset Newline newline
25201 \end_inset
25202
25203
25204 \backslash
25205 let
25206 \backslash
25207 footnote
25208 \backslash
25209 endnote
25210 \end_layout
25211
25212 \begin_layout Standard
25213 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25214 \end_layout
25215
25216 \begin_layout Standard
25217
25218 \series bold
25219
25220 \backslash
25221 theendnotes
25222 \end_layout
25223
25224 \begin_layout Standard
25225 en code TeX à la fin d'une section ou d'un chapitre.
25226 \end_layout
25227
25228 \begin_layout Standard
25229 \begin_inset Float figure
25230 wide false
25231 sideways false
25232 status open
25233
25234 \begin_layout Plain Layout
25235 \align center
25236 \begin_inset ERT
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240
25241
25242 \backslash
25243 framebox{
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \begin_inset Graphics
25250         filename ../clipart/endnotes.pdf
25251         scaleBeforeRotation
25252
25253 \end_inset
25254
25255
25256 \begin_inset ERT
25257 status collapsed
25258
25259 \begin_layout Plain Layout
25260
25261 }
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Plain Layout
25270 \begin_inset Caption
25271
25272 \begin_layout Plain Layout
25273 \begin_inset CommandInset label
25274 LatexCommand label
25275 name "fig:Notes-de-fin---notes-de-bas-de-page"
25276
25277 \end_inset
25278
25279 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
25280  séparé à la fin des sections ou des chapitres.
25281 \end_layout
25282
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 \begin_inset VSpace medskip
25295 \end_inset
25296
25297 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25298  dans la langue du document, cela doit être fait manuellement.
25299  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25300  
25301 \begin_inset Quotes eld
25302 \end_inset
25303
25304 Notes
25305 \begin_inset Quotes erd
25306 \end_inset
25307
25308  en sa traduction Allemande
25309 \begin_inset Foot
25310 status collapsed
25311
25312 \begin_layout Plain Layout
25313 En français, 
25314 \begin_inset Quotes eld
25315 \end_inset
25316
25317 Notes
25318 \begin_inset Quotes erd
25319 \end_inset
25320
25321  peut être conservé.
25322 \end_layout
25323
25324 \end_inset
25325
25326  
25327 \begin_inset Quotes eld
25328 \end_inset
25329
25330 Anmerkungen
25331 \begin_inset Quotes erd
25332 \end_inset
25333
25334  :
25335 \end_layout
25336
25337 \begin_layout Standard
25338
25339 \series bold
25340
25341 \backslash
25342 renewcommand{
25343 \backslash
25344 notesname}{Anmerkungen}
25345 \end_layout
25346
25347 \begin_layout Standard
25348 \begin_inset VSpace medskip
25349 \end_inset
25350
25351 La numérotation des notes de fin peut être modifiée comme celle des notes
25352  de bas de page comme c'est décrit dans la section
25353 \begin_inset space ~
25354 \end_inset
25355
25356
25357 \begin_inset CommandInset ref
25358 LatexCommand ref
25359 reference "sub:Numerotation-notes-bas-de-page"
25360
25361 \end_inset
25362
25363  ; remplacez juste la commande 
25364 \series bold
25365
25366 \backslash
25367 thefootnote
25368 \series default
25369  par 
25370 \series bold
25371
25372 \backslash
25373 theendnote
25374 \series default
25375 .
25376  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25377 \series bold
25378
25379 \backslash
25380 @addtoreset
25381 \series default
25382  comme c'est décrit dans la section
25383 \begin_inset space ~
25384 \end_inset
25385
25386
25387 \begin_inset CommandInset ref
25388 LatexCommand ref
25389 reference "sub:Numerotation-notes-bas-de-page"
25390
25391 \end_inset
25392
25393  et remplacez le paramètre de commande 
25394 \series bold
25395 footnote
25396 \series default
25397  par 
25398 \series bold
25399 endnote
25400 \series default
25401 .
25402 \end_layout
25403
25404 \begin_layout Standard
25405 Pour seulement créer une marque de note de fin, utilisez la commande 
25406 \series bold
25407
25408 \backslash
25409 endnotemark[numéro]
25410 \series default
25411  qui est semblable à 
25412 \series bold
25413
25414 \backslash
25415 footnotemark
25416 \series default
25417 , décrite dans la section
25418 \begin_inset space ~
25419 \end_inset
25420
25421
25422 \begin_inset CommandInset ref
25423 LatexCommand ref
25424 reference "sec:Notes-bas-de-page"
25425
25426 \end_inset
25427
25428 .
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset VSpace bigskip
25433 \end_inset
25434
25435 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25436 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25437 \series bold
25438 footmisc
25439 \series default
25440
25441 \begin_inset Index
25442 status collapsed
25443
25444 \begin_layout Plain Layout
25445 Paquetages LaTeX ! footmisc
25446 \end_layout
25447
25448 \end_inset
25449
25450
25451 \begin_inset CommandInset citation
25452 LatexCommand cite
25453 key "footmisc"
25454
25455 \end_inset
25456
25457  pour plus d'information à ce sujet.
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25462  voyez les livres sur LaTeX, 
25463 \begin_inset CommandInset citation
25464 LatexCommand cite
25465 key "latexcompanion,latexguide,latexbook"
25466
25467 \end_inset
25468
25469 .
25470 \end_layout
25471
25472 \begin_layout Section
25473 Notes en Marge
25474 \begin_inset Index
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478 Notes ! Notes en Marge
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25488 t de la même façon.
25489  Quand vous insérez une note en marge avec 
25490 \family sans
25491 Insérer\SpecialChar \menuseparator
25492 Note
25493 \begin_inset space ~
25494 \end_inset
25495
25496 en
25497 \begin_inset space ~
25498 \end_inset
25499
25500 Marge
25501 \family default
25502  ou avec le bouton 
25503 \begin_inset Graphics
25504         filename ../../images/marginalnote-insert.png
25505         scale 85
25506         scaleBeforeRotation
25507
25508 \end_inset
25509
25510  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25511  grise avec une étiquette rouge 
25512 \begin_inset Quotes fld
25513 \end_inset
25514
25515 marge
25516 \begin_inset Quotes frd
25517 \end_inset
25518
25519 .
25520  
25521 \begin_inset Marginal
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 C'est une note en marge.
25526 \end_layout
25527
25528 \end_inset
25529
25530  Cette boîte est la représentation de votre note dans LyX.
25531  Vous pouvez y entrer votre texte.
25532 \end_layout
25533
25534 \begin_layout Standard
25535 Les notes en marge apparaissent dans la marge de droite dans les documents
25536  imprimées sur une seule face.
25537  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25538  
25539 \begin_inset Quotes eld
25540 \end_inset
25541
25542 extérieure
25543 \begin_inset Quotes erd
25544 \end_inset
25545
25546  – la gauche sur les pages paires et la droite sur les pages impaires.
25547  Le texte de la note en marge est aligné à l'opposé de la marge externe
25548  – aligné à droite quand la note apparaît dans la marge de gauche.
25549  La première ligne de la note apparaît à la hauteur de la ligne de texte
25550  où la note a été insérée dans le document.
25551 \end_layout
25552
25553 \begin_layout Standard
25554 \begin_inset VSpace bigskip
25555 \end_inset
25556
25557 Pour placer une note dans la marge interne, ajoutez la commande suivante
25558  :
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \series bold
25564
25565 \backslash
25566 reversemarginpar
25567 \end_layout
25568
25569 \begin_layout Standard
25570 sous forme de code TeX avant votre note de marge.
25571  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25572  qui suivent 
25573 \begin_inset ERT
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577
25578
25579 \backslash
25580 reversemarginpar 
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \begin_inset Marginal
25587 status open
25588
25589 \begin_layout Plain Layout
25590 Cette note en marge est dans la marge interne.
25591 \end_layout
25592
25593 \end_inset
25594
25595
25596 \series bold
25597
25598 \begin_inset Newline newline
25599 \end_inset
25600
25601
25602 \series default
25603
25604 \begin_inset Note Greyedout
25605 status open
25606
25607 \begin_layout Plain Layout
25608
25609 \series bold
25610 Note:
25611 \series default
25612  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25613  les notes sont souvent mal mises en formes dans la sortie imprimée.
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Pour revenir au positionnement par défaut, ajoutez la commande :
25623 \end_layout
25624
25625 \begin_layout Standard
25626
25627 \series bold
25628
25629 \backslash
25630 normalmarginpar
25631 \end_layout
25632
25633 \begin_layout Standard
25634 sous forme de code TeX.
25635 \begin_inset ERT
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639
25640
25641 \backslash
25642 normalmarginpar 
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \begin_inset Newline newline
25649 \end_inset
25650
25651  
25652 \begin_inset Note Greyedout
25653 status open
25654
25655 \begin_layout Plain Layout
25656
25657 \series bold
25658 Note:
25659 \series default
25660  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25661  
25662 \series bold
25663
25664 \backslash
25665 reversemarginpar
25666 \series default
25667  est aussi utilisée.
25668 \end_layout
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \begin_layout Standard
25676 \begin_inset VSpace bigskip
25677 \end_inset
25678
25679
25680 \begin_inset Marginal
25681 status open
25682
25683 \begin_layout Plain Layout
25684 UnTrèsLongMotEnMarge sans césure.
25685 \end_layout
25686
25687 \end_inset
25688
25689  Comme dans le cas décrit dans la section
25690 \begin_inset space ~
25691 \end_inset
25692
25693
25694 \begin_inset CommandInset ref
25695 LatexCommand ref
25696 reference "sub:Lignes-multiple-dans-cellule"
25697
25698 \end_inset
25699
25700 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25701  mot d'une note en marge.
25702  Pour éviter ce problème, insérez un espacement horizontal de 0
25703 \begin_inset space \thinspace{}
25704 \end_inset
25705
25706 pt avant le mot en question: 
25707 \begin_inset Marginal
25708 status open
25709
25710 \begin_layout Plain Layout
25711 \begin_inset space \hspace{}
25712 \length 0pt
25713 \end_inset
25714
25715 UnMotTrèsLongEnMarge avec une césure.
25716 \end_layout
25717
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \begin_layout Standard
25724 \begin_inset VSpace bigskip
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \begin_inset Note Greyedout
25732 status open
25733
25734 \begin_layout Plain Layout
25735
25736 \series bold
25737 Note:
25738 \series default
25739  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25740  tableaux, des flottants et des notes de bas de page.
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Standard
25749 \begin_inset VSpace bigskip
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Standard
25756 \begin_inset ERT
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761
25762 \backslash
25763 ifmarginnote
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \begin_inset Note Note
25770 status open
25771
25772 \begin_layout Plain Layout
25773 La section suivante ne sera affichée que si le paquetage LaTeX 
25774 \series bold
25775 marginnote
25776 \series default
25777  a été installé.
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Standard
25786 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25787 \series bold
25788 marginnote
25789 \series default
25790
25791 \begin_inset Index
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 Paquetages LaTeX ! marginnote
25796 \end_layout
25797
25798 \end_inset
25799
25800 .
25801  En ajoutant les deux lignes suivantes au préambule de votre document, la
25802  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25803  la commande fournie par le paquetage 
25804 \series bold
25805 marginnote
25806 \series default
25807  :
25808 \end_layout
25809
25810 \begin_layout Standard
25811
25812 \series bold
25813
25814 \backslash
25815 usepackage{marginnote}
25816 \begin_inset Newline newline
25817 \end_inset
25818
25819
25820 \backslash
25821 let
25822 \backslash
25823 marginpar
25824 \backslash
25825 marginnote
25826 \end_layout
25827
25828 \begin_layout Standard
25829 Ce paquetage est aussi utilisé dans ce document parce que 
25830 \series bold
25831 marginnote
25832 \series default
25833  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25834  vertical pour une note.
25835  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25836  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25837  en page.
25838  Le décalage est inséré dans LyX sous forme de code TeX directement après
25839  la note sous la forme
25840 \end_layout
25841
25842 \begin_layout Standard
25843
25844 \series bold
25845 [offset]
25846 \end_layout
25847
25848 \begin_layout Standard
25849 où l'offset utilise l'une des unités listées dans le tableau
25850 \begin_inset space ~
25851 \end_inset
25852
25853
25854 \begin_inset CommandInset ref
25855 LatexCommand ref
25856 reference "cha:Unités-de-longueur"
25857
25858 \end_inset
25859
25860 .
25861  Une valeur négative déplace la note vers le haut, une valeur positive la
25862  déplace vers le bas.
25863  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25864  vers le haut de 1.5
25865 \begin_inset space \thinspace{}
25866 \end_inset
25867
25868 cm avec la commande en code TeX 
25869 \begin_inset Quotes eld
25870 \end_inset
25871
25872
25873 \series bold
25874 [-1.5cm]
25875 \series default
25876
25877 \begin_inset Quotes erd
25878 \end_inset
25879
25880
25881 \begin_inset Marginal
25882 status collapsed
25883
25884 \begin_layout Plain Layout
25885 Cette note en marge est décalée vers le haut de 1.5
25886 \begin_inset space \thinspace{}
25887 \end_inset
25888
25889 cm par rapport à sa position d'origine.
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \begin_inset ERT
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899
25900 [-1.5cm]
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \begin_inset VSpace medskip
25910 \end_inset
25911
25912 Avec le paquetage 
25913 \series bold
25914 marginnote
25915 \series default
25916  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25917  Par exemple les commandes 
25918 \end_layout
25919
25920 \begin_layout Standard
25921
25922 \series bold
25923
25924 \backslash
25925 renewcommand*{
25926 \backslash
25927 raggedleftmarginnote}{
25928 \backslash
25929 centering}
25930 \begin_inset Newline newline
25931 \end_inset
25932
25933
25934 \backslash
25935 renewcommand*{
25936 \backslash
25937 raggedrightmarginnote}{
25938 \backslash
25939 centering}
25940 \end_layout
25941
25942 \begin_layout Standard
25943 donnent un alignement centré.
25944  
25945 \series bold
25946
25947 \backslash
25948 raggedleftmarginnote
25949 \series default
25950  indique une note qui apparaît dans la marge de gauche.
25951 \begin_inset ERT
25952 status collapsed
25953
25954 \begin_layout Plain Layout
25955
25956
25957 \backslash
25958 renewcommand*{
25959 \backslash
25960 raggedleftmarginnote}{
25961 \backslash
25962 centering}
25963 \end_layout
25964
25965 \begin_layout Plain Layout
25966
25967
25968 \backslash
25969 renewcommand*{
25970 \backslash
25971 raggedrightmarginnote}{
25972 \backslash
25973 centering}
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \begin_inset Marginal
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983 Le texte de cette note en marge est centré.
25984 \end_layout
25985
25986 \end_inset
25987
25988 .
25989  Le comportement par défaut est donné par
25990 \end_layout
25991
25992 \begin_layout Standard
25993
25994 \series bold
25995
25996 \backslash
25997 renewcommand*{
25998 \backslash
25999 raggedleftmarginnote}{
26000 \backslash
26001 raggedleft}
26002 \begin_inset Newline newline
26003 \end_inset
26004
26005
26006 \backslash
26007 renewcommand*{
26008 \backslash
26009 raggedrightmarginnote}{
26010 \backslash
26011 raggedright}
26012 \series default
26013
26014 \begin_inset ERT
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018
26019
26020 \backslash
26021 renewcommand*{
26022 \backslash
26023 raggedleftmarginnote}{
26024 \backslash
26025 raggedleft}
26026 \end_layout
26027
26028 \begin_layout Plain Layout
26029
26030
26031 \backslash
26032 renewcommand*{
26033 \backslash
26034 raggedrightmarginnote}{
26035 \backslash
26036 raggedright}
26037 \end_layout
26038
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \begin_layout Standard
26045 \begin_inset VSpace medskip
26046 \end_inset
26047
26048 Pour les autre fonctions du paquetage 
26049 \series bold
26050 marginnote
26051 \series default
26052  nous vous renvoyons à sa documentation 
26053 \begin_inset CommandInset citation
26054 LatexCommand cite
26055 key "marginnote"
26056
26057 \end_inset
26058
26059 .
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset VSpace bigskip
26064 \end_inset
26065
26066 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26067  définition.
26068  Pour créer par exemple une entête pour toutes les notes en marge avec le
26069  texte 
26070 \begin_inset Quotes eld
26071 \end_inset
26072
26073
26074 \family sans
26075 \series bold
26076 \bar under
26077 Attention!
26078 \family default
26079 \series default
26080 \bar default
26081
26082 \begin_inset Quotes erd
26083 \end_inset
26084
26085  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26086  de votre document :
26087 \end_layout
26088
26089 \begin_layout Standard
26090
26091 \series bold
26092
26093 \backslash
26094 let
26095 \backslash
26096 myMarginpar
26097 \backslash
26098 marginpar
26099 \begin_inset Newline newline
26100 \end_inset
26101
26102
26103 \backslash
26104 renewcommand{
26105 \backslash
26106 marginpar}[1]{
26107 \backslash
26108 myMarginpar{%
26109 \begin_inset Newline newline
26110 \end_inset
26111
26112
26113 \begin_inset ERT
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117
26118
26119 \backslash
26120 hphantom{ }
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \backslash
26127 hspace{0pt}
26128 \backslash
26129 textsf{
26130 \backslash
26131 textbf{
26132 \backslash
26133 underbar{Attention!}}}%
26134 \begin_inset Newline newline
26135 \end_inset
26136
26137
26138 \begin_inset ERT
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143
26144 \backslash
26145 hphantom{ }
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \backslash
26152 vspace{1.5mm}
26153 \backslash
26154
26155 \backslash
26156 #1}}
26157 \end_layout
26158
26159 \begin_layout Standard
26160 \begin_inset ERT
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164
26165
26166 \backslash
26167 let
26168 \backslash
26169 myMarginpar
26170 \backslash
26171 marginpar
26172 \end_layout
26173
26174 \begin_layout Plain Layout
26175
26176
26177 \backslash
26178 renewcommand{
26179 \backslash
26180 marginpar}[1]{
26181 \backslash
26182 myMarginpar{%
26183 \end_layout
26184
26185 \begin_layout Plain Layout
26186
26187    
26188 \backslash
26189 textsf{
26190 \backslash
26191 textbf{
26192 \backslash
26193 underbar{Attention!}}}%
26194 \end_layout
26195
26196 \begin_layout Plain Layout
26197
26198    
26199 \backslash
26200 vspace{1.5mm}
26201 \backslash
26202
26203 \backslash
26204 #1}}
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \begin_inset Marginal
26211 status open
26212
26213 \begin_layout Plain Layout
26214 Ceci est une note en marge avec une en-tête prédéfinie.
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225 [-1.5cm]
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \begin_inset ERT
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235
26236
26237 \backslash
26238 renewcommand{
26239 \backslash
26240 marginpar}[1]{
26241 \backslash
26242 myMarginpar{#1}}
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \begin_inset Note Note
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252
26253 \lang english
26254 The margin note format is changed only for this example.
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \begin_layout Standard
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 else
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \begin_inset Note Note
26277 status open
26278
26279 \begin_layout Plain Layout
26280 Ce qui suit sera affiché si le paquetage LaTeX 
26281 \series bold
26282 marginnote
26283 \series default
26284  n'est pas installé :
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \begin_layout Standard
26293 Vous devez installer le paquetage LaTeX 
26294 \series bold
26295 marginnote
26296 \series default
26297  pour voir la suite de cette section dans la sortie imprimée.
26298 \end_layout
26299
26300 \begin_layout Standard
26301 \begin_inset ERT
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305
26306
26307 \backslash
26308 fi
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Chapter
26317 Les Boîtes
26318 \end_layout
26319
26320 \begin_layout Section
26321 Introduction
26322 \begin_inset Index
26323 status collapsed
26324
26325 \begin_layout Plain Layout
26326 Boîtes ! Introduction
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Standard
26335 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26336  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26337  voir la section
26338 \begin_inset space ~
26339 \end_inset
26340
26341
26342 \begin_inset CommandInset ref
26343 LatexCommand ref
26344 reference "sec:Minipages"
26345
26346 \end_inset
26347
26348 , pour encadrer des portions de texte, voir la section
26349 \begin_inset space ~
26350 \end_inset
26351
26352
26353 \begin_inset CommandInset ref
26354 LatexCommand ref
26355 reference "sec:Décorations"
26356
26357 \end_inset
26358
26359 , pour empêcher que des mots subissent une césure, voir la section
26360 \begin_inset space ~
26361 \end_inset
26362
26363
26364 \begin_inset CommandInset ref
26365 LatexCommand ref
26366 reference "sec:Empêcher-césure"
26367
26368 \end_inset
26369
26370 , pour aligner du texte, voir la section
26371 \begin_inset space ~
26372 \end_inset
26373
26374
26375 \begin_inset CommandInset ref
26376 LatexCommand ref
26377 reference "sub:Alignement-Vertical"
26378
26379 \end_inset
26380
26381 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26382 \begin_inset space ~
26383 \end_inset
26384
26385
26386 \begin_inset CommandInset ref
26387 LatexCommand ref
26388 reference "sec:Boîtes-colorées"
26389
26390 \end_inset
26391
26392 .
26393 \end_layout
26394
26395 \begin_layout Standard
26396 On peut insérer une boîte en utilisant le menu 
26397 \family sans
26398 Insérer\SpecialChar \menuseparator
26399 Boîte
26400 \family default
26401  ou avec le bouton 
26402 \begin_inset Graphics
26403         filename ../../images/box-insert.png
26404         scale 85
26405         scaleBeforeRotation
26406
26407 \end_inset
26408
26409  de la barre d'outils.
26410  Une boîte grise avec une étiquette 
26411 \family sans
26412 Boîte
26413 \begin_inset space ~
26414 \end_inset
26415
26416 (Minipage)
26417 \family default
26418
26419 \begin_inset Graphics
26420         filename clipart/BoxInsetDefaultQt4.png
26421         scale 65
26422         scaleBeforeRotation
26423
26424 \end_inset
26425
26426  est alors insérée.
26427  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26428  La fenêtre de dialogue qui apparaît donne accès aux types de
26429 \family sans
26430  Boîte
26431 \begin_inset space ~
26432 \end_inset
26433
26434 Intérieure
26435 \family default
26436  
26437 \family sans
26438 Parbox
26439 \begin_inset Note Note
26440 status collapsed
26441
26442 \begin_layout Plain Layout
26443 En attendant un traduction plus correcte NdT
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \family default
26450  et 
26451 \family sans
26452 Minipage
26453 \family default
26454 .
26455  Le type 
26456 \family sans
26457 Minipage
26458 \family default
26459  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26460  dans la section
26461 \begin_inset space ~
26462 \end_inset
26463
26464
26465 \begin_inset CommandInset ref
26466 LatexCommand ref
26467 reference "sec:Minipages"
26468
26469 \end_inset
26470
26471 ; le type 
26472 \family sans
26473 Parbox
26474 \family default
26475  est décrit dans la section
26476 \begin_inset space ~
26477 \end_inset
26478
26479
26480 \begin_inset CommandInset ref
26481 LatexCommand ref
26482 reference "sec:Parboxes"
26483
26484 \end_inset
26485
26486 .
26487 \end_layout
26488
26489 \begin_layout Standard
26490 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26491  comme les flottants ou les notes de bas de page.
26492 \end_layout
26493
26494 \begin_layout Standard
26495 \begin_inset Note Greyedout
26496 status open
26497
26498 \begin_layout Plain Layout
26499
26500 \series bold
26501 Note:
26502 \series default
26503  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26504  de type 
26505 \family sans
26506 Liste
26507 \family default
26508  ou 
26509 \family sans
26510 Description
26511 \family default
26512 .
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \begin_layout Standard
26521 \begin_inset Note Greyedout
26522 status open
26523
26524 \begin_layout Plain Layout
26525
26526 \series bold
26527 Note:
26528 \series default
26529  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26530 \family sans
26531 Boîte
26532 \begin_inset space ~
26533 \end_inset
26534
26535 Intérieure
26536 \family default
26537  à 
26538 \family sans
26539 Aucune
26540 \family default
26541  que quand vous utilisez une boîte encadrée.
26542  Les boîtes sans 
26543 \family sans
26544 Boîte
26545 \begin_inset space ~
26546 \end_inset
26547
26548 Intérieure
26549 \family default
26550  et sans cadre sont expliquées dans la section
26551 \begin_inset space ~
26552 \end_inset
26553
26554
26555 \begin_inset CommandInset ref
26556 LatexCommand ref
26557 reference "sec:Empêcher-césure"
26558
26559 \end_inset
26560
26561 .
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \begin_layout Section
26570 La fenêtre de dialogue Boîte
26571 \begin_inset CommandInset label
26572 LatexCommand label
26573 name "sec:Boîte-Dialogue"
26574
26575 \end_inset
26576
26577
26578 \begin_inset Index
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582 Boîtes ! Fenêtre de dialogue Boîte
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \begin_layout Subsection
26591 Taille
26592 \begin_inset Index
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596 Boîtes ! Taille
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Standard
26605 Dans la fenêtre de dialogue 
26606 \family sans
26607 Paramètres
26608 \begin_inset space ~
26609 \end_inset
26610
26611 de
26612 \begin_inset space ~
26613 \end_inset
26614
26615 Boîte
26616 \family default
26617  vous pouvez modifier la géométrie de la boîte avec les champs 
26618 \family sans
26619 Largeur
26620 \family default
26621  et 
26622 \family sans
26623 Hauteur
26624 \family default
26625 .
26626  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26627  dans le tableau
26628 \begin_inset space ~
26629 \end_inset
26630
26631
26632 \begin_inset CommandInset ref
26633 LatexCommand ref
26634 reference "tab:Unités"
26635
26636 \end_inset
26637
26638 .
26639  Le champ 
26640 \family sans
26641 Hauteur
26642 \family default
26643  offre en plus les spécifications de taille suivantes :
26644 \end_layout
26645
26646 \begin_layout Description
26647 Profondeur C'est simplement la 
26648 \begin_inset Quotes eld
26649 \end_inset
26650
26651 hauteur
26652 \begin_inset Quotes erd
26653 \end_inset
26654
26655  du texte.
26656  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26657  lignes de texte dans la boîte.
26658 \begin_inset Newline newline
26659 \end_inset
26660
26661
26662 \begin_inset Newline newline
26663 \end_inset
26664
26665
26666 \begin_inset Newline newline
26667 \end_inset
26668
26669
26670 \begin_inset Box Boxed
26671 position "c"
26672 hor_pos "c"
26673 has_inner_box 1
26674 inner_pos "c"
26675 use_parbox 0
26676 width "12col%"
26677 special "none"
26678 height "1in"
26679 height_special "depth"
26680 status open
26681
26682 \begin_layout Plain Layout
26683 \align center
26684 Boîte dont la hauteur est égale à 1
26685 \begin_inset space \thinspace{}
26686 \end_inset
26687
26688 Profondeur
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \begin_inset Newline newline
26695 \end_inset
26696
26697
26698 \begin_inset Newline newline
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \begin_layout Description
26705 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26706  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26707  est deux fois plus haute que le texte : 
26708 \begin_inset Box Boxed
26709 position "c"
26710 hor_pos "c"
26711 has_inner_box 1
26712 inner_pos "c"
26713 use_parbox 0
26714 width "20col%"
26715 special "none"
26716 height "2in"
26717 height_special "height"
26718 status open
26719
26720 \begin_layout Plain Layout
26721 \align center
26722 Boîte dont la hauteur est 2
26723 \begin_inset space \thinspace{}
26724 \end_inset
26725
26726 Hauteur
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Description
26735 Hauteur
26736 \begin_inset space ~
26737 \end_inset
26738
26739 Totale C'est égal à Hauteur
26740 \begin_inset space \thinspace{}
26741 \end_inset
26742
26743 +
26744 \begin_inset space \thinspace{}
26745 \end_inset
26746
26747 Profondeur : 
26748 \begin_inset Box Boxed
26749 position "c"
26750 hor_pos "c"
26751 has_inner_box 1
26752 inner_pos "c"
26753 use_parbox 0
26754 width "20col%"
26755 special "none"
26756 height "1in"
26757 height_special "totalheight"
26758 status open
26759
26760 \begin_layout Plain Layout
26761 \align center
26762 Boîte dont la hauteur est 1
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 Hauteur
26767 \begin_inset space ~
26768 \end_inset
26769
26770 Totale
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \begin_layout Description
26779 Largeur On prend la largeur de la boîte comme hauteur : 
26780 \begin_inset Box Boxed
26781 position "c"
26782 hor_pos "c"
26783 has_inner_box 1
26784 inner_pos "c"
26785 use_parbox 0
26786 width "12col%"
26787 special "none"
26788 height "1in"
26789 height_special "width"
26790 status open
26791
26792 \begin_layout Plain Layout
26793 \align center
26794 Boîte dont la hauteur est 1
26795 \begin_inset space \thinspace{}
26796 \end_inset
26797
26798 Largeur
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Subsection
26807 Alignement
26808 \begin_inset Index
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812 Boîtes ! Alignement
26813 \end_layout
26814
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \begin_layout Standard
26821 Quand vous avez choisi une 
26822 \family sans
26823 Boîte
26824 \begin_inset space ~
26825 \end_inset
26826
26827 Intérieure
26828 \family default
26829 , l'alignement vertical de la boîte peut être :
26830 \end_layout
26831
26832 \begin_layout Description
26833 Haut Ceci est un exemple de texte.
26834  
26835 \begin_inset Box Boxed
26836 position "t"
26837 hor_pos "c"
26838 has_inner_box 1
26839 inner_pos "c"
26840 use_parbox 0
26841 width "12col%"
26842 special "none"
26843 height "1in"
26844 height_special "totalheight"
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 \align center
26849 Cette boîte est alignée sur le haut.
26850 \end_layout
26851
26852 \end_inset
26853
26854  Ceci est un exemple de texte.
26855 \end_layout
26856
26857 \begin_layout Description
26858 Milieu Ceci est un exemple de texte.
26859  
26860 \begin_inset Box Boxed
26861 position "c"
26862 hor_pos "c"
26863 has_inner_box 1
26864 inner_pos "c"
26865 use_parbox 0
26866 width "12col%"
26867 special "none"
26868 height "1in"
26869 height_special "totalheight"
26870 status collapsed
26871
26872 \begin_layout Plain Layout
26873 \align center
26874 Cette boîte est alignée au centre.
26875 \end_layout
26876
26877 \end_inset
26878
26879  Ceci est un exemple de texte.
26880 \end_layout
26881
26882 \begin_layout Description
26883 Bas Ceci est un exemple de texte.
26884  
26885 \begin_inset Box Boxed
26886 position "b"
26887 hor_pos "c"
26888 has_inner_box 1
26889 inner_pos "c"
26890 use_parbox 0
26891 width "12col%"
26892 special "none"
26893 height "1in"
26894 height_special "totalheight"
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 \align center
26899 Cette boîte est alignée sur le bas.
26900 \end_layout
26901
26902 \end_inset
26903
26904  Ceci est un exemple de texte.
26905 \end_layout
26906
26907 \begin_layout Standard
26908 \begin_inset Note Greyedout
26909 status open
26910
26911 \begin_layout Plain Layout
26912
26913 \series bold
26914 Note:
26915 \series default
26916  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26917  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26918  l'autre non.
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26928  paragraphe grâce à la fenêtre de dialogue 
26929 \family sans
26930 Paramètres
26931 \begin_inset space ~
26932 \end_inset
26933
26934 de
26935 \begin_inset space ~
26936 \end_inset
26937
26938 Boîte
26939 \family default
26940 .
26941 \end_layout
26942
26943 \begin_layout Standard
26944 \begin_inset VSpace bigskip
26945 \end_inset
26946
26947 Quand vous avez choisi une 
26948 \family sans
26949 Boîte
26950 \begin_inset space ~
26951 \end_inset
26952
26953 Intérieure
26954 \family default
26955 , l'alignement vertical du contenu de la boîte peut être :
26956 \end_layout
26957
26958 \begin_layout Description
26959 haut Ceci est un exemple de texte.
26960 \begin_inset Box Boxed
26961 position "c"
26962 hor_pos "c"
26963 has_inner_box 1
26964 inner_pos "t"
26965 use_parbox 0
26966 width "12col%"
26967 special "none"
26968 height "1.5in"
26969 height_special "totalheight"
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973 \align center
26974 Le texte de cette boîte est aligné sur le haut.
26975 \end_layout
26976
26977 \end_inset
26978
26979  Ceci est un exemple de texte.
26980 \end_layout
26981
26982 \begin_layout Description
26983 milieu Ceci est un exemple de texte.
26984  
26985 \begin_inset Box Boxed
26986 position "c"
26987 hor_pos "c"
26988 has_inner_box 1
26989 inner_pos "c"
26990 use_parbox 0
26991 width "12col%"
26992 special "none"
26993 height "1.5in"
26994 height_special "totalheight"
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998 \align center
26999 Le texte de cette boîte est aligné au centre
27000 \end_layout
27001
27002 \end_inset
27003
27004  Ceci est un exemple de texte.
27005 \end_layout
27006
27007 \begin_layout Description
27008 bas Ceci est un exemple de texte.
27009  
27010 \begin_inset Box Boxed
27011 position "c"
27012 hor_pos "c"
27013 has_inner_box 1
27014 inner_pos "b"
27015 use_parbox 0
27016 width "12col%"
27017 special "none"
27018 height "1.5in"
27019 height_special "totalheight"
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023 \align center
27024 Le texte de cette boîte est aligné en bas.
27025 \end_layout
27026
27027 \end_inset
27028
27029  Ceci est un exemple de texte.
27030 \end_layout
27031
27032 \begin_layout Description
27033 élongation Ceci est un exemple de texte.
27034  
27035 \begin_inset Box Boxed
27036 position "c"
27037 hor_pos "c"
27038 has_inner_box 1
27039 inner_pos "s"
27040 use_parbox 0
27041 width "12col%"
27042 special "none"
27043 height "1.5in"
27044 height_special "totalheight"
27045 status collapsed
27046
27047 \begin_layout Plain Layout
27048 \align center
27049 Le texte 
27050 \end_layout
27051
27052 \begin_layout Plain Layout
27053 \align center
27054 de cette
27055 \end_layout
27056
27057 \begin_layout Plain Layout
27058 \align center
27059 boîte est
27060 \end_layout
27061
27062 \begin_layout Plain Layout
27063 \align center
27064 allongé.
27065 \end_layout
27066
27067 \end_inset
27068
27069  Ceci est un exemple de texte.
27070 \end_layout
27071
27072 \begin_layout Standard
27073 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27074  paragraphe.
27075  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset VSpace bigskip
27080 \end_inset
27081
27082 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27083  la fenêtre de dialogue 
27084 \family sans
27085 Paramètres
27086 \begin_inset space ~
27087 \end_inset
27088
27089 de
27090 \begin_inset space ~
27091 \end_inset
27092
27093 paragraphe
27094 \family default
27095  quand vous avez choisi une 
27096 \family sans
27097 Boîte
27098 \begin_inset space ~
27099 \end_inset
27100
27101 Intérieure
27102 \family default
27103 .
27104 \end_layout
27105
27106 \begin_layout Standard
27107 \align center
27108 \begin_inset Box Boxed
27109 position "c"
27110 hor_pos "c"
27111 has_inner_box 1
27112 inner_pos "s"
27113 use_parbox 0
27114 width "15col%"
27115 special "none"
27116 height "1.25in"
27117 height_special "totalheight"
27118 status open
27119
27120 \begin_layout Plain Layout
27121 \align left
27122 Le texte de 
27123 \end_layout
27124
27125 \begin_layout Plain Layout
27126 \align left
27127 cette boîte
27128 \end_layout
27129
27130 \begin_layout Plain Layout
27131 \align right
27132 est allongé.
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 Si vous n'avez pas choisi une 
27142 \family sans
27143 Boîte
27144 \begin_inset space ~
27145 \end_inset
27146
27147 Intérieure
27148 \family default
27149 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27150  de dialogue de boîte.
27151 \end_layout
27152
27153 \begin_layout Standard
27154 \align center
27155 \begin_inset Box Boxed
27156 position "c"
27157 hor_pos "s"
27158 has_inner_box 0
27159 inner_pos "s"
27160 use_parbox 0
27161 width "90col%"
27162 special "none"
27163 height "1.25in"
27164 height_special "totalheight"
27165 status open
27166
27167 \begin_layout Plain Layout
27168 \align left
27169 Le texte de cette boîte est allongé horizontalement.
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \begin_layout Subsection
27178 Décorations
27179 \begin_inset CommandInset label
27180 LatexCommand label
27181 name "sec:Décorations"
27182
27183 \end_inset
27184
27185
27186 \begin_inset Index
27187 status open
27188
27189 \begin_layout Plain Layout
27190 Boîtes ! Décorations
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Standard
27199 On peut spécifier le style de la boîte en utilisant la liste déroulante
27200  
27201 \family sans
27202 Décoration
27203 \family default
27204 .
27205  Les possibilités sont les suivantes :
27206 \end_layout
27207
27208 \begin_layout Description
27209 Cadre
27210 \begin_inset space ~
27211 \end_inset
27212
27213 simple Ceci dessine un cadre rectangulaire autour de la boîte.
27214  L'épaisseur du trait de ce cadre est donnée par la variable  
27215 \series bold
27216
27217 \backslash
27218 fboxrule
27219 \series default
27220 .
27221  
27222 \begin_inset Box Boxed
27223 position "c"
27224 hor_pos "c"
27225 has_inner_box 1
27226 inner_pos "c"
27227 use_parbox 0
27228 width "20col%"
27229 special "none"
27230 height "1in"
27231 height_special "totalheight"
27232 status open
27233
27234 \begin_layout Plain Layout
27235 \align center
27236 Boîte rectangulaire
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \end_layout
27243
27244 \begin_layout Description
27245 Cadre
27246 \begin_inset space ~
27247 \end_inset
27248
27249 simple,
27250 \begin_inset space ~
27251 \end_inset
27252
27253 sauts
27254 \begin_inset space ~
27255 \end_inset
27256
27257 de
27258 \begin_inset space ~
27259 \end_inset
27260
27261 page Quand vous utilisez le style de décoration 
27262 \family sans
27263 cadre simple
27264 \family default
27265  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
27266  de la boîte.
27267  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
27268  predra toute la largeur de la colonne, la boîte sera considérée comme son
27269  propre paragraphe et 
27270 \series bold
27271
27272 \backslash
27273 fboxrule
27274 \series default
27275  et 
27276 \series bold
27277
27278 \backslash
27279 fboxsep
27280 \series default
27281  n'ont aucun effet sur ce type de boîte.
27282  L'épaisseur de la ligne du cadre a la valeur de 
27283 \series bold
27284
27285 \backslash
27286 FrameRule
27287 \series default
27288 .
27289  
27290 \lang english
27291
27292 \begin_inset Box Framed
27293 position "t"
27294 hor_pos "c"
27295 has_inner_box 0
27296 inner_pos "t"
27297 use_parbox 0
27298 width "100col%"
27299 special "none"
27300 height "1in"
27301 height_special "totalheight"
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305 Boîte avec cadre simple et sauts de page
27306 \end_layout
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \begin_layout Description
27314 Cadre
27315 \begin_inset space ~
27316 \end_inset
27317
27318 oval,
27319 \begin_inset space ~
27320 \end_inset
27321
27322 fin Ceci dessine un cadre ovalisée autour de la boîte.
27323  L'épaisseur du trait de ce cadre est de  0.4
27324 \begin_inset space \thinspace{}
27325 \end_inset
27326
27327 pt.
27328  
27329 \begin_inset Box ovalbox
27330 position "c"
27331 hor_pos "c"
27332 has_inner_box 1
27333 inner_pos "c"
27334 use_parbox 0
27335 width "20col%"
27336 special "none"
27337 height "1in"
27338 height_special "totalheight"
27339 status open
27340
27341 \begin_layout Plain Layout
27342 \align center
27343 Boîte ovalisée, fine
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Description
27352 Cadre
27353 \begin_inset space ~
27354 \end_inset
27355
27356 oval,
27357 \begin_inset space ~
27358 \end_inset
27359
27360 épais Ceci dessine un cadre ovalisée autour de la boîte.
27361  L'épaisseur du trait de ce cadre est de   0.8
27362 \begin_inset space \thinspace{}
27363 \end_inset
27364
27365 pt.
27366  
27367 \begin_inset Box Ovalbox
27368 position "c"
27369 hor_pos "c"
27370 has_inner_box 1
27371 inner_pos "c"
27372 use_parbox 0
27373 width "20col%"
27374 special "none"
27375 height "1in"
27376 height_special "totalheight"
27377 status open
27378
27379 \begin_layout Plain Layout
27380 \align center
27381 Boîte ovalisée, épaisse
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Description
27390 Ombre
27391 \begin_inset space ~
27392 \end_inset
27393
27394 en
27395 \begin_inset space ~
27396 \end_inset
27397
27398 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27399  L'épaisseur du trait de ce cadre est donnée par la variable  
27400 \series bold
27401
27402 \backslash
27403 fboxrule
27404 \series default
27405 , l'ombre a une épaisseur de  4
27406 \begin_inset space \thinspace{}
27407 \end_inset
27408
27409 pt.
27410  
27411 \begin_inset Box Shadowbox
27412 position "c"
27413 hor_pos "c"
27414 has_inner_box 1
27415 inner_pos "c"
27416 use_parbox 0
27417 width "20col%"
27418 special "none"
27419 height "1in"
27420 height_special "totalheight"
27421 status open
27422
27423 \begin_layout Plain Layout
27424 \align center
27425 Boîte ombrée
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \begin_layout Description
27434 Fond
27435 \begin_inset space ~
27436 \end_inset
27437
27438 ombré Ceci dessine une boîte avec un arrière plan rouge.
27439  Contrairement aux boîtes coloriées
27440 \begin_inset Foot
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 Voir la section
27445 \begin_inset space ~
27446 \end_inset
27447
27448
27449 \begin_inset CommandInset ref
27450 LatexCommand ref
27451 reference "sec:Boîtes-colorées"
27452
27453 \end_inset
27454
27455 .
27456 \end_layout
27457
27458 \end_inset
27459
27460 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
27461  son propre paragraphe.
27462 \lang english
27463
27464 \begin_inset Box Shaded
27465 position "t"
27466 hor_pos "c"
27467 has_inner_box 0
27468 inner_pos "t"
27469 use_parbox 0
27470 width "50col%"
27471 special "none"
27472 height "1in"
27473 height_special "totalheight"
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477 Boîte avec fond ombré
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Description
27486 Double
27487 \begin_inset space ~
27488 \end_inset
27489
27490 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27491  L'épaisseur du trait du cadre interne est de 0.75
27492 \begin_inset space \thinspace{}
27493 \end_inset
27494
27495
27496 \series bold
27497
27498 \backslash
27499 fboxrule
27500 \series default
27501 , l'épaisseur du trait du cadre externe est de 1.5
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505
27506 \series bold
27507
27508 \backslash
27509 fboxrule
27510 \series default
27511 .
27512  La distance entre les deux cadres est de  1.5
27513 \begin_inset space \thinspace{}
27514 \end_inset
27515
27516
27517 \series bold
27518
27519 \backslash
27520 fboxrule
27521 \series default
27522
27523 \begin_inset space \thinspace{}
27524 \end_inset
27525
27526 +
27527 \begin_inset space \thinspace{}
27528 \end_inset
27529
27530 0.5
27531 \begin_inset space \thinspace{}
27532 \end_inset
27533
27534 pt.
27535  
27536 \begin_inset Box Doublebox
27537 position "c"
27538 hor_pos "c"
27539 has_inner_box 1
27540 inner_pos "c"
27541 use_parbox 0
27542 width "20col%"
27543 special "none"
27544 height "1in"
27545 height_special "totalheight"
27546 status open
27547
27548 \begin_layout Plain Layout
27549 \align center
27550 Boîte double
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Standard
27559 \begin_inset VSpace bigskip
27560 \end_inset
27561
27562 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27563  style de boîte utilisé.
27564  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27565  le paquetage LaTeX 
27566 \series bold
27567 fancybox
27568 \series default
27569
27570 \begin_inset Index
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 Paquetages LaTeX ! fancybox
27575 \end_layout
27576
27577 \end_inset
27578
27579 .
27580 \end_layout
27581
27582 \begin_layout Section
27583 Personnalisation des boîtes
27584 \begin_inset Index
27585 status open
27586
27587 \begin_layout Plain Layout
27588 Boîtes! Personnalisation
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597 La valeur par défaut pour la variable 
27598 \series bold
27599
27600 \backslash
27601 fboxrule
27602 \series default
27603  est 0.4
27604 \begin_inset space \thinspace{}
27605 \end_inset
27606
27607 pt.
27608  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27609  pour avoir 2
27610 \begin_inset space \thinspace{}
27611 \end_inset
27612
27613 pt :
27614 \end_layout
27615
27616 \begin_layout Standard
27617
27618 \series bold
27619
27620 \backslash
27621 setlength{
27622 \backslash
27623 fboxrule}{2pt}
27624 \end_layout
27625
27626 \begin_layout Standard
27627 \begin_inset ERT
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631
27632
27633 \backslash
27634 setlength{
27635 \backslash
27636 fboxrule}{2pt}
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \begin_inset Box Boxed
27643 position "c"
27644 hor_pos "c"
27645 has_inner_box 1
27646 inner_pos "c"
27647 use_parbox 0
27648 width "25col%"
27649 special "none"
27650 height "1in"
27651 height_special "totalheight"
27652 status open
27653
27654 \begin_layout Plain Layout
27655 \align center
27656 Boîte rectangulaire avec 
27657 \series bold
27658
27659 \backslash
27660 fboxrule
27661 \series default
27662
27663 \begin_inset space \thinspace{}
27664 \end_inset
27665
27666 =
27667 \begin_inset space \thinspace{}
27668 \end_inset
27669
27670 2
27671 \begin_inset space \thinspace{}
27672 \end_inset
27673
27674 pt
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \begin_inset ERT
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684
27685
27686 \backslash
27687 setlength{
27688 \backslash
27689 fboxrule}{0.4pt}
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 \begin_inset VSpace bigskip
27699 \end_inset
27700
27701 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27702  les types de cadres, par défaut il est de 3
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706 pt.
27707  Vous pouvez le modifier en donnant une autre valeur à la variable 
27708 \series bold
27709
27710 \backslash
27711 fboxsep
27712 \series default
27713 .
27714  Par exemple la commande
27715 \end_layout
27716
27717 \begin_layout Standard
27718
27719 \series bold
27720
27721 \backslash
27722 setlength{
27723 \backslash
27724 fboxsep}{10pt}
27725 \end_layout
27726
27727 \begin_layout Standard
27728 met une valeur de 10
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732 pt, comme celle utilisée pour cette boîte :
27733 \end_layout
27734
27735 \begin_layout Standard
27736 \begin_inset ERT
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740
27741
27742 \backslash
27743 setlength{
27744 \backslash
27745 fboxsep}{10pt}
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \begin_inset Box Boxed
27752 position "c"
27753 hor_pos "c"
27754 has_inner_box 1
27755 inner_pos "c"
27756 use_parbox 0
27757 width "25col%"
27758 special "none"
27759 height "1in"
27760 height_special "totalheight"
27761 status open
27762
27763 \begin_layout Plain Layout
27764 \align center
27765 Boîte rectangulaire avec 
27766 \series bold
27767
27768 \backslash
27769 fboxsep
27770 \series default
27771
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 =
27776 \begin_inset space \thinspace{}
27777 \end_inset
27778
27779 10
27780 \begin_inset space \thinspace{}
27781 \end_inset
27782
27783 pt
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \begin_inset ERT
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793
27794
27795 \backslash
27796 setlength{
27797 \backslash
27798 fboxsep}{3pt}
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \begin_layout Standard
27807 \begin_inset VSpace bigskip
27808 \end_inset
27809
27810 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27811  la commande 
27812 \series bold
27813
27814 \backslash
27815 cornersize
27816 \series default
27817 .
27818  Par exemple, la commande
27819 \end_layout
27820
27821 \begin_layout Standard
27822
27823 \series bold
27824
27825 \backslash
27826 cornersize*{1cm}
27827 \end_layout
27828
27829 \begin_layout Standard
27830 donne un diamètre de 1
27831 \begin_inset space \thinspace{}
27832 \end_inset
27833
27834 cm.
27835  La commande
27836 \end_layout
27837
27838 \begin_layout Standard
27839
27840 \series bold
27841
27842 \backslash
27843 cornersize{num}
27844 \end_layout
27845
27846 \begin_layout Standard
27847 fixe le diamètre à 
27848 \family sans
27849 num
27850 \begin_inset space \thinspace{}
27851 \end_inset
27852
27853 ×
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 minimum(largeur et hauteur de la boîte)
27858 \family default
27859 .
27860  La valeur par défaut est 
27861 \series bold
27862
27863 \backslash
27864 cornersize{0.5}
27865 \series default
27866 .
27867 \end_layout
27868
27869 \begin_layout Standard
27870 \begin_inset ERT
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875
27876 \backslash
27877 cornersize*{1.5cm}
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \begin_inset Box Ovalbox
27884 position "c"
27885 hor_pos "c"
27886 has_inner_box 1
27887 inner_pos "c"
27888 use_parbox 0
27889 width "25col%"
27890 special "none"
27891 height "1in"
27892 height_special "totalheight"
27893 status open
27894
27895 \begin_layout Plain Layout
27896 \align center
27897 Boîte ovale avec 
27898 \series bold
27899
27900 \backslash
27901 cornersize
27902 \series default
27903
27904 \begin_inset space \thinspace{}
27905 \end_inset
27906
27907 =
27908 \begin_inset space \thinspace{}
27909 \end_inset
27910
27911 1.5
27912 \begin_inset space \thinspace{}
27913 \end_inset
27914
27915 cm
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \begin_inset ERT
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925
27926
27927 \backslash
27928 cornersize{0.5}
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 \begin_inset VSpace bigskip
27938 \end_inset
27939
27940 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27941  
27942 \series bold
27943
27944 \backslash
27945 shadowsize
27946 \series default
27947 .
27948  Elle est fixée à 2
27949 \begin_inset space \thinspace{}
27950 \end_inset
27951
27952 pt pour la boîte suivante par la commande :
27953 \end_layout
27954
27955 \begin_layout Standard
27956
27957 \series bold
27958
27959 \backslash
27960 setlength{
27961 \backslash
27962 shadowsize}{2pt}
27963 \end_layout
27964
27965 \begin_layout Standard
27966 \begin_inset ERT
27967 status collapsed
27968
27969 \begin_layout Plain Layout
27970
27971
27972 \backslash
27973 setlength{
27974 \backslash
27975 shadowsize}{2pt}
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \begin_inset Box Shadowbox
27982 position "c"
27983 hor_pos "c"
27984 has_inner_box 1
27985 inner_pos "c"
27986 use_parbox 0
27987 width "25col%"
27988 special "none"
27989 height "1in"
27990 height_special "totalheight"
27991 status open
27992
27993 \begin_layout Plain Layout
27994 \align center
27995 Boîte ombrée avec 
27996 \series bold
27997
27998 \backslash
27999 shadowsize
28000 \series default
28001
28002 \begin_inset space \thinspace{}
28003 \end_inset
28004
28005 =
28006 \begin_inset space \thinspace{}
28007 \end_inset
28008
28009 2
28010 \begin_inset space \thinspace{}
28011 \end_inset
28012
28013 pt
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \begin_inset ERT
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023
28024
28025 \backslash
28026 setlength{
28027 \backslash
28028 shadowsize}{4pt}
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \begin_layout Standard
28037 \begin_inset VSpace bigskip
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Standard
28044 La valeur par défaut pour la longueur 
28045 \series bold
28046
28047 \backslash
28048 FrameRule
28049 \series default
28050  est 0,4
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054 pt.
28055  L'espacement par défaut entre le contenu de la note et le cadre est de
28056  9
28057 \begin_inset space \thinspace{}
28058 \end_inset
28059
28060 pt et il peut être modifié en utilisant la valeur de 
28061 \series bold
28062
28063 \backslash
28064 FrameSep
28065 \series default
28066 .
28067  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
28068  suivantes en code TeX
28069 \end_layout
28070
28071 \begin_layout Standard
28072
28073 \series bold
28074
28075 \backslash
28076 setlength{
28077 \backslash
28078 FrameRule}{5pt}
28079 \begin_inset Newline newline
28080 \end_inset
28081
28082
28083 \backslash
28084 setlength{
28085 \backslash
28086 FrameSep}{0.5cm}
28087 \end_layout
28088
28089 \begin_layout Standard
28090
28091 \lang english
28092 \begin_inset ERT
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096
28097
28098 \backslash
28099 setlength{
28100 \backslash
28101 FrameRule}{5pt}
28102 \end_layout
28103
28104 \begin_layout Plain Layout
28105
28106
28107 \backslash
28108 setlength{
28109 \backslash
28110 FrameSep}{0.5cm}
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \begin_inset Box Framed
28117 position "t"
28118 hor_pos "c"
28119 has_inner_box 0
28120 inner_pos "t"
28121 use_parbox 0
28122 width "100col%"
28123 special "none"
28124 height "1in"
28125 height_special "totalheight"
28126 status open
28127
28128 \begin_layout Plain Layout
28129 Ceci est un texte dans une boîte autorisant les 
28130 \family sans
28131 sauts de page
28132 \family default
28133 .
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144
28145 \backslash
28146 setlength{
28147 \backslash
28148 FrameRule}{0.4pt}
28149 \end_layout
28150
28151 \begin_layout Plain Layout
28152
28153
28154 \backslash
28155 setlength{
28156 \backslash
28157 FrameSep}{9pt}
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \begin_layout Standard
28166
28167 \lang english
28168 \begin_inset VSpace bigskip
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Standard
28175 Pour les bôites à 
28176 \family sans
28177 Fond
28178 \begin_inset space ~
28179 \end_inset
28180
28181 ombré
28182 \family default
28183 , l'espacement par défaut entre le contenu de la boîte et son cadre est
28184  de 3
28185 \begin_inset space \thinspace{}
28186 \end_inset
28187
28188 pt et il peut être modifié avec la valeur de 
28189 \series bold
28190
28191 \backslash
28192 fboxsep
28193 \series default
28194 .
28195  La couleur rouge utilisée par défaut pour le fond peut soit être modifiée
28196  localement avec la commande 
28197 \series bold
28198
28199 \backslash
28200 definecolor{shadebox}
28201 \series default
28202 , soit globalement avec le menu 
28203 \family sans
28204 Outils\SpecialChar \menuseparator
28205 Préférences
28206 \family default
28207 \SpecialChar \menuseparator
28208
28209 \family sans
28210 Couleurs\SpecialChar \menuseparator
28211 boîte
28212 \begin_inset space ~
28213 \end_inset
28214
28215 ombrée
28216 \family default
28217 .
28218  La syntaxe de la commande 
28219 \series bold
28220
28221 \backslash
28222 definecolor
28223 \series default
28224  est expliquée dans la section
28225 \begin_inset space ~
28226 \end_inset
28227
28228
28229 \begin_inset CommandInset ref
28230 LatexCommand ref
28231 reference "sec:Tableaux-Colorés"
28232
28233 \end_inset
28234
28235
28236 \begin_inset Foot
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240 Notez que l'utilisation de 
28241 \series bold
28242
28243 \backslash
28244 definecolor
28245 \series default
28246  ne peut se faire sans le paquetage LaTeX 
28247 \series bold
28248 color
28249 \series default
28250  dans le préambule, voir la section
28251 \begin_inset space ~
28252 \end_inset
28253
28254
28255 \begin_inset CommandInset ref
28256 LatexCommand ref
28257 reference "sec:Boîtes-colorées"
28258
28259 \end_inset
28260
28261 .
28262  
28263 \end_layout
28264
28265 \end_inset
28266
28267 .
28268 \end_layout
28269
28270 \begin_layout Standard
28271 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
28272  les commandes en code TeX suivantes
28273 \end_layout
28274
28275 \begin_layout Standard
28276
28277 \series bold
28278
28279 \backslash
28280 setlength{
28281 \backslash
28282 fboxsep}{0.5cm}
28283 \series default
28284
28285 \begin_inset Newline newline
28286 \end_inset
28287
28288
28289 \series bold
28290
28291 \backslash
28292 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28293 \end_layout
28294
28295 \begin_layout Standard
28296
28297 \lang english
28298 \begin_inset ERT
28299 status collapsed
28300
28301 \begin_layout Plain Layout
28302
28303
28304 \backslash
28305 setlength{
28306 \backslash
28307 fboxsep}{0.5cm}
28308 \end_layout
28309
28310 \begin_layout Plain Layout
28311
28312
28313 \backslash
28314 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \begin_inset Box Shaded
28321 position "t"
28322 hor_pos "c"
28323 has_inner_box 0
28324 inner_pos "t"
28325 use_parbox 0
28326 width "100col%"
28327 special "none"
28328 height "1in"
28329 height_special "totalheight"
28330 status open
28331
28332 \begin_layout Plain Layout
28333
28334 \color yellow
28335 Ceci est un texte jaune dans une boîte à 
28336 \family sans
28337 Fond
28338 \begin_inset space ~
28339 \end_inset
28340
28341 ombré
28342 \family default
28343 \color inherit
28344  
28345 \color yellow
28346 avec un fond vert foncé.
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \begin_inset ERT
28353 status collapsed
28354
28355 \begin_layout Plain Layout
28356
28357
28358 \backslash
28359 setlength{
28360 \backslash
28361 fboxsep}{3pt}
28362 \end_layout
28363
28364 \begin_layout Plain Layout
28365
28366
28367 \backslash
28368 definecolor{shadecolor}{rgb}{1,0,0}
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377
28378 \lang english
28379 \begin_inset VSpace bigskip
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28387  les boîtes qui suivent la commandes qui les a changées.
28388 \end_layout
28389
28390 \begin_layout Section
28391 Minipages
28392 \begin_inset CommandInset label
28393 LatexCommand label
28394 name "sec:Minipages"
28395
28396 \end_inset
28397
28398
28399 \begin_inset Index
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Boîtes ! Minipages
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Standard
28412 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28413 ur d'une page.
28414  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28415  règles d'indentation, de saut de ligne, etc.
28416  s'appliquent.
28417 \end_layout
28418
28419 \begin_layout Standard
28420 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28421  langues.
28422 \end_layout
28423
28424 \begin_layout Standard
28425 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28426  Leur largeur est fixée à 45
28427 \begin_inset space \thinspace{}
28428 \end_inset
28429
28430 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28431  via le menu 
28432 \family sans
28433 Insérer\SpecialChar \menuseparator
28434 Typographie
28435 \begin_inset space ~
28436 \end_inset
28437
28438 spéciale\SpecialChar \menuseparator
28439 Ressort
28440 \begin_inset space ~
28441 \end_inset
28442
28443 Horizontal
28444 \family default
28445 .
28446 \end_layout
28447
28448 \begin_layout Standard
28449
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \lang english
28455 \begin_inset Box Frameless
28456 position "t"
28457 hor_pos "c"
28458 has_inner_box 1
28459 inner_pos "c"
28460 use_parbox 0
28461 width "45col%"
28462 special "none"
28463 height "1in"
28464 height_special "totalheight"
28465 status open
28466
28467 \begin_layout Plain Layout
28468
28469 \lang german
28470 Dies ist ein deutscher Text.
28471  Dies ist ein deutscher Text.
28472  Dies ist ein deutscher Text.
28473  Dies ist ein deutscher Text.
28474  Dies ist ein deutscher Text.
28475  Dies ist ein deutscher Text.
28476  Dies ist ein deutscher Text.
28477  Dies ist ein deutscher Text.
28478  Dies ist ein deutscher Text.
28479  Dies ist ein deutscher Text.
28480  Dies ist ein deutscher Text.
28481  Dies ist ein deutscher Text.
28482  Dies ist ein deutscher Text
28483 \begin_inset Foot
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488 \lang german
28489 Dies ist eine deutsche Fußnote.
28490 \end_layout
28491
28492 \end_inset
28493
28494 .
28495  Dies ist ein deutscher Text.
28496  Dies ist ein deutscher Text.
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \begin_inset space \hfill{}
28503 \end_inset
28504
28505
28506 \begin_inset Box Frameless
28507 position "t"
28508 hor_pos "c"
28509 has_inner_box 1
28510 inner_pos "c"
28511 use_parbox 0
28512 width "45col%"
28513 special "none"
28514 height "1in"
28515 height_special "totalheight"
28516 status open
28517
28518 \begin_layout Plain Layout
28519
28520 \lang english
28521 This is an English Text.
28522  This is an English Text.
28523  This is an English Text.
28524  This is an English Text.
28525  This is an English Text.
28526  This is an English Text.
28527  This is an English Text.
28528  This is an English Text.
28529  This is an English Text.
28530  This is an English Text.
28531  This is an English Text.
28532  This is an English Text.
28533  This is an English Text.
28534  This is an English Text.
28535  This is an English Text.
28536  This is an English Text.
28537 \begin_inset Foot
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541
28542 \lang english
28543 This is an English footnote.
28544 \end_layout
28545
28546 \end_inset
28547
28548  This is an English Text.
28549  
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Standard
28558 \begin_inset VSpace bigskip
28559 \end_inset
28560
28561 Une autre application des minipages est l'ajout de notes de bas de page
28562  à l'intérieur d'un tableau.
28563  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28564  dans un tableau n'apparaissent pas en bas de la page courante.
28565  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28566  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28567  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28568  dehors des minipages.
28569 \end_layout
28570
28571 \begin_layout Standard
28572 Les notes de bas de page de ce tableau n'apparaissent pas : 
28573 \begin_inset Tabular
28574 <lyxtabular version="3" rows="3" columns="4">
28575 <features>
28576 <column alignment="center" valignment="top" width="0pt">
28577 <column alignment="center" valignment="top" width="0pt">
28578 <column alignment="center" valignment="top" width="0pt">
28579 <column alignment="center" valignment="top" width="0pt">
28580 <row>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 1
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28591 \begin_inset Text
28592
28593 \begin_layout Plain Layout
28594 2
28595 \end_layout
28596
28597 \end_inset
28598 </cell>
28599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28600 \begin_inset Text
28601
28602 \begin_layout Plain Layout
28603 3
28604 \begin_inset Foot
28605 status open
28606
28607 \begin_layout Plain Layout
28608 Ceci est une note de bas de page à l'intérieur d'un tableau.
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \end_inset
28617 </cell>
28618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28619 \begin_inset Text
28620
28621 \begin_layout Plain Layout
28622 4
28623 \end_layout
28624
28625 \end_inset
28626 </cell>
28627 </row>
28628 <row>
28629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633 a
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28639 \begin_inset Text
28640
28641 \begin_layout Plain Layout
28642 b
28643 \end_layout
28644
28645 \end_inset
28646 </cell>
28647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28648 \begin_inset Text
28649
28650 \begin_layout Plain Layout
28651 c
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Plain Layout
28660 d
28661 \end_layout
28662
28663 \end_inset
28664 </cell>
28665 </row>
28666 <row>
28667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28668 \begin_inset Text
28669
28670 \begin_layout Plain Layout
28671 e
28672 \end_layout
28673
28674 \end_inset
28675 </cell>
28676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28677 \begin_inset Text
28678
28679 \begin_layout Plain Layout
28680 f
28681 \end_layout
28682
28683 \end_inset
28684 </cell>
28685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28686 \begin_inset Text
28687
28688 \begin_layout Plain Layout
28689 g
28690 \end_layout
28691
28692 \end_inset
28693 </cell>
28694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28695 \begin_inset Text
28696
28697 \begin_layout Plain Layout
28698 h
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 </row>
28704 </lyxtabular>
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 \align center
28713 \begin_inset Box Frameless
28714 position "t"
28715 hor_pos "c"
28716 has_inner_box 1
28717 inner_pos "c"
28718 use_parbox 0
28719 width "30col%"
28720 special "none"
28721 height "1in"
28722 height_special "totalheight"
28723 status open
28724
28725 \begin_layout Plain Layout
28726 \align center
28727 \begin_inset Tabular
28728 <lyxtabular version="3" rows="3" columns="4">
28729 <features>
28730 <column alignment="center" valignment="top" width="0pt">
28731 <column alignment="center" valignment="top" width="0pt">
28732 <column alignment="center" valignment="top" width="0pt">
28733 <column alignment="center" valignment="top" width="0pt">
28734 <row>
28735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Plain Layout
28739 1
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28745 \begin_inset Text
28746
28747 \begin_layout Plain Layout
28748 2
28749 \end_layout
28750
28751 \end_inset
28752 </cell>
28753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28754 \begin_inset Text
28755
28756 \begin_layout Plain Layout
28757 3
28758 \begin_inset Foot
28759 status open
28760
28761 \begin_layout Plain Layout
28762 Ceci est une note de bas de page à l'intérieur d'un tableau.
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \end_inset
28771 </cell>
28772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28773 \begin_inset Text
28774
28775 \begin_layout Plain Layout
28776 4
28777 \end_layout
28778
28779 \end_inset
28780 </cell>
28781 </row>
28782 <row>
28783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28784 \begin_inset Text
28785
28786 \begin_layout Plain Layout
28787 a
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28793 \begin_inset Text
28794
28795 \begin_layout Plain Layout
28796 b
28797 \end_layout
28798
28799 \end_inset
28800 </cell>
28801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28802 \begin_inset Text
28803
28804 \begin_layout Plain Layout
28805 c
28806 \end_layout
28807
28808 \end_inset
28809 </cell>
28810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28811 \begin_inset Text
28812
28813 \begin_layout Plain Layout
28814 d
28815 \end_layout
28816
28817 \end_inset
28818 </cell>
28819 </row>
28820 <row>
28821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825 e
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28831 \begin_inset Text
28832
28833 \begin_layout Plain Layout
28834 f
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28840 \begin_inset Text
28841
28842 \begin_layout Plain Layout
28843 g
28844 \end_layout
28845
28846 \end_inset
28847 </cell>
28848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28849 \begin_inset Text
28850
28851 \begin_layout Plain Layout
28852 h
28853 \end_layout
28854
28855 \end_inset
28856 </cell>
28857 </row>
28858 </lyxtabular>
28859
28860 \end_inset
28861
28862
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \end_layout
28869
28870 \begin_layout Standard
28871 \begin_inset VSpace bigskip
28872 \end_inset
28873
28874 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28875  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28876  minipages, même si vous les avez mis par exemple à 
28877 \family sans
28878 Moyen
28879 \family default
28880  dans les paramètres du document.
28881 \end_layout
28882
28883 \begin_layout Standard
28884 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28885  portion de texte, voyez la section
28886 \begin_inset space ~
28887 \end_inset
28888
28889
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "sub:Couleur-pour-les-Paragraphes"
28893
28894 \end_inset
28895
28896 .
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset Note Greyedout
28901 status open
28902
28903 \begin_layout Plain Layout
28904
28905 \series bold
28906 Note:
28907 \series default
28908  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28909  mais les minipages peuvent être utilisées dans un tableau, un flottant
28910  ou une autre boîte.
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Section
28919 Les Parboxes
28920 \begin_inset CommandInset label
28921 LatexCommand label
28922 name "sec:Parboxes"
28923
28924 \end_inset
28925
28926
28927 \begin_inset Index
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 Boîtes ! Parboxes
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Standard
28940 \begin_inset Note Note
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944
28945 \lang english
28946 En attendant une traduction de parbox (NdT)
28947 \end_layout
28948
28949 \end_inset
28950
28951 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28952  ne peuvent avoir de note de bas de page.
28953  La principale différence avec les minipages, c'est que les minipages au
28954  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28955  LaTeX.
28956 \end_layout
28957
28958 \begin_layout Standard
28959 \align center
28960 \begin_inset Box Frameless
28961 position "t"
28962 hor_pos "c"
28963 has_inner_box 1
28964 inner_pos "t"
28965 use_parbox 1
28966 width "33col%"
28967 special "none"
28968 height "1in"
28969 height_special "totalheight"
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973 Ceci est un texte à l'intérieur d'une parbox.
28974  Ceci est un texte à l'intérieur d'une parbox.
28975 \end_layout
28976
28977 \begin_layout Plain Layout
28978 Cette note de bas de page ne devrait pas apparaître :
28979 \begin_inset Foot
28980 status open
28981
28982 \begin_layout Plain Layout
28983 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28984  pas.
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Section
28998 Des Boîtes pour les Mots et les Caractères
28999 \begin_inset Index
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003 Boîtes ! Pour les caractères
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Subsection
29012 Empêcher la Césure
29013 \begin_inset CommandInset label
29014 LatexCommand label
29015 name "sec:Empêcher-césure"
29016
29017 \end_inset
29018
29019
29020 \begin_inset Index
29021 status collapsed
29022
29023 \begin_layout Plain Layout
29024 Boîtes ! Pour empêcher la césure
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \end_layout
29031
29032 \begin_layout Standard
29033 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
29034  un texte ne soit coupé par une césure.
29035 \begin_inset Newline newline
29036 \end_inset
29037
29038 Voici un exemple de texte :
29039 \end_layout
29040
29041 \begin_layout Standard
29042 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29043  césure dans un 
29044 \begin_inset Quotes eld
29045 \end_inset
29046
29047 motTrèsTrèsLong
29048 \begin_inset Quotes erd
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Standard
29055 Pour empêcher que le mot 
29056 \begin_inset Quotes eld
29057 \end_inset
29058
29059 motTrèsTrèsLong
29060 \begin_inset Quotes erd
29061 \end_inset
29062
29063  soit coupé, ajoutez la commande
29064 \end_layout
29065
29066 \begin_layout Standard
29067
29068 \series bold
29069
29070 \backslash
29071 mbox{
29072 \end_layout
29073
29074 \begin_layout Standard
29075 en code TeX avant le mot.
29076  Après le mot, insérez l'accolade fermante 
29077 \begin_inset Quotes eld
29078 \end_inset
29079
29080
29081 \series bold
29082 }
29083 \series default
29084
29085 \begin_inset Quotes erd
29086 \end_inset
29087
29088  en code TeX.
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Voici le résultat :
29093 \end_layout
29094
29095 \begin_layout Standard
29096 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29097  césure dans un
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 mbox{
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \begin_inset Quotes eld
29112 \end_inset
29113
29114 motTrèsTrèsLong
29115 \begin_inset Quotes erd
29116 \end_inset
29117
29118 .
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124 }
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 Une autre méthode consiste à mettre la commande 
29134 \begin_inset Quotes eld
29135 \end_inset
29136
29137
29138 \series bold
29139
29140 \backslash
29141 -
29142 \series default
29143
29144 \begin_inset Quotes grd
29145 \end_inset
29146
29147  en code TeX, juste avant le mot :
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29152  césure dans un 
29153 \begin_inset Quotes eld
29154 \end_inset
29155
29156
29157 \begin_inset ERT
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161
29162
29163 \backslash
29164 -
29165 \end_layout
29166
29167 \end_inset
29168
29169 motTrèsTrèsLong
29170 \begin_inset Quotes erd
29171 \end_inset
29172
29173 .
29174 \end_layout
29175
29176 \begin_layout Standard
29177 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29178  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29179 \family sans
29180 Insérer\SpecialChar \menuseparator
29181 Formats\SpecialChar \menuseparator
29182 Passage
29183 \begin_inset space ~
29184 \end_inset
29185
29186 à
29187 \begin_inset space ~
29188 \end_inset
29189
29190 la
29191 \begin_inset space ~
29192 \end_inset
29193
29194 Ligne
29195 \family default
29196  (raccourci 
29197 \series bold
29198 Ctrl-Entrée
29199 \series default
29200 ) :
29201 \end_layout
29202
29203 \begin_layout Standard
29204 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29205  césure dans un
29206 \begin_inset Newline newline
29207 \end_inset
29208
29209
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215
29216 \backslash
29217 mbox{
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \begin_inset Quotes eld
29224 \end_inset
29225
29226 motTrèsTrèsLong
29227 \begin_inset Quotes erd
29228 \end_inset
29229
29230 .
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236 }
29237 \end_layout
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \begin_layout Subsection
29245 Alignement Vertical
29246 \begin_inset CommandInset label
29247 LatexCommand label
29248 name "sub:Alignement-Vertical"
29249
29250 \end_inset
29251
29252
29253 \begin_inset Index
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257 Boîtes ! Pour l'alignement vertical
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \begin_inset Index
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 Boîtes ! Boîtes élévatrices
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \begin_inset Index
29274 status collapsed
29275
29276 \begin_layout Plain Layout
29277 Raisebox|see
29278 \begin_inset ERT
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282
29283 {
29284 \end_layout
29285
29286 \end_inset
29287
29288 Boîtes élévatrices
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294 }
29295 \end_layout
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \begin_layout Standard
29308 Avec la commande 
29309 \series bold
29310
29311 \backslash
29312 raisebox
29313 \series default
29314  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29315  par rapport au texte qui l'entoure.
29316  La commande
29317 \series bold
29318  
29319 \backslash
29320 raisebox
29321 \series default
29322  s'utilise en suivant la syntaxe suivante :
29323 \end_layout
29324
29325 \begin_layout Standard
29326
29327 \series bold
29328
29329 \backslash
29330 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29331 \end_layout
29332
29333 \begin_layout Standard
29334 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29335  pour l'abaisser.
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Pour aligner le mot 
29340 \begin_inset Quotes eld
29341 \end_inset
29342
29343 empêcher
29344 \begin_inset Quotes erd
29345 \end_inset
29346
29347  de façon à ce que le point le plus bas du caractère le plus 
29348 \begin_inset Quotes eld
29349 \end_inset
29350
29351 profond
29352 \begin_inset Quotes erd
29353 \end_inset
29354
29355 , le 
29356 \begin_inset Quotes eld
29357 \end_inset
29358
29359 p
29360 \begin_inset Quotes erd
29361 \end_inset
29362
29363 , soit au niveau de la ligne de base, insérez la commande 
29364 \end_layout
29365
29366 \begin_layout Standard
29367
29368 \series bold
29369
29370 \backslash
29371 raisebox{
29372 \backslash
29373 depth}{
29374 \end_layout
29375
29376 \begin_layout Standard
29377 en code TeX avant le mot.
29378  Insérez après le mot l'accolade fermante 
29379 \begin_inset Quotes eld
29380 \end_inset
29381
29382
29383 \series bold
29384 }
29385 \series default
29386
29387 \begin_inset Quotes erd
29388 \end_inset
29389
29390  en code TeX.
29391 \begin_inset Newline newline
29392 \end_inset
29393
29394 Voici le résultat :
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Cette ligne de texte contient le mot 
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404
29405 \backslash
29406 raisebox{
29407 \backslash
29408 depth}{
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset Quotes eld
29415 \end_inset
29416
29417 empêcher
29418 \begin_inset Quotes erd
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427 }
29428 \end_layout
29429
29430 \end_inset
29431
29432  comme mot élevé.
29433 \end_layout
29434
29435 \begin_layout Standard
29436 \begin_inset VSpace bigskip
29437 \end_inset
29438
29439 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29440  entre les lignes va être agrandie :
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Cette ligne de texte contient le mot
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 raisebox{-
29453 \backslash
29454 depth}{
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \begin_inset Quotes eld
29461 \end_inset
29462
29463 empêcher
29464 \begin_inset Quotes erd
29465 \end_inset
29466
29467
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472
29473 }
29474 \end_layout
29475
29476 \end_inset
29477
29478  comme mot abaissé.
29479 \begin_inset Newline newline
29480 \end_inset
29481
29482 Cette ligne de texte contient le mot 
29483 \begin_inset ERT
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487
29488
29489 \backslash
29490 raisebox{0.5cm}{
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \begin_inset Quotes eld
29497 \end_inset
29498
29499 tester
29500 \begin_inset Quotes erd
29501 \end_inset
29502
29503
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509 }
29510 \end_layout
29511
29512 \end_inset
29513
29514  comme mot élevé.
29515 \end_layout
29516
29517 \begin_layout Standard
29518 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29519  mettez la hauteur de la boîte à zéro.
29520  Par exemple utilisez
29521 \end_layout
29522
29523 \begin_layout Standard
29524
29525 \series bold
29526
29527 \backslash
29528 raisebox{-
29529 \backslash
29530 depth}[0pt]{
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Cette ligne de texte contient le mot
29535 \begin_inset ERT
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539
29540
29541 \backslash
29542 raisebox{-
29543 \backslash
29544 depth}[0pt]{
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset Quotes eld
29551 \end_inset
29552
29553 empêcher
29554 \begin_inset Quotes erd
29555 \end_inset
29556
29557
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563 }
29564 \end_layout
29565
29566 \end_inset
29567
29568  comme mot abaissé.
29569 \begin_inset Newline newline
29570 \end_inset
29571
29572 Cette ligne de texte contient le mot 
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577
29578
29579 \backslash
29580 raisebox{0.5cm}[0pt]{
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \begin_inset Quotes eld
29587 \end_inset
29588
29589 tester
29590 \begin_inset Quotes erd
29591 \end_inset
29592
29593
29594 \begin_inset ERT
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598
29599 }
29600 \end_layout
29601
29602 \end_inset
29603
29604  comme mot élevé.
29605 \end_layout
29606
29607 \begin_layout Section
29608 Boîtes Colorées
29609 \begin_inset CommandInset label
29610 LatexCommand label
29611 name "sec:Boîtes-colorées"
29612
29613 \end_inset
29614
29615
29616 \begin_inset Index
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Boîtes ! Couleur
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Subsection
29629 De la couleur pour le texte
29630 \begin_inset Index
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Couleur ! Pour le texte
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29644  une boîte appelée 
29645 \begin_inset Quotes eld
29646 \end_inset
29647
29648 colorbox
29649 \begin_inset Quotes erd
29650 \end_inset
29651
29652 .
29653  Cela demande que le paquetage LaTeX 
29654 \series bold
29655 color
29656 \series default
29657
29658 \begin_inset Index
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 Paquetages LaTeX ! color
29663 \end_layout
29664
29665 \end_inset
29666
29667  soit chargé dans le préambule du document avec la commande
29668 \end_layout
29669
29670 \begin_layout Standard
29671
29672 \series bold
29673
29674 \backslash
29675 @ifundefined{textcolor}
29676 \begin_inset Newline newline
29677 \end_inset
29678
29679
29680 \begin_inset ERT
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684
29685
29686 \backslash
29687 hphantom{ }
29688 \end_layout
29689
29690 \end_inset
29691
29692 {
29693 \backslash
29694 usepackage{color}}{}
29695 \end_layout
29696
29697 \begin_layout Standard
29698 Le paquetage 
29699 \series bold
29700 color
29701 \series default
29702  sera chargé automatiquement par LyX dès que vous colorez du texte
29703 \begin_inset Foot
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29708  
29709 \series bold
29710
29711 \backslash
29712 @ifundefined
29713 \series default
29714 .
29715 \end_layout
29716
29717 \end_inset
29718
29719 .
29720 \end_layout
29721
29722 \begin_layout Standard
29723 \begin_inset VSpace medskip
29724 \end_inset
29725
29726 Les boîtes colorées sont créées par la commande 
29727 \series bold
29728
29729 \backslash
29730 colorbox
29731 \series default
29732 .
29733  Elle est utilisée avec la syntaxe suivante :
29734 \end_layout
29735
29736 \begin_layout Standard
29737
29738 \series bold
29739
29740 \backslash
29741 colorbox{couleur}{contenu de la boîte}
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29746  peuvent être placées à l'intérieur d'autres boîtes.
29747 \end_layout
29748
29749 \begin_layout Standard
29750 Les couleurs suivantes sont prédéfinies ::
29751 \begin_inset Newline newline
29752 \end_inset
29753
29754
29755 \family sans
29756 black
29757 \family default
29758  (noir), 
29759 \family sans
29760 blue
29761 \family default
29762  (bleu), 
29763 \family sans
29764 cyan
29765 \family default
29766 \series bold
29767 ,
29768 \series default
29769  
29770 \family sans
29771 green
29772 \family default
29773  (vert), 
29774 \family sans
29775 magenta
29776 \family default
29777
29778 \family sans
29779 red
29780 \family default
29781  (rouge), 
29782 \family sans
29783 white
29784 \family default
29785  (blanc), and 
29786 \family sans
29787 yellow
29788 \family default
29789  (jaune).
29790 \begin_inset Newline newline
29791 \end_inset
29792
29793 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29794  section
29795 \begin_inset space ~
29796 \end_inset
29797
29798
29799 \begin_inset CommandInset ref
29800 LatexCommand ref
29801 reference "sec:Tableaux-Colorés"
29802
29803 \end_inset
29804
29805 .
29806 \end_layout
29807
29808 \begin_layout Standard
29809 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29810 \end_layout
29811
29812 \begin_layout Standard
29813
29814 \series bold
29815
29816 \backslash
29817 colorbox{red}{
29818 \end_layout
29819
29820 \begin_layout Standard
29821 avant le mot en code TeX.
29822  Insérez l'accolade fermante 
29823 \begin_inset Quotes eld
29824 \end_inset
29825
29826 }
29827 \begin_inset Quotes erd
29828 \end_inset
29829
29830  après le mot, en code TeX.
29831 \begin_inset Newline newline
29832 \end_inset
29833
29834 Voici le résultat :
29835 \end_layout
29836
29837 \begin_layout Standard
29838 Cette ligne de texte contient le mot
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 colorbox{red}{
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \begin_inset Quotes eld
29853 \end_inset
29854
29855 Attention!
29856 \begin_inset Quotes erd
29857 \end_inset
29858
29859
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865 }
29866 \end_layout
29867
29868 \end_inset
29869
29870  sur fond rouge.
29871 \end_layout
29872
29873 \begin_layout Standard
29874 \begin_inset VSpace bigskip
29875 \end_inset
29876
29877 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29878  vous pouvez utiliser la commande 
29879 \series bold
29880
29881 \backslash
29882 fcolorbox
29883 \series default
29884  avec la syntaxe suivante :
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \series bold
29890
29891 \backslash
29892 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29893 \end_layout
29894
29895 \begin_layout Standard
29896
29897 \series bold
29898
29899 \backslash
29900 fcolorbox
29901 \series default
29902  est une extension de 
29903 \series bold
29904
29905 \backslash
29906 colorbox
29907 \series default
29908 .
29909  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29910  peuvent être modifiés avec les variables 
29911 \series bold
29912
29913 \backslash
29914 fboxrule
29915 \series default
29916  et 
29917 \series bold
29918
29919 \backslash
29920 fboxsep
29921 \series default
29922 , comme c'est décrit dans la section
29923 \begin_inset space ~
29924 \end_inset
29925
29926
29927 \begin_inset CommandInset ref
29928 LatexCommand ref
29929 reference "sec:Décorations"
29930
29931 \end_inset
29932
29933 .
29934 \end_layout
29935
29936 \begin_layout Standard
29937 Pour l'exemple suivant, on a utilisé la commande
29938 \end_layout
29939
29940 \begin_layout Standard
29941
29942 \series bold
29943
29944 \backslash
29945 fcolorbox{cyan}{magenta}{
29946 \end_layout
29947
29948 \begin_layout Standard
29949 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29950 \begin_inset space \thinspace{}
29951 \end_inset
29952
29953 mm:
29954 \begin_inset Newline newline
29955 \end_inset
29956
29957
29958 \begin_inset ERT
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962
29963
29964 \backslash
29965 fboxrule 1mm 
29966 \backslash
29967 fboxsep 1mm
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978
29979 \backslash
29980 fcolorbox{cyan}{magenta}{
29981 \end_layout
29982
29983 \end_inset
29984
29985 Ce texte est dans une boîte encadrée et colorée.
29986 \begin_inset ERT
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990
29991 }
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset VSpace bigskip
30001 \end_inset
30002
30003 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
30004  les yeux ! - NdT) :
30005 \begin_inset Newline newline
30006 \end_inset
30007
30008
30009 \begin_inset ERT
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013
30014
30015 \backslash
30016 fcolorbox{cyan}{magenta}{
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \color yellow
30023 Ce texte est coloré dans une boîte colorée et encadrée.
30024 \color inherit
30025
30026 \begin_inset ERT
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030
30031 }
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \begin_inset ERT
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041
30042
30043 \backslash
30044 fboxrule 0.4pt 
30045 \backslash
30046 fboxsep 3pt
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055
30056 \series bold
30057 \begin_inset VSpace medskip
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Standard
30064 \begin_inset Note Greyedout
30065 status open
30066
30067 \begin_layout Plain Layout
30068
30069 \series bold
30070 Note:
30071 \series default
30072  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
30073  de ligne.
30074  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
30075  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \end_layout
30082
30083 \begin_layout Subsection
30084 De la couleur pour les paragraphes
30085 \begin_inset CommandInset label
30086 LatexCommand label
30087 name "sub:Couleur-pour-les-Paragraphes"
30088
30089 \end_inset
30090
30091
30092 \begin_inset Index
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 Couleur ! Pour les  paragraphes
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30106  texte dans une minipage.
30107  Avant la minipage, insérez la commande 
30108 \series bold
30109
30110 \backslash
30111 colorbox
30112 \series default
30113  
30114 \end_layout
30115
30116 \begin_layout Standard
30117
30118 \series bold
30119
30120 \backslash
30121 colorbox{color}{
30122 \end_layout
30123
30124 \begin_layout Standard
30125 en code TeX.
30126  Après la minipage, insérez l'accolade fermante 
30127 \begin_inset Quotes eld
30128 \end_inset
30129
30130 }
30131 \begin_inset Quotes erd
30132 \end_inset
30133
30134  en code TeX.
30135 \end_layout
30136
30137 \begin_layout Standard
30138 \begin_inset ERT
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142
30143
30144 \backslash
30145 colorbox{lightgrey}{
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \begin_inset Box Frameless
30152 position "t"
30153 hor_pos "c"
30154 has_inner_box 1
30155 inner_pos "t"
30156 use_parbox 0
30157 width "100col%"
30158 special "none"
30159 height "1in"
30160 height_special "totalheight"
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164 Ce texte a un fond coloré.
30165  Ce texte a un fond coloré.
30166 \end_layout
30167
30168 \begin_layout Plain Layout
30169 \begin_inset VSpace defskip
30170 \end_inset
30171
30172 Le texte peut avoir des notes de bas de page
30173 \begin_inset Foot
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 Un autre exemple de note de bas de page
30178 \end_layout
30179
30180 \end_inset
30181
30182  et contenir des figures et des tableaux.
30183 \end_layout
30184
30185 \begin_layout Plain Layout
30186 \align center
30187 \begin_inset Tabular
30188 <lyxtabular version="3" rows="3" columns="3">
30189 <features>
30190 <column alignment="center" valignment="top" width="0">
30191 <column alignment="center" valignment="top" width="0">
30192 <column alignment="center" valignment="top" width="0">
30193 <row>
30194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 a
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30204 \begin_inset Text
30205
30206 \begin_layout Plain Layout
30207 !
30208 \end_layout
30209
30210 \end_inset
30211 </cell>
30212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30213 \begin_inset Text
30214
30215 \begin_layout Plain Layout
30216 3
30217 \end_layout
30218
30219 \end_inset
30220 </cell>
30221 </row>
30222 <row>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Plain Layout
30227 <
30228 \end_layout
30229
30230 \end_inset
30231 </cell>
30232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30233 \begin_inset Text
30234
30235 \begin_layout Plain Layout
30236 b2
30237 \begin_inset Quotes erd
30238 \end_inset
30239
30240 |
30241 \end_layout
30242
30243 \end_inset
30244 </cell>
30245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30246 \begin_inset Text
30247
30248 \begin_layout Plain Layout
30249 >
30250 \end_layout
30251
30252 \end_inset
30253 </cell>
30254 </row>
30255 <row>
30256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30257 \begin_inset Text
30258
30259 \begin_layout Plain Layout
30260 1
30261 \end_layout
30262
30263 \end_inset
30264 </cell>
30265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30266 \begin_inset Text
30267
30268 \begin_layout Plain Layout
30269 §
30270 \end_layout
30271
30272 \end_inset
30273 </cell>
30274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30275 \begin_inset Text
30276
30277 \begin_layout Plain Layout
30278 c
30279 \end_layout
30280
30281 \end_inset
30282 </cell>
30283 </row>
30284 </lyxtabular>
30285
30286 \end_inset
30287
30288
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \begin_inset ERT
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298
30299 }
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Section
30308 Les boîtes pivotées et redimensionnées
30309 \end_layout
30310
30311 \begin_layout Standard
30312 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30313  charger le paquetage LaTeX 
30314 \series bold
30315 graphicx
30316 \series default
30317
30318 \begin_inset Index
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322 Paquetages LaTeX ! graphicx
30323 \end_layout
30324
30325 \end_inset
30326
30327  dans le préambule de votre document avec la commande
30328 \end_layout
30329
30330 \begin_layout Standard
30331
30332 \series bold
30333
30334 \backslash
30335 @ifundefined{rotatebox}
30336 \begin_inset Newline newline
30337 \end_inset
30338
30339
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 hphantom{ }
30348 \end_layout
30349
30350 \end_inset
30351
30352 {
30353 \backslash
30354 usepackage{graphicx}}{}
30355 \end_layout
30356
30357 \begin_layout Standard
30358 \begin_inset Note Greyedout
30359 status open
30360
30361 \begin_layout Plain Layout
30362
30363 \series bold
30364 Note:
30365 \series default
30366  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30367  redimensionnés.
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset Note Greyedout
30377 status open
30378
30379 \begin_layout Plain Layout
30380
30381 \series bold
30382 Note:
30383 \series default
30384  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30385  redimensionnée.
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \begin_layout Subsection
30394 Les Boîtes pivotées
30395 \begin_inset Index
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399 Boîtes ! pivotées
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \begin_inset Index
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409 Pivoter des objets
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \begin_inset Index
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 Figures ! Pivotées
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \begin_inset Index
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429 Tableau ! Pivoter
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \end_layout
30436
30437 \begin_layout Standard
30438 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30439  (rotated).
30440  Une telle boîte est créée avec la commande 
30441 \series bold
30442
30443 \backslash
30444 rotatebox
30445 \series default
30446  en code TeX avec la syntaxe
30447 \end_layout
30448
30449 \begin_layout Standard
30450
30451 \series bold
30452
30453 \backslash
30454 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30455 \end_layout
30456
30457 \begin_layout Standard
30458 La position du pivot est donnée par l'origine de rotation spécifiée sous
30459  la forme 
30460 \series bold
30461 origin=position
30462 \series default
30463 .
30464  Les valeurs suivantes sont possibles pour la position: 
30465 \emph on
30466 c
30467 \emph default
30468  (centre), 
30469 \emph on
30470 l
30471 \emph default
30472  (gauche/
30473 \lang english
30474 left
30475 \lang french
30476 ), 
30477 \emph on
30478 r
30479 \emph default
30480  (droite/
30481 \lang english
30482 right
30483 \lang french
30484 ), 
30485 \emph on
30486 b
30487 \emph default
30488  (bas/
30489 \lang english
30490 bottom
30491 \lang french
30492 ), 
30493 \emph on
30494 t
30495 \emph default
30496  (haut/
30497 \lang english
30498 top
30499 \lang french
30500 ), et aussi des combinaisons des quatre positions de base.
30501  Par exemple 
30502 \emph on
30503 lt
30504 \emph default
30505  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30506  Quand on ne donne pas d'origine, la position 
30507 \emph on
30508 l
30509 \emph default
30510  est utilisée.
30511  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30512  ou négatif.
30513  Le sens positif de rotation est anti-horaire.
30514 \end_layout
30515
30516 \begin_layout Standard
30517 Dans l'exemple qui suit, la commande 
30518 \series bold
30519
30520 \backslash
30521 rotatebox[origin=c]{60}{
30522 \series default
30523  a été insérée en code TeX juste avant le texte 
30524 \begin_inset Quotes eld
30525 \end_inset
30526
30527 pivoté de 90°
30528 \begin_inset Quotes erd
30529 \end_inset
30530
30531  ; la boîte est refermée juste après le texte par une accolade fermante
30532  
30533 \begin_inset Quotes eld
30534 \end_inset
30535
30536 }
30537 \begin_inset Quotes erd
30538 \end_inset
30539
30540  en code TeX.
30541 \end_layout
30542
30543 \begin_layout Standard
30544 Voici une ligne avec du texte 
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550
30551 \backslash
30552 rotatebox[origin=c]{60}{
30553 \end_layout
30554
30555 \end_inset
30556
30557 pivoté de 60°
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 }
30564 \end_layout
30565
30566 \end_inset
30567
30568 .
30569 \end_layout
30570
30571 \begin_layout Standard
30572 La boîte peut contenir une autre boîte ou une formule en ligne :
30573 \end_layout
30574
30575 \begin_layout Standard
30576 Voici une ligne avec du texte 
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 rotatebox[origin=r]{-60}{
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset Box Doublebox
30591 position "c"
30592 hor_pos "c"
30593 has_inner_box 0
30594 inner_pos "c"
30595 use_parbox 0
30596 width "1in"
30597 special "width"
30598 height "1in"
30599 height_special "totalheight"
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 pivoté de -60°
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614 }
30615 \end_layout
30616
30617 \end_inset
30618
30619  et encadré 
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625
30626 \backslash
30627 rotatebox[origin=lb]{60}{
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30634 \end_inset
30635
30636
30637 \begin_inset ERT
30638 status collapsed
30639
30640 \begin_layout Plain Layout
30641
30642 }
30643 \end_layout
30644
30645 \end_inset
30646
30647  et une formule.
30648 \end_layout
30649
30650 \begin_layout Standard
30651 ou encore une figure ou un tableau :
30652 \end_layout
30653
30654 \begin_layout Standard
30655 Voici une ligne
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 rotatebox[origin=lb]{90}{
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \begin_inset Graphics
30670         filename ../clipart/platypus.eps
30671         lyxscale 50
30672         width 25col%
30673
30674 \end_inset
30675
30676
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682 }
30683 \end_layout
30684
30685 \end_inset
30686
30687  avec une image pivotée de 90° 
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693
30694 \backslash
30695 rotatebox[origin=l]{-90}{
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Tabular
30702 <lyxtabular version="3" rows="2" columns="2">
30703 <features>
30704 <column alignment="center" valignment="top" width="0">
30705 <column alignment="center" valignment="top" width="0">
30706 <row>
30707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711 q
30712 \end_layout
30713
30714 \end_inset
30715 </cell>
30716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720 w
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 </row>
30726 <row>
30727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30728 \begin_inset Text
30729
30730 \begin_layout Plain Layout
30731 e
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740 r
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 </row>
30746 </lyxtabular>
30747
30748 \end_inset
30749
30750
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756 }
30757 \end_layout
30758
30759 \end_inset
30760
30761  et un tableau.
30762 \end_layout
30763
30764 \begin_layout Subsection
30765 Les boîtes redimensionnées
30766 \begin_inset Index
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770 Boîtes ! Redimensionnées
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \begin_inset Index
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780 Redimensionner des objets
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset Index
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790 Figures ! Redimensionnées
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \begin_inset Index
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800 Tableau ! Redimensionner
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 Pour redimensionner des objets on peut utiliser les commandes 
30810 \series bold
30811
30812 \backslash
30813 scalebox
30814 \series default
30815  et 
30816 \series bold
30817
30818 \backslash
30819 resizebox
30820 \series default
30821  insérées sous forme de code TeX.
30822 \end_layout
30823
30824 \begin_layout Standard
30825
30826 \series bold
30827
30828 \backslash
30829 scalebox
30830 \series default
30831  est utilisée avec la syntaxe suivante :
30832 \end_layout
30833
30834 \begin_layout Standard
30835
30836 \series bold
30837
30838 \backslash
30839 scalebox{horizontal}[vertical]{contenu de la boîte}
30840 \end_layout
30841
30842 \begin_layout Standard
30843 Horizontal et vertical sont les facteurs d'échelle correspondants.
30844  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30845  utilisé comme facteur vertical.
30846 \end_layout
30847
30848 \begin_layout Standard
30849 Par exemple, la commande 
30850 \series bold
30851
30852 \backslash
30853 scalebox{2}{Bonjour}
30854 \series default
30855  crée un 
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 scalebox{2}{
30864 \end_layout
30865
30866 \end_inset
30867
30868 Bonjour
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 }
30875 \end_layout
30876
30877 \end_inset
30878
30879  de taille double par rapport à la taille du texte du document.
30880 \end_layout
30881
30882 \begin_layout Standard
30883
30884 \series bold
30885
30886 \backslash
30887 scalebox{2}[1]{Hello}
30888 \series default
30889  au contraire va déformer le 
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 scalebox{2}[1]{
30898 \end_layout
30899
30900 \end_inset
30901
30902 Bonjour
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908 }
30909 \end_layout
30910
30911 \end_inset
30912
30913 .
30914 \end_layout
30915
30916 \begin_layout Standard
30917 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30918  La commande 
30919 \series bold
30920
30921 \backslash
30922 scalebox{-1}[1]{Hello}
30923 \series default
30924  peut donc être utilisée pour créer du texte en miroir : 
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930
30931 \backslash
30932 scalebox{-1}[1]{
30933 \end_layout
30934
30935 \end_inset
30936
30937 Bonjour
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943 }
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \end_layout
30950
30951 \begin_layout Standard
30952
30953 \series bold
30954
30955 \backslash
30956 scalebox{1}[-1]{Bonjour}
30957 \series default
30958  effectue une réflexion du 
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964
30965 \backslash
30966 scalebox{1}[-1]{
30967 \end_layout
30968
30969 \end_inset
30970
30971 Bonjour
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977 }
30978 \end_layout
30979
30980 \end_inset
30981
30982  par rapport à la ligne de base.
30983 \end_layout
30984
30985 \begin_layout Standard
30986 La commande 
30987 \series bold
30988
30989 \backslash
30990 reflectbox{contenu de la boîte} 
30991 \series default
30992 existe aussi et est équivalente à
30993 \series bold
30994  
30995 \backslash
30996 scalebox{-1}[1]{contenu de la boîte}.
30997
30998 \series default
30999  
31000 \begin_inset Newline newline
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset VSpace bigskip
31008 \end_inset
31009
31010 La commande 
31011 \series bold
31012
31013 \backslash
31014 resizebox
31015 \series default
31016  est utilisée pour redimensionner une boîte à une largeur et une hauteur
31017  données.
31018  La syntaxe de la commande est :
31019 \end_layout
31020
31021 \begin_layout Standard
31022
31023 \series bold
31024
31025 \backslash
31026 resizebox{largeur}{hauteur}{contenu de la boîte}
31027 \end_layout
31028
31029 \begin_layout Standard
31030 Si un des deux paramètres est remplacé par un point d'exclamation 
31031 \series bold
31032 !
31033 \series default
31034 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
31035 \end_layout
31036
31037 \begin_layout Standard
31038 La commande 
31039 \series bold
31040
31041 \backslash
31042 resizebox{2cm}{1cm}{Bonjour}
31043 \series default
31044  produit : 
31045 \begin_inset ERT
31046 status collapsed
31047
31048 \begin_layout Plain Layout
31049
31050
31051 \backslash
31052 resizebox{2cm}{1cm}{
31053 \end_layout
31054
31055 \end_inset
31056
31057 Bonjour
31058 \begin_inset ERT
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062
31063 }
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \begin_inset Newline newline
31070 \end_inset
31071
31072 La commande 
31073 \series bold
31074
31075 \backslash
31076 resizebox{2cm}{!}{Bonjour}
31077 \series default
31078  produit : 
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084
31085 \backslash
31086 resizebox{2cm}{!}{
31087 \end_layout
31088
31089 \end_inset
31090
31091 Bonjour
31092 \begin_inset ERT
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097 }
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset VSpace bigskip
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \begin_layout Standard
31113 \begin_inset Note Greyedout
31114 status open
31115
31116 \begin_layout Plain Layout
31117
31118 \series bold
31119 Note:
31120 \series default
31121  Quand les paramètres des commandes 
31122 \series bold
31123
31124 \backslash
31125 scalebox
31126 \series default
31127  ou 
31128 \series bold
31129
31130 \backslash
31131 resizebox
31132 \series default
31133  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31134  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31135  partiellement.
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \end_layout
31142
31143 \begin_layout Standard
31144 \begin_inset VSpace bigskip
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Standard
31151 Les boîtes peuvent être combinée dans n'importe quel ordre.
31152  Par exemple, la commande 
31153 \begin_inset Newline newline
31154 \end_inset
31155
31156
31157 \series bold
31158
31159 \backslash
31160 rotatebox[origin=c]{-45}{
31161 \backslash
31162 resizebox{2cm}{!}{
31163 \backslash
31164 reflectbox{Bonjour}}}
31165 \begin_inset Newline newline
31166 \end_inset
31167
31168
31169 \series default
31170 produit :
31171 \end_layout
31172
31173 \begin_layout Standard
31174 \align center
31175 \begin_inset ERT
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179
31180
31181 \backslash
31182 rotatebox[origin=c]{-45}{
31183 \backslash
31184 resizebox{2cm}{!}{
31185 \backslash
31186 reflectbox{
31187 \end_layout
31188
31189 \end_inset
31190
31191 Bonjour
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 \end_layout
31204
31205 \begin_layout Standard
31206 \noindent
31207 Les images, les tableaux et les formules sont autorisées comme contenu de
31208  boîte :
31209 \end_layout
31210
31211 \begin_layout Standard
31212 \align center
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217
31218
31219 \backslash
31220 rotatebox[origin=c]{-30}{
31221 \backslash
31222 resizebox{2cm}{!}{
31223 \backslash
31224 reflectbox{
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \begin_inset Graphics
31231         filename ../clipart/platypus.eps
31232         lyxscale 50
31233         width 25col%
31234
31235 \end_inset
31236
31237
31238 \begin_inset ERT
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242
31243 }}}
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \begin_inset ERT
31250 status collapsed
31251
31252 \begin_layout Plain Layout
31253
31254
31255 \backslash
31256 rotatebox[origin=c]{-45}{
31257 \backslash
31258 resizebox{2cm}{!}{
31259 \backslash
31260 reflectbox{
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \begin_inset Tabular
31267 <lyxtabular version="3" rows="2" columns="2">
31268 <features>
31269 <column alignment="center" valignment="top" width="0">
31270 <column alignment="center" valignment="top" width="0">
31271 <row>
31272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Plain Layout
31276 q
31277 \end_layout
31278
31279 \end_inset
31280 </cell>
31281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31282 \begin_inset Text
31283
31284 \begin_layout Plain Layout
31285 w
31286 \end_layout
31287
31288 \end_inset
31289 </cell>
31290 </row>
31291 <row>
31292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296 e
31297 \end_layout
31298
31299 \end_inset
31300 </cell>
31301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31302 \begin_inset Text
31303
31304 \begin_layout Plain Layout
31305 r
31306 \end_layout
31307
31308 \end_inset
31309 </cell>
31310 </row>
31311 </lyxtabular>
31312
31313 \end_inset
31314
31315
31316 \begin_inset ERT
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320
31321 }}}
31322 \end_layout
31323
31324 \end_inset
31325
31326
31327 \begin_inset ERT
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332
31333 \backslash
31334 rotatebox[origin=c]{-45}{
31335 \backslash
31336 resizebox{2cm}{!}{
31337 \backslash
31338 reflectbox{
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31345 \end_inset
31346
31347
31348 \begin_inset ERT
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352
31353 }}}
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \end_layout
31360
31361 \begin_layout Standard
31362 Quand on utilise le style global de formule 
31363 \series bold
31364 fleqn
31365 \series default
31366  dans le document
31367 \begin_inset Foot
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371 Quand 
31372 \begin_inset Quotes eld
31373 \end_inset
31374
31375 fleqn
31376 \begin_inset Quotes erd
31377 \end_inset
31378
31379  est ajouté aux options de la classe de document.
31380 \end_layout
31381
31382 \end_inset
31383
31384 , les formules hors texte peuvent aussi être redimensionnées.
31385 \end_layout
31386
31387 \begin_layout Chapter
31388 Trucs Externes
31389 \begin_inset Index
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393 Trucs externes
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 Avec le menu 
31403 \family sans
31404 Insérer\SpecialChar \menuseparator
31405 Fichier
31406 \family default
31407  vous pouvez insérer un contenu externe à votre document.
31408  Ce contenu peut être :
31409 \end_layout
31410
31411 \begin_layout Description
31412 Document
31413 \begin_inset space ~
31414 \end_inset
31415
31416 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31417  document.
31418 \end_layout
31419
31420 \begin_layout Description
31421 Texte
31422 \begin_inset space ~
31423 \end_inset
31424
31425 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31426 e.
31427 \end_layout
31428
31429 \begin_layout Description
31430 Texte
31431 \begin_inset space ~
31432 \end_inset
31433
31434 Brut
31435 \begin_inset space ~
31436 \end_inset
31437
31438 par
31439 \begin_inset space ~
31440 \end_inset
31441
31442 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31443  Les lignes vides créent un nouveau paragraphe dans votre document.
31444 \end_layout
31445
31446 \begin_layout Description
31447 Objet
31448 \begin_inset space ~
31449 \end_inset
31450
31451 Externe Fichiers de formats variés.
31452 \end_layout
31453
31454 \begin_layout Description
31455 Sous-document Documents LyX ou LaTeX.
31456 \end_layout
31457
31458 \begin_layout Section
31459 Objets Externes 
31460 \begin_inset Index
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 Trucs externes ! Objets Externes
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Standard
31473 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31474  de fichiers dans votre document sans avoir à convertir ces derniers en
31475  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31476  qui va s'occuper des conversions.
31477  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31478  LyX des images dans des formats divers.
31479  
31480 \lang english
31481 When you have enabled Instant Preview in LyX's preferences under 
31482 \family sans
31483 Look
31484 \begin_inset space ~
31485 \end_inset
31486
31487 and
31488 \begin_inset space ~
31489 \end_inset
31490
31491 feel\SpecialChar \menuseparator
31492 Graphics
31493 \family default
31494 , the external material types Dia and Xfig is directly shown in LyX.
31495 \end_layout
31496
31497 \begin_layout Standard
31498 On insère des objets externes en utilisant la fenêtre de dialogue 
31499 \family sans
31500 Objet
31501 \begin_inset space ~
31502 \end_inset
31503
31504 Externe
31505 \family default
31506  qui est accessible via le menu 
31507 \family sans
31508 Insérer\SpecialChar \menuseparator
31509 Fichiers\SpecialChar \menuseparator
31510 Objet
31511 \begin_inset space ~
31512 \end_inset
31513
31514 Externe
31515 \family default
31516 .
31517  Actuellement les types de fichiers (
31518 \family sans
31519 Modèles
31520 \family default
31521 ) suivants sont autorisés :
31522 \end_layout
31523
31524 \begin_layout Description
31525 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31526  par le programme 
31527 \series bold
31528
31529 \begin_inset CommandInset href
31530 LatexCommand href
31531 name "XBoard"
31532 target "http://en.wikipedia.org/wiki/XBoard"
31533
31534 \end_inset
31535
31536
31537 \series default
31538 .
31539 \end_layout
31540
31541 \begin_layout Description
31542 Date Ce modèle insère la date sous la forme 
31543 \emph on
31544 Jour-Mois-Année
31545 \emph default
31546 .
31547  Voici un exemple de date insérée comme objet externe :: 
31548 \begin_inset External
31549         template Date
31550         filename .
31551
31552 \end_inset
31553
31554
31555 \lang english
31556
31557 \begin_inset space ~
31558 \end_inset
31559
31560
31561 \begin_inset Note Note
31562 status open
31563
31564 \begin_layout Plain Layout
31565
31566 \lang english
31567 Remove the protected space when bug 4398 is fixed!
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \lang french
31574
31575 \begin_inset Newline newline
31576 \end_inset
31577
31578 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31579  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31580 \family sans
31581 Insérer\SpecialChar \menuseparator
31582 Date
31583 \family default
31584  et avec la commande LaTeX 
31585 \series bold
31586
31587 \backslash
31588 today
31589 \series default
31590  entrée comme code TeX.
31591  Ces différentes méthodes sont comparée dans le tableau
31592 \begin_inset space ~
31593 \end_inset
31594
31595
31596 \begin_inset CommandInset ref
31597 LatexCommand ref
31598 reference "tab:Comparaison-des-dates"
31599
31600 \end_inset
31601
31602 .
31603 \end_layout
31604
31605 \begin_layout Description
31606
31607 \lang english
31608 Dia This template supports diagrams created with the program 
31609 \series bold
31610
31611 \begin_inset CommandInset href
31612 LatexCommand href
31613 name "Dia"
31614 target "http://en.wikipedia.org/wiki/Dia_(software)"
31615
31616 \end_inset
31617
31618
31619 \series default
31620 .
31621 \end_layout
31622
31623 \begin_layout Description
31624 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31625  par le programme 
31626 \series bold
31627
31628 \begin_inset CommandInset href
31629 LatexCommand href
31630 name "LilyPond"
31631 target "http://en.wikipedia.org/wiki/LilyPond"
31632
31633 \end_inset
31634
31635
31636 \series default
31637 .
31638 \end_layout
31639
31640 \begin_layout Description
31641 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
31642  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
31643  
31644 \emph on
31645 pages
31646 \emph default
31647  dans le champ 
31648 \family sans
31649 Option
31650 \family default
31651  dans l'onglet 
31652 \family sans
31653 Options LaTeX et LyX
31654 \family default
31655  en suivant les instructions données pour le modèle.
31656  Si on ne donne pas d'option 
31657 \emph on
31658 pages
31659 \emph default
31660 , seule la première page du PDF sera insérée.
31661 \end_layout
31662
31663 \begin_layout Description
31664 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31665  À peu près tous les formats d'images populaires sont acceptés.
31666  Les images peuvent être traitées dans la fenêtre de dialogue 
31667 \family sans
31668 Objet
31669 \begin_inset space ~
31670 \end_inset
31671
31672 Externe
31673 \family default
31674  comme les images qui sont habituellement incorporées en utilisant le menu
31675  
31676 \family sans
31677 Insérer\SpecialChar \menuseparator
31678 Graphique
31679 \family default
31680 , comme c'est décrit dans la section
31681 \begin_inset space ~
31682 \end_inset
31683
31684
31685 \begin_inset CommandInset ref
31686 LatexCommand ref
31687 reference "sec:Graphics-Dialog"
31688
31689 \end_inset
31690
31691 .
31692  La différence est que seules les images matricielles sont autorisées, ce
31693  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31694 \end_layout
31695
31696 \begin_layout Description
31697 XFig Ce modèle accepte les images créées avec le programme 
31698 \series bold
31699
31700 \begin_inset CommandInset href
31701 LatexCommand href
31702 name "Xfig"
31703 target "http://en.wikipedia.org/wiki/Xfig"
31704
31705 \end_inset
31706
31707
31708 \series default
31709 .
31710 \end_layout
31711
31712 \begin_layout Standard
31713 \begin_inset Float table
31714 placement h
31715 wide false
31716 sideways false
31717 status open
31718
31719 \begin_layout Plain Layout
31720 \begin_inset Caption
31721
31722 \begin_layout Plain Layout
31723 \begin_inset CommandInset label
31724 LatexCommand label
31725 name "tab:Comparaison-des-dates"
31726
31727 \end_inset
31728
31729 Comparaison des méthodes d'insertion de la date.
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Plain Layout
31738 \align center
31739 \begin_inset Tabular
31740 <lyxtabular version="3" rows="4" columns="4">
31741 <features>
31742 <column alignment="center" valignment="top" width="0">
31743 <column alignment="center" valignment="top" width="0">
31744 <column alignment="center" valignment="top" width="0">
31745 <column alignment="center" valignment="top" width="0">
31746 <row>
31747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 Format du document
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760
31761 \family sans
31762 Objet
31763 \begin_inset space ~
31764 \end_inset
31765
31766 Externe\SpecialChar \menuseparator
31767 Date
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776
31777 \family sans
31778 Insérer\SpecialChar \menuseparator
31779 Date
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788 commande 
31789 \series bold
31790
31791 \backslash
31792 today
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 </row>
31798 <row>
31799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31800 \begin_inset Text
31801
31802 \begin_layout Plain Layout
31803 LyX
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31809 \begin_inset Text
31810
31811 \begin_layout Plain Layout
31812 comme boîte d'insert
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821 comme date
31822 \end_layout
31823
31824 \end_inset
31825 </cell>
31826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830 comme boîte de code TeX
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 </row>
31836 <row>
31837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31838 \begin_inset Text
31839
31840 \begin_layout Plain Layout
31841 LaTeX
31842 \end_layout
31843
31844 \end_inset
31845 </cell>
31846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31847 \begin_inset Text
31848
31849 \begin_layout Plain Layout
31850 comme date
31851 \end_layout
31852
31853 \end_inset
31854 </cell>
31855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31856 \begin_inset Text
31857
31858 \begin_layout Plain Layout
31859 comme date
31860 \end_layout
31861
31862 \end_inset
31863 </cell>
31864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31865 \begin_inset Text
31866
31867 \begin_layout Plain Layout
31868 comme commande
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 </row>
31874 <row>
31875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31876 \begin_inset Text
31877
31878 \begin_layout Plain Layout
31879 DVI, PDF, PS
31880 \end_layout
31881
31882 \end_inset
31883 </cell>
31884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31885 \begin_inset Text
31886
31887 \begin_layout Plain Layout
31888 comme date
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897 comme date
31898 \end_layout
31899
31900 \end_inset
31901 </cell>
31902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906 comme date date
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 </row>
31912 </lyxtabular>
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 Quand vous activez l'option 
31926 \family sans
31927 Brouillon
31928 \family default
31929  de l'onglet 
31930 \family sans
31931 Fichier
31932 \family default
31933  de la fenêtre de dialogue 
31934 \family sans
31935 Objet
31936 \begin_inset space ~
31937 \end_inset
31938
31939 Externe
31940 \family default
31941 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31946  : 
31947 \begin_inset Graphics
31948         filename ../clipart/ExternalMaterialQt4.png
31949         scale 85
31950         scaleBeforeRotation
31951
31952 \end_inset
31953
31954  soit comme une image, selon que vous avez ou non activé l'option 
31955 \family sans
31956 Afficher
31957 \begin_inset space ~
31958 \end_inset
31959
31960 dans
31961 \begin_inset space ~
31962 \end_inset
31963
31964 LyX
31965 \family default
31966  de l'onglet 
31967 \family sans
31968 Options LaTeX et LyX
31969 \family default
31970  de la fenêtre de dialogue.
31971 \end_layout
31972
31973 \begin_layout Standard
31974 Le manuel 
31975 \family sans
31976 \emph on
31977 Personnalisation
31978 \family default
31979 \emph default
31980  explique comment vous pouvez créer vos propres modèles.
31981 \end_layout
31982
31983 \begin_layout Section
31984 Sous-documents
31985 \begin_inset CommandInset label
31986 LatexCommand label
31987 name "sec:Sous-documents"
31988
31989 \end_inset
31990
31991
31992 \begin_inset Index
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996 Trucs externes ! Sous-documents
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \begin_inset Index
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006 Fichiers ! Insérer
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Les sous-documents sont utilisés quand on a un document très long qui peut
32016  être décomposé en plusieurs parties ou sections plus petites.
32017  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
32018  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
32019  Les différents documents sont ce que l'on appelle les sous-documents et
32020  un document maître les relie pour imprimer le document complet ou seulement
32021  une partie de celui-ci.
32022 \end_layout
32023
32024 \begin_layout Standard
32025 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
32026  comme celle-ci : 
32027 \begin_inset Graphics
32028         filename clipart/ChildDocumentQt4.png
32029         scale 60
32030         scaleBeforeRotation
32031
32032 \end_inset
32033
32034  Pour inclure des sous-documents dans un document maître , on utilise le
32035  menu 
32036 \family sans
32037 Insérer\SpecialChar \menuseparator
32038 Fichier\SpecialChar \menuseparator
32039 Sous-document
32040 \family default
32041 .
32042  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
32043  des quatre méthodes d'inclusion :
32044 \end_layout
32045
32046 \begin_layout Description
32047 Inclus
32048 \begin_inset space ~
32049 \end_inset
32050
32051 (include) Vous pouvez inclure des documents LyX et LaTeX.
32052  Quand vous cliquez sur le bouton 
32053 \family sans
32054 Charger
32055 \family default
32056  dans la fenêtre de dialogue 
32057 \family sans
32058 Sous-document
32059 \family default
32060 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
32061  vous puissiez le modifier.
32062 \begin_inset Newline newline
32063 \end_inset
32064
32065
32066 \end_layout
32067
32068 \begin_layout Standard
32069 Voici un sous-document inséré avec la méthode 
32070 \family sans
32071 Inclus
32072 \family default
32073  : 
32074 \begin_inset CommandInset include
32075 LatexCommand include
32076 filename "DocumentBidon1.lyx"
32077
32078 \end_inset
32079
32080
32081 \end_layout
32082
32083 \begin_layout Standard
32084 La numérotation des sections va prendre en compte les sections des fichiers
32085  incorporés dans l'ordre où ils sont insérés dans le document maître.
32086  Le document qui est inclus comme exemple possède une sous-section qui sera
32087  numérotée comme sous-section de la section actuelle.
32088  Les étiquettes présentes dans le fichier inclus peuvent être référencées
32089  : la sous-section
32090 \begin_inset space ~
32091 \end_inset
32092
32093
32094 \begin_inset CommandInset ref
32095 LatexCommand ref
32096 reference "sub:Sous-section-externe-1"
32097
32098 \end_inset
32099
32100  est dans le fichier inclus.
32101 \end_layout
32102
32103 \begin_layout Standard
32104 Le préambule du sous-document est tout simplement ignoré, seul le préambule
32105  du document maître est utilisé.
32106  Les documents inclus sont insérés en commençant une nouvelle page et sont
32107  suivis par un saut de page.
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Avec la commande LaTeX 
32112 \series bold
32113
32114 \backslash
32115 includeonly 
32116 \series default
32117 vous pouvez préciser quels sous-documents seront traités pour générer la
32118  sortie imprimée.
32119  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
32120  important puisque cela vous fait économiser du temps de compilation.
32121  La commande 
32122 \series bold
32123
32124 \backslash
32125 includeonly
32126 \series default
32127  est insérée dans le préambule du document maître.
32128  Elle prend comme arguments une liste de noms de fichiers séparés par des
32129  virgules, par exemple :
32130 \end_layout
32131
32132 \begin_layout Standard
32133
32134 \series bold
32135
32136 \backslash
32137 includeonly{chapitre1,chapitre5}
32138 \end_layout
32139
32140 \begin_layout Standard
32141 fera que seuls les fichiers nommés 
32142 \begin_inset Quotes eld
32143 \end_inset
32144
32145 chapitre1.lyx
32146 \begin_inset Quotes erd
32147 \end_inset
32148
32149  (ou 
32150 \begin_inset Quotes eld
32151 \end_inset
32152
32153 chapitre1.tex
32154 \begin_inset Quotes erd
32155 \end_inset
32156
32157 ) et 
32158 \begin_inset Quotes eld
32159 \end_inset
32160
32161 chapitre5.lyx
32162 \begin_inset Quotes erd
32163 \end_inset
32164
32165  seront traités lors de la compilation.
32166 \end_layout
32167
32168 \begin_layout Standard
32169 \begin_inset Note Greyedout
32170 status open
32171
32172 \begin_layout Plain Layout
32173
32174 \series bold
32175 Note:
32176 \series default
32177  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32178  une classe de document différente de celle du document maître, vous recevez
32179  un avertissement quand vous tentez une visualisation ou une exportation,
32180  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Description
32189 Incorporé
32190 \begin_inset space ~
32191 \end_inset
32192
32193 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32194  sont :
32195 \end_layout
32196
32197 \begin_deeper
32198 \begin_layout Itemize
32199 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32200  par un saut de page.
32201 \end_layout
32202
32203 \begin_layout Itemize
32204 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32205  
32206 \family sans
32207 Aperçu
32208 \begin_inset space ~
32209 \end_inset
32210
32211 sur
32212 \begin_inset space ~
32213 \end_inset
32214
32215 le
32216 \begin_inset space ~
32217 \end_inset
32218
32219 vif
32220 \family default
32221  est activée dans les préférences dans la rubrique 
32222 \family sans
32223 Apparence\SpecialChar \menuseparator
32224 Graphique
32225 \family default
32226 .
32227 \end_layout
32228
32229 \begin_layout Itemize
32230 La commande LaTeX 
32231 \series bold
32232
32233 \backslash
32234 includeonly
32235 \series default
32236  ne peut pas être utilisée.
32237 \end_layout
32238
32239 \end_deeper
32240 \begin_layout Standard
32241 Voici un sous document inséré en utilisant la méthode 
32242 \family sans
32243 Incorporé
32244 \family default
32245  : 
32246 \begin_inset CommandInset include
32247 LatexCommand input
32248 preview true
32249 filename "DocumentBidon2.lyx"
32250
32251 \end_inset
32252
32253
32254 \end_layout
32255
32256 \begin_layout Description
32257 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32258  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32259  sous forme de code source et aucune des commandes éventuellement présentes
32260  ne sera exécutée.
32261  Vous pouvez utiliser l'option 
32262 \family sans
32263 Marquer
32264 \begin_inset space ~
32265 \end_inset
32266
32267 les
32268 \begin_inset space ~
32269 \end_inset
32270
32271 espaces
32272 \family default
32273  qui matérialise chaque espace présente dans le code source par un caractère
32274  
32275 \begin_inset Quotes eld
32276 \end_inset
32277
32278
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284
32285 \backslash
32286 textvisiblespace 
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \begin_inset Quotes erd
32293 \end_inset
32294
32295  .
32296  La différence avec la méthode qui consiste à utiliser le menu 
32297 \family sans
32298 Insérer\SpecialChar \menuseparator
32299 Fichier\SpecialChar \menuseparator
32300 Texte
32301 \begin_inset space ~
32302 \end_inset
32303
32304 brut
32305 \family default
32306  est que le contenu du document n'apparaît pas dans LyX.
32307 \end_layout
32308
32309 \begin_layout Standard
32310 Voici un sous-document inclus en utilisant la méthode 
32311 \family sans
32312 verbatim
32313 \family default
32314  : 
32315 \begin_inset CommandInset include
32316 LatexCommand verbatiminput
32317 filename "DocumentTexteBidon.txt"
32318
32319 \end_inset
32320
32321
32322 \begin_inset VSpace bigskip
32323 \end_inset
32324
32325 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32326  l'option 
32327 \family sans
32328 Marquer
32329 \begin_inset space ~
32330 \end_inset
32331
32332 les
32333 \begin_inset space ~
32334 \end_inset
32335
32336 espaces :
32337 \family default
32338  
32339 \begin_inset CommandInset include
32340 LatexCommand verbatiminput*
32341 filename "DocumentTexteBidon.txt"
32342
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \begin_layout Standard
32349 \begin_inset VSpace bigskip
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Standard
32356 \begin_inset Note Greyedout
32357 status open
32358
32359 \begin_layout Plain Layout
32360
32361 \series bold
32362 Note:
32363 \series default
32364  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32365  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \end_layout
32372
32373 \begin_layout Description
32374 Listings Ce type d'inclusion est décrit dans le chapitre
32375 \begin_inset space ~
32376 \end_inset
32377
32378
32379 \begin_inset CommandInset ref
32380 LatexCommand ref
32381 reference "cha:Program-Code-Listings"
32382
32383 \end_inset
32384
32385 .
32386 \end_layout
32387
32388 \begin_layout Standard
32389 \begin_inset Note Greyedout
32390 status open
32391
32392 \begin_layout Plain Layout
32393
32394 \series bold
32395 Note:
32396 \series default
32397  Inclure le même document deux fois dans un même document peut poser des
32398  problèmes avec LaTeX.
32399 \end_layout
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Chapter
32407 Listings de Code Source
32408 \begin_inset CommandInset label
32409 LatexCommand label
32410 name "cha:Program-Code-Listings"
32411
32412 \end_inset
32413
32414
32415 \begin_inset Index
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419 Listings
32420 \end_layout
32421
32422 \end_inset
32423
32424
32425 \begin_inset Index
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429 Code Source
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \begin_inset Index
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439 Flottants ! Listings
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32449  un insert 
32450 \family sans
32451 Listings
32452 \family default
32453  qui peut être créé grâce au menu 
32454 \family sans
32455 Insérer
32456 \family default
32457 \SpecialChar \menuseparator
32458
32459 \family sans
32460 Listing
32461 \begin_inset space ~
32462 \end_inset
32463
32464 de
32465 \begin_inset space ~
32466 \end_inset
32467
32468 Code
32469 \begin_inset space ~
32470 \end_inset
32471
32472 Source
32473 \family default
32474 .
32475  Le paquetage LaTeX 
32476 \series bold
32477 listings
32478 \series default
32479
32480 \begin_inset Index
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484 Paquetages LaTeX ! listings
32485 \end_layout
32486
32487 \end_inset
32488
32489  fournit un moyen puissant et flexible d'insérer des listings de code source
32490  dans votre document.
32491  
32492 \end_layout
32493
32494 \begin_layout Standard
32495 Quand vous cliquez avec le bouton droit sur un insert de listings, 
32496 \lang english
32497 the context menu
32498 \lang french
32499  s'ouvre pour vous permettre de modifier le format du listing.
32500 \end_layout
32501
32502 \begin_layout Standard
32503 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32504  L'option d'emplacement 
32505 \family sans
32506 Listing
32507 \begin_inset space ~
32508 \end_inset
32509
32510 en
32511 \begin_inset space ~
32512 \end_inset
32513
32514 Ligne
32515 \family default
32516  imprime le listing dans la ligne comme ceci : 
32517 \begin_inset listings
32518 lstparams "language={C++}"
32519 inline true
32520 status open
32521
32522 \begin_layout Plain Layout
32523
32524 int a=5;
32525 \end_layout
32526
32527 \end_inset
32528
32529
32530 \begin_inset Newline newline
32531 \end_inset
32532
32533 L'option 
32534 \family sans
32535 Flottant
32536 \family default
32537  crée un flottant de listing pour lequel vous pouvez préciser les options
32538  classiques d'emplacement : 
32539 \begin_inset Quotes eld
32540 \end_inset
32541
32542
32543 \family sans
32544 h
32545 \family default
32546
32547 \begin_inset Quotes erd
32548 \end_inset
32549
32550
32551 \begin_inset Quotes eld
32552 \end_inset
32553
32554
32555 \family sans
32556 t
32557 \family default
32558
32559 \begin_inset Quotes erd
32560 \end_inset
32561
32562
32563 \begin_inset Quotes eld
32564 \end_inset
32565
32566
32567 \family sans
32568 b
32569 \family default
32570
32571 \begin_inset Quotes erd
32572 \end_inset
32573
32574 , et 
32575 \begin_inset Quotes eld
32576 \end_inset
32577
32578
32579 \family sans
32580 p
32581 \family default
32582
32583 \begin_inset Quotes erd
32584 \end_inset
32585
32586  correspondant aux emplacement décrits dans la section
32587 \begin_inset space ~
32588 \end_inset
32589
32590
32591 \begin_inset CommandInset ref
32592 LatexCommand ref
32593 reference "sec:Placement-flottants"
32594
32595 \end_inset
32596
32597 .
32598  Les options de positionnement peuvent être mélangées et doivent être saisies
32599  sans séparation, par exemple, on peut taper 
32600 \begin_inset Quotes eld
32601 \end_inset
32602
32603
32604 \family sans
32605 htbp
32606 \family default
32607
32608 \begin_inset Quotes erd
32609 \end_inset
32610
32611 .
32612  L' option 
32613 \begin_inset Quotes eld
32614 \end_inset
32615
32616 h
32617 \begin_inset Quotes erd
32618 \end_inset
32619
32620  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32621  
32622 \family sans
32623 Flottant
32624 \family default
32625  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32626  légende et être référencés.
32627 \end_layout
32628
32629 \begin_layout Standard
32630 Vous pouvez ajouter une légende à un listing avec le menu 
32631 \family sans
32632 Insérer\SpecialChar \menuseparator
32633 Légende
32634 \family default
32635 .
32636  On peut référencer les listings de la même façon que les flottants :Voir
32637  le listing
32638 \begin_inset space ~
32639 \end_inset
32640
32641
32642 \begin_inset CommandInset ref
32643 LatexCommand ref
32644 reference "lst:Listing-exemple"
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Standard
32652 \begin_inset listings
32653 lstparams "language=Python"
32654 inline false
32655 status open
32656
32657 \begin_layout Plain Layout
32658
32659 \begin_inset Caption
32660
32661 \begin_layout Plain Layout
32662 \begin_inset CommandInset label
32663 LatexCommand label
32664 name "lst:Listing-exemple"
32665
32666 \end_inset
32667
32668 Exemple de listing flottant
32669 \end_layout
32670
32671 \end_inset
32672
32673 # Exemple de listing flottant
32674 \end_layout
32675
32676 \begin_layout Plain Layout
32677
32678 def func(param):
32679 \end_layout
32680
32681 \begin_layout Plain Layout
32682
32683     'ceci est une fonction python'
32684 \end_layout
32685
32686 \begin_layout Plain Layout
32687
32688     pass
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32698  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32699  de manière particulière dans la sortie imprimée.
32700  Dans l'exemple de listing, le mot clé Python 
32701 \begin_inset Quotes eld
32702 \end_inset
32703
32704 def
32705 \begin_inset Quotes erd
32706 \end_inset
32707
32708  est reconnu et imprimé en caractères gras dans la sortie.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 \begin_inset Note Greyedout
32713 status open
32714
32715 \begin_layout Plain Layout
32716
32717 \series bold
32718 Note:
32719 \series default
32720  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32721  une police de caractères à 
32722 \family typewriter
32723 chasse fixe
32724 \family default
32725 , c'est que votre police ne contient probablement pas de série grasse.
32726  Dans ce cas choisissez une police différente dans le menu 
32727 \family sans
32728 Document\SpecialChar \menuseparator
32729 Paramètres\SpecialChar \menuseparator
32730 Polices
32731 \family default
32732 .
32733  (Les polices 
32734 \emph on
32735 LuxiMono, BeraMono
32736 \emph default
32737  et 
32738 \emph on
32739 Courier
32740 \emph default
32741  contiennent une série grasse.)
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Dans la rubrique 
32751 \family sans
32752 Numérotation
32753 \begin_inset space ~
32754 \end_inset
32755
32756 des
32757 \begin_inset space ~
32758 \end_inset
32759
32760 Lignes
32761 \family default
32762  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32763 n des lignes.
32764  Vous pouvez mettre un nombre dans le champ 
32765 \family sans
32766 Pas
32767 \family default
32768  pour désigner les lignes qui seront numérotées.
32769  Par exemple, si vous mettez 
32770 \begin_inset Quotes eld
32771 \end_inset
32772
32773 3
32774 \begin_inset Quotes erd
32775 \end_inset
32776
32777 , seule une ligne sur trois sera numérotée.
32778 \end_layout
32779
32780 \begin_layout Standard
32781 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32782  apparaîtront dans la sortie.
32783  Vous devez utiliser l'option 
32784 \family sans
32785 Table
32786 \begin_inset space ~
32787 \end_inset
32788
32789 de
32790 \begin_inset space ~
32791 \end_inset
32792
32793 Caractères
32794 \begin_inset space ~
32795 \end_inset
32796
32797 Étendue
32798 \family default
32799  quand vous employez des caractères spécifiques à une langue donnée comme
32800  les umlauts Allemands dans votre listing.
32801 \begin_inset Newline newline
32802 \end_inset
32803
32804 Voici un exemple de listing avec la numérotation des lignes à gauche par
32805  pas de 3, en langage Python, avec les options 
32806 \begin_inset Quotes eld
32807 \end_inset
32808
32809 Table
32810 \begin_inset space ~
32811 \end_inset
32812
32813 de
32814 \begin_inset space ~
32815 \end_inset
32816
32817 caractères
32818 \begin_inset space ~
32819 \end_inset
32820
32821 étendue
32822 \begin_inset Quotes erd
32823 \end_inset
32824
32825  et 
32826 \begin_inset Quotes eld
32827 \end_inset
32828
32829 Espace
32830 \begin_inset space ~
32831 \end_inset
32832
32833 représenté
32834 \begin_inset space ~
32835 \end_inset
32836
32837 par
32838 \begin_inset space ~
32839 \end_inset
32840
32841 un
32842 \begin_inset space ~
32843 \end_inset
32844
32845 symbole
32846 \begin_inset Quotes erd
32847 \end_inset
32848
32849 , l'intervalle de ligne étant 3
32850 \begin_inset space \thinspace{}
32851 \end_inset
32852
32853 -
32854 \begin_inset space \thinspace{}
32855 \end_inset
32856
32857 8:
32858 \end_layout
32859
32860 \begin_layout Standard
32861 \begin_inset listings
32862 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32863 inline false
32864 status open
32865
32866 \begin_layout Plain Layout
32867
32868 def func(param):
32869 \end_layout
32870
32871 \begin_layout Plain Layout
32872
32873     'ceci est une fonction Python'
32874 \end_layout
32875
32876 \begin_layout Plain Layout
32877
32878     pass
32879 \end_layout
32880
32881 \begin_layout Plain Layout
32882
32883 def func(param):
32884 \end_layout
32885
32886 \begin_layout Plain Layout
32887
32888 'Ça, c'est un mot Allemand : Tschüß'
32889 \end_layout
32890
32891 \begin_layout Plain Layout
32892
32893 pass
32894 \end_layout
32895
32896 \begin_layout Plain Layout
32897
32898 def func(param):
32899 \end_layout
32900
32901 \begin_layout Plain Layout
32902
32903 'ceci est une fonction Python'
32904 \end_layout
32905
32906 \begin_layout Plain Layout
32907
32908 pass
32909 \end_layout
32910
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Standard
32917 \begin_inset Note Greyedout
32918 status open
32919
32920 \begin_layout Plain Layout
32921
32922 \series bold
32923 Note:
32924 \series default
32925  À cause d'un bug dans le paquetage 
32926 \series bold
32927 listings
32928 \series default
32929  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32930  listing.
32931  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32932  les lignes 3 et 6.
32933 \end_layout
32934
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \begin_layout Standard
32941 \begin_inset VSpace bigskip
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32949  listing.
32950  Pour le faire, il suffit d'utiliser le menu 
32951 \family sans
32952 Insérer\SpecialChar \menuseparator
32953 Fichier\SpecialChar \menuseparator
32954 Sous-document
32955 \family default
32956  et de choisir le type 
32957 \family sans
32958 Listing
32959 \family default
32960
32961 \begin_inset space ~
32962 \end_inset
32963
32964
32965 \family sans
32966 de
32967 \begin_inset space ~
32968 \end_inset
32969
32970 Code
32971 \begin_inset space ~
32972 \end_inset
32973
32974 source
32975 \family default
32976 .
32977 \begin_inset Foot
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 Les autres types de sous-documents sont décrits dans la section
32982 \begin_inset space ~
32983 \end_inset
32984
32985
32986 \begin_inset CommandInset ref
32987 LatexCommand ref
32988 reference "sec:Sous-documents"
32989
32990 \end_inset
32991
32992 .
32993 \end_layout
32994
32995 \end_inset
32996
32997  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32998  à utiliser pour le listing dans une zone de texte.
32999  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
33000  
33001 \begin_inset Quotes eld
33002 \end_inset
33003
33004 ?
33005 \begin_inset Quotes erd
33006 \end_inset
33007
33008  dans la zone de texte.
33009 \end_layout
33010
33011 \begin_layout Standard
33012 Pour faire référence à un sous-document de type listing, tapez une étiquette
33013  dans le champ correspondant de la fenêtre de dialogue.
33014  On peut alors faire référence à cette étiquette en utilisant le menu 
33015 \family sans
33016 Insérer\SpecialChar \menuseparator
33017 Référence
33018 \begin_inset space ~
33019 \end_inset
33020
33021 Croisée
33022 \family default
33023 .
33024 \end_layout
33025
33026 \begin_layout Standard
33027 Le listing
33028 \begin_inset space ~
33029 \end_inset
33030
33031
33032 \begin_inset CommandInset ref
33033 LatexCommand ref
33034 reference "lst:listing-fichier"
33035
33036 \end_inset
33037
33038  est une exemple de listing issu d'un fichier ; ici les lignes 10
33039 \begin_inset space \thinspace{}
33040 \end_inset
33041
33042 -
33043 \begin_inset space \thinspace{}
33044 \end_inset
33045
33046 15 de ce fichier LyX sont listées.
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset CommandInset include
33051 LatexCommand lstinputlisting
33052 filename "EmbeddedObjects.lyx"
33053 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
33054
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \begin_inset VSpace bigskip
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Standard
33068 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
33069  de dialogue 
33070 \family sans
33071 Document\SpecialChar \menuseparator
33072 Paramètres\SpecialChar \menuseparator
33073 Format
33074 \begin_inset space ~
33075 \end_inset
33076
33077 du
33078 \begin_inset space ~
33079 \end_inset
33080
33081 Texte
33082 \family default
33083 .
33084  Pour avoir la liste des options disponibles, tapez un point d'interrogation
33085  
33086 \begin_inset Quotes eld
33087 \end_inset
33088
33089 ?
33090 \begin_inset Quotes erd
33091 \end_inset
33092
33093  dans le champ 
33094 \family sans
33095 Paramètres
33096 \begin_inset space ~
33097 \end_inset
33098
33099 du
33100 \begin_inset space ~
33101 \end_inset
33102
33103 Listing
33104 \family default
33105 .
33106 \end_layout
33107
33108 \begin_layout Standard
33109 Pour plus d'information sur le paquetage 
33110 \series bold
33111 listings
33112 \series default
33113 , nous vous renvoyons à sa documentation 
33114 \begin_inset CommandInset citation
33115 LatexCommand cite
33116 key "listings"
33117
33118 \end_inset
33119
33120 .
33121 \end_layout
33122
33123 \begin_layout Standard
33124 \begin_inset Newpage newpage
33125 \end_inset
33126
33127
33128 \end_layout
33129
33130 \begin_layout Chapter
33131 \start_of_appendix
33132 Unités de longueur utilisables avec LyX
33133 \begin_inset OptArg
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 Unités de longueur
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \begin_inset Index
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147 Unités
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \begin_inset CommandInset label
33154 LatexCommand label
33155 name "cha:Unités-de-longueur"
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Standard
33163 Pour comprendre les unités de longueur utilisées dans cette documentation,
33164  le tableau
33165 \begin_inset space ~
33166 \end_inset
33167
33168
33169 \begin_inset CommandInset ref
33170 LatexCommand ref
33171 reference "tab:Unités"
33172
33173 \end_inset
33174
33175 décrit les unités utilisées par LyX.
33176 \begin_inset Float table
33177 placement h
33178 wide false
33179 sideways false
33180 status open
33181
33182 \begin_layout Plain Layout
33183 \begin_inset Caption
33184
33185 \begin_layout Plain Layout
33186 \begin_inset CommandInset label
33187 LatexCommand label
33188 name "tab:Unités"
33189
33190 \end_inset
33191
33192 Unités de longueur
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \end_layout
33199
33200 \begin_layout Plain Layout
33201 \begin_inset VSpace medskip
33202 \end_inset
33203
33204
33205 \end_layout
33206
33207 \begin_layout Plain Layout
33208 \align center
33209 \begin_inset Tabular
33210 <lyxtabular version="3" rows="20" columns="2">
33211 <features>
33212 <column alignment="center" valignment="top" width="0">
33213 <column alignment="center" valignment="top" width="0">
33214 <row>
33215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 unité
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 nom/description
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 mm
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 millimètre
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 </row>
33254 <row>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 cm
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 centimètre
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 </row>
33274 <row>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 in
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 pouce (inch)
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 pt
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 point (72.27
33309 \begin_inset space \thinspace{}
33310 \end_inset
33311
33312 pt = 1
33313 \begin_inset space \thinspace{}
33314 \end_inset
33315
33316 in)
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 </row>
33322 <row>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 pc
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336 pica (1
33337 \begin_inset space \thinspace{}
33338 \end_inset
33339
33340 pc = 12
33341 \begin_inset space \thinspace{}
33342 \end_inset
33343
33344 pt)
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 </row>
33350 <row>
33351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33352 \begin_inset Text
33353
33354 \begin_layout Plain Layout
33355 sp
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364 scaled point (65536
33365 \begin_inset space \thinspace{}
33366 \end_inset
33367
33368 sp = 1
33369 \begin_inset space \thinspace{}
33370 \end_inset
33371
33372 pt)
33373 \end_layout
33374
33375 \end_inset
33376 </cell>
33377 </row>
33378 <row>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 bp
33384 \end_layout
33385
33386 \end_inset
33387 </cell>
33388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Plain Layout
33392 gros point (72
33393 \begin_inset space \thinspace{}
33394 \end_inset
33395
33396 bp = 1
33397 \begin_inset space \thinspace{}
33398 \end_inset
33399
33400 in)
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 </row>
33406 <row>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 dd
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 didot (72
33421 \begin_inset space \thinspace{}
33422 \end_inset
33423
33424 dd 
33425 \begin_inset Formula $\approx$
33426 \end_inset
33427
33428  37.6
33429 \begin_inset space \thinspace{}
33430 \end_inset
33431
33432 mm)
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 cc
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 cicero (1
33453 \begin_inset space \thinspace{}
33454 \end_inset
33455
33456 cc = 12
33457 \begin_inset space \thinspace{}
33458 \end_inset
33459
33460 dd)
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 </row>
33466 <row>
33467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33468 \begin_inset Text
33469
33470 \begin_layout Plain Layout
33471 Scale%
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480 % de la largeur originale de l'image
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 </row>
33486 <row>
33487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 text%
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 % de la largeur du texte
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 </row>
33506 <row>
33507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511 col%
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520 % de la largeur de la colonne
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 </row>
33526 <row>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531 page%
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540 % de la largeur du papier
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 </row>
33546 <row>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 line%
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 % de la largeur de la ligne
33561 \end_layout
33562
33563 \end_inset
33564 </cell>
33565 </row>
33566 <row>
33567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33568 \begin_inset Text
33569
33570 \begin_layout Plain Layout
33571 theight%
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580 % la hauteur du texte
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 <row>
33587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591 pheight%
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 % hauteur du papier
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 </row>
33606 <row>
33607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 ex
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 hauteur de la lettre 
33621 \emph on
33622 x
33623 \emph default
33624  dans la police courante
33625 \end_layout
33626
33627 \end_inset
33628 </cell>
33629 </row>
33630 <row>
33631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33632 \begin_inset Text
33633
33634 \begin_layout Plain Layout
33635 em
33636 \end_layout
33637
33638 \end_inset
33639 </cell>
33640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33641 \begin_inset Text
33642
33643 \begin_layout Plain Layout
33644 largeur de la lettre
33645 \emph on
33646  M
33647 \emph default
33648  dans la police courante
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 </row>
33654 <row>
33655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659 mu
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33665 \begin_inset Text
33666
33667 \begin_layout Plain Layout
33668 unité mathématique (1
33669 \begin_inset space \thinspace{}
33670 \end_inset
33671
33672 mu = 1/18
33673 \begin_inset space \thinspace{}
33674 \end_inset
33675
33676 em)
33677 \end_layout
33678
33679 \end_inset
33680 </cell>
33681 </row>
33682 </lyxtabular>
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Chapter
33695 Formats des fichiers de sortie graphiques
33696 \begin_inset CommandInset label
33697 LatexCommand label
33698 name "cha:Formats-fichiers-graphiques"
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Section
33706 DVI
33707 \begin_inset Index
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711 Formats de Fichiers! DVI
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \begin_inset Index
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721 DVI|see
33722 \begin_inset ERT
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726
33727 {
33728 \end_layout
33729
33730 \end_inset
33731
33732 Formats de Fichiers
33733 \begin_inset ERT
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737
33738 }
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \end_inset
33747
33748
33749 \end_layout
33750
33751 \begin_layout Standard
33752 Ce type de fichiers a l'extension 
33753 \begin_inset Quotes fld
33754 \end_inset
33755
33756
33757 \family typewriter
33758 .dvi
33759 \family default
33760
33761 \begin_inset Quotes frd
33762 \end_inset
33763
33764 .
33765  Il est appelé 
33766 \emph on
33767 indépendant de l'appareil
33768 \emph default
33769  ou 
33770 \begin_inset Quotes fld
33771 \end_inset
33772
33773 device independent (DVI)
33774 \begin_inset Quotes frd
33775 \end_inset
33776
33777 , car il est complètement portable ; vous pouvez les recopier d'une machine
33778  à l'autre sans avoir à faire de conversion.
33779  À l'époque où ce format a été développé, c'était loin d'être évident.
33780  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33781  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33782 \end_layout
33783
33784 \begin_layout Standard
33785 \begin_inset Note Greyedout
33786 status open
33787
33788 \begin_layout Plain Layout
33789
33790 \series bold
33791 Note:
33792 \series default
33793  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33794  au fichier.
33795  
33796 \end_layout
33797
33798 \end_inset
33799
33800  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33801  
33802 \family typewriter
33803 .dvi
33804 \family default
33805 .
33806  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33807 z le DVI puisque le programme de visualisation doit convertir les images
33808  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33809  document.
33810  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33811  avec de nombreuses images.
33812 \end_layout
33813
33814 \begin_layout Standard
33815 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33816  menu 
33817 \family sans
33818 Fichier\SpecialChar \menuseparator
33819 Exporter\SpecialChar \menuseparator
33820 DVI.
33821
33822 \family default
33823  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33824 \family sans
33825 Visualiser
33826 \family default
33827  ou en utilisant le bouton
33828 \begin_inset Graphics
33829         filename ../../images/buffer-view_dvi.png
33830         scale 85
33831         scaleBeforeRotation
33832
33833 \end_inset
33834
33835  de la barre d'outils.
33836 \end_layout
33837
33838 \begin_layout Section
33839 PostScript
33840 \begin_inset CommandInset label
33841 LatexCommand label
33842 name "sec:PostScript"
33843
33844 \end_inset
33845
33846
33847 \begin_inset Index
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 Formats de Fichiers ! PostScript
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \begin_inset Index
33858 status collapsed
33859
33860 \begin_layout Plain Layout
33861 PostScript|see
33862 \begin_inset ERT
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866
33867 {
33868 \end_layout
33869
33870 \end_inset
33871
33872 Formats de Fichiers
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878 }
33879 \end_layout
33880
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Standard
33892 Ce type de fichiers a l'extension 
33893 \begin_inset Quotes fld
33894 \end_inset
33895
33896
33897 \family typewriter
33898 .ps
33899 \family default
33900
33901 \begin_inset Quotes frd
33902 \end_inset
33903
33904 .
33905  PostScript a été développé par la société 
33906 \series bold
33907 Adobe
33908 \series default
33909  comme un langage pour les imprimantes.
33910  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33911  pour imprimer le document.
33912  PostScript peut être considéré comme un 
33913 \begin_inset Quotes fld
33914 \end_inset
33915
33916 langage de programmation
33917 \begin_inset Quotes frd
33918 \end_inset
33919
33920  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33921  images
33922 \begin_inset Foot
33923 status open
33924
33925 \begin_layout Plain Layout
33926 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33927  LaTeX 
33928 \series bold
33929 pstricks
33930 \series default
33931
33932 \begin_inset CommandInset citation
33933 LatexCommand cite
33934 key "pstricks"
33935
33936 \end_inset
33937
33938 .
33939 \end_layout
33940
33941 \end_inset
33942
33943 .
33944  En partie à cause de toutes ces possibilités un fichier PostScript est
33945  souvent plus gros qu'un PDF.
33946 \end_layout
33947
33948 \begin_layout Standard
33949 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33950  plus gros qu'un PDF.
33951 \end_layout
33952
33953 \begin_layout Standard
33954 PostScript ne peut contenir que des images au format 
33955 \begin_inset Quotes fld
33956 \end_inset
33957
33958 PostScript Encapsulé
33959 \begin_inset Quotes frd
33960 \end_inset
33961
33962  (encapsulated PostScript ou EPS, d'extension 
33963 \family typewriter
33964 .eps
33965 \family default
33966 ).
33967  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33968  il doit les convertir en interne en EPS.
33969  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33970  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33971  document.
33972  Cela risque de ralentir de façon importante votre rythme de travail.
33973  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33974  vos images directement en EPS pour éviter ce problème.
33975 \end_layout
33976
33977 \begin_layout Standard
33978 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33979  le menu 
33980 \family sans
33981 Fichier\SpecialChar \menuseparator
33982 Exporter\SpecialChar \menuseparator
33983 PostScript.
33984
33985 \family default
33986  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33987  
33988 \family sans
33989 Visualiser
33990 \family default
33991  ou en utilisant le bouton 
33992 \begin_inset Graphics
33993         filename ../../images/buffer-view_ps.png
33994         scale 85
33995         scaleBeforeRotation
33996
33997 \end_inset
33998
33999  de la barre d'outils.
34000 \end_layout
34001
34002 \begin_layout Section
34003 PDF
34004 \begin_inset Index
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008 Formats de Fichiers ! PDF
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \begin_inset Index
34015 status collapsed
34016
34017 \begin_layout Plain Layout
34018 PDF
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Ce type de fichiers a l'extension 
34028 \begin_inset Quotes fld
34029 \end_inset
34030
34031
34032 \family typewriter
34033 .pdf
34034 \family default
34035
34036 \begin_inset Quotes frd
34037 \end_inset
34038
34039 .
34040  Ce 
34041 \begin_inset Quotes fld
34042 \end_inset
34043
34044 format de document portable
34045 \begin_inset Quotes frd
34046 \end_inset
34047
34048  (portable document format ou PDF) est développé par 
34049 \family typewriter
34050 Adobe
34051 \family default
34052  comme une évolution de PostScript.
34053  Il est plus comprimé et utilise moins de commandes que PostScript.
34054  Comme son nom l'indique, il est 
34055 \begin_inset Quotes fld
34056 \end_inset
34057
34058 portable
34059 \begin_inset Quotes frd
34060 \end_inset
34061
34062  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
34063  aura exactement le même aspect.
34064 \end_layout
34065
34066 \begin_layout Standard
34067 PDF peut contenir des images dans son propre format PDF et dans les formats
34068  JPG (format du 
34069 \begin_inset Quotes fld
34070 \end_inset
34071
34072 Joint Photographic Expert Group
34073 \begin_inset Quotes frd
34074 \end_inset
34075
34076  avec comme extension 
34077 \family typewriter
34078 .jpg
34079 \family default
34080  ou 
34081 \family typewriter
34082 .jpeg
34083 \family default
34084 ) et PNG (
34085 \begin_inset Quotes fld
34086 \end_inset
34087
34088 Portable Network Graphics
34089 \begin_inset Quotes frd
34090 \end_inset
34091
34092  avec l'extension 
34093 \family typewriter
34094 .png
34095 \family default
34096 ).
34097  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
34098  dans un de ces formats.
34099  Mais comme il est dit dans la section sur PostScript, les conversions d'images
34100  vont ralentir votre travail.
34101  Nous recommandons donc l'utilisation de l'un des trois formats cités.
34102 \end_layout
34103
34104 \begin_layout Standard
34105 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34106  menu 
34107 \family sans
34108 Fichier\SpecialChar \menuseparator
34109 Exporter 
34110 \family default
34111 de trois façons différentes:
34112 \end_layout
34113
34114 \begin_layout Description
34115 PDF
34116 \begin_inset space ~
34117 \end_inset
34118
34119 (ps2pdf) Ceci utilise le programme 
34120 \family typewriter
34121 ps2pdf
34122 \family default
34123  qui créé un PDF à partir de la version PostScript de votre fichier.
34124  Cette dernière est produite par le programme 
34125 \family typewriter
34126 dvips
34127 \family default
34128  qui utilise une version DVI comme étape intermédiaire.
34129  Cette variante consiste donc en trois conversions.
34130 \end_layout
34131
34132 \begin_layout Description
34133 PDF
34134 \begin_inset space ~
34135 \end_inset
34136
34137 (dvipdfm) Ceci utilise le programme 
34138 \family typewriter
34139 dvipdfm
34140 \family default
34141  qui convertit votre fichier en DVI avant de le convertir en PDF.
34142 \end_layout
34143
34144 \begin_layout Description
34145 PDF
34146 \begin_inset space ~
34147 \end_inset
34148
34149 (pdflatex) Ceci utilise le programme 
34150 \family typewriter
34151 pdftex
34152 \family default
34153  qui convertit directement votre fichier en PDF.
34154 \end_layout
34155
34156 \begin_layout Standard
34157 Nous recommandons d'utiliser l'option 
34158 \family sans
34159 PDF
34160 \begin_inset space ~
34161 \end_inset
34162
34163 (pdflatex)
34164 \family default
34165  car 
34166 \family typewriter
34167 pdftex
34168 \family default
34169  accepte toutes les fonctionnalités des versions actuelles de PDF.
34170  Il est en plus rapide et stable.
34171  Le programme 
34172 \family typewriter
34173 dvipdfm
34174 \family default
34175  n'est plus développé est est donc un peu dépassé.
34176 \end_layout
34177
34178 \begin_layout Standard
34179
34180 \end_layout
34181
34182 \begin_layout Standard
34183 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34184 \family sans
34185 Visualiser
34186 \family default
34187  ou en utilisant le bouton 
34188 \begin_inset Graphics
34189         filename ../../images/buffer-view_pdf2.png
34190         scale 85
34191         scaleBeforeRotation
34192
34193 \end_inset
34194
34195  de la barre d'outils
34196 \family sans
34197  (
34198 \family default
34199 qui utilise 
34200 \family sans
34201 PDF
34202 \begin_inset space ~
34203 \end_inset
34204
34205 (pdflatex)
34206 \family default
34207 ).
34208 \end_layout
34209
34210 \begin_layout Chapter
34211 Explication de l' Équation
34212 \begin_inset space ~
34213 \end_inset
34214
34215
34216 \begin_inset CommandInset ref
34217 LatexCommand eqref
34218 reference "eq:Wgn"
34219
34220 \end_inset
34221
34222
34223 \begin_inset CommandInset label
34224 LatexCommand label
34225 name "cha:Explication-de-l'Equation"
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 La largeur totale de 
34234 \emph on
34235 n
34236 \emph default
34237  cellules de tableau 
34238 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34239 \end_inset
34240
34241  peut être calculée avec
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Formula \begin{equation}
34246 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}
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Standard
34254 Où 
34255 \begin_inset Formula $W_{g\, n}$
34256 \end_inset
34257
34258  est la largeur fixe de toutes les cellules.
34259  
34260 \series bold
34261
34262 \backslash
34263 tabcolsep
34264 \series default
34265  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34266  sa valeur par défaut est 6
34267 \begin_inset space \thinspace{}
34268 \end_inset
34269
34270 pt.
34271  
34272 \series bold
34273
34274 \backslash
34275 arrayrulewidth
34276 \series default
34277  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34278 \begin_inset space \thinspace{}
34279 \end_inset
34280
34281 pt.
34282 \end_layout
34283
34284 \begin_layout Standard
34285 D'après l'équation
34286 \begin_inset space ~
34287 \end_inset
34288
34289
34290 \begin_inset CommandInset ref
34291 LatexCommand eqref
34292 reference "eq:Wtot_n"
34293
34294 \end_inset
34295
34296 , la largeur totale d'une multicolonne, 
34297 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34298 \end_inset
34299
34300  est
34301 \end_layout
34302
34303 \begin_layout Standard
34304 \begin_inset Formula \begin{equation}
34305 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34306
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \begin_layout Standard
34313 En posant que les équations 
34314 \begin_inset space ~
34315 \end_inset
34316
34317
34318 \begin_inset CommandInset ref
34319 LatexCommand eqref
34320 reference "eq:Wtot_n"
34321
34322 \end_inset
34323
34324  et 
34325 \begin_inset CommandInset ref
34326 LatexCommand eqref
34327 reference "eq:Wtot_mult"
34328
34329 \end_inset
34330
34331  sont égales, on peut calculer la largeur nécessaire 
34332 \begin_inset Formula $W_{g\, n}$
34333 \end_inset
34334
34335  quand 
34336 \emph on
34337 n
34338 \emph default
34339  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34340  de 
34341 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34342 \end_inset
34343
34344 :
34345 \end_layout
34346
34347 \begin_layout Standard
34348 \begin_inset Formula \begin{equation}
34349 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Bibliography
34357 \begin_inset CommandInset bibitem
34358 LatexCommand bibitem
34359 key "latexcompanion"
34360
34361 \end_inset
34362
34363 Frank Mittelbach and Michel Goossens: 
34364 \emph on
34365 The LaTeX Companion Second Edition.
34366
34367 \emph default
34368  Addison-Wesley, 2004
34369 \end_layout
34370
34371 \begin_layout Bibliography
34372 \begin_inset CommandInset bibitem
34373 LatexCommand bibitem
34374 key "latexguide"
34375
34376 \end_inset
34377
34378 Helmut Kopka and Patrick W.
34379  Daly: 
34380 \emph on
34381 A Guide to LaTeX Fourth Edition.
34382
34383 \emph default
34384  Addison-Wesley, 2003
34385 \end_layout
34386
34387 \begin_layout Bibliography
34388 \begin_inset CommandInset bibitem
34389 LatexCommand bibitem
34390 key "latexbook"
34391
34392 \end_inset
34393
34394 Leslie Lamport: 
34395 \emph on
34396 LaTeX: A Document Preparation System.
34397
34398 \emph default
34399  Addison-Wesley, second edition, 1994
34400 \end_layout
34401
34402 \begin_layout Bibliography
34403 \begin_inset CommandInset bibitem
34404 LatexCommand bibitem
34405 key "booktabs"
34406
34407 \end_inset
34408
34409 Documentation du paquetage LaTeX 
34410 \series bold
34411
34412 \begin_inset CommandInset href
34413 LatexCommand href
34414 name "booktabs"
34415 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34416
34417 \end_inset
34418
34419
34420 \series default
34421
34422 \begin_inset Index
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426 Paquetages LaTeX ! booktabs
34427 \end_layout
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \begin_layout Bibliography
34435 \begin_inset CommandInset bibitem
34436 LatexCommand bibitem
34437 key "caption"
34438
34439 \end_inset
34440
34441 Documentation du paquetage LaTeX 
34442 \series bold
34443
34444 \begin_inset CommandInset href
34445 LatexCommand href
34446 name "caption"
34447 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34448
34449 \end_inset
34450
34451
34452 \series default
34453
34454 \begin_inset Index
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 Paquetages LaTeX ! caption
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Bibliography
34467 \begin_inset CommandInset bibitem
34468 LatexCommand bibitem
34469 key "endfloat"
34470
34471 \end_inset
34472
34473 Documentation du paquetage LaTeX 
34474 \series bold
34475
34476 \begin_inset CommandInset href
34477 LatexCommand href
34478 name "endfloat"
34479 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34480
34481 \end_inset
34482
34483
34484 \series default
34485
34486 \begin_inset Index
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490 Paquetages LaTeX ! endfloat
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Bibliography
34499 \begin_inset CommandInset bibitem
34500 LatexCommand bibitem
34501 key "wrapfig"
34502
34503 \end_inset
34504
34505 Documentation du paquetage LaTeX 
34506 \series bold
34507
34508 \begin_inset CommandInset href
34509 LatexCommand href
34510 name "wrapfig"
34511 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34512
34513 \end_inset
34514
34515
34516 \series default
34517
34518 \begin_inset Index
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522 Paquetages LaTeX ! wrapfig
34523 \begin_inset ERT
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527
34528
34529 \backslash
34530 vspace{4mm}
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \begin_layout Bibliography
34544 \begin_inset CommandInset bibitem
34545 LatexCommand bibitem
34546 key "footmisc"
34547
34548 \end_inset
34549
34550 Documentation du paquetage LaTeX 
34551 \series bold
34552
34553 \begin_inset CommandInset href
34554 LatexCommand href
34555 name "footmisc"
34556 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34557
34558 \end_inset
34559
34560
34561 \series default
34562
34563 \begin_inset Index
34564 status collapsed
34565
34566 \begin_layout Plain Layout
34567 Paquetages LaTeX ! footmisc
34568 \end_layout
34569
34570 \end_inset
34571
34572
34573 \end_layout
34574
34575 \begin_layout Bibliography
34576 \begin_inset CommandInset bibitem
34577 LatexCommand bibitem
34578 key "hypcap"
34579
34580 \end_inset
34581
34582 Documentation du paquetage LaTeX 
34583 \series bold
34584
34585 \begin_inset CommandInset href
34586 LatexCommand href
34587 name "hypcap"
34588 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34589
34590 \end_inset
34591
34592
34593 \series default
34594
34595 \begin_inset Index
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599 Paquetages LaTeX ! hyperref
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \begin_layout Bibliography
34608 \begin_inset CommandInset bibitem
34609 LatexCommand bibitem
34610 key "hyperref"
34611
34612 \end_inset
34613
34614 Documentation du paquetage LaTeX 
34615 \series bold
34616
34617 \begin_inset CommandInset href
34618 LatexCommand href
34619 name "hyperref"
34620 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34621
34622 \end_inset
34623
34624
34625 \series default
34626
34627 \begin_inset Index
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631 Paquetages LaTeX ! hyperref
34632 \end_layout
34633
34634 \end_inset
34635
34636
34637 \end_layout
34638
34639 \begin_layout Bibliography
34640 \begin_inset CommandInset bibitem
34641 LatexCommand bibitem
34642 key "koma-script"
34643
34644 \end_inset
34645
34646 Documentation du paquetage LaTeX 
34647 \series bold
34648
34649 \begin_inset CommandInset href
34650 LatexCommand href
34651 name "koma-script"
34652 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34653
34654 \end_inset
34655
34656
34657 \series default
34658
34659 \begin_inset Index
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663 Paquetages LaTeX ! koma-script
34664 \end_layout
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Bibliography
34672 \begin_inset CommandInset bibitem
34673 LatexCommand bibitem
34674 key "listings"
34675
34676 \end_inset
34677
34678 Documentation du paquetage LaTeX 
34679 \series bold
34680
34681 \begin_inset CommandInset href
34682 LatexCommand href
34683 name "listings"
34684 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34685
34686 \end_inset
34687
34688
34689 \series default
34690
34691 \begin_inset Index
34692 status collapsed
34693
34694 \begin_layout Plain Layout
34695 Paquetages LaTeX ! listings
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \begin_layout Bibliography
34704 \begin_inset CommandInset bibitem
34705 LatexCommand bibitem
34706 key "marginnote"
34707
34708 \end_inset
34709
34710 Documentation du paquetage LaTeX 
34711 \series bold
34712
34713 \begin_inset CommandInset href
34714 LatexCommand href
34715 name "marginnote"
34716 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34717
34718 \end_inset
34719
34720
34721 \series default
34722
34723 \begin_inset Index
34724 status collapsed
34725
34726 \begin_layout Plain Layout
34727 Paquetages LaTeX ! marginnote
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Bibliography
34736 \begin_inset CommandInset bibitem
34737 LatexCommand bibitem
34738 key "pstricks"
34739
34740 \end_inset
34741
34742 Page Web du paquetage LaTeX 
34743 \series bold
34744
34745 \begin_inset CommandInset href
34746 LatexCommand href
34747 name "PSTricks"
34748 target "http://tug.org/PSTricks/"
34749
34750 \end_inset
34751
34752
34753 \series default
34754
34755 \begin_inset Index
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 Paquetages LaTeX ! PSTricks
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Bibliography
34768 \begin_inset CommandInset bibitem
34769 LatexCommand bibitem
34770 key "sidecap"
34771
34772 \end_inset
34773
34774 Documentation du paquetage LaTeX 
34775 \series bold
34776
34777 \begin_inset CommandInset href
34778 LatexCommand href
34779 name "sidecap"
34780 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34781
34782 \end_inset
34783
34784
34785 \series default
34786
34787 \begin_inset Index
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791 Paquetages LaTeX ! sidecap
34792 \end_layout
34793
34794 \end_inset
34795
34796
34797 \end_layout
34798
34799 \begin_layout Bibliography
34800 \begin_inset CommandInset bibitem
34801 LatexCommand bibitem
34802 key "NewInLyX16"
34803
34804 \end_inset
34805
34806
34807 \begin_inset CommandInset href
34808 LatexCommand href
34809 name "Page Wiki"
34810 target "http://wiki.lyx.org/LyX/NewInLyX16"
34811
34812 \end_inset
34813
34814  au sujet des nouveautés de 
34815 \family sans
34816 LyX 1.6.0
34817 \family default
34818 .
34819 \end_layout
34820
34821 \begin_layout Standard
34822 \begin_inset CommandInset index_print
34823 LatexCommand printindex
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Standard
34831 \begin_inset FloatList figure
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \begin_layout Standard
34839 \begin_inset FloatList table
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Standard
34847 \begin_inset ERT
34848 status open
34849
34850 \begin_layout Plain Layout
34851
34852
34853 \backslash
34854 listof{algorithm}{Liste des Algorithmes}
34855 \end_layout
34856
34857 \end_inset
34858
34859
34860 \begin_inset Note Note
34861 status collapsed
34862
34863 \begin_layout Plain Layout
34864 voir la section
34865 \begin_inset space ~
34866 \end_inset
34867
34868
34869 \begin_inset CommandInset ref
34870 LatexCommand ref
34871 reference "sub:Flottant-d'Algorithme"
34872
34873 \end_inset
34874
34875  pour une description
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \end_body
34884 \end_document