]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Japanese Tutorial.lyx: update by Koji
[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.6.x
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 dernière
3152  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 ligne courante 
3175 \lang english
3176 contains the table caption
3177 \lang french
3178 .
3179  La première ligne est transformée en une colonne unique et une légende
3180  
3181 \lang english
3182 is inserted
3183 \lang french
3184 .
3185  Vous trouverez d'autres explications sur les légendes pour les tableaux
3186  longs dans la section
3187 \begin_inset space ~
3188 \end_inset
3189
3190
3191 \begin_inset CommandInset ref
3192 LatexCommand ref
3193 reference "sub:Tableaux-longs-légende"
3194
3195 \end_inset
3196
3197 .
3198 \end_layout
3199
3200 \begin_layout Standard
3201 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3202  Voyez le tableau long qui suit pour voir comment ça marche :
3203 \end_layout
3204
3205 \begin_layout Standard
3206 \align center
3207 \begin_inset Tabular
3208 <lyxtabular version="3" rows="69" columns="3">
3209 <features islongtable="true">
3210 <column alignment="left" valignment="top" width="0cm">
3211 <column alignment="left" valignment="top" width="0pt">
3212 <column alignment="center" valignment="top" width="0pt">
3213 <row endfirsthead="true">
3214 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 Exemple d'annuaire téléphonique (ignorez les noms)
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell multicolumn="2" 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 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row endfirsthead="true">
3245 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 NOM
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 TEL.
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 </row>
3277 <row endhead="true">
3278 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282
3283 \series bold
3284 Exemple d'annuaire téléphonique
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell multicolumn="2" 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 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 </row>
3308 <row endhead="true">
3309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \series bold
3315 NOM
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 TEL.
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row endfoot="true">
3342 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346  continue page suivante
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row>
3371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \series bold
3377 Annovi
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell alignment="center" valignment="top" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 Silvia
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 111
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \series bold
3408 Bertoli
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 Stefano
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 111
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row>
3433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439 Bozzi
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 Walter
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 111
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row>
3464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \series bold
3470 Cachia
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 Maria
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 111
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row>
3495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499
3500 \series bold
3501 Cachia
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 Maurizio
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 111
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Cinquemani
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 Giusi
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 111
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 Colin
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 Bernard
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 111
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 Concli
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 Gianfranco
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 111
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625 Dal Bosco
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 Carolina
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 111
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656 Dalpiaz
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Annamaria
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 111
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Feliciello
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Domenico
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 111
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 Focarelli
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 Paola
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 111
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747
3748 \series bold
3749 Galletti
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 Oreste
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 111
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778
3779 \series bold
3780 Gasparini
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 Franca
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 111
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \series bold
3811 Rizzardi
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Paola
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 111
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \series bold
3842 Lassini
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Giancarlo
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 111
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \series bold
3873 Malfatti
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Luciano
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 111
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904 Malfatti
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Valeriano
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 111
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \series bold
3935 Meneguzzo
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 Roberto
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 111
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \series bold
3966 Mezzadra
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 Roberto
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 111
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \series bold
3997 Pirpamer
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 Erich
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 111
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \series bold
4028 Pochiesa
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Paolo
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 111, 222
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Radina
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Claudio
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 111
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Stuffer
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Oskar
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 111
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Tacchelli
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Ugo
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 111
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Tezzele
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Margit
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 111
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Unterkalmsteiner
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Frieda
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 111
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Vieider
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Hilde
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 111
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Vigna
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Jürgen
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 111
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Weber
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Maurizio
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 111
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Winkler
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Franz
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 111
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336  
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \series bold
4367 Annovi
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 Silvia
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 555
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \series bold
4398 Bertoli
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 Stefano
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 555
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \series bold
4429 Bozzi
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 Walter
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 555
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458
4459 \series bold
4460 Cachia
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 Maria
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 555
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row>
4485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \series bold
4491 Cachia
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 Maurizio
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 555
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Cinquemani
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Giusi
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 555
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Colin
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Bernard
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 555
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Concli
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Gianfranco
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 555
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Dal Bosco
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Carolina
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 555
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \series bold
4646 Dalpiaz
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 Annamaria
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 555
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \series bold
4677 Feliciello
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 Domenico
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 555
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \series bold
4708 Focarelli
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 Paola
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 555
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 </row>
4732 <row>
4733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737
4738 \series bold
4739 Galletti
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 Oreste
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 555
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \series bold
4770 Gasparini
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 Franca
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 555
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \series bold
4801 Rizzardi
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 Paola
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 555
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830
4831 \series bold
4832 Lassini
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 Giancarlo
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 555
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861
4862 \series bold
4863 Malfatti
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 Luciano
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 555
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 <row>
4888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892
4893 \series bold
4894 Malfatti
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 Valeriano
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 555
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 <row>
4919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \series bold
4925 Meneguzzo
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 Roberto
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 555
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 </row>
4949 <row>
4950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954
4955 \series bold
4956 Mezzadra
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 Roberto
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 555
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 </row>
4980 <row>
4981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \series bold
4987 Pirpamer
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 Erich
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 555
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 </row>
5011 <row>
5012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018 Pochiesa
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 Paolo
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 555, 222
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 <row>
5043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \series bold
5049 Radina
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 Claudio
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 555
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \series bold
5080 Stuffer
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Oskar
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 555
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \series bold
5111 Tacchelli
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Ugo
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 555
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 <row>
5136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140
5141 \series bold
5142 Tezzele
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Margit
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 555
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173 Unterkalmsteiner
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 Frieda
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 555
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \series bold
5204 Vieider
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Hilde
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 555
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \series bold
5235 Vigna
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 Jürgen
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 999
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266 Weber
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 Maurizio
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 555
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 </row>
5290 <row>
5291 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \series bold
5297 Winkler
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 Franz
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 555
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row endlastfoot="true">
5322 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 Fin
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 </lyxtabular>
5351
5352 \end_inset
5353
5354
5355 \begin_inset ERT
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359
5360
5361 \backslash
5362 addtocounter{table}{-1}
5363 \end_layout
5364
5365 \end_inset
5366
5367
5368 \begin_inset Note Note
5369 status collapsed
5370
5371 \begin_layout Plain Layout
5372 Voyez la première note grisée de la section
5373 \begin_inset space ~
5374 \end_inset
5375
5376
5377 \begin_inset CommandInset ref
5378 LatexCommand ref
5379 reference "sub:Tableaux-longs-légende"
5380
5381 \end_inset
5382
5383  pour une explication de cette commande.
5384 \end_layout
5385
5386 \end_inset
5387
5388
5389 \end_layout
5390
5391 \begin_layout Subsection
5392 Notes de Bas de Page dans les Tableaux Longs
5393 \begin_inset CommandInset label
5394 LatexCommand label
5395 name "sub:Notes-dans-tableau-long"
5396
5397 \end_inset
5398
5399
5400 \begin_inset Index
5401 status collapsed
5402
5403 \begin_layout Plain Layout
5404 Tableaux longs ! Notes de bas de page
5405 \end_layout
5406
5407 \end_inset
5408
5409
5410 \end_layout
5411
5412 \begin_layout Standard
5413 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5414  long.
5415  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5416  contenant la note.
5417  Par exemple le tableau
5418 \begin_inset space ~
5419 \end_inset
5420
5421
5422 \begin_inset CommandInset ref
5423 LatexCommand ref
5424 reference "tab:Légendes-tableau-différentes"
5425
5426 \end_inset
5427
5428  a une note de bas de page.
5429 \end_layout
5430
5431 \begin_layout Subsection
5432 Alignement des Tableaux Longs
5433 \begin_inset Index
5434 status collapsed
5435
5436 \begin_layout Plain Layout
5437 Tableaux longs ! Alignement
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \begin_layout Standard
5446 Par défaut les Tableaux Longs sont centrés.
5447  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5448  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5449  de dialogue.
5450  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5451  des longueurs 
5452 \series bold
5453
5454 \backslash
5455 LTleft 
5456 \series default
5457 et 
5458 \series bold
5459
5460 \backslash
5461 LTright
5462 \series default
5463  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5464  concerné :
5465 \end_layout
5466
5467 \begin_layout Standard
5468
5469 \series bold
5470
5471 \backslash
5472 setlength{
5473 \backslash
5474 LTleft}{valeur}
5475 \end_layout
5476
5477 \begin_layout Standard
5478 Où 
5479 \series bold
5480 valeur
5481 \series default
5482  peut avoir n'importe laquelle des unités listées dans le tableau
5483 \begin_inset space ~
5484 \end_inset
5485
5486
5487 \begin_inset CommandInset ref
5488 LatexCommand ref
5489 reference "cha:Unités-de-longueur"
5490
5491 \end_inset
5492
5493 .
5494  
5495 \series bold
5496
5497 \backslash
5498 LTleft
5499 \series default
5500  contrôle la distance horizontale entre le bord gauche de la page et le
5501  tableau, et
5502 \series bold
5503  
5504 \backslash
5505 LTright
5506 \series default
5507  la distance au bord droit.
5508  La valeur par défaut des ces deux distances est 
5509 \series bold
5510
5511 \backslash
5512 fill
5513 \series default
5514 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5515 \end_layout
5516
5517 \begin_layout Standard
5518 Le tableau long suivant a été aligné à gauche en mettant 
5519 \series bold
5520
5521 \backslash
5522 LTleft
5523 \series default
5524  à 0
5525 \begin_inset space \thinspace{}
5526 \end_inset
5527
5528 pt.
5529 \begin_inset ERT
5530 status collapsed
5531
5532 \begin_layout Plain Layout
5533
5534
5535 \backslash
5536 setlength{
5537 \backslash
5538 LTleft}{0pt}
5539 \end_layout
5540
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Standard
5547 \begin_inset Tabular
5548 <lyxtabular version="3" rows="5" columns="5">
5549 <features islongtable="true">
5550 <column alignment="center" valignment="top" width="0">
5551 <column alignment="center" valignment="top" width="0">
5552 <column alignment="center" valignment="top" width="0">
5553 <column alignment="center" valignment="top" width="0">
5554 <column alignment="center" valignment="top" width="0">
5555 <row>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 1
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 2
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 3
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 4
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 5
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 asd
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 s
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 s
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 s
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 asd
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 asd
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 s
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 s
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 s
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 asd
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 asd
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 s
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 s
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 s
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 asd
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 asd
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 asd
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 asd
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 asd
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 asd
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 </lyxtabular>
5791
5792 \end_inset
5793
5794
5795 \begin_inset ERT
5796 status collapsed
5797
5798 \begin_layout Plain Layout
5799
5800
5801 \backslash
5802 setlength{
5803 \backslash
5804 LTleft}{
5805 \backslash
5806 fill}
5807 \end_layout
5808
5809 \end_inset
5810
5811
5812 \begin_inset ERT
5813 status collapsed
5814
5815 \begin_layout Plain Layout
5816
5817
5818 \backslash
5819 addtocounter{table}{-1}
5820 \end_layout
5821
5822 \end_inset
5823
5824
5825 \begin_inset Note Note
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829 Voyez la première note grisée de la section
5830 \begin_inset space ~
5831 \end_inset
5832
5833
5834 \begin_inset CommandInset ref
5835 LatexCommand ref
5836 reference "sub:Tableaux-longs-légende"
5837
5838 \end_inset
5839
5840  pour une explication de cette commande.
5841 \end_layout
5842
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \begin_layout Subsection
5849 Légendes et Tableaux longs
5850 \begin_inset Index
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Tableaux longs ! Legendes@Légendes
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \begin_inset CommandInset label
5861 LatexCommand label
5862 name "sub:Tableaux-longs-légende"
5863
5864 \end_inset
5865
5866
5867 \end_layout
5868
5869 \begin_layout Standard
5870 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5871  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5872  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5873  Longs.
5874  
5875 \lang english
5876 But the caption environment of floats can also be used for longtables when
5877  you use for a table row the longtable option 
5878 \family sans
5879 Caption
5880 \family default
5881 \lang french
5882 , comme c'est expliqué dans la section
5883 \begin_inset space ~
5884 \end_inset
5885
5886
5887 \begin_inset CommandInset ref
5888 LatexCommand ref
5889 reference "sec:Tableaux-longs"
5890
5891 \end_inset
5892
5893 .
5894 \end_layout
5895
5896 \begin_layout Standard
5897 Voici un petit Tableau long pour voir comment ça marche :
5898 \end_layout
5899
5900 \begin_layout Standard
5901 \begin_inset Tabular
5902 <lyxtabular version="3" rows="6" columns="5">
5903 <features islongtable="true">
5904 <column alignment="center" valignment="top" width="0">
5905 <column alignment="center" valignment="top" width="0">
5906 <column alignment="center" valignment="top" width="0">
5907 <column alignment="center" valignment="top" width="0">
5908 <column alignment="center" valignment="top" width="0">
5909 <row caption="true">
5910 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Caption
5915
5916 \begin_layout Plain Layout
5917 Tableau long avec une légende
5918 \begin_inset OptArg
5919 status open
5920
5921 \begin_layout Plain Layout
5922 Tableau long
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 1
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 2
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 3
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 4
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 5
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 s
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 asd
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 s
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 s
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 asd
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 s
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 asd
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 asd
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 asd
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 </lyxtabular>
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \begin_layout Standard
6217 \begin_inset VSpace medskip
6218 \end_inset
6219
6220
6221 \begin_inset Note Greyedout
6222 status open
6223
6224 \begin_layout Plain Layout
6225
6226 \series bold
6227 Note
6228 \begin_inset space ~
6229 \end_inset
6230
6231 1:
6232 \series default
6233  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6234  n'avez pas prévu de légende.
6235  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6236 \begin_inset space ~
6237 \end_inset
6238
6239 2.4 suit le tableau
6240 \begin_inset space ~
6241 \end_inset
6242
6243 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6244  sans légende.
6245  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6246  après chaque tableau long sans légende :
6247 \end_layout
6248
6249 \begin_layout Plain Layout
6250
6251 \series bold
6252
6253 \backslash
6254 addtocounter{table}{-1}
6255 \end_layout
6256
6257 \begin_layout Plain Layout
6258
6259 \lang english
6260 This is not needed when none of your longtables have a caption and you add
6261  the following code to the document preamble:
6262 \end_layout
6263
6264 \begin_layout Plain Layout
6265
6266 \series bold
6267
6268 \backslash
6269 let
6270 \backslash
6271 myEnd
6272 \backslash
6273 endlongtable
6274 \begin_inset Newline newline
6275 \end_inset
6276
6277
6278 \backslash
6279 renewcommand{
6280 \backslash
6281 endlongtable}{
6282 \backslash
6283 myEnd
6284 \backslash
6285 addtocounter{table}{-1}}
6286 \end_layout
6287
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \begin_layout Standard
6294 \begin_inset Note Greyedout
6295 status open
6296
6297 \begin_layout Plain Layout
6298
6299 \series bold
6300 Note
6301 \begin_inset space ~
6302 \end_inset
6303
6304 2:
6305 \series default
6306  Si vous utilisez 
6307 \series bold
6308 hyperref
6309 \series default
6310
6311 \begin_inset Index
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315 Paquetages LaTeX ! hyperref
6316 \end_layout
6317
6318 \end_inset
6319
6320  dans les 
6321 \family sans
6322 Paramètres du document
6323 \family default
6324  rubrique 
6325 \family sans
6326 Propriétés
6327 \begin_inset space ~
6328 \end_inset
6329
6330 du
6331 \begin_inset space ~
6332 \end_inset
6333
6334 PDF
6335 \family default
6336 , pour transformer vos références croisées en liens cliquables, le lien
6337  vers un tableau long pointera toujours sur le début du document.
6338 \end_layout
6339
6340 \end_inset
6341
6342
6343 \end_layout
6344
6345 \begin_layout Subsubsection
6346 Références à des tableaux longs
6347 \begin_inset Index
6348 status collapsed
6349
6350 \begin_layout Plain Layout
6351 Tableaux longs ! Références
6352 \end_layout
6353
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \begin_layout Standard
6360 \begin_inset Tabular
6361 <lyxtabular version="3" rows="6" columns="5">
6362 <features islongtable="true">
6363 <column alignment="center" valignment="top" width="0">
6364 <column alignment="center" valignment="top" width="0">
6365 <column alignment="center" valignment="top" width="0">
6366 <column alignment="center" valignment="top" width="0">
6367 <column alignment="center" valignment="top" width="0">
6368 <row caption="true">
6369 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 \begin_inset Caption
6374
6375 \begin_layout Plain Layout
6376 Tableau long référencé
6377 \begin_inset CommandInset label
6378 LatexCommand label
6379 name "tab:RefExemple"
6380
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 <row>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 1
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 2
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 3
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 4
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 5
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 </row>
6477 <row>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 asd
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 s
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 s
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 s
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 </row>
6524 <row>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 asd
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6535 \begin_inset Text
6536
6537 \begin_layout Plain Layout
6538 s
6539 \end_layout
6540
6541 \end_inset
6542 </cell>
6543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6544 \begin_inset Text
6545
6546 \begin_layout Plain Layout
6547 s
6548 \end_layout
6549
6550 \end_inset
6551 </cell>
6552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 s
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 asd
6566 \end_layout
6567
6568 \end_inset
6569 </cell>
6570 </row>
6571 <row>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 asd
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585 s
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 s
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 s
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612 asd
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 </row>
6618 <row>
6619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 asd
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 sad
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 asd
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 asd
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 asd
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 </row>
6665 </lyxtabular>
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \begin_layout Standard
6673 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6674  dans sa légende.
6675 \end_layout
6676
6677 \begin_layout Standard
6678 Ceci est une référence au tableau
6679 \begin_inset space ~
6680 \end_inset
6681
6682
6683 \begin_inset CommandInset ref
6684 LatexCommand ref
6685 reference "tab:RefExemple"
6686
6687 \end_inset
6688
6689 .
6690 \end_layout
6691
6692 \begin_layout Standard
6693 La mise en forme de la légende peut être ajustée avec celle de toutes les
6694  autres légendes de votre document en utilisant le paquetage LaTeX 
6695 \series bold
6696 caption
6697 \series default
6698
6699 \begin_inset Index
6700 status collapsed
6701
6702 \begin_layout Plain Layout
6703 Paquetages LaTeX ! caption
6704 \end_layout
6705
6706 \end_inset
6707
6708 , voir la section
6709 \begin_inset space ~
6710 \end_inset
6711
6712
6713 \begin_inset CommandInset ref
6714 LatexCommand ref
6715 reference "sec:Formatage-légende"
6716
6717 \end_inset
6718
6719 .
6720 \end_layout
6721
6722 \begin_layout Subsubsection
6723 Largeur de la légende
6724 \begin_inset Index
6725 status collapsed
6726
6727 \begin_layout Plain Layout
6728 Tableaux longs ! Largeur de la légende
6729 \end_layout
6730
6731 \end_inset
6732
6733
6734 \end_layout
6735
6736 \begin_layout Standard
6737 La largeur maximale des lignes de légende est définie par la longueur 
6738 \series bold
6739
6740 \backslash
6741 LTcapwidth
6742 \series default
6743 .
6744  Sa valeur par défaut est 4
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 in.
6749  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6750  de votre document ou en tant que code TeX directement dans votre document
6751  avant le tableau qui doit être affectée.
6752 \end_layout
6753
6754 \begin_layout Standard
6755
6756 \series bold
6757
6758 \backslash
6759 setlength{
6760 \backslash
6761 LTcapwidth}{largeur}
6762 \end_layout
6763
6764 \begin_layout Standard
6765 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6766 ce
6767 \begin_inset space ~
6768 \end_inset
6769
6770
6771 \begin_inset CommandInset ref
6772 LatexCommand ref
6773 reference "cha:Unités-de-longueur"
6774
6775 \end_inset
6776
6777 .
6778 \end_layout
6779
6780 \begin_layout Standard
6781 \begin_inset Newpage pagebreak
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Standard
6788 Les tableaux suivants montrent la différence :
6789 \end_layout
6790
6791 \begin_layout Standard
6792 \begin_inset Tabular
6793 <lyxtabular version="3" rows="6" columns="5">
6794 <features islongtable="true">
6795 <column alignment="center" valignment="top" width="0">
6796 <column alignment="center" valignment="top" width="0">
6797 <column alignment="center" valignment="top" width="0">
6798 <column alignment="center" valignment="top" width="0">
6799 <column alignment="center" valignment="top" width="0">
6800 <row caption="true">
6801 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 \begin_inset Caption
6806
6807 \begin_layout Plain Layout
6808 long titre complet avec la largeur par défaut long titre complet avec la
6809  largeur par défaut long titre complet avec la largeur par défaut
6810 \begin_inset OptArg
6811 status open
6812
6813 \begin_layout Plain Layout
6814 Légende avec largeur par défaut
6815 \end_layout
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 </row>
6866 <row>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 1
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 2
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 3
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 4
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 5
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 <row>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 asd
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 s
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 s
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 asd
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 s
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 s
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 asd
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 s
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 s
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 <row>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 sad
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 asd
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 asd
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 </lyxtabular>
7102
7103 \end_inset
7104
7105
7106 \end_layout
7107
7108 \begin_layout Standard
7109 \begin_inset ERT
7110 status collapsed
7111
7112 \begin_layout Plain Layout
7113
7114
7115 \backslash
7116 setlength{
7117 \backslash
7118 LTcapwidth}{5cm}
7119 \end_layout
7120
7121 \end_inset
7122
7123
7124 \begin_inset Tabular
7125 <lyxtabular version="3" rows="6" columns="5">
7126 <features islongtable="true">
7127 <column alignment="center" valignment="top" width="0">
7128 <column alignment="center" valignment="top" width="0">
7129 <column alignment="center" valignment="top" width="0">
7130 <column alignment="center" valignment="top" width="0">
7131 <column alignment="center" valignment="top" width="0">
7132 <row caption="true">
7133 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 \begin_inset Caption
7138
7139 \begin_layout Plain Layout
7140 long titre complet avec la largeur réglée à 5
7141 \begin_inset space \thinspace{}
7142 \end_inset
7143
7144 cm long titre complet avec la largeur réglée à 5
7145 \begin_inset space \thinspace{}
7146 \end_inset
7147
7148 cm long titre complet avec la largeur réglée à 5
7149 \begin_inset space \thinspace{}
7150 \end_inset
7151
7152 cm
7153 \begin_inset OptArg
7154 status open
7155
7156 \begin_layout Plain Layout
7157 Légende avec largeur à
7158 \begin_inset space \thinspace{}
7159 \end_inset
7160
7161 =
7162 \begin_inset space \thinspace{}
7163 \end_inset
7164
7165 5
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 cm
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \end_inset
7178
7179
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 1
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 2
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 3
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 4
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 5
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 s
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 s
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 <row>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 s
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 s
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 asd
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 s
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 s
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 s
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 asd
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row>
7410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 asd
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 sad
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 asd
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 asd
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 asd
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 </lyxtabular>
7457
7458 \end_inset
7459
7460
7461 \end_layout
7462
7463 \begin_layout Standard
7464 \begin_inset ERT
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468
7469
7470 \backslash
7471 setlength{
7472 \backslash
7473 LTcapwidth}{4in}
7474 \end_layout
7475
7476 \end_inset
7477
7478
7479 \end_layout
7480
7481 \begin_layout Standard
7482 \begin_inset Note Greyedout
7483 status open
7484
7485 \begin_layout Plain Layout
7486
7487 \series bold
7488 Note:
7489 \series default
7490  Quand on utilise la paquetage LaTeX 
7491 \series bold
7492 caption
7493 \series default
7494
7495 \begin_inset Index
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499 Paquetages LaTeX ! caption
7500 \end_layout
7501
7502 \end_inset
7503
7504  , comme c'est les cas dans ce document, la légende prend toute la largeur
7505  de la page quand on utilise la largeur par défaut de 4
7506 \begin_inset space \thinspace{}
7507 \end_inset
7508
7509 in pour 
7510 \series bold
7511
7512 \backslash
7513 LTcapwidth
7514 \series default
7515 .
7516  Pour avoir dans ce cas une légende qui fasse exactement 4
7517 \begin_inset space \thinspace{}
7518 \end_inset
7519
7520 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7521  comme par exemple 3.99
7522 \begin_inset space \thinspace{}
7523 \end_inset
7524
7525 in, soit utiliser la commande LaTeX 
7526 \series bold
7527
7528 \backslash
7529 captionsetup{width=valeur}
7530 \series default
7531  qui est disponible dans le paquetage 
7532 \series bold
7533 caption
7534 \series default
7535 .
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \begin_layout Subsubsection
7544 Des Légendes différentes sur chaque page d'un tableau
7545 \begin_inset OptArg
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549 Légendes différentes
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \begin_inset Index
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559 Tableaux longs ! Legendes@Légendes différentes par page
7560 \end_layout
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \begin_layout Standard
7568
7569 \lang english
7570 When the table captions for the following pages should differ from the one
7571  of the first table page, insert a caption with the TeX code
7572 \lang french
7573  commande
7574 \end_layout
7575
7576 \begin_layout Standard
7577
7578 \series bold
7579
7580 \backslash
7581 caption*{caption text}
7582 \backslash
7583
7584 \backslash
7585 %
7586 \end_layout
7587
7588 \begin_layout Standard
7589
7590 \lang english
7591 in a dummy caption row that is marked as header.
7592
7593 \lang french
7594  Le tableau
7595 \begin_inset space ~
7596 \end_inset
7597
7598
7599 \begin_inset CommandInset ref
7600 LatexCommand ref
7601 reference "tab:Légendes-tableau-différentes"
7602
7603 \end_inset
7604
7605  est un exemple de tableau long avec des légendes différentes et où la seconde
7606  légende ne contient pas le numéro du tableau.
7607 \end_layout
7608
7609 \begin_layout Standard
7610 \align center
7611 \begin_inset Tabular
7612 <lyxtabular version="3" rows="59" columns="3">
7613 <features islongtable="true" lastFootEmpty="true">
7614 <column alignment="left" valignment="top" width="0cm">
7615 <column alignment="left" valignment="top" width="0pt">
7616 <column alignment="center" valignment="top" width="0pt">
7617 <row caption="true">
7618 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset Caption
7623
7624 \begin_layout Plain Layout
7625 Exemple d'annuaire téléphonique
7626 \begin_inset CommandInset label
7627 LatexCommand label
7628 name "tab:Légendes-tableau-différentes"
7629
7630 \end_inset
7631
7632
7633 \begin_inset OptArg
7634 status collapsed
7635
7636 \begin_layout Plain Layout
7637 Exemple Annuaire 
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row endfirsthead="true">
7672 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \series bold
7678 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 </row>
7702 <row endfirsthead="true">
7703 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \series bold
7709 NOM
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 TÉL.
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row endhead="true">
7736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 \begin_inset ERT
7741 status open
7742
7743 \begin_layout Plain Layout
7744
7745
7746 \backslash
7747 caption*{Suite de l'exemple d'annuaire téléphonique}
7748 \backslash
7749
7750 \backslash
7751 %
7752 \end_layout
7753
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row endhead="true">
7781 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \series bold
7787 Exemple d'annuaire téléphonique
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 </row>
7811 <row endhead="true">
7812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816
7817 \series bold
7818 NOM
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \series bold
7838 TÉL.
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row endfoot="true">
7845 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 suite page suivante\SpecialChar \ldots{}
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 </row>
7874 <row>
7875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \series bold
7881 Annovi
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 Silvia
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 111
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row>
7906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \series bold
7912 Bertoli
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 Stefano
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 111
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \series bold
7943 Bozzi
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 Walter
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 111
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \series bold
7974 Cachia
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 Maria
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 111
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row>
7999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \series bold
8005 Cachia
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 Maurizio
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 111
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \series bold
8036 Cinquemani
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 Giusi
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 111
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \series bold
8067 Colin
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 Bernard
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 111
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \series bold
8098 Concli
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 Gianfranco
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 111
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 Dal Bosco
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Carolina
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Dalpiaz
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Annamaria
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Feliciello
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Domenico
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Focarelli
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Paola
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Galletti
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Oreste
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Gasparini
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Franca
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Rizzardi
8316 \series default
8317
8318 \begin_inset Foot
8319 status open
8320
8321 \begin_layout Plain Layout
8322 Exemple de note de bas de page
8323 \end_layout
8324
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 Paola
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 111
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \series bold
8358 Lassini
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Giancarlo
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 111
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \series bold
8389 Malfatti
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Luciano
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 111
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \series bold
8420 Malfatti
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Valeriano
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 111
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \series bold
8451 Meneguzzo
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 Roberto
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 111
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 <row>
8476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480
8481 \series bold
8482 Mezzadra
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 Roberto
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 111
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \series bold
8513 Pirpamer
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 Erich
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 111
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \series bold
8544 Pochiesa
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Paolo
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 111, 222
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 <row>
8569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573
8574 \series bold
8575 Radina
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Claudio
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 111
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606 Stuffer
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 Oskar
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 111
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \series bold
8637 Tacchelli
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 Ugo
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 111
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \series bold
8668 Tezzele
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Margit
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 111
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Unterkalmsteiner
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Frieda
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 111
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Vieider
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Hilde
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 111
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Vigna
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Jürgen
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 111
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Weber
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Maurizio
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 111
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Winkler
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Franz
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 111
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852  
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 <row>
8877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \series bold
8883 Annovi
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Silvia
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 555
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912
8913 \series bold
8914 Bertoli
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 Stefano
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 555
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 </row>
8938 <row>
8939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943
8944 \series bold
8945 Bozzi
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 Walter
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 555
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \series bold
8976 Cachia
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 Maria
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 555
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \series bold
9007 Cachia
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Maurizio
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 555
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \series bold
9038 Cinquemani
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 Giusi
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 555
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \series bold
9069 Colin
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 Bernard
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 555
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \series bold
9100 Concli
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Gianfranco
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 555
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \series bold
9131 Dal Bosco
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Carolina
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 555
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \series bold
9162 Dalpiaz
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Annamaria
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 555
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Feliciello
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Domenico
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 555
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Focarelli
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Paola
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 555
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Galletti
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Oreste
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 555
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Gasparini
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Franca
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 555
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Rizzardi
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Paola
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 555
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348 Lassini
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Giancarlo
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 555
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379 Malfatti
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Luciano
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 555
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Malfatti
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 Valeriano
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 555
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row>
9435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 Meneguzzo
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Roberto
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 555
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \series bold
9472 Mezzadra
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Roberto
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 555
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 </lyxtabular>
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Section
9504 Questions particulières concernant les tableaux longs
9505 \begin_inset OptArg
9506 status collapsed
9507
9508 \begin_layout Plain Layout
9509 Questions sur les tableaux longs
9510 \end_layout
9511
9512 \end_inset
9513
9514
9515 \begin_inset CommandInset label
9516 LatexCommand label
9517 name "sec:Questions-sur-tableaux-longs"
9518
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \begin_layout Subsection
9525 Calculs des pages des tableaux longs
9526 \begin_inset Index
9527 status collapsed
9528
9529 \begin_layout Plain Layout
9530 Tableaux longs ! Calculs
9531 \end_layout
9532
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \begin_layout Standard
9539 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9540  en utilisant des blocs (chunks).
9541  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9542  mémoire de LaTeX.
9543  La valeur par défaut est fixée pour des raisons historiques à seulement
9544  20 lignes de tableau.
9545  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9546  peut ralentir la création de votre document.
9547  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9548  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9549  préambule de votre document :
9550 \end_layout
9551
9552 \begin_layout Standard
9553
9554 \series bold
9555
9556 \backslash
9557 setcounter{LTchunksize}{100}
9558 \end_layout
9559
9560 \begin_layout Subsection
9561 Les Flottants et les Tableaux Longs
9562 \begin_inset Index
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566 Tableaux longs ! Flottants
9567 \end_layout
9568
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \begin_layout Standard
9575 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9576  commence un tableau long.
9577  Pour éviter une telle situation, ajoutez la commande 
9578 \series bold
9579
9580 \backslash
9581 clearpage
9582 \series default
9583  en tant que code TeX juste avant votre tableau long.
9584 \end_layout
9585
9586 \begin_layout Subsection
9587 Sauts de pages forcés
9588 \begin_inset Index
9589 status collapsed
9590
9591 \begin_layout Plain Layout
9592 Tableaux longs ! Sauts de pages forcés
9593 \end_layout
9594
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \begin_layout Standard
9601 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9602  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9603  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9604  de saut de ligne 
9605 \begin_inset Quotes eld
9606 \end_inset
9607
9608
9609 \backslash
9610
9611 \backslash
9612
9613 \begin_inset Quotes erd
9614 \end_inset
9615
9616  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9617  Avant la commande 
9618 \begin_inset Quotes eld
9619 \end_inset
9620
9621
9622 \backslash
9623
9624 \backslash
9625
9626 \begin_inset Quotes erd
9627 \end_inset
9628
9629 , vous devez insérer en code TeX, autant de caractères 
9630 \begin_inset Quotes eld
9631 \end_inset
9632
9633 &
9634 \begin_inset Quotes erd
9635 \end_inset
9636
9637  qu'il y a de colonnes après la cellule concernée.
9638  Le caractère 
9639 \begin_inset Quotes eld
9640 \end_inset
9641
9642 &
9643 \begin_inset Quotes erd
9644 \end_inset
9645
9646  sert à séparer les colonnes d'un tableau.
9647  Écrivez en code-TeX, après chaque 
9648 \begin_inset Quotes eld
9649 \end_inset
9650
9651 &
9652 \begin_inset Quotes erd
9653 \end_inset
9654
9655  le contenu des cellules correspondantes et en même temps supprimez le contenu
9656  de ces cellules dans le texte normal.
9657  
9658 \begin_inset Newline newline
9659 \end_inset
9660
9661 Après la commande 
9662 \backslash
9663
9664 \backslash
9665 , insérez autant de caractères 
9666 \begin_inset Quotes eld
9667 \end_inset
9668
9669 &
9670 \begin_inset Quotes erd
9671 \end_inset
9672
9673  qu'il y a de colonnes avant la colonne traitée.
9674  Dans le tableau
9675 \begin_inset space ~
9676 \end_inset
9677
9678
9679 \begin_inset CommandInset ref
9680 LatexCommand ref
9681 reference "tab:Tableau-saut-de-page"
9682
9683 \end_inset
9684
9685  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9686  suivie par une autre colonne.
9687  La commande suivante a donc été insérée en code TeX dans la cellule après
9688  le mot 
9689 \begin_inset Quotes eld
9690 \end_inset
9691
9692
9693 \emph on
9694 Castelchiodato,
9695 \emph default
9696
9697 \begin_inset Quotes erd
9698 \end_inset
9699
9700 :
9701 \end_layout
9702
9703 \begin_layout Standard
9704
9705 \series bold
9706 & 111
9707 \backslash
9708
9709 \backslash
9710  
9711 \backslash
9712 newpage
9713 \begin_inset Newline newline
9714 \end_inset
9715
9716 &
9717 \end_layout
9718
9719 \begin_layout Standard
9720 Le 
9721 \begin_inset Quotes eld
9722 \end_inset
9723
9724 111
9725 \begin_inset Quotes erd
9726 \end_inset
9727
9728  dans la troisième colonne de la ligne a été supprimé.
9729  
9730 \series bold
9731 \lang english
9732
9733 \backslash
9734 newpage
9735 \series default
9736  is only needed when a page break should definitively occur at this position,
9737  otherwise it is only a possibility to break.
9738
9739 \lang french
9740  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9741  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9742  est coupée, utilisez cette commande à la place de la précédente :
9743 \end_layout
9744
9745 \begin_layout Standard
9746
9747 \series bold
9748 & 111
9749 \backslash
9750
9751 \backslash
9752
9753 \begin_inset Newline newline
9754 \end_inset
9755
9756
9757 \backslash
9758 hline &
9759 \end_layout
9760
9761 \begin_layout Standard
9762 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9763  insérer la commande
9764 \end_layout
9765
9766 \begin_layout Standard
9767
9768 \series bold
9769
9770 \backslash
9771 setlength{
9772 \backslash
9773 parfillskip}{0pt}
9774 \end_layout
9775
9776 \begin_layout Standard
9777 au début de la cellule.
9778  Cela assure que la portion de la cellule qui va se trouver affichée sur
9779  la page suivante le sera avec toute la largeur de la cellule.
9780 \end_layout
9781
9782 \begin_layout Standard
9783 \align center
9784 \begin_inset Tabular
9785 <lyxtabular version="3" rows="38" columns="3">
9786 <features islongtable="true" lastFootEmpty="true">
9787 <column alignment="left" valignment="top" width="0cm">
9788 <column alignment="left" valignment="top" width="3cm">
9789 <column alignment="center" valignment="top" width="0pt">
9790 <row caption="true">
9791 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Caption
9796
9797 \begin_layout Plain Layout
9798 Tableau avec un saut de page forcé dans une cellule
9799 \begin_inset CommandInset label
9800 LatexCommand label
9801 name "tab:Tableau-saut-de-page"
9802
9803 \end_inset
9804
9805
9806 \begin_inset OptArg
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Tableau avec un saut de page forcé dans une cellule
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \end_inset
9819
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row endfirsthead="true">
9845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" 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 </row>
9875 <row endfirsthead="true">
9876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 NOM
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 TÉL.
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row endhead="true">
9909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 \begin_inset ERT
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917
9918
9919 \backslash
9920 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9921 \backslash
9922
9923 \backslash
9924 %
9925 \end_layout
9926
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row endhead="true">
9954 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958  
9959 \series bold
9960 Exemple d'annuaire téléphonique
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 </row>
9984 <row endhead="true">
9985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 NOM
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 TÉL.
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row endfoot="true">
10018 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 suite page suivante\SpecialChar \ldots{}
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Annovi
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Silvia
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Bertoli
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Stefano
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 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Bozzi
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Walter
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 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Cachia
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Maria
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 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Cachia
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Maurizio
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 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Cinquemani
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Giusi
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 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Colin
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Bernard
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 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Concli
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Gianfranco
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 111
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Dal Bosco
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Carolina
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 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Dalpiaz
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Annamaria
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 111
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \series bold
10364 Feliciello
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Domenico
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 111
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \series bold
10395 Focarelli
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 Paola
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 111
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 </row>
10419 <row>
10420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424
10425 \series bold
10426 Galletti
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Oreste
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 111
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 </row>
10450 <row>
10451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455
10456 \series bold
10457 Gasparini
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 Franca
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 111
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 </row>
10481 <row>
10482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486
10487 \series bold
10488 Lassini
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 Giancarlo
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 111
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \series bold
10519 Malfatti
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 Luciano
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 111
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \series bold
10550 Malfatti
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 Valeriano
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 111
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \series bold
10581 Meneguzzo
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 Roberto
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 111
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 <row>
10606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610
10611 \series bold
10612 Mezzadra
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 Roberto
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 111
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 </row>
10636 <row>
10637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641
10642 \series bold
10643 Pirpamer
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 Erich
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 111
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Pochiesa
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Paolo
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 111, 222
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Radina
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Claudio
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 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Rizzardi
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Giancarlo, 11.
10746  Fürst von Montecompatri, 11.
10747  Fürst von Sulmona und Vivaro, 10.
10748  Fürst von Rossano, 5.
10749  Herzog von Canemorte, 11.
10750  Herzog von Palombara, 5.
10751  Herzog von Castelchiodato,
10752 \begin_inset ERT
10753 status open
10754
10755 \begin_layout Plain Layout
10756
10757 & 111
10758 \backslash
10759
10760 \backslash
10761  
10762 \backslash
10763 newpage
10764 \end_layout
10765
10766 \begin_layout Plain Layout
10767
10768 &
10769 \end_layout
10770
10771 \end_inset
10772
10773  11.
10774  Herzog von Poggionativo, 11.
10775  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10776  Graf von Valinfreda, 11.
10777  Baron von Cropalati, 11.
10778  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \series bold
10800 Stuffer
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 Oskar
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 111
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 </row>
10824 <row>
10825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829
10830 \series bold
10831 Tacchelli
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Ugo
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 111
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \series bold
10862 Tezzele
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 Margit
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 111
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \series bold
10893 Unterkalmsteiner
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 Frieda
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 111
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \series bold
10924 Vieider
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933 Hilde
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 111
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \series bold
10955 Vigna
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 Jürgen
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 111
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \series bold
10986 Weber
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Maurizio
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 111
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \series bold
11017 Winkler
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 Franz
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 111
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 </row>
11041 </lyxtabular>
11042
11043 \end_inset
11044
11045
11046 \end_layout
11047
11048 \begin_layout Section
11049 Colonnes et lignes à lignes multiples
11050 \end_layout
11051
11052 \begin_layout Subsection
11053 Lignes multiples dans une cellule de tableau
11054 \begin_inset CommandInset label
11055 LatexCommand label
11056 name "sub:Lignes-multiple-dans-cellule"
11057
11058 \end_inset
11059
11060
11061 \begin_inset Index
11062 status collapsed
11063
11064 \begin_layout Plain Layout
11065 Plusieurs lignes dans une case de tableau
11066 \end_layout
11067
11068 \end_inset
11069
11070
11071 \begin_inset Index
11072 status collapsed
11073
11074 \begin_layout Plain Layout
11075 Tableau ! Saut de ligne
11076 \end_layout
11077
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \begin_layout Standard
11084 \noindent
11085 \begin_inset Float table
11086 placement H
11087 wide false
11088 sideways false
11089 status open
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Caption
11093
11094 \begin_layout Plain Layout
11095 \begin_inset CommandInset label
11096 LatexCommand label
11097 name "tab:Tableau-avec-plusieurs-lignes"
11098
11099 \end_inset
11100
11101 Tableau avec des lignes multiples dans une cellule
11102 \end_layout
11103
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \begin_layout Plain Layout
11110 \align center
11111 \begin_inset Tabular
11112 <lyxtabular version="3" rows="3" columns="3">
11113 <features>
11114 <column alignment="center" valignment="middle" width="2.5cm">
11115 <column alignment="center" valignment="middle" width="0">
11116 <column alignment="center" valignment="middle" width="0">
11117 <row>
11118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 Lignes
11123 \begin_inset Newline linebreak
11124 \end_inset
11125
11126 multiples
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 b
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 c
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 d
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 e
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 f
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 g
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 h
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 i
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 </row>
11208 </lyxtabular>
11209
11210 \end_inset
11211
11212
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Standard
11221 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11222  d'un paragraphe avec des sauts de lignes et des césures.
11223 \end_layout
11224
11225 \begin_layout Standard
11226 Pour obtenir le tableau
11227 \begin_inset space ~
11228 \end_inset
11229
11230
11231 \begin_inset CommandInset ref
11232 LatexCommand ref
11233 reference "tab:Tableau-avec-plusieurs-lignes"
11234
11235 \end_inset
11236
11237 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11238  droit dessus.
11239  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11240  2.5
11241 \begin_inset space \thinspace{}
11242 \end_inset
11243
11244 cm et choisissez les alignements vertical et horizontal centrés.
11245  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11246  Comme notre texte est plus petit que 2.5
11247 \begin_inset space \thinspace{}
11248 \end_inset
11249
11250 cm, une seule ligne va apparaître.
11251  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11252  
11253 \family sans
11254 Ctrl-Shift-Entrée
11255 \family default
11256 ).
11257  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11258 ement découpé en plusieurs lignes.
11259 \end_layout
11260
11261 \begin_layout Standard
11262 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11263  pas effectuer de césure si c'est le premier élément de la cellule.
11264  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11265  premier élément : Ajoutez un espace horizontal de 0
11266 \begin_inset space \thinspace{}
11267 \end_inset
11268
11269 pt juste avant votre mot.
11270  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11271  Le tableau
11272 \begin_inset space ~
11273 \end_inset
11274
11275
11276 \begin_inset CommandInset ref
11277 LatexCommand ref
11278 reference "tab:Tableau-césure"
11279
11280 \end_inset
11281
11282  montre l'effet de cette insertion.
11283 \end_layout
11284
11285 \begin_layout Standard
11286 \begin_inset Float table
11287 placement h
11288 wide false
11289 sideways false
11290 status open
11291
11292 \begin_layout Plain Layout
11293 \begin_inset Caption
11294
11295 \begin_layout Plain Layout
11296 \begin_inset CommandInset label
11297 LatexCommand label
11298 name "tab:Tableau-césure"
11299
11300 \end_inset
11301
11302 Tableau avec et sans césure.
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Plain Layout
11311 \begin_inset space \hfill{}
11312 \end_inset
11313
11314
11315 \begin_inset Tabular
11316 <lyxtabular version="3" rows="3" columns="3">
11317 <features>
11318 <column alignment="center" valignment="middle" width="2.5cm">
11319 <column alignment="center" valignment="middle" width="0">
11320 <column alignment="center" valignment="middle" width="0">
11321 <row>
11322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 mottrèslongdansunecellule
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 b
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 c
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 </row>
11350 <row>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 d
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 e
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 f
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 </row>
11379 <row>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 g
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 h
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 i
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 </row>
11408 </lyxtabular>
11409
11410 \end_inset
11411
11412
11413 \begin_inset space \hfill{}
11414 \end_inset
11415
11416
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="3">
11419 <features>
11420 <column alignment="center" valignment="middle" width="2.5cm">
11421 <column alignment="center" valignment="middle" width="0">
11422 <column alignment="center" valignment="middle" width="0">
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 \begin_inset space \hspace{}
11429 \length 0pt
11430 \end_inset
11431
11432 mottrèslongdansunecellule
11433 \end_layout
11434
11435 \end_inset
11436 </cell>
11437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 b
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 c
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 <row>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 d
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 e
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 f
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 <row>
11486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 g
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 h
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 i
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 </row>
11514 </lyxtabular>
11515
11516 \end_inset
11517
11518
11519 \begin_inset space \hfill{}
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Subsection
11531 Multi-colonnes
11532 \begin_inset CommandInset label
11533 LatexCommand label
11534 name "sub:Multicolonnes"
11535
11536 \end_inset
11537
11538
11539 \begin_inset Index
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543 Multi-colonnes
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \begin_inset Index
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553 Tableau ! Multi-colonnes
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Subsubsection
11562 Les Bases des Multicolonnes
11563 \end_layout
11564
11565 \begin_layout Standard
11566 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11567  qu'elle doit couvrir et utilisez soit le bouton
11568 \begin_inset Graphics
11569         filename ../../images/tabular-feature_multicolumn.png
11570         scale 85
11571         scaleBeforeRotation
11572
11573 \end_inset
11574
11575  de la barre d'outils tableau, ou le menu 
11576 \family sans
11577 Éditer\SpecialChar \menuseparator
11578 Tableau\SpecialChar \menuseparator
11579 Multi-colonnes
11580 \family default
11581 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11582  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11583  
11584 \family sans
11585 Tableau
11586 \family default
11587 .
11588 \end_layout
11589
11590 \begin_layout Standard
11591 Les multi-colonnes ont leurs propres paramètres de cellule.
11592  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11593  de la cellule, cela n'affecte que la cellule multi-colonne.
11594  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11595  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11596 \end_layout
11597
11598 \begin_layout Standard
11599 \align center
11600 \begin_inset Tabular
11601 <lyxtabular version="3" rows="3" columns="4">
11602 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11603 <column alignment="center" valignment="top" width="0pt">
11604 <column alignment="center" valignment="middle" width="0">
11605 <column alignment="center" valignment="top" width="0in">
11606 <column alignment="center" valignment="top" width="0pt">
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 abc
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 def ghi
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 jkl
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 A
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 B
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 C
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 D
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 1
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 2
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 3
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 4
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 </lyxtabular>
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Subsubsection
11729 Calculs avec les multi-colonnes
11730 \begin_inset CommandInset label
11731 LatexCommand label
11732 name "sub:Calculs-multicolonnes"
11733
11734 \end_inset
11735
11736
11737 \begin_inset Index
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 Multi-colonnes ! Calculs
11742 \end_layout
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Standard
11750 LyX gère directement les multi-colonnes, mais nous devons faire attention
11751  à la largeur des cellules couvertes par la cellule multicolonne.
11752 \end_layout
11753
11754 \begin_layout Standard
11755 \begin_inset Float table
11756 placement h
11757 wide false
11758 sideways false
11759 status open
11760
11761 \begin_layout Plain Layout
11762 \begin_inset Caption
11763
11764 \begin_layout Plain Layout
11765 \begin_inset CommandInset label
11766 LatexCommand label
11767 name "tab:Tableau-multicolonne-parfaite"
11768
11769 \end_inset
11770
11771 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11772  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11773 \begin_inset OptArg
11774 status open
11775
11776 \begin_layout Plain Layout
11777 Tableau avec multicolonne parfaite
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \begin_layout Plain Layout
11791 \align center
11792 \begin_inset Tabular
11793 <lyxtabular version="3" rows="3" columns="3">
11794 <features>
11795 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11796 <column alignment="center" valignment="middle" width="0">
11797 <column alignment="center" valignment="top" width="0">
11798 <row>
11799 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 multicolonne sur plusieurs lignes
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 c
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 </row>
11827 <row>
11828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 d
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 e
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 f
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 </row>
11856 <row>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 g
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 h
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 i
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 </row>
11885 </lyxtabular>
11886
11887 \end_inset
11888
11889
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 Par exemple, pour créer le tableau
11899 \begin_inset space ~
11900 \end_inset
11901
11902
11903 \begin_inset CommandInset ref
11904 LatexCommand ref
11905 reference "tab:Tableau-multicolonne-parfaite"
11906
11907 \end_inset
11908
11909 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11910  3×3 et faites un clic droit dessus.
11911  Ensuite choisissez pour cette cellule
11912 \emph on
11913 ,
11914 \emph default
11915  dans la fenêtre de dialogue de tableau, 
11916 \emph on
11917 multicolonne
11918 \emph default
11919
11920 \emph on
11921 alignement
11922 \begin_inset space ~
11923 \end_inset
11924
11925 horizontal
11926 \begin_inset space ~
11927 \end_inset
11928
11929 centré
11930 \emph default
11931  et une largeur de 2.5
11932 \begin_inset space \thinspace{}
11933 \end_inset
11934
11935 cm.
11936  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11937  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11938 \begin_inset space \thinspace{}
11939 \end_inset
11940
11941 cm pour la première colonne.
11942  La deuxième colonne aura alors automatiquement une largeur de 1.25
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11947  C'est ce qui a été fait pour le tableau
11948 \begin_inset space ~
11949 \end_inset
11950
11951
11952 \begin_inset CommandInset ref
11953 LatexCommand ref
11954 reference "tab:Tableau-multicolonne-imparfait"
11955
11956 \end_inset
11957
11958 .
11959 \end_layout
11960
11961 \begin_layout Standard
11962 \begin_inset Float table
11963 wide false
11964 sideways false
11965 status open
11966
11967 \begin_layout Plain Layout
11968 \begin_inset Caption
11969
11970 \begin_layout Plain Layout
11971 \begin_inset CommandInset label
11972 LatexCommand label
11973 name "tab:Tableau-multicolonne-imparfait"
11974
11975 \end_inset
11976
11977 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
11978  de la largeur de la cellule multicolonne.
11979 \begin_inset OptArg
11980 status open
11981
11982 \begin_layout Plain Layout
11983 Tableau avec multicolonne pas parfaite
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Plain Layout
11997 \align center
11998 \begin_inset Tabular
11999 <lyxtabular version="3" rows="3" columns="3">
12000 <features>
12001 <column alignment="center" valignment="top" width="1.25cm">
12002 <column alignment="center" valignment="top" width="0">
12003 <column alignment="center" valignment="top" width="0">
12004 <row>
12005 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 multicolonne sur plusieurs lignes
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 c
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 </row>
12033 <row>
12034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 d
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 e
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 f
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 <row>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 g
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 h
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 i
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 </lyxtabular>
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Standard
12104 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12105  de la cellule multicolonne, elle est un peu plus large.
12106  La raison est que la taille que l'on donne à une cellule, 
12107 \begin_inset Formula $W_{g}$
12108 \end_inset
12109
12110  n'est pas sa taille totale, 
12111 \begin_inset Formula $W_{\mathrm{tot}}$
12112 \end_inset
12113
12114  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12115  lui donne.
12116  L'appendice
12117 \begin_inset space ~
12118 \end_inset
12119
12120
12121 \begin_inset CommandInset ref
12122 LatexCommand eqref
12123 reference "cha:Explication-de-l'Equation"
12124
12125 \end_inset
12126
12127  explique pourquoi en détail.
12128 \end_layout
12129
12130 \begin_layout Standard
12131 La largeur nécessaire 
12132 \begin_inset Formula $W_{g\, n}$
12133 \end_inset
12134
12135  quand 
12136 \emph on
12137 n
12138 \emph default
12139  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12140  ait une largeur totale de 
12141 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12142 \end_inset
12143
12144 :
12145 \begin_inset Formula \begin{equation}
12146 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12147
12148 \end_inset
12149
12150
12151 \end_layout
12152
12153 \begin_layout Standard
12154 Dans notre cas nous avons 
12155 \begin_inset Formula $n=2$
12156 \end_inset
12157
12158
12159 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12160 \end_inset
12161
12162 cm et les valeurs par défaut pour les autres longueurs, l'équation
12163 \begin_inset space ~
12164 \end_inset
12165
12166
12167 \begin_inset CommandInset ref
12168 LatexCommand ref
12169 reference "eq:Wgn"
12170
12171 \end_inset
12172
12173  devient
12174 \begin_inset Formula \begin{equation}
12175 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Standard
12183 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12184  
12185 \series bold
12186 calc
12187 \series default
12188  avec la ligne suivante dans le préambule du document
12189 \begin_inset Index
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193 Paquetages LaTeX ! calc
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202
12203 \series bold
12204
12205 \backslash
12206 usepackage{calc}
12207 \end_layout
12208
12209 \begin_layout Standard
12210 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12211  de dialogue.
12212  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12213  la fenêtre de dialogue.
12214  Voici un aperçu de ces paramètres :
12215 \end_layout
12216
12217 \begin_layout Itemize
12218
12219 \series bold
12220 p{largeur}
12221 \series default
12222  crée une cellule de taille donnée, le texte est aligné verticalement en
12223  haut.
12224 \end_layout
12225
12226 \begin_layout Itemize
12227
12228 \series bold
12229 m{largeur}
12230 \series default
12231  crée une cellule de taille donnée, le texte est aligné verticalement au
12232  centre
12233 \end_layout
12234
12235 \begin_layout Itemize
12236
12237 \series bold
12238 b{largeur}
12239 \series default
12240  crée une cellule de taille donnée, le texte est aligné verticalement en
12241  bas
12242 \end_layout
12243
12244 \begin_layout Standard
12245 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12246  la fenêtre de dialogue sont ignorés.
12247 \end_layout
12248
12249 \begin_layout Standard
12250 \begin_inset Note Greyedout
12251 status open
12252
12253 \begin_layout Plain Layout
12254
12255 \series bold
12256 Note:
12257 \series default
12258  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12259  en compte.
12260 \end_layout
12261
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \begin_layout Standard
12268 Comme le texte doit être centré horizontalement, on ajoute la commande 
12269 \series bold
12270
12271 \backslash
12272 centering
12273 \series default
12274 .
12275  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12276  des colonnes recouvertes :
12277 \end_layout
12278
12279 \begin_layout Standard
12280
12281 \series bold
12282 >{
12283 \backslash
12284 centering}m{1.25cm-6.2pt}
12285 \end_layout
12286
12287 \begin_layout Standard
12288 La commande 
12289 \series bold
12290 >{ }
12291 \series default
12292  signifie que les commandes qui se trouvent entre les accolades doivent
12293  être appliquées avant que la cellule ne soit créée.
12294 \end_layout
12295
12296 \begin_layout Standard
12297 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12298  multicolonne, il est toujours aligné à gauche.
12299  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12300  isolées.
12301  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12302 \end_layout
12303
12304 \begin_layout Standard
12305
12306 \series bold
12307 >{
12308 \backslash
12309 centering}m{2.5cm}
12310 \end_layout
12311
12312 \begin_layout Subsection
12313 Multi-lignes
12314 \begin_inset Index
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Multi-lignes
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \begin_inset Index
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328 Tableau ! Multi-ligne
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Standard
12337 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12338  par LyX, il faut donc utiliser un peu de code TeX.
12339  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12340 \series bold
12341 multirow
12342 \series default
12343
12344 \begin_inset Index
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Paquetages LaTeX ! multirow
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \series bold
12355  
12356 \series default
12357 dans le préambule de votre document avec la commande 
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363
12364 \backslash
12365 usepackage{multirow}
12366 \end_layout
12367
12368 \begin_layout Standard
12369 Les cellules multilignes sont créées avec la commande
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 multirow{number of rows}{cell width}{cell entry}
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Pour créer le tableau suivant :
12382 \end_layout
12383
12384 \begin_layout Standard
12385 \align center
12386 \begin_inset ERT
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390
12391
12392 \backslash
12393 renewcommand{
12394 \backslash
12395 multirowsetup}{
12396 \backslash
12397 centering}
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \begin_inset Tabular
12404 <lyxtabular version="3" rows="3" columns="3">
12405 <features>
12406 <column alignment="center" valignment="top" width="0">
12407 <column alignment="center" valignment="top" width="0">
12408 <column alignment="center" valignment="top" width="0">
12409 <row>
12410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 a
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 b
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Plain Layout
12432 c
12433 \end_layout
12434
12435 \end_inset
12436 </cell>
12437 </row>
12438 <row>
12439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 \begin_inset ERT
12444 status open
12445
12446 \begin_layout Plain Layout
12447
12448
12449 \backslash
12450 multirow{2}{2.5cm}{
12451 \end_layout
12452
12453 \end_inset
12454
12455 cellule multi-lignes
12456 \begin_inset ERT
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460
12461 }
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 e
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 f
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 </row>
12490 <row>
12491 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 h
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 i
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 </lyxtabular>
12520
12521 \end_inset
12522
12523
12524 \begin_inset ERT
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528
12529
12530 \backslash
12531 renewcommand{
12532 \backslash
12533 multirowsetup}{
12534 \backslash
12535 raggedright}
12536 \end_layout
12537
12538 \end_inset
12539
12540
12541 \end_layout
12542
12543 \begin_layout Standard
12544 créez un tableau 3×3.
12545  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12546  première colonne, la cellule est marquée comme étant une multicolonne et
12547  la bordure supérieure est désactivée.
12548  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12549  première colonne en y insérant la commande
12550 \end_layout
12551
12552 \begin_layout Standard
12553
12554 \series bold
12555
12556 \backslash
12557 multirow{2}{2.5cm}{
12558 \end_layout
12559
12560 \begin_layout Standard
12561 comme du code TeX.
12562  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12563  deux lignes et a une largeur de 2.5
12564 \begin_inset space \thinspace{}
12565 \end_inset
12566
12567 cm.
12568  Le contenu de la cellule suit le code TeX et on termine la commande en
12569  ajoutant l'accolade fermante 
12570 \series bold
12571 }
12572 \series default
12573  dans une nouvelle boîte de code TeX, juste après le texte.
12574 \end_layout
12575
12576 \begin_layout Standard
12577
12578 \series bold
12579
12580 \backslash
12581 multirow
12582 \series default
12583  aligne par défaut son contenu à gauche.
12584  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12585  
12586 \series bold
12587
12588 \backslash
12589 multirowsetup
12590 \series default
12591  avec la commande
12592 \end_layout
12593
12594 \begin_layout Standard
12595
12596 \series bold
12597
12598 \backslash
12599 renewcommand{
12600 \backslash
12601 multirowsetup}{
12602 \backslash
12603 centering}
12604 \end_layout
12605
12606 \begin_layout Standard
12607 dans le préambule du document.
12608  Après ça, tous les contenus de cellules multi-lignes du document seront
12609  centrés.
12610  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12611  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12612  juste avant le tableau concerné, plutôt que dans le préambule.
12613  Si le texte doit être aligné à droite, remplacez 
12614 \series bold
12615
12616 \backslash
12617 centering
12618 \series default
12619  par 
12620 \series bold
12621
12622 \backslash
12623 raggedleft
12624 \series default
12625 .
12626  Pour revenir à l'alignement à gauche utilisez 
12627 \series bold
12628
12629 \backslash
12630 raggedright
12631 \series default
12632 .
12633 \end_layout
12634
12635 \begin_layout Section
12636 Les Tableaux Formels
12637 \begin_inset CommandInset label
12638 LatexCommand label
12639 name "sec:Tableaux-Formels"
12640
12641 \end_inset
12642
12643
12644 \begin_inset Index
12645 status collapsed
12646
12647 \begin_layout Plain Layout
12648 Tableau ! Formel
12649 \end_layout
12650
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \begin_layout Standard
12657 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12658  à celle du tableau
12659 \begin_inset space ~
12660 \end_inset
12661
12662
12663 \begin_inset CommandInset ref
12664 LatexCommand ref
12665 reference "tab:Exemple-tableau-booktabs"
12666
12667 \end_inset
12668
12669 .
12670  Ce genre de tableau est appelé 
12671 \begin_inset Quotes eld
12672 \end_inset
12673
12674
12675 \emph on
12676 formel
12677 \emph default
12678
12679 \begin_inset Quotes erd
12680 \end_inset
12681
12682 .
12683  Pour transformer un tableau en tableau formel, utilisez l'option 
12684 \family sans
12685 Formel
12686 \family default
12687  de l'onglet 
12688 \family sans
12689 Bordures
12690 \family default
12691  de la fenêtre de dialogue 
12692 \family sans
12693 Paramètres
12694 \begin_inset space ~
12695 \end_inset
12696
12697 du
12698 \begin_inset space ~
12699 \end_inset
12700
12701 tableau
12702 \family default
12703 .
12704 \end_layout
12705
12706 \begin_layout Standard
12707 \begin_inset Float table
12708 placement h
12709 wide false
12710 sideways false
12711 status open
12712
12713 \begin_layout Plain Layout
12714 \begin_inset Caption
12715
12716 \begin_layout Plain Layout
12717 \begin_inset CommandInset label
12718 LatexCommand label
12719 name "tab:Exemple-tableau-booktabs"
12720
12721 \end_inset
12722
12723 Exemple de tableau formel
12724 \end_layout
12725
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \begin_layout Plain Layout
12732 \align center
12733 \begin_inset Tabular
12734 <lyxtabular version="3" rows="8" columns="4">
12735 <features booktabs="true">
12736 <column alignment="center" valignment="top" width="0">
12737 <column alignment="center" valignment="top" width="0">
12738 <column alignment="center" valignment="top" width="0">
12739 <column alignment="center" valignment="top" width="0">
12740 <row>
12741 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12742 \begin_inset Text
12743
12744 \begin_layout Plain Layout
12745 Système
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 Medipix
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 1
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 Medipix
12768 \begin_inset space \thinspace{}
12769 \end_inset
12770
12771 2
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 \begin_inset ERT
12792 status collapsed
12793
12794 \begin_layout Plain Layout
12795
12796
12797 \backslash
12798 cmidrule(r){2-2}
12799 \end_layout
12800
12801 \end_inset
12802
12803
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 cmidrule(l){3-4}
12812 \end_layout
12813
12814 \end_inset
12815
12816 Épaisseur du capteur [µm]
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 300
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 300
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 700
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row>
12850 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 Angle du biseau [°]
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 3.55
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 2.71
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 7.99
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 </row>
12887 <row topspace="default">
12888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 Résolution spatiale [µm]
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 4.26
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 10.17
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 10.56
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 </row>
12925 <row topspace="default">
12926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 MTF à 
12931 \begin_inset Formula $f_{\mathrm{max}}$
12932 \end_inset
12933
12934
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 0.53
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 0.37
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 <cell alignment="center" valignment="top" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 0.39
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 <row topspace="default">
12968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 \begin_inset ERT
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976
12977
12978 \backslash
12979 cmidrule(l{10pt}){1-1}
12980 \end_layout
12981
12982 \end_inset
12983
12984 résolution spatiale LSF
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 </row>
13017 <row>
13018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 en µm
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 129.7
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 52.75
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 <cell alignment="center" valignment="top" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 50.78
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 </row>
13055 <row>
13056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 en % de la taille des pixels
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 76.3
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 95.9
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13084 \begin_inset Text
13085
13086 \begin_layout Plain Layout
13087 92.3
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 </lyxtabular>
13094
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \end_inset
13101
13102
13103 \end_layout
13104
13105 \begin_layout Standard
13106 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13107  
13108 \family sans
13109 Bordures
13110 \family default
13111  de la fenêtre de dialogue 
13112 \family sans
13113 Paramètres
13114 \begin_inset space ~
13115 \end_inset
13116
13117 du
13118 \begin_inset space ~
13119 \end_inset
13120
13121 tableau
13122 \family default
13123  comme c'est décrit dans la section
13124 \begin_inset space ~
13125 \end_inset
13126
13127
13128 \begin_inset CommandInset ref
13129 LatexCommand ref
13130 reference "sub:Espacement-lignes"
13131
13132 \end_inset
13133
13134 .
13135 \end_layout
13136
13137 \begin_layout Standard
13138 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13139  verticales.
13140  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13141  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13142  sortie imprimée :
13143 \begin_inset Newline newline
13144 \end_inset
13145
13146 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13147 \begin_inset space \thinspace{}
13148 \end_inset
13149
13150 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13151 \begin_inset space \thinspace{}
13152 \end_inset
13153
13154 em.
13155 \end_layout
13156
13157 \begin_layout Standard
13158 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13159  lignes de préambule suivantes :
13160 \end_layout
13161
13162 \begin_layout Standard
13163
13164 \series bold
13165
13166 \backslash
13167 let
13168 \backslash
13169 mytoprule
13170 \backslash
13171 toprule
13172 \begin_inset Newline newline
13173 \end_inset
13174
13175
13176 \backslash
13177 renewcommand{
13178 \backslash
13179 toprule}{
13180 \backslash
13181 mytoprule[width]}
13182 \end_layout
13183
13184 \begin_layout Standard
13185 Cet exemple concerne la première ligne, appelée 
13186 \series bold
13187 toprule
13188 \series default
13189 .
13190  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13191 \series bold
13192 toprule
13193 \series default
13194  par 
13195 \series bold
13196 bottomrule
13197 \series default
13198 .
13199  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13200  
13201 \series bold
13202 toprule
13203 \series default
13204  par 
13205 \series bold
13206 midrule
13207 \series default
13208 .
13209  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13210 \begin_inset space ~
13211 \end_inset
13212
13213
13214 \begin_inset CommandInset ref
13215 LatexCommand ref
13216 reference "cha:Unités-de-longueur"
13217
13218 \end_inset
13219
13220  pour préciser l'épaisseur voulue.
13221 \end_layout
13222
13223 \begin_layout Standard
13224 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13225  en mettant une ligne pour une cellule multi colonne.
13226  LyX va utiliser en interne la commande 
13227 \series bold
13228
13229 \backslash
13230 cmidrule
13231 \series default
13232  pour créer cette ligne.
13233  Sa syntaxe complète est :
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239
13240 \backslash
13241 cmidrule[largeur](rognage){colDépart-colFin}
13242 \end_layout
13243
13244 \begin_layout Standard
13245 Les options de la commande 
13246 \series bold
13247
13248 \backslash
13249 cmidrule
13250 \series default
13251  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13252  TeX pour pouvoir les utiliser.
13253  On peut créer manuellement des lignes 
13254 \series bold
13255
13256 \backslash
13257 mitrales
13258 \series default
13259  en insérant la commande en code TeX comme le premier élément de la première
13260  cellule de la ligne.
13261  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13262  en question.
13263 \end_layout
13264
13265 \begin_layout Standard
13266 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13267 \begin_inset space \thinspace{}
13268 \end_inset
13269
13270 em.
13271  
13272 \series bold
13273 colDépart
13274 \series default
13275  est le numéro de la colonne dans laquelle la ligne commence et 
13276 \series bold
13277 colFin
13278 \series default
13279  est le numéro de la colonne dans laquelle elle se termine.
13280  La valeur de 
13281 \series bold
13282 colFin
13283 \series default
13284  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13285  Le paramètre optionnel 
13286 \series bold
13287 rognage
13288 \series default
13289  peut être soit 
13290 \emph on
13291 l{largeurRognage}
13292 \emph default
13293 , ou 
13294 \emph on
13295 r{largeurRognage}
13296 \emph default
13297  où les valeurs de
13298 \emph on
13299  largeurRognage
13300 \emph default
13301  sont aussi optionnelles.
13302  En utilisant par exemple la valeur 
13303 \emph on
13304 l{2pt}
13305 \emph default
13306  pour ce paramètre, la ligne va être rognée de 2
13307 \begin_inset space \thinspace{}
13308 \end_inset
13309
13310 pt à son extrémité gauche.
13311  Si vous ne spécifiez pas de valeur pour 
13312 \emph on
13313 largeurRognage
13314 \emph default
13315  les lignes sont par défaut rognées de 0.5
13316 \begin_inset space \thinspace{}
13317 \end_inset
13318
13319 em.
13320 \end_layout
13321
13322 \begin_layout Standard
13323 \begin_inset VSpace bigskip
13324 \end_inset
13325
13326 Le tableau
13327 \begin_inset space ~
13328 \end_inset
13329
13330
13331 \begin_inset CommandInset ref
13332 LatexCommand ref
13333 reference "tab:Exemple-tableau-booktabs"
13334
13335 \end_inset
13336
13337  a été créé en utilisant les commandes
13338 \end_layout
13339
13340 \begin_layout Standard
13341
13342 \series bold
13343
13344 \backslash
13345 cmidrule(r){2-2}
13346 \backslash
13347 cmidrule(l){3-4}
13348 \end_layout
13349
13350 \begin_layout Standard
13351 au début de la deuxième ligne et
13352 \end_layout
13353
13354 \begin_layout Standard
13355
13356 \series bold
13357
13358 \backslash
13359 cmidrule(l{10pt}){1-1}
13360 \end_layout
13361
13362 \begin_layout Standard
13363 au début de la sixième ligne.
13364 \end_layout
13365
13366 \begin_layout Standard
13367 \begin_inset VSpace bigskip
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \begin_layout Standard
13374 Vous pouvez vouloir des commandes 
13375 \series bold
13376
13377 \backslash
13378 cmidrule
13379 \series default
13380 s qui se recouvrent comme pour le tableau
13381 \begin_inset space ~
13382 \end_inset
13383
13384
13385 \begin_inset CommandInset ref
13386 LatexCommand ref
13387 reference "tab:Tableau-booktabs-special"
13388
13389 \end_inset
13390
13391 .
13392  On obtient ce résultat en utilisant la commande suivante en code TeX
13393 \end_layout
13394
13395 \begin_layout Standard
13396
13397 \series bold
13398
13399 \backslash
13400 morecmidrules
13401 \end_layout
13402
13403 \begin_layout Standard
13404 La commande qui a été utilisée pour la deuxième ligne du tableau
13405 \begin_inset space ~
13406 \end_inset
13407
13408
13409 \begin_inset CommandInset ref
13410 LatexCommand ref
13411 reference "tab:Tableau-booktabs-special"
13412
13413 \end_inset
13414
13415  est
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 cmidrule(r){2-2}
13424 \backslash
13425 cmidrule(l){3-4}
13426 \backslash
13427 morecmidrules
13428 \backslash
13429 cmidrule{2-4}
13430 \end_layout
13431
13432 \begin_layout Standard
13433 La commande pour la sixième ligne est
13434 \end_layout
13435
13436 \begin_layout Standard
13437
13438 \series bold
13439
13440 \backslash
13441 midrule
13442 \backslash
13443 morecmidrules
13444 \backslash
13445 cmidrule{3-4}
13446 \end_layout
13447
13448 \begin_layout Standard
13449 \begin_inset VSpace bigskip
13450 \end_inset
13451
13452
13453 \end_layout
13454
13455 \begin_layout Standard
13456 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13457 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13458  font toute la largeur du tableau :
13459 \end_layout
13460
13461 \begin_layout Standard
13462
13463 \series bold
13464
13465 \backslash
13466 specialrule{largeur}{espace au dessus}{espace en dessous}
13467 \end_layout
13468
13469 \begin_layout Standard
13470 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13471  du paquetage LaTeX 
13472 \series bold
13473 booktabs
13474 \series default
13475  
13476 \begin_inset CommandInset citation
13477 LatexCommand cite
13478 key "booktabs"
13479
13480 \end_inset
13481
13482 .
13483 \begin_inset Index
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487 Paquetages LaTeX ! booktabs
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Standard
13496 \begin_inset Float table
13497 placement h
13498 wide false
13499 sideways false
13500 status open
13501
13502 \begin_layout Plain Layout
13503 \begin_inset Caption
13504
13505 \begin_layout Plain Layout
13506 \begin_inset CommandInset label
13507 LatexCommand label
13508 name "tab:Tableau-booktabs-special"
13509
13510 \end_inset
13511
13512 Tableau formel spécial
13513 \end_layout
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Plain Layout
13521 \align center
13522 \begin_inset Tabular
13523 <lyxtabular version="3" rows="8" columns="4">
13524 <features booktabs="true">
13525 <column alignment="center" valignment="top" width="0">
13526 <column alignment="center" valignment="top" width="0">
13527 <column alignment="center" valignment="top" width="0">
13528 <column alignment="center" valignment="top" width="0">
13529 <row>
13530 <cell alignment="center" valignment="top" topline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 Système
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 Medipix
13544 \begin_inset space \thinspace{}
13545 \end_inset
13546
13547 1
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 Medipix
13557 \begin_inset space \thinspace{}
13558 \end_inset
13559
13560 2
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row>
13576 <cell alignment="center" valignment="top" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 \begin_inset ERT
13581 status collapsed
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 cmidrule(r){2-2}
13588 \end_layout
13589
13590 \end_inset
13591
13592
13593 \begin_inset ERT
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597
13598
13599 \backslash
13600 cmidrule(l){3-4}
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 morecmidrules 
13614 \end_layout
13615
13616 \end_inset
13617
13618
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 cmidrule{2-4}
13627 \end_layout
13628
13629 \end_inset
13630
13631 Epaisseur du capteur [µm]
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 300
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 300
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 700
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 </row>
13664 <row>
13665 <cell alignment="center" valignment="top" topline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 Angle biseau [°]
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 3.55
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 2.71
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 7.99
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 <row topspace="default">
13703 <cell alignment="center" valignment="top" usebox="none">
13704 \begin_inset Text
13705
13706 \begin_layout Plain Layout
13707 Résolution spatiale [µm]
13708 \end_layout
13709
13710 \end_inset
13711 </cell>
13712 <cell alignment="center" valignment="top" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716 4.26
13717 \end_layout
13718
13719 \end_inset
13720 </cell>
13721 <cell alignment="center" valignment="top" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 10.17
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 10.56
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row topspace="default">
13741 <cell alignment="center" valignment="top" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 MTF à 
13746 \begin_inset Formula $f_{\mathrm{max}}$
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 <cell alignment="center" valignment="top" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 0.53
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 0.37
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 0.39
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792
13793 \backslash
13794 morecmidrules 
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \begin_inset ERT
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804
13805
13806 \backslash
13807 cmidrule{3-4}
13808 \end_layout
13809
13810 \end_inset
13811
13812 résolution spatiale LSF
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 </row>
13845 <row>
13846 <cell alignment="center" valignment="top" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 en µm
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 129.7
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 52.75
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 50.78
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 <row>
13884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 en % de la taille des pixels
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 76.3
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 95.9
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 92.3
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 </lyxtabular>
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Section
13934 Alignement Vertical des Tableaux
13935 \begin_inset Index
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939 Tableau ! Alignement
13940 \end_layout
13941
13942 \end_inset
13943
13944
13945 \end_layout
13946
13947 \begin_layout Standard
13948 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13949  doit être à l'intérieur d'une boîte.
13950  La boîte peut alors être alignée comme c'est décrit dans la 
13951 \begin_inset space ~
13952 \end_inset
13953
13954
13955 \begin_inset CommandInset ref
13956 LatexCommand ref
13957 reference "sec:Boîte-Dialogue"
13958
13959 \end_inset
13960
13961 .
13962 \end_layout
13963
13964 \begin_layout Standard
13965 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13966  minipage
13967 \begin_inset Foot
13968 status open
13969
13970 \begin_layout Plain Layout
13971 Les minipages son décrites dans la section
13972 \begin_inset space ~
13973 \end_inset
13974
13975
13976 \begin_inset CommandInset ref
13977 LatexCommand ref
13978 reference "sec:Minipages"
13979
13980 \end_inset
13981
13982 .
13983 \end_layout
13984
13985 \end_inset
13986
13987  dont la largeur est de 15
13988 \begin_inset space \thinspace{}
13989 \end_inset
13990
13991 col% :
13992 \end_layout
13993
13994 \begin_layout Itemize
13995 test 
13996 \begin_inset Box Frameless
13997 position "t"
13998 hor_pos "c"
13999 has_inner_box 1
14000 inner_pos "c"
14001 use_parbox 0
14002 width "15col%"
14003 special "none"
14004 height "1in"
14005 height_special "totalheight"
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009 \begin_inset Tabular
14010 <lyxtabular version="3" rows="3" columns="3">
14011 <features>
14012 <column alignment="center" valignment="top" width="0">
14013 <column alignment="center" valignment="top" width="0">
14014 <column alignment="center" valignment="top" width="0">
14015 <row>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 a
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 d
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 g
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 </row>
14044 <row>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 b
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 e
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 h
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 </row>
14073 <row>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 c
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 f
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 i
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 </row>
14102 </lyxtabular>
14103
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \end_inset
14110
14111  test 
14112 \begin_inset ERT
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116
14117
14118 \backslash
14119 raisebox{0.85
14120 \backslash
14121 baselineskip}{
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \begin_inset Box Frameless
14128 position "t"
14129 hor_pos "c"
14130 has_inner_box 1
14131 inner_pos "c"
14132 use_parbox 0
14133 width "15col%"
14134 special "none"
14135 height "1in"
14136 height_special "totalheight"
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 \begin_inset Tabular
14141 <lyxtabular version="3" rows="3" columns="3">
14142 <features>
14143 <column alignment="center" valignment="top" width="0">
14144 <column alignment="center" valignment="top" width="0">
14145 <column alignment="center" valignment="top" width="0">
14146 <row>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 a
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 d
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 g
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 b
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 e
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 h
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 c
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 f
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 i
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 </lyxtabular>
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248 }
14249 \end_layout
14250
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \begin_layout Itemize
14257 test 
14258 \begin_inset Box Frameless
14259 position "c"
14260 hor_pos "c"
14261 has_inner_box 1
14262 inner_pos "c"
14263 use_parbox 0
14264 width "15col%"
14265 special "none"
14266 height "1in"
14267 height_special "totalheight"
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271 \begin_inset Tabular
14272 <lyxtabular version="3" rows="3" columns="3">
14273 <features>
14274 <column alignment="center" valignment="top" width="0">
14275 <column alignment="center" valignment="top" width="0">
14276 <column alignment="center" valignment="top" width="0">
14277 <row>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 a
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 d
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 g
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 b
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 e
14321 \end_layout
14322
14323 \end_inset
14324 </cell>
14325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14326 \begin_inset Text
14327
14328 \begin_layout Plain Layout
14329 h
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 </row>
14335 <row>
14336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 c
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 f
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 i
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 </row>
14364 </lyxtabular>
14365
14366 \end_inset
14367
14368
14369 \end_layout
14370
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \begin_layout Itemize
14377 test 
14378 \begin_inset Box Frameless
14379 position "b"
14380 hor_pos "c"
14381 has_inner_box 1
14382 inner_pos "c"
14383 use_parbox 0
14384 width "15col%"
14385 special "none"
14386 height "1in"
14387 height_special "totalheight"
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391 \begin_inset Tabular
14392 <lyxtabular version="3" rows="3" columns="3">
14393 <features>
14394 <column alignment="center" valignment="top" width="0">
14395 <column alignment="center" valignment="top" width="0">
14396 <column alignment="center" valignment="top" width="0">
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 a
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 d
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 g
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 b
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 e
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 h
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 c
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 f
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 i
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 </lyxtabular>
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \end_inset
14492
14493  test 
14494 \begin_inset ERT
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498
14499
14500 \backslash
14501 raisebox{-0.32
14502 \backslash
14503 baselineskip}{
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \begin_inset Box Frameless
14510 position "b"
14511 hor_pos "c"
14512 has_inner_box 1
14513 inner_pos "c"
14514 use_parbox 0
14515 width "15col%"
14516 special "none"
14517 height "1in"
14518 height_special "totalheight"
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522 \begin_inset Tabular
14523 <lyxtabular version="3" rows="3" columns="3">
14524 <features>
14525 <column alignment="center" valignment="top" width="0">
14526 <column alignment="center" valignment="top" width="0">
14527 <column alignment="center" valignment="top" width="0">
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 a
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 d
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 g
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 </row>
14557 <row>
14558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562 b
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 e
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 h
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 </row>
14586 <row>
14587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 c
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 f
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 i
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 </row>
14615 </lyxtabular>
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630 }
14631 \end_layout
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14640  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14641  la ligne dans laquelle le tableau est inséré.
14642  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14643  boîte élévatrice (raisebox)
14644 \begin_inset Foot
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14649 \begin_inset space ~
14650 \end_inset
14651
14652
14653 \begin_inset CommandInset ref
14654 LatexCommand ref
14655 reference "sub:Alignement-Vertical"
14656
14657 \end_inset
14658
14659 .
14660 \end_layout
14661
14662 \end_inset
14663
14664 .
14665  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14666  aligné en utilisant la commande en code TeX suivante 
14667 \end_layout
14668
14669 \begin_layout Standard
14670
14671 \series bold
14672
14673 \backslash
14674 raisebox{0.85
14675 \backslash
14676 baselineskip}{
14677 \end_layout
14678
14679 \begin_layout Standard
14680 placée juste avant la boîte minipage.
14681  Après la boîte on insère l'accolade fermante en code TeX.
14682  Pour le deuxième tableau de la dernière ligne, la commande 
14683 \end_layout
14684
14685 \begin_layout Standard
14686
14687 \series bold
14688
14689 \backslash
14690 raisebox{-0.32
14691 \backslash
14692 baselineskip}{
14693 \end_layout
14694
14695 \begin_layout Standard
14696 est utilisée.
14697 \end_layout
14698
14699 \begin_layout Standard
14700 \begin_inset Note Greyedout
14701 status open
14702
14703 \begin_layout Plain Layout
14704
14705 \series bold
14706 Note:
14707 \series default
14708  L'alignement entre le contenu de la ligne du tableau et le texte de la
14709  ligne qui l'entoure ne peut pas être parfait.
14710  Le facteur utilisé dans la commande 
14711 \series bold
14712
14713 \backslash
14714 raisebox
14715 \series default
14716  pour obtenir cet alignement dépend de la police de caractères du document,
14717  de la taille de la police et de l'épaisseur des lignes du tableau.
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Section
14726 Tableaux Colorés
14727 \begin_inset CommandInset label
14728 LatexCommand label
14729 name "sec:Tableaux-Colorés"
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 Tableau ! Coloré
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \begin_layout Subsection
14747 Cellules Colorées
14748 \begin_inset Index
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752 Couleur des tableaux ! Pour les cellules
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \begin_inset Index
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762 Couleur ! Pour les cellules de tableau
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \begin_layout Standard
14771 \begin_inset Float table
14772 placement h
14773 wide false
14774 sideways false
14775 status open
14776
14777 \begin_layout Plain Layout
14778 \begin_inset Caption
14779
14780 \begin_layout Plain Layout
14781 \begin_inset CommandInset label
14782 LatexCommand label
14783 name "tab:Tableau-coloré-sans-colortbl"
14784
14785 \end_inset
14786
14787 Tableau coloré sans utiliser le paquetage  
14788 \series bold
14789 colortbl
14790 \series default
14791
14792 \begin_inset OptArg
14793 status open
14794
14795 \begin_layout Plain Layout
14796 Tableau sans colortbl
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Plain Layout
14810 \align center
14811 \begin_inset Tabular
14812 <lyxtabular version="3" rows="3" columns="3">
14813 <features>
14814 <column alignment="center" valignment="top" width="0">
14815 <column alignment="center" valignment="top" width="0">
14816 <column alignment="center" valignment="top" width="0">
14817 <row>
14818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822
14823 \color green
14824 a
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833
14834 \color red
14835 b
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \color red
14846 c
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \color green
14859 d
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \color blue
14870 e
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \color blue
14881 f
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892
14893 \color green
14894 g
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903
14904 \color blue
14905 h
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914
14915 \color blue
14916 i
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 </lyxtabular>
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \begin_layout Standard
14935 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14936  et choisissez une couleur dans le menu 
14937 \family sans
14938 Éditer\SpecialChar \menuseparator
14939 Style
14940 \begin_inset space ~
14941 \end_inset
14942
14943 de
14944 \begin_inset space ~
14945 \end_inset
14946
14947 Texte
14948 \family default
14949 .
14950  C'est ce qui a été utilisé pour créer le tableau
14951 \begin_inset space ~
14952 \end_inset
14953
14954
14955 \begin_inset CommandInset ref
14956 LatexCommand ref
14957 reference "tab:Tableau-coloré-sans-colortbl"
14958
14959 \end_inset
14960
14961 .
14962  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14963 \series bold
14964 colortbl
14965 \series default
14966 .
14967 \begin_inset Index
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971 Paquetages LaTeX ! colortbl
14972 \end_layout
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \begin_layout Standard
14980 \begin_inset ERT
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984
14985
14986 \backslash
14987 ifcolortbl
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \begin_inset Note Note
14994 status open
14995
14996 \begin_layout Plain Layout
14997 La section qui suit ne sera affichée que si vous avez installé le paquetage
14998  LaTeX 
14999 \series bold
15000 colortbl
15001 \series default
15002 .
15003 \end_layout
15004
15005 \end_inset
15006
15007
15008 \end_layout
15009
15010 \begin_layout Standard
15011 Pour créer des tableaux colorés, vous devez charger le paquetage
15012 \series bold
15013  colortbl
15014 \series default
15015  dans le préambule avec la ligne
15016 \end_layout
15017
15018 \begin_layout Standard
15019
15020 \series bold
15021
15022 \backslash
15023 usepackage{colortbl}
15024 \end_layout
15025
15026 \begin_layout Standard
15027 On choisit la couleur d'une colonne avec la commande 
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 columncolor{nom de couleur}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 à l'intérieur d'une commande 
15040 \series bold
15041 >{ }
15042 \series default
15043 .
15044  Vous trouverez plus d'information sur la commande 
15045 \series bold
15046 >{}
15047 \series default
15048  dans la section
15049 \begin_inset space ~
15050 \end_inset
15051
15052
15053 \begin_inset CommandInset ref
15054 LatexCommand ref
15055 reference "sub:Calculs-multicolonnes"
15056
15057 \end_inset
15058
15059 .
15060 \end_layout
15061
15062 \begin_layout Standard
15063 Les noms de couleurs suivants sont prédéfinis :
15064 \end_layout
15065
15066 \begin_layout Standard
15067
15068 \family sans
15069 red
15070 \family default
15071  (rouge), 
15072 \family sans
15073 green
15074 \family default
15075  (vert), 
15076 \family sans
15077 yellow
15078 \family default
15079  (jaune), 
15080 \family sans
15081 blue
15082 \family default
15083  (bleu), 
15084 \family sans
15085 cyan
15086 \family default
15087
15088 \family sans
15089 magenta
15090 \family default
15091
15092 \family sans
15093 black 
15094 \family default
15095 (noir) et 
15096 \family sans
15097 white 
15098 \family default
15099 (blanc).
15100 \end_layout
15101
15102 \begin_layout Standard
15103 \begin_inset VSpace medskip
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \begin_layout Standard
15110 Vous pouvez aussi définir votre propre couleur avec la commande
15111 \end_layout
15112
15113 \begin_layout Standard
15114
15115 \series bold
15116
15117 \backslash
15118 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15119 \end_layout
15120
15121 \begin_layout Standard
15122 Le modèle de couleur peut être
15123 \end_layout
15124
15125 \begin_layout Labeling
15126 \labelwidthstring 00.00.0000
15127 cmyk: cyan, magenta, jaune (yellow), noir (black)
15128 \end_layout
15129
15130 \begin_layout Labeling
15131 \labelwidthstring 00.00.0000
15132 rgb: red, vert (green), bleu (blue)
15133 \end_layout
15134
15135 \begin_layout Labeling
15136 \labelwidthstring 00.00.0000
15137 gray dégradé de gris (gray)
15138 \end_layout
15139
15140 \begin_layout Standard
15141 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15142  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15143 \end_layout
15144
15145 \begin_layout Standard
15146 Vous pouvez par exemple définir la couleur 
15147 \begin_inset Quotes eld
15148 \end_inset
15149
15150
15151 \emph on
15152 vertfonce
15153 \begin_inset Quotes erd
15154 \end_inset
15155
15156  dans le préambule avec la ligne
15157 \end_layout
15158
15159 \begin_layout Standard
15160
15161 \series bold
15162
15163 \backslash
15164 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15165 \end_layout
15166
15167 \begin_layout Standard
15168 et la couleur "
15169 \emph on
15170 grisclair
15171 \emph default
15172 " avec
15173 \end_layout
15174
15175 \begin_layout Standard
15176
15177 \series bold
15178
15179 \backslash
15180 definecolor{grisclair}{gray}{0.8}
15181 \end_layout
15182
15183 \begin_layout Standard
15184 \begin_inset VSpace medskip
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \begin_layout Standard
15191 Les lignes sont colorées avec la commande
15192 \end_layout
15193
15194 \begin_layout Standard
15195
15196 \series bold
15197
15198 \backslash
15199 rowcolor{nom de la couleur}
15200 \end_layout
15201
15202 \begin_layout Standard
15203 et les cellules sont colorées avec la commande
15204 \end_layout
15205
15206 \begin_layout Standard
15207
15208 \series bold
15209
15210 \backslash
15211 cellcolor{nom de la couleur}
15212 \end_layout
15213
15214 \begin_layout Standard
15215 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15216 \end_layout
15217
15218 \begin_layout Standard
15219 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15220  choisissez une couleur dans le menu 
15221 \family sans
15222 Éditer\SpecialChar \menuseparator
15223 Style
15224 \begin_inset space ~
15225 \end_inset
15226
15227 de
15228 \begin_inset space ~
15229 \end_inset
15230
15231 Texte
15232 \family default
15233 .
15234  Si une cellule contient du code TeX, faites bien attention à ne colorer
15235  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15236 \end_layout
15237
15238 \begin_layout Standard
15239 \begin_inset Note Greyedout
15240 status open
15241
15242 \begin_layout Plain Layout
15243
15244 \series bold
15245 Note:
15246 \series default
15247  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15248  définies par l'utilisateur.
15249 \end_layout
15250
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \begin_layout Standard
15257 \begin_inset VSpace bigskip
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Pour créer le tableau
15265 \begin_inset space ~
15266 \end_inset
15267
15268
15269 \begin_inset CommandInset ref
15270 LatexCommand ref
15271 reference "tab:Tableau-coloré-avec-colortbl"
15272
15273 \end_inset
15274
15275  faites ce qui suit : La couleur de la première colonne doit être 
15276 \emph on
15277 vertfonce
15278 \emph default
15279 .
15280  On insère donc la commande
15281 \end_layout
15282
15283 \begin_layout Standard
15284
15285 \series bold
15286 >{
15287 \backslash
15288 columncolor{vertfonce}
15289 \backslash
15290 centering}c
15291 \end_layout
15292
15293 \begin_layout Standard
15294 en code TeX pour cette colonne.
15295  La première ligne doit être bleue
15296 \begin_inset Note Note
15297 status open
15298
15299 \begin_layout Plain Layout
15300 cyan ? (NdT)
15301 \end_layout
15302
15303 \end_inset
15304
15305 , d'où la commande en code TeX
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 rowcolow{cyan}
15314 \end_layout
15315
15316 \begin_layout Standard
15317 qui est insérée dans la première cellule de cette ligne.
15318  Notez que cela annule la couleur de colonne pour la première cellule.
15319  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15320  en code TeX la commande
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 cellcolor{magenta}
15329 \end_layout
15330
15331 \begin_layout Standard
15332 Les caractères peuvent maintenant être colorés en utilisant le menu 
15333 \family sans
15334 Éditer\SpecialChar \menuseparator
15335 Style
15336 \begin_inset space ~
15337 \end_inset
15338
15339 de
15340 \begin_inset space ~
15341 \end_inset
15342
15343 Texte
15344 \family default
15345 .
15346 \end_layout
15347
15348 \begin_layout Standard
15349 \begin_inset Float table
15350 placement h
15351 wide false
15352 sideways false
15353 status open
15354
15355 \begin_layout Plain Layout
15356 \begin_inset Caption
15357
15358 \begin_layout Plain Layout
15359 \begin_inset CommandInset label
15360 LatexCommand label
15361 name "tab:Tableau-coloré-avec-colortbl"
15362
15363 \end_inset
15364
15365 Tableau coloré en utilisant le paquetage 
15366 \series bold
15367 colortbl
15368 \series default
15369
15370 \begin_inset OptArg
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374 Tableau avec colortbl
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Plain Layout
15388 \align center
15389 \begin_inset Tabular
15390 <lyxtabular version="3" rows="3" columns="3">
15391 <features>
15392 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15393 <column alignment="center" valignment="top" width="0">
15394 <column alignment="center" valignment="top" width="0">
15395 <row>
15396 <cell alignment="center" valignment="top" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 \begin_inset ERT
15401 status collapsed
15402
15403 \begin_layout Plain Layout
15404
15405
15406 \backslash
15407 rowcolor{cyan}
15408 \end_layout
15409
15410 \end_inset
15411
15412
15413 \color magenta
15414 a
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \color red
15425 b
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \color red
15436 c
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \color yellow
15449 d
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \color blue
15460 e
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \color blue
15471 f
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 <row>
15478 <cell alignment="center" valignment="top" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \color yellow
15484 g
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \color blue
15495 h
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 \begin_inset ERT
15505 status collapsed
15506
15507 \begin_layout Plain Layout
15508
15509
15510 \backslash
15511 cellcolor{magenta}
15512 \end_layout
15513
15514 \end_inset
15515
15516
15517 \color green
15518 i
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 </row>
15524 </lyxtabular>
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \begin_layout Standard
15537 \begin_inset ERT
15538 status collapsed
15539
15540 \begin_layout Plain Layout
15541
15542
15543 \backslash
15544 else
15545 \end_layout
15546
15547 \end_inset
15548
15549
15550 \begin_inset Note Note
15551 status open
15552
15553 \begin_layout Plain Layout
15554 Ce qui suit sera affiché si le paquetage 
15555 \series bold
15556 colortbl
15557 \series default
15558  n'est pas installé :
15559 \end_layout
15560
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \begin_layout Standard
15567 Vous devez installer le paquetage 
15568 \series bold
15569 colortbl
15570 \series default
15571  pour voir le contenu des cette section dans la sortie imprimée.
15572 \end_layout
15573
15574 \begin_layout Standard
15575 \begin_inset ERT
15576 status collapsed
15577
15578 \begin_layout Plain Layout
15579
15580
15581 \backslash
15582 fi
15583 \end_layout
15584
15585 \end_inset
15586
15587
15588 \end_layout
15589
15590 \begin_layout Subsection
15591 Les filets colorées
15592 \begin_inset Index
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 Tableau Coloré ! Pour les filets
15597 \end_layout
15598
15599 \end_inset
15600
15601
15602 \begin_inset Index
15603 status collapsed
15604
15605 \begin_layout Plain Layout
15606 Couleur ! Pour les filets des tableaux
15607 \end_layout
15608
15609 \end_inset
15610
15611
15612 \begin_inset Note Note
15613 status collapsed
15614
15615 \begin_layout Plain Layout
15616 on parle de filets plutôt que de lignes pour les tableaux
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \begin_layout Standard
15625 Comme c'est décrit dans la section
15626 \begin_inset space ~
15627 \end_inset
15628
15629
15630 \begin_inset CommandInset ref
15631 LatexCommand ref
15632 reference "sub:Epaisseur-filets"
15633
15634 \end_inset
15635
15636 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15637  variable 
15638 \series bold
15639
15640 \backslash
15641 arrayrulewidth
15642 \series default
15643 .
15644  Elle est mise à 1.5
15645 \begin_inset space \thinspace{}
15646 \end_inset
15647
15648 pt pour tous les tableaux de cette section.
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654
15655 \backslash
15656 setlength{
15657 \backslash
15658 arrayrulewidth}{1.5pt}
15659 \end_layout
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Standard
15667 Pour colorer les filets verticaux, par exemple en vert, créez le format
15668  de colonne suivant dans le préambule du document, en suivant la description
15669  de la section
15670 \begin_inset space ~
15671 \end_inset
15672
15673
15674 \begin_inset CommandInset ref
15675 LatexCommand ref
15676 reference "sub:Formats-personnalisés"
15677
15678 \end_inset
15679
15680 :
15681 \end_layout
15682
15683 \begin_layout Standard
15684
15685 \series bold
15686
15687 \backslash
15688 newcolumntype{W}{!{
15689 \backslash
15690 color{green}
15691 \backslash
15692 vline}}
15693 \end_layout
15694
15695 \begin_layout Standard
15696 Pour le tableau
15697 \begin_inset space ~
15698 \end_inset
15699
15700
15701 \begin_inset CommandInset ref
15702 LatexCommand ref
15703 reference "tab:Tableau-filets-verticaux-colorés"
15704
15705 \end_inset
15706
15707  le paramètre LaTeX
15708 \series bold
15709  WcW
15710 \series default
15711  a été utilisé pour la dernière colonne et
15712 \series bold
15713  Wc
15714 \series default
15715  pour les autres colonnes.
15716 \end_layout
15717
15718 \begin_layout Standard
15719 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset Float table
15724 placement h
15725 wide false
15726 sideways false
15727 status open
15728
15729 \begin_layout Plain Layout
15730 \begin_inset Caption
15731
15732 \begin_layout Plain Layout
15733 \begin_inset CommandInset label
15734 LatexCommand label
15735 name "tab:Tableau-filets-verticaux-colorés"
15736
15737 \end_inset
15738
15739 Tableau avec filets verticaux colorés
15740 \end_layout
15741
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Plain Layout
15748 \align center
15749 \begin_inset Tabular
15750 <lyxtabular version="3" rows="3" columns="3">
15751 <features>
15752 <column alignment="center" valignment="top" width="0" special="Wc">
15753 <column alignment="center" valignment="top" width="0" special="Wc">
15754 <column alignment="center" valignment="top" width="0" special="WcW">
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 sd
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row>
15785 <cell alignment="center" valignment="top" topline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 sd
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 </row>
15813 <row>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 sd
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 </lyxtabular>
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Standard
15855 \begin_inset VSpace bigskip
15856 \end_inset
15857
15858 Pour colorer les filets horizontaux en rouge comme pour le tableau
15859 \begin_inset space ~
15860 \end_inset
15861
15862
15863 \begin_inset CommandInset ref
15864 LatexCommand ref
15865 reference "tab:Tableau-filet-horizontaux-colorés"
15866
15867 \end_inset
15868
15869 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15870  le flottant de tableau :
15871 \end_layout
15872
15873 \begin_layout Standard
15874
15875 \series bold
15876
15877 \backslash
15878 let
15879 \backslash
15880 myHlineC
15881 \backslash
15882 hline
15883 \begin_inset Newline newline
15884 \end_inset
15885
15886
15887 \backslash
15888 renewcommand{
15889 \backslash
15890 hline}
15891 \begin_inset Newline newline
15892 \end_inset
15893
15894
15895 \begin_inset ERT
15896 status collapsed
15897
15898 \begin_layout Plain Layout
15899
15900
15901 \backslash
15902 hphantom{ }
15903 \end_layout
15904
15905 \end_inset
15906
15907 {
15908 \backslash
15909 arrayrulecolor{red}
15910 \backslash
15911 myHlineC
15912 \backslash
15913 arrayrulecolor{black}}
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset ERT
15918 status collapsed
15919
15920 \begin_layout Plain Layout
15921
15922
15923 \backslash
15924 let
15925 \backslash
15926 myHlineC
15927 \backslash
15928 hline
15929 \end_layout
15930
15931 \begin_layout Plain Layout
15932
15933
15934 \backslash
15935 renewcommand{
15936 \backslash
15937 hline}
15938 \end_layout
15939
15940 \begin_layout Plain Layout
15941
15942  {
15943 \backslash
15944 arrayrulecolor{red}
15945 \backslash
15946 myHlineC
15947 \backslash
15948 arrayrulecolor{black}}
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \begin_inset Float table
15955 placement h
15956 wide false
15957 sideways false
15958 status open
15959
15960 \begin_layout Plain Layout
15961 \begin_inset Caption
15962
15963 \begin_layout Plain Layout
15964 \begin_inset CommandInset label
15965 LatexCommand label
15966 name "tab:Tableau-filet-horizontaux-colorés"
15967
15968 \end_inset
15969
15970 Tableau avec filets horizontaux colorés
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Plain Layout
15979 \align center
15980 \begin_inset Tabular
15981 <lyxtabular version="3" rows="3" columns="3">
15982 <features>
15983 <column alignment="center" valignment="top" width="0">
15984 <column alignment="center" valignment="top" width="0">
15985 <column alignment="center" valignment="top" width="0">
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 sd
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 <row>
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 sd
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 <row>
16045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 sd
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 </lyxtabular>
16074
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \begin_layout Standard
16086 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16087  en code TeX, juste après le tableau ou le flottant de tableau :
16088 \end_layout
16089
16090 \begin_layout Standard
16091
16092 \series bold
16093
16094 \backslash
16095 renewcommand{
16096 \backslash
16097 hline}{
16098 \backslash
16099 myHlineC}
16100 \end_layout
16101
16102 \begin_layout Standard
16103 Le tableau
16104 \begin_inset space ~
16105 \end_inset
16106
16107
16108 \begin_inset CommandInset ref
16109 LatexCommand ref
16110 reference "tab:Tableau-avec-filets-colorés"
16111
16112 \end_inset
16113
16114  est un exemple avec des filets horizontaux et verticaux colorés.
16115 \end_layout
16116
16117 \begin_layout Standard
16118 \begin_inset Float table
16119 placement h
16120 wide false
16121 sideways false
16122 status open
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Caption
16126
16127 \begin_layout Plain Layout
16128 \begin_inset CommandInset label
16129 LatexCommand label
16130 name "tab:Tableau-avec-filets-colorés"
16131
16132 \end_inset
16133
16134 Tableau avec filets horizontaux et verticaux colorés
16135 \end_layout
16136
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \begin_layout Plain Layout
16143 \align center
16144 \begin_inset Tabular
16145 <lyxtabular version="3" rows="3" columns="3">
16146 <features>
16147 <column alignment="center" valignment="top" width="0" special="Wc">
16148 <column alignment="center" valignment="top" width="0" special="Wc">
16149 <column alignment="center" valignment="top" width="0" special="WcW">
16150 <row>
16151 <cell alignment="center" valignment="top" topline="true" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 sd
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell alignment="center" valignment="top" topline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 sd
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row topspace="default">
16209 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 sd
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 </lyxtabular>
16238
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Standard
16250 \begin_inset ERT
16251 status collapsed
16252
16253 \begin_layout Plain Layout
16254
16255
16256 \backslash
16257 renewcommand{
16258 \backslash
16259 hline}{
16260 \backslash
16261 myHlineC}
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Standard
16270 \begin_inset ERT
16271 status collapsed
16272
16273 \begin_layout Plain Layout
16274
16275
16276 \backslash
16277 setlength{
16278 \backslash
16279 arrayrulewidth}{0.4pt}
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \begin_layout Section
16288 Personnalisation des Tableaux
16289 \begin_inset Index
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293 Tableau ! Personnalisation
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \begin_inset Index
16300 status collapsed
16301
16302 \begin_layout Plain Layout
16303 Personnalisation des tableaux
16304 \end_layout
16305
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \begin_layout Subsection
16312 Espacement des lignes
16313 \begin_inset CommandInset label
16314 LatexCommand label
16315 name "sub:Espacement-lignes"
16316
16317 \end_inset
16318
16319
16320 \begin_inset Index
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324 Personnalisation des tableaux ! Espacement des lignes
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \begin_layout Standard
16333 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16334  l'onglet 
16335 \family sans
16336 Bordures
16337 \family default
16338  de la fenêtre de dialogue 
16339 \family sans
16340 Paramètres
16341 \begin_inset space ~
16342 \end_inset
16343
16344 du
16345 \begin_inset space ~
16346 \end_inset
16347
16348 tableau
16349 \family default
16350 .
16351  Vous y trouverez trois possibilités :
16352 \end_layout
16353
16354 \begin_layout Description
16355 Haut
16356 \begin_inset space ~
16357 \end_inset
16358
16359 de
16360 \begin_inset space ~
16361 \end_inset
16362
16363 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16364  Si le tableau est un tableau formel
16365 \begin_inset Foot
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369 Les tableaux formels sont décrits dans la section
16370 \begin_inset space ~
16371 \end_inset
16372
16373
16374 \begin_inset CommandInset ref
16375 LatexCommand ref
16376 reference "sec:Tableaux-Formels"
16377
16378 \end_inset
16379
16380 .
16381 \end_layout
16382
16383 \end_inset
16384
16385  LyX va insérer par défaut un espace de 0.5
16386 \begin_inset space \thinspace{}
16387 \end_inset
16388
16389 em.
16390  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16391  les filets verticaux comme dans le tableau suivant :
16392 \begin_inset VSpace medskip
16393 \end_inset
16394
16395
16396 \begin_inset Newline newline
16397 \end_inset
16398
16399
16400 \begin_inset space \hspace*{}
16401 \length 0pt
16402 \end_inset
16403
16404
16405 \begin_inset space \hfill{}
16406 \end_inset
16407
16408
16409 \begin_inset Tabular
16410 <lyxtabular version="3" rows="3" columns="1">
16411 <features>
16412 <column alignment="center" valignment="top" width="0">
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 A
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 </row>
16424 <row topspace="3mm">
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 espace de 3
16430 \begin_inset space \thinspace{}
16431 \end_inset
16432
16433 mm en haut de la ligne
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 C
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 </lyxtabular>
16451
16452 \end_inset
16453
16454
16455 \begin_inset space \hfill{}
16456 \end_inset
16457
16458
16459 \begin_inset space \hspace*{}
16460 \length 0pt
16461 \end_inset
16462
16463
16464 \begin_inset VSpace medskip
16465 \end_inset
16466
16467
16468 \begin_inset Newline newline
16469 \end_inset
16470
16471 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16472  pas de filets verticaux.
16473 \end_layout
16474
16475 \begin_layout Description
16476 Bas
16477 \begin_inset space ~
16478 \end_inset
16479
16480 de
16481 \begin_inset space ~
16482 \end_inset
16483
16484 ligne va ajouter de l'espace sous les caractères de la ligne.
16485  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16486  de 0.5
16487 \begin_inset space \thinspace{}
16488 \end_inset
16489
16490 em, pour les tableaux normaux, l'espace par défaut est de 2
16491 \begin_inset space \thinspace{}
16492 \end_inset
16493
16494 pt.
16495 \end_layout
16496
16497 \begin_layout Description
16498 Entre
16499 \begin_inset space ~
16500 \end_inset
16501
16502 les
16503 \begin_inset space ~
16504 \end_inset
16505
16506 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16507  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16508  de 0.5
16509 \begin_inset space \thinspace{}
16510 \end_inset
16511
16512 em.
16513  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16514  les filets verticaux comme dans le tableau suivant :
16515 \begin_inset VSpace medskip
16516 \end_inset
16517
16518
16519 \begin_inset Newline newline
16520 \end_inset
16521
16522
16523 \begin_inset space \hspace*{}
16524 \length 0pt
16525 \end_inset
16526
16527
16528 \begin_inset space \hfill{}
16529 \end_inset
16530
16531
16532 \begin_inset Tabular
16533 <lyxtabular version="3" rows="3" columns="1">
16534 <features>
16535 <column alignment="center" valignment="top" width="0">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 A
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row interlinespace="3mm">
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $\downarrow$
16553 \end_inset
16554
16555  espace de 3
16556 \begin_inset space \thinspace{}
16557 \end_inset
16558
16559 mm entre les lignes 
16560 \begin_inset Formula $\downarrow$
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 \begin_inset Formula $\uparrow$
16575 \end_inset
16576
16577  espace de 3
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 mm entre les lignes 
16582 \begin_inset Formula $\uparrow$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset space \hspace*{}
16601 \length 0pt
16602 \end_inset
16603
16604
16605 \begin_inset VSpace medskip
16606 \end_inset
16607
16608
16609 \begin_inset Newline newline
16610 \end_inset
16611
16612 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16613  pas de filets verticaux.
16614 \end_layout
16615
16616 \begin_layout Standard
16617 \begin_inset VSpace bigskip
16618 \end_inset
16619
16620 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16621  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16622  dans le préambule :
16623 \end_layout
16624
16625 \begin_layout Standard
16626
16627 \series bold
16628
16629 \backslash
16630 @ifundefined{extrarowheight}
16631 \begin_inset Newline newline
16632 \end_inset
16633
16634
16635 \begin_inset ERT
16636 status collapsed
16637
16638 \begin_layout Plain Layout
16639
16640
16641 \backslash
16642 hphantom{ }
16643 \end_layout
16644
16645 \end_inset
16646
16647 {
16648 \backslash
16649 usepackage{array}}{}
16650 \begin_inset Newline newline
16651 \end_inset
16652
16653
16654 \backslash
16655 setlength{
16656 \backslash
16657 extrarowheight}{height}
16658 \end_layout
16659
16660 \begin_layout Standard
16661 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16662  plus exactement centré verticalement.
16663  (le paquetage 
16664 \series bold
16665 array 
16666 \series default
16667 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16668  auto-définis.
16669  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16670  
16671 \series bold
16672
16673 \backslash
16674 @ifundefined
16675 \series default
16676  dans la commande précédente.)
16677 \end_layout
16678
16679 \begin_layout Subsection
16680 Alignements de cellules spéciaux
16681 \begin_inset Index
16682 status collapsed
16683
16684 \begin_layout Plain Layout
16685 Personnalisation des tableaux ! Alignement de cellules spéciaux
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \begin_layout Standard
16694 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16695  cellules sur un caractère donné, par exemple le séparateur décimal comme
16696  dans le tableau
16697 \begin_inset space ~
16698 \end_inset
16699
16700
16701 \begin_inset CommandInset ref
16702 LatexCommand ref
16703 reference "tab:Tableau-centré-sur-séparateur"
16704
16705 \end_inset
16706
16707 .
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset Float table
16712 placement h
16713 wide false
16714 sideways false
16715 status open
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Caption
16719
16720 \begin_layout Plain Layout
16721 \begin_inset CommandInset label
16722 LatexCommand label
16723 name "tab:Tableau-centré-sur-séparateur"
16724
16725 \end_inset
16726
16727 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16728 \end_layout
16729
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \begin_layout Plain Layout
16736 \align center
16737 \begin_inset Tabular
16738 <lyxtabular version="3" rows="4" columns="2">
16739 <features>
16740 <column alignment="right" valignment="top" width="0">
16741 <column alignment="left" valignment="top" width="0" special="@{}l">
16742 <row>
16743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 en-tête
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 12,
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 6
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 0,
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 68
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 -123,
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 0
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 </lyxtabular>
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Standard
16835 Ce tableau a été créé comme un tableau 4×2.
16836  L'en-tête est une cellule multicolonne centrée.
16837  La première colonne est alignée à droite et contient les chiffres qui se
16838  trouvent avant la virgule ainsi que la virgule elle-même.
16839  La deuxième colonne est alignée à gauche et contient les chiffres situés
16840  après la virgule.
16841  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16842  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16843 \end_layout
16844
16845 \begin_layout Standard
16846
16847 \series bold
16848 @{}l
16849 \end_layout
16850
16851 \begin_layout Standard
16852 Le tableau
16853 \begin_inset space ~
16854 \end_inset
16855
16856
16857 \begin_inset CommandInset ref
16858 LatexCommand ref
16859 reference "tab:Plusieurs-exemples-alignements"
16860
16861 \end_inset
16862
16863  montre quelques exemples d'alignements.
16864  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16865  plus petit espace mathématique au début de la dernière colonne pour obtenir
16866  l'espacement correct autour du signe de relation.
16867 \end_layout
16868
16869 \begin_layout Standard
16870 \begin_inset Float table
16871 wide false
16872 sideways false
16873 status open
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Caption
16877
16878 \begin_layout Plain Layout
16879 \begin_inset CommandInset label
16880 LatexCommand label
16881 name "tab:Plusieurs-exemples-alignements"
16882
16883 \end_inset
16884
16885 Plusieurs exemples d'alignement de cellules
16886 \lang english
16887 .
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \begin_layout Plain Layout
16896 \align center
16897 \begin_inset Tabular
16898 <lyxtabular version="3" rows="4" columns="6">
16899 <features>
16900 <column alignment="right" valignment="top" width="0">
16901 <column alignment="left" valignment="top" width="0" special="@{}l">
16902 <column alignment="right" valignment="top" width="0">
16903 <column alignment="left" valignment="top" width="0" special="@{}l">
16904 <column alignment="right" valignment="top" width="0">
16905 <column alignment="left" valignment="top" width="0" special="@{}l">
16906 <row>
16907 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 unités
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 exposants
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 relations
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 12×
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 24
16977 \begin_inset space \thinspace{}
16978 \end_inset
16979
16980 bouteilles
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $10\cdot$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $10^{\mbox{-}17}$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\Gamma(t)\propto$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\:\Upsilon(t)$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 1024×
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 768
17049 \begin_inset space \thinspace{}
17050 \end_inset
17051
17052 Pixels
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $5.78\cdot$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $10^{7}$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $A\ne$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\: B_{\mathrm{red}}$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 32×
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 6
17121 \begin_inset space \thinspace{}
17122 \end_inset
17123
17124 cm
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 -
17134 \begin_inset Formula $33.5\cdot$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $10^{4}$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\sin(\alpha)\ge$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\:\sin(\beta)$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 </lyxtabular>
17180
17181 \end_inset
17182
17183
17184 \end_layout
17185
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \begin_layout Standard
17192 \begin_inset VSpace bigskip
17193 \end_inset
17194
17195 Il y a aussi le paquetage LaTeX 
17196 \series bold
17197 dcolumn
17198 \series default
17199
17200 \begin_inset Index
17201 status collapsed
17202
17203 \begin_layout Plain Layout
17204 Paquetages LaTeX ! dcolumn
17205 \end_layout
17206
17207 \end_inset
17208
17209  qui fournit des alignements pour les cellules de tableaux.
17210  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17211  et ne permet pas de formules dans les cellules du tableau : Avec 
17212 \series bold
17213 dcolumn
17214 \series default
17215  la première colonne du tableau
17216 \begin_inset space ~
17217 \end_inset
17218
17219
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "tab:Plusieurs-exemples-alignements"
17223
17224 \end_inset
17225
17226  ressemblera à la première colonne du tableau
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "tab:Alignements-avec-dcolumn"
17234
17235 \end_inset
17236
17237
17238 \lang english
17239  and only with some tricks like the expected.
17240  
17241 \lang french
17242 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17243 \begin_inset space ~
17244 \end_inset
17245
17246
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Plusieurs-exemples-alignements"
17250
17251 \end_inset
17252
17253  avec 
17254 \series bold
17255 dcolumn
17256 \series default
17257 .
17258 \end_layout
17259
17260 \begin_layout Standard
17261 \begin_inset Float table
17262 placement h
17263 wide false
17264 sideways false
17265 status open
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Caption
17269
17270 \begin_layout Plain Layout
17271 \begin_inset CommandInset label
17272 LatexCommand label
17273 name "tab:Alignements-avec-dcolumn"
17274
17275 \end_inset
17276
17277 Alignements quand on utilise le paquetage LaTeX dcolumn.
17278  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17279  pour obtenir la sortie.
17280 \end_layout
17281
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \begin_layout Plain Layout
17288 \align center
17289 \begin_inset Tabular
17290 <lyxtabular version="3" rows="4" columns="3">
17291 <features>
17292 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17293 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17294 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17295 <row>
17296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 unités
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 unités
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 unités
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 12x24
17330 \begin_inset space \thinspace{}
17331 \end_inset
17332
17333 bouteilles
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 12x24
17343 \begin_inset space \thinspace{}
17344 \end_inset
17345
17346
17347 \begin_inset Formula $\mbox{bouteilles}$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 12
17360 \begin_inset ERT
17361 status collapsed
17362
17363 \begin_layout Plain Layout
17364
17365
17366 \backslash
17367 times 
17368 \end_layout
17369
17370 \end_inset
17371
17372 24~
17373 \begin_inset Formula $\mbox{bouteilles}$
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 1024x768
17388 \begin_inset space \thinspace{}
17389 \end_inset
17390
17391 Pixels
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 1024x768
17401 \begin_inset space \thinspace{}
17402 \end_inset
17403
17404
17405 \begin_inset Formula $\mbox{Pixels}$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 1024
17418 \begin_inset ERT
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422
17423
17424 \backslash
17425 times 
17426 \end_layout
17427
17428 \end_inset
17429
17430 768~
17431 \begin_inset Formula $\mbox{Pixels}$
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 32x6
17446 \begin_inset space \thinspace{}
17447 \end_inset
17448
17449 cm
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 32x6
17459 \begin_inset space \thinspace{}
17460 \end_inset
17461
17462
17463 \begin_inset Formula $\mbox{cm}$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 32
17476 \begin_inset ERT
17477 status collapsed
17478
17479 \begin_layout Plain Layout
17480
17481
17482 \backslash
17483 times 
17484 \end_layout
17485
17486 \end_inset
17487
17488 6~
17489 \begin_inset Formula $\mbox{cm}$
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 </row>
17498 </lyxtabular>
17499
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Subsection
17511 Formats de cellule et de colonne personnalisés
17512 \begin_inset CommandInset label
17513 LatexCommand label
17514 name "sub:Formats-personnalisés"
17515
17516 \end_inset
17517
17518
17519 \begin_inset Index
17520 status collapsed
17521
17522 \begin_layout Plain Layout
17523 Personnalisation des tableaux !  Format de cellule/colonne
17524 \end_layout
17525
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \begin_layout Standard
17532 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17533  multicolonne comme dans la section
17534 \begin_inset space ~
17535 \end_inset
17536
17537
17538 \begin_inset CommandInset ref
17539 LatexCommand ref
17540 reference "sub:Calculs-multicolonnes"
17541
17542 \end_inset
17543
17544  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17545  multicolonnes.
17546  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17547  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17548  du document.
17549  Le format est défini avec la commande
17550 \end_layout
17551
17552 \begin_layout Standard
17553
17554 \series bold
17555
17556 \backslash
17557 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17558 \end_layout
17559
17560 \begin_layout Standard
17561 Le nom du format peut n'avoir qu'une lettre.
17562  Les lettres 
17563 \emph on
17564 b
17565 \emph default
17566
17567 \emph on
17568 c
17569 \emph default
17570
17571 \emph on
17572 l
17573 \emph default
17574
17575 \emph on
17576 m
17577 \emph default
17578
17579 \emph on
17580 p
17581 \emph default
17582  et 
17583 \emph on
17584 r
17585 \emph default
17586  sont prédéfinies et donc ne peuvent être utilisées.
17587  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset VSpace medskip
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \begin_layout Standard
17598 Pour de cellules multicolonnes centrées verticalement et horizontalement
17599  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17600  :
17601 \end_layout
17602
17603 \begin_layout Standard
17604
17605 \series bold
17606
17607 \backslash
17608 newcolumntype{M}[1]{>{
17609 \backslash
17610 centering
17611 \backslash
17612 hspace{0pt}}m{#1}}
17613 \end_layout
17614
17615 \begin_layout Standard
17616 Où le 
17617 \series bold
17618
17619 \backslash
17620 hspace{0pt}
17621 \series default
17622  évite le problème de césure du premier mot, comme c'est décrit en section
17623 \begin_inset space ~
17624 \end_inset
17625
17626
17627 \begin_inset CommandInset ref
17628 LatexCommand ref
17629 reference "sub:Lignes-multiple-dans-cellule"
17630
17631 \end_inset
17632
17633 .
17634  Ensuite, vous pouvez entrer
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640 M{width}
17641 \end_layout
17642
17643 \begin_layout Standard
17644 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17645  une multicolonne.
17646 \end_layout
17647
17648 \begin_layout Standard
17649 \begin_inset VSpace bigskip
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17657  définir le format
17658 \end_layout
17659
17660 \begin_layout Standard
17661
17662 \series bold
17663
17664 \backslash
17665 newcolumntype{S}[2]{>{
17666 \backslash
17667 centering
17668 \backslash
17669 hspace{0pt}}
17670 \begin_inset Newline newline
17671 \end_inset
17672
17673
17674 \begin_inset ERT
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678
17679
17680 \backslash
17681 phantom{
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \backslash
17688 newcolumntype{S}[2]
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694 }
17695 \end_layout
17696
17697 \end_inset
17698
17699 m{(#1+(2
17700 \backslash
17701 tabcolsep+
17702 \backslash
17703 arrayrulewidth)*(1-#2))/#2}}
17704 \end_layout
17705
17706 \begin_layout Standard
17707 Ce format utilise l'équation
17708 \begin_inset space ~
17709 \end_inset
17710
17711
17712 \begin_inset CommandInset ref
17713 LatexCommand eqref
17714 reference "eq:Wgn"
17715
17716 \end_inset
17717
17718  pour calculer la largeur que doit avoir chacune des cellules couverte par
17719  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17720 \end_layout
17721
17722 \begin_layout Standard
17723 Ensuite, vous pouvez entrer
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17730 \end_layout
17731
17732 \begin_layout Standard
17733 comme paramètre LaTeX de la colonne.
17734 \end_layout
17735
17736 \begin_layout Standard
17737 \begin_inset VSpace bigskip
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Standard
17744 Pour des colonnes colorées, vous pouvez définir
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 newcolumntype{K}[1]{>{
17753 \backslash
17754 columncolor{#1}
17755 \backslash
17756 hspace{0pt}}c}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 Le 
17761 \begin_inset Quotes eld
17762 \end_inset
17763
17764 c
17765 \begin_inset Quotes erd
17766 \end_inset
17767
17768  à la fin crée une colonne de largeur variable dont le texte est centré
17769  horizontalement.
17770  Vous pouvez maintenant entrer
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776 K{nom de couleur}
17777 \end_layout
17778
17779 \begin_layout Standard
17780 comme paramètre LaTeX.
17781 \end_layout
17782
17783 \begin_layout Standard
17784 \begin_inset VSpace bigskip
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Standard
17791 Pour créer le tableau
17792 \begin_inset space ~
17793 \end_inset
17794
17795
17796 \begin_inset CommandInset ref
17797 LatexCommand ref
17798 reference "tab:Tableau-formats-personnalisés"
17799
17800 \end_inset
17801
17802  utilisez les paramètres LaTeX
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \series bold
17808 M{2.5cm}
17809 \end_layout
17810
17811 \begin_layout Standard
17812 pour la première colonne et la multicolonne,
17813 \end_layout
17814
17815 \begin_layout Standard
17816
17817 \series bold
17818 K{red}
17819 \end_layout
17820
17821 \begin_layout Standard
17822 pour la dernière colonne, et
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 S{2.5cm}{2}
17829 \end_layout
17830
17831 \begin_layout Standard
17832 pour les cellules de la deuxième colonne.
17833 \end_layout
17834
17835 \begin_layout Standard
17836 \begin_inset Float table
17837 placement h
17838 wide false
17839 sideways false
17840 status open
17841
17842 \begin_layout Plain Layout
17843 \begin_inset Caption
17844
17845 \begin_layout Plain Layout
17846 \begin_inset CommandInset label
17847 LatexCommand label
17848 name "tab:Tableau-formats-personnalisés"
17849
17850 \end_inset
17851
17852 Tableau utilisant des formats personnalisés
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Plain Layout
17861 \align center
17862 \begin_inset Tabular
17863 <lyxtabular version="3" rows="3" columns="4">
17864 <features>
17865 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17866 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17867 <column alignment="center" valignment="middle" width="0">
17868 <column alignment="center" valignment="middle" width="0" special="K{red}">
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 motTrèsLongDansUneCellule
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 multicolonne avec multiligne
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 c
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 </row>
17907 <row>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 d
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 e
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 f
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 g
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 h
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 i
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 j
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 k
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 </row>
17983 </lyxtabular>
17984
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \begin_layout Subsection
17996 Épaisseur des filets
17997 \begin_inset CommandInset label
17998 LatexCommand label
17999 name "sub:Epaisseur-filets"
18000
18001 \end_inset
18002
18003
18004 \begin_inset Index
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008 Personnalisation des tableaux ! Épaisseur filets
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18018  
18019 \series bold
18020
18021 \backslash
18022 arrayrulewidth
18023 \series default
18024 .
18025  Pour mettre, par exemple, une épaisseur de filet de 1.5
18026 \begin_inset space \thinspace{}
18027 \end_inset
18028
18029 pt, comme pour le tableau
18030 \begin_inset space ~
18031 \end_inset
18032
18033
18034 \begin_inset CommandInset ref
18035 LatexCommand ref
18036 reference "tab:Tableau-filets-1.5pt"
18037
18038 \end_inset
18039
18040 , insérez la commande
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 setlength{
18049 \backslash
18050 arrayrulewidth}{1.5pt}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 en code TeX avant le tableau ou le flottant de tableau.
18055  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18056  suivent.
18057  pour revenir aux valeurs par défaut, mettez 
18058 \series bold
18059
18060 \backslash
18061 arrayrulewidth
18062 \series default
18063  à 0.4
18064 \begin_inset space \thinspace{}
18065 \end_inset
18066
18067 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset ERT
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075
18076
18077 \backslash
18078 setlength{
18079 \backslash
18080 arrayrulewidth}{1.5pt}
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \begin_inset Float table
18087 wide false
18088 sideways false
18089 status open
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Caption
18093
18094 \begin_layout Plain Layout
18095 \begin_inset CommandInset label
18096 LatexCommand label
18097 name "tab:Tableau-filets-1.5pt"
18098
18099 \end_inset
18100
18101 Tableau avec des filets de 1.5
18102 \begin_inset space \thinspace{}
18103 \end_inset
18104
18105 pt
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Plain Layout
18114 \align center
18115 \begin_inset Tabular
18116 <lyxtabular version="3" rows="3" columns="3">
18117 <features>
18118 <column alignment="center" valignment="top" width="0">
18119 <column alignment="center" valignment="top" width="0">
18120 <column alignment="center" valignment="top" width="0">
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 sd
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 sd
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 sd
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 </lyxtabular>
18209
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \end_inset
18216
18217
18218 \begin_inset ERT
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222
18223
18224 \backslash
18225 setlength{
18226 \backslash
18227 arrayrulewidth}{0.4pt}
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \begin_layout Standard
18236 \begin_inset VSpace bigskip
18237 \end_inset
18238
18239 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18240 \begin_inset space \thinspace{}
18241 \end_inset
18242
18243 pt, comme dans le tableau
18244 \begin_inset space ~
18245 \end_inset
18246
18247
18248 \begin_inset CommandInset ref
18249 LatexCommand ref
18250 reference "tab:Tableau-filets-horizontaux-1.5pt"
18251
18252 \end_inset
18253
18254 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18255  de tableau :
18256 \end_layout
18257
18258 \begin_layout Standard
18259
18260 \series bold
18261
18262 \backslash
18263 let
18264 \backslash
18265 myHline
18266 \backslash
18267 hline
18268 \begin_inset Newline newline
18269 \end_inset
18270
18271
18272 \backslash
18273 renewcommand{
18274 \backslash
18275 hline}
18276 \begin_inset Newline newline
18277 \end_inset
18278
18279  {
18280 \backslash
18281 noalign{
18282 \backslash
18283 global
18284 \backslash
18285 arrayrulewidth 1.5pt}
18286 \begin_inset Newline newline
18287 \end_inset
18288
18289  
18290 \backslash
18291 myHline
18292 \backslash
18293 noalign{
18294 \backslash
18295 global
18296 \backslash
18297 arrayrulewidth 0.4pt}}
18298 \end_layout
18299
18300 \begin_layout Standard
18301 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18302  en code TeX après le tableau ou le flottant de tableau :
18303 \end_layout
18304
18305 \begin_layout Standard
18306
18307 \series bold
18308
18309 \backslash
18310 renewcommand{
18311 \backslash
18312 hline}{
18313 \backslash
18314 myHline}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset ERT
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322
18323
18324 \backslash
18325 let
18326 \backslash
18327 myHline
18328 \backslash
18329 hline
18330 \end_layout
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 renewcommand{
18337 \backslash
18338 hline}
18339 \end_layout
18340
18341 \begin_layout Plain Layout
18342
18343  {
18344 \backslash
18345 noalign{
18346 \backslash
18347 global
18348 \backslash
18349 arrayrulewidth 1.5pt}
18350 \end_layout
18351
18352 \begin_layout Plain Layout
18353
18354   
18355 \backslash
18356 myHline
18357 \backslash
18358 noalign{
18359 \backslash
18360 global
18361 \backslash
18362 arrayrulewidth 0.4pt}}
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \begin_inset Float table
18369 wide false
18370 sideways false
18371 status open
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Caption
18375
18376 \begin_layout Plain Layout
18377 \begin_inset CommandInset label
18378 LatexCommand label
18379 name "tab:Tableau-filets-horizontaux-1.5pt"
18380
18381 \end_inset
18382
18383 Tableau avec des filets horizontaux de 1.5
18384 \begin_inset space \thinspace{}
18385 \end_inset
18386
18387 pt
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Plain Layout
18396 \align center
18397 \begin_inset Tabular
18398 <lyxtabular version="3" rows="3" columns="3">
18399 <features>
18400 <column alignment="center" valignment="top" width="0">
18401 <column alignment="center" valignment="top" width="0">
18402 <column alignment="center" valignment="top" width="0">
18403 <row>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 sd
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 sd
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 </row>
18461 <row>
18462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 sd
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 </lyxtabular>
18491
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \begin_inset ERT
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505
18506 \backslash
18507 renewcommand{
18508 \backslash
18509 hline}{
18510 \backslash
18511 myHline}
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \end_layout
18518
18519 \begin_layout Standard
18520 \begin_inset VSpace bigskip
18521 \end_inset
18522
18523 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18524 \begin_inset space \thinspace{}
18525 \end_inset
18526
18527 pt, créez le format de colonne suivant dans le préambule, en suivant la
18528  description de la section
18529 \begin_inset space ~
18530 \end_inset
18531
18532
18533 \begin_inset CommandInset ref
18534 LatexCommand ref
18535 reference "sub:Formats-personnalisés"
18536
18537 \end_inset
18538
18539 :
18540 \end_layout
18541
18542 \begin_layout Standard
18543
18544 \series bold
18545
18546 \backslash
18547 newcolumntype{V}{!{
18548 \backslash
18549 vrule width 1.5pt}}
18550 \end_layout
18551
18552 \begin_layout Standard
18553 Pour le tableau
18554 \begin_inset space ~
18555 \end_inset
18556
18557
18558 \begin_inset CommandInset ref
18559 LatexCommand ref
18560 reference "tab:Tableau-filets-verticaux-1.5pt"
18561
18562 \end_inset
18563
18564  le paramètre LaTeX 
18565 \end_layout
18566
18567 \begin_layout Standard
18568
18569 \series bold
18570 VcV
18571 \end_layout
18572
18573 \begin_layout Standard
18574 a été utilisé pour la dernière colonne et
18575 \end_layout
18576
18577 \begin_layout Standard
18578
18579 \series bold
18580 Vc
18581 \end_layout
18582
18583 \begin_layout Standard
18584 pour les autres colonnes.
18585 \end_layout
18586
18587 \begin_layout Standard
18588 \begin_inset Float table
18589 wide false
18590 sideways false
18591 status open
18592
18593 \begin_layout Plain Layout
18594 \begin_inset Caption
18595
18596 \begin_layout Plain Layout
18597 \begin_inset CommandInset label
18598 LatexCommand label
18599 name "tab:Tableau-filets-verticaux-1.5pt"
18600
18601 \end_inset
18602
18603 Tableau avec des filets verticaux de 1.5
18604 \begin_inset space \thinspace{}
18605 \end_inset
18606
18607 pt 
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Plain Layout
18616 \align center
18617 \begin_inset Tabular
18618 <lyxtabular version="3" rows="3" columns="3">
18619 <features>
18620 <column alignment="center" valignment="top" width="0" special="Vc">
18621 <column alignment="center" valignment="top" width="0" special="Vc">
18622 <column alignment="center" valignment="top" width="0" special="VcV">
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 sd
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 <row>
18653 <cell alignment="center" valignment="top" topline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell alignment="center" valignment="top" topline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666 sd
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 </row>
18681 <row>
18682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 sd
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 </row>
18710 </lyxtabular>
18711
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \begin_layout Subsection
18723 Filets à traits interrompus
18724 \begin_inset Index
18725 status collapsed
18726
18727 \begin_layout Plain Layout
18728 Personnalisation des tableaux ! Filets à traits interrompus
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 \begin_inset ERT
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741
18742
18743 \backslash
18744 ifarydshln
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \begin_inset Note Note
18751 status open
18752
18753 \begin_layout Plain Layout
18754 La section suivante ne s'affichera que si vous avez installé le paquetage
18755  LaTeX 
18756 \series bold
18757 arydshln
18758 \series default
18759 .
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset Float table
18769 placement H
18770 wide false
18771 sideways false
18772 status open
18773
18774 \begin_layout Plain Layout
18775 \begin_inset Caption
18776
18777 \begin_layout Plain Layout
18778 \begin_inset CommandInset label
18779 LatexCommand label
18780 name "tab:Tableau-filets-tirets"
18781
18782 \end_inset
18783
18784 Tableau avec des filets à traits interrompus
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Plain Layout
18793 \align center
18794 \begin_inset Tabular
18795 <lyxtabular version="3" rows="5" columns="5">
18796 <features>
18797 <column alignment="center" valignment="top" width="0">
18798 <column alignment="center" valignment="top" width="0">
18799 <column alignment="center" valignment="top" width="0" special=":c">
18800 <column alignment="center" valignment="top" width="0">
18801 <column alignment="center" valignment="top" width="0">
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 a
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816 b
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825 c
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834 d
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 e
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 f
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 g
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 h
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 i
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 j
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset ERT
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905
18906
18907 \backslash
18908 hdashline 
18909 \end_layout
18910
18911 \end_inset
18912
18913 k
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922 l
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 m
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 n
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 o
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960 \begin_inset ERT
18961 status collapsed
18962
18963 \begin_layout Plain Layout
18964
18965
18966 \backslash
18967 cdashline{4-5}
18968 \end_layout
18969
18970 \end_inset
18971
18972 p
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 q
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 r
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 s
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 <row>
19015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 t
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 u
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 v
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 w
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 x
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 </lyxtabular>
19062
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19075  donc employer du code TeX.
19076  Mais avant il faut charger le paquetage LaTeX 
19077 \series bold
19078 arydshln
19079 \series default
19080
19081 \begin_inset Index
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085 Paquetages LaTeX ! arydshln
19086 \end_layout
19087
19088 \end_inset
19089
19090  dans le préambule du document avec la commande 
19091 \end_layout
19092
19093 \begin_layout Standard
19094
19095 \series bold
19096
19097 \backslash
19098 usepackage{arydshln}
19099 \end_layout
19100
19101 \begin_layout Standard
19102 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19103  
19104 \begin_inset Quotes eld
19105 \end_inset
19106
19107 :
19108 \begin_inset Quotes erd
19109 \end_inset
19110
19111  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19112  dans la fenêtre de dialogue de paramètre du tableau.
19113 \end_layout
19114
19115 \begin_layout Standard
19116 Pour un trait horizontal interrompu, ajoutez la commande
19117 \end_layout
19118
19119 \begin_layout Standard
19120
19121 \series bold
19122
19123 \backslash
19124 hdashline
19125 \end_layout
19126
19127 \begin_layout Standard
19128 en code TeX comme premier élément de la première cellule de la ligne de
19129  tableau.
19130 \end_layout
19131
19132 \begin_layout Standard
19133 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19134  commande 
19135 \end_layout
19136
19137 \begin_layout Standard
19138
19139 \series bold
19140
19141 \backslash
19142 cdashline{
19143 \series default
19144 numéros de colonnes}
19145 \end_layout
19146
19147 \begin_layout Standard
19148 en code TeX comme premier élément de la première cellule de la ligne.
19149  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19150  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19151 \end_layout
19152
19153 \begin_layout Standard
19154
19155 \series bold
19156
19157 \backslash
19158 cdashline{2-4}
19159 \end_layout
19160
19161 \begin_layout Standard
19162 comme premier élément de la première cellule de la ligne contenant la multicolon
19163 ne.
19164 \end_layout
19165
19166 \begin_layout Standard
19167 \begin_inset VSpace bigskip
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \begin_layout Standard
19174 Le tableau
19175 \begin_inset space ~
19176 \end_inset
19177
19178
19179 \begin_inset CommandInset ref
19180 LatexCommand ref
19181 reference "tab:Tableau-filets-tirets"
19182
19183 \end_inset
19184
19185  a été créé en utilisant 
19186 \begin_inset Quotes eld
19187 \end_inset
19188
19189
19190 \series bold
19191 :c
19192 \series default
19193
19194 \begin_inset Quotes erd
19195 \end_inset
19196
19197  comme paramètre LaTeX pour la troisième colonne.
19198  La commande en code TeX 
19199 \series bold
19200
19201 \backslash
19202 hdashline
19203 \series default
19204  a été insérée dans la première cellule de la troisième ligne et la commande
19205  en code TeX 
19206 \series bold
19207
19208 \backslash
19209 cdashline{4-5}
19210 \series default
19211  a été insérée dans la première cellule de la quatrième ligne.
19212 \end_layout
19213
19214 \begin_layout Standard
19215 \begin_inset Note Greyedout
19216 status open
19217
19218 \begin_layout Plain Layout
19219
19220 \series bold
19221 Note:
19222 \series default
19223  Le paquetage LaTeX 
19224 \series bold
19225 arydshln
19226 \series default
19227  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19228  
19229 \series bold
19230 colortbl
19231 \series default
19232
19233 \begin_inset Index
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237 Paquetages LaTeX ! colortbl
19238 \end_layout
19239
19240 \end_inset
19241
19242  qui est utilisé pour avoir des tableaux colorés dans la section
19243 \begin_inset space ~
19244 \end_inset
19245
19246
19247 \begin_inset CommandInset ref
19248 LatexCommand ref
19249 reference "sec:Tableaux-Colorés"
19250
19251 \end_inset
19252
19253 .
19254  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19255  traits interrompus.
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \begin_layout Standard
19264 \begin_inset ERT
19265 status collapsed
19266
19267 \begin_layout Plain Layout
19268
19269
19270 \backslash
19271 else
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \begin_inset Note Note
19278 status open
19279
19280 \begin_layout Plain Layout
19281 Ce qui suit sera affiché si le paquetage LaTeX 
19282 \series bold
19283 arydshln
19284 \series default
19285  n'est pas installé :
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \begin_layout Standard
19294 Vous devez installer le paquetage LaTeX 
19295 \series bold
19296 arydshln
19297 \series default
19298  pour voir le contenu des cette section dans la sortie imprimée.
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \begin_inset ERT
19303 status collapsed
19304
19305 \begin_layout Plain Layout
19306
19307
19308 \backslash
19309 fi
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Chapter
19318 Flottants
19319 \begin_inset Index
19320 status collapsed
19321
19322 \begin_layout Plain Layout
19323 Flottants
19324 \end_layout
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Section
19332 Introduction
19333 \begin_inset CommandInset label
19334 LatexCommand label
19335 name "sec:Flottants-Introduction"
19336
19337 \end_inset
19338
19339
19340 \begin_inset Index
19341 status collapsed
19342
19343 \begin_layout Plain Layout
19344 Flottants ! Introduction
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \begin_layout Standard
19353 Un flottant est une portion de document, qui peut être associé à une étiquette
19354  et dont la position n'est pas fixée.
19355  Il peut 
19356 \begin_inset Quotes eld
19357 \end_inset
19358
19359 flotter
19360 \begin_inset Quotes erd
19361 \end_inset
19362
19363  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19364  plus approprié.
19365  Les 
19366 \family sans
19367 Notes
19368 \begin_inset space ~
19369 \end_inset
19370
19371 en
19372 \begin_inset space ~
19373 \end_inset
19374
19375 Bas
19376 \begin_inset space ~
19377 \end_inset
19378
19379 de
19380 \begin_inset space ~
19381 \end_inset
19382
19383 Page
19384 \family default
19385  et le 
19386 \family sans
19387 Notes
19388 \begin_inset space ~
19389 \end_inset
19390
19391 en
19392 \begin_inset space ~
19393 \end_inset
19394
19395 Marge
19396 \family default
19397  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19398  sur la page suivante quand il y a trop de notes sur la page courante.
19399 \end_layout
19400
19401 \begin_layout Standard
19402 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19403  très grande qualité.
19404  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19405  éviter des lignes blanches ou des pages sans texte.
19406  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19407  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19408  le texte.
19409  Les flottants sont donc numérotés.
19410  Les références croisées sont décrites dans la section
19411 \begin_inset space ~
19412 \end_inset
19413
19414
19415 \begin_inset CommandInset ref
19416 LatexCommand ref
19417 reference "sec:Referencer-les-Flottants"
19418
19419 \end_inset
19420
19421 .
19422 \end_layout
19423
19424 \begin_layout Standard
19425 Pour insérer un flottant, on utilise un des sous menus du menu 
19426 \family sans
19427 Insérer\SpecialChar \menuseparator
19428 Flottant.
19429
19430 \family default
19431  Une boîte va être insérée dans votre document avec par exemple une étiquette
19432  du genre 
19433 \begin_inset Quotes eld
19434 \end_inset
19435
19436 Figure
19437 \begin_inset space ~
19438 \end_inset
19439
19440 #:
19441 \begin_inset Quotes erd
19442 \end_inset
19443
19444  (où # est un numéro).
19445  L'étiquette est automatiquement traduite dans la langue du document dans
19446  la sortie finale.
19447  Après l'étiquette vous pouvez insérer du texte comme légende.
19448  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19449  séparé, à l'intérieur du flottant.
19450  Vous trouverez plus de détails sur le positionnement des légendes dans
19451  la section
19452 \begin_inset space ~
19453 \end_inset
19454
19455
19456 \begin_inset CommandInset ref
19457 LatexCommand ref
19458 reference "sec:Placement-légende"
19459
19460 \end_inset
19461
19462 .
19463  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19464  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19465  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19466  Une boîte de flottant fermée ressemble à ceci : 
19467 \begin_inset Graphics
19468         filename clipart/floatQt4.png
19469         scale 60
19470
19471 \end_inset
19472
19473  – une case grise avec un texte rouge.
19474 \end_layout
19475
19476 \begin_layout Standard
19477 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19478  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19479  est formaté de façon particulière.
19480 \end_layout
19481
19482 \begin_layout Section
19483 Les Types de Flottants
19484 \end_layout
19485
19486 \begin_layout Standard
19487 En plus des flottants de figures et de tableau qui sont décrits respectivement
19488  dans les sections
19489 \begin_inset space ~
19490 \end_inset
19491
19492
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "sec:Figure-Floats"
19496
19497 \end_inset
19498
19499  et 
19500 \begin_inset CommandInset ref
19501 LatexCommand ref
19502 reference "sec:Table-Floats"
19503
19504 \end_inset
19505
19506 , LyX offre aussi les types 
19507 \series bold
19508 Algorithme
19509 \series default
19510  et 
19511 \series bold
19512 Enrobage
19513 \series default
19514 .
19515 \end_layout
19516
19517 \begin_layout Subsection
19518 Flottant d'algorithme
19519 \begin_inset Index
19520 status collapsed
19521
19522 \begin_layout Plain Layout
19523 Flottants ! Algorithmes
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \begin_inset CommandInset label
19530 LatexCommand label
19531 name "sub:Flottant-d'Algorithme"
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \begin_layout Standard
19539 \begin_inset Float algorithm
19540 placement h
19541 wide false
19542 sideways false
19543 status open
19544
19545 \begin_layout Plain Layout
19546 \begin_inset Caption
19547
19548 \begin_layout Plain Layout
19549 \begin_inset CommandInset label
19550 LatexCommand label
19551 name "alg:Exemple-Flottant-Algorithme"
19552
19553 \end_inset
19554
19555 Exemple de flottant d'algorithme
19556 \end_layout
19557
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \begin_layout LyX-Code
19564 for I in 1..N loop
19565 \begin_inset Newline newline
19566 \end_inset
19567
19568  Sum:= Sum + A(I); /*comment*/
19569 \begin_inset Newline newline
19570 \end_inset
19571
19572 end loop
19573 \begin_inset VSpace -4mm
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 Ce type de flottant est inséré à l'aide du menu 
19586 \family sans
19587 Insérer\SpecialChar \menuseparator
19588 Flottant\SpecialChar \menuseparator
19589 Algorithme
19590 \family default
19591 .
19592  Il peut être utilisé pour des morceaux de code source ou des descriptions
19593  d'algorithmes.
19594  Vous pouvez par exemple utiliser l'environnement Code
19595 \begin_inset space ~
19596 \end_inset
19597
19598 LyX qui est décrit dans le 
19599 \emph on
19600 Guide
19601 \emph default
19602
19603 \begin_inset space ~
19604 \end_inset
19605
19606
19607 \emph on
19608 de
19609 \begin_inset space ~
19610 \end_inset
19611
19612 l'Utilisateur
19613 \emph default
19614  de LyX.
19615  l'algorithme
19616 \begin_inset space ~
19617 \end_inset
19618
19619
19620 \begin_inset CommandInset ref
19621 LatexCommand ref
19622 reference "alg:Exemple-Flottant-Algorithme"
19623
19624 \end_inset
19625
19626  est un exemple de flottant d'algorithme où un espace vertical de -4
19627 \begin_inset space \thinspace{}
19628 \end_inset
19629
19630 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19631  soit placée exactement sous le texte de la dernière ligne.
19632 \end_layout
19633
19634 \begin_layout Standard
19635 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19636  du document.
19637  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19638 ent en ajoutant la ligne suivante dans le préambule de votre document :
19639 \end_layout
19640
19641 \begin_layout Standard
19642
19643 \series bold
19644
19645 \backslash
19646 floatname{algorithm}{votre
19647 \begin_inset space ~
19648 \end_inset
19649
19650 nom}
19651 \end_layout
19652
19653 \begin_layout Standard
19654
19655 \family sans
19656  votre
19657 \begin_inset space ~
19658 \end_inset
19659
19660 nom
19661 \family default
19662  est le mot 
19663 \begin_inset Quotes eld
19664 \end_inset
19665
19666
19667 \emph on
19668 algorithme
19669 \emph default
19670
19671 \begin_inset Quotes erd
19672 \end_inset
19673
19674  dans votre langue.
19675 \end_layout
19676
19677 \begin_layout Standard
19678 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19679 \family sans
19680 Insérer\SpecialChar \menuseparator
19681 Listes
19682 \begin_inset space ~
19683 \end_inset
19684
19685 &
19686 \begin_inset space ~
19687 \end_inset
19688
19689 TdM\SpecialChar \menuseparator
19690 Liste
19691 \begin_inset space ~
19692 \end_inset
19693
19694 des
19695 \begin_inset space ~
19696 \end_inset
19697
19698 algorithmes
19699 \family default
19700  si votre document est en anglais.
19701  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19702  en code TeX à la place:
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708
19709 \backslash
19710 listof{algorithm}{votre
19711 \begin_inset space ~
19712 \end_inset
19713
19714 nom}
19715 \end_layout
19716
19717 \begin_layout Standard
19718 où 
19719 \family sans
19720 votre
19721 \begin_inset space ~
19722 \end_inset
19723
19724 nom
19725 \family default
19726  est la traduction de 
19727 \begin_inset Quotes eld
19728 \end_inset
19729
19730
19731 \emph on
19732 List of Algorithm
19733 \emph default
19734 s
19735 \begin_inset Quotes erd
19736 \end_inset
19737
19738  dans votre langue.
19739 \end_layout
19740
19741 \begin_layout Standard
19742 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19743  schéma 
19744 \begin_inset Quotes eld
19745 \end_inset
19746
19747 chapitre.algorithme
19748 \begin_inset Quotes erd
19749 \end_inset
19750
19751  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19752  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19753  commande dans le préambule de votre document :
19754 \end_layout
19755
19756 \begin_layout Standard
19757
19758 \series bold
19759
19760 \backslash
19761 numberwithin{algorithm}{chapter}
19762 \end_layout
19763
19764 \begin_layout Standard
19765 Pour pouvoir utiliser la commande 
19766 \series bold
19767
19768 \backslash
19769 numberwithin
19770 \series default
19771 , activez l'option 
19772 \family sans
19773 Utiliser
19774 \begin_inset space ~
19775 \end_inset
19776
19777 le
19778 \begin_inset space ~
19779 \end_inset
19780
19781 paquetage
19782 \begin_inset space ~
19783 \end_inset
19784
19785 AMS
19786 \begin_inset space ~
19787 \end_inset
19788
19789 math
19790 \family default
19791  dans la rubrique 
19792 \family sans
19793 Options
19794 \begin_inset space ~
19795 \end_inset
19796
19797 des
19798 \begin_inset space ~
19799 \end_inset
19800
19801 Maths
19802 \family default
19803  de la fenêtre de dialogue 
19804 \family sans
19805 Paramètres
19806 \begin_inset space ~
19807 \end_inset
19808
19809 du
19810 \begin_inset space ~
19811 \end_inset
19812
19813 Document
19814 \family default
19815 .
19816 \begin_inset Newpage newpage
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Subsection
19823 Flottant d'enrobage
19824 \begin_inset Index
19825 status collapsed
19826
19827 \begin_layout Plain Layout
19828 Flottants ! Flottants d'enrobage
19829 \end_layout
19830
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \begin_layout Standard
19837 \begin_inset Wrap figure
19838 lines 0
19839 placement l
19840 overhang 1cm
19841 width "40col%"
19842 status open
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Graphics
19846         filename ../clipart/mobius.eps
19847         width 40col%
19848         scaleBeforeRotation
19849         rotateOrigin center
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Caption
19858
19859 \begin_layout Plain Layout
19860 \begin_inset CommandInset label
19861 LatexCommand label
19862 name "fig:Figure-enrobée"
19863
19864 \end_inset
19865
19866 Ceci est une figure habillée.
19867 \end_layout
19868
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875
19876  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19877  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19878  Vous pouvez en insérer un en utilisant le menu 
19879 \family sans
19880 Insérer\SpecialChar \menuseparator
19881 Flottant\SpecialChar \menuseparator
19882 Flottant
19883 \begin_inset space ~
19884 \end_inset
19885
19886 d'enrobage
19887 \family default
19888  à la condition que le paquetage LaTeX 
19889 \series bold
19890 wrapfig
19891 \series default
19892
19893 \begin_inset Index
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897 Paquetages LaTeX ! wrapfig
19898 \begin_inset ERT
19899 status collapsed
19900
19901 \begin_layout Plain Layout
19902
19903
19904 \backslash
19905 vspace{4mm}
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914
19915  soit installé.
19916 \begin_inset Foot
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920 Voyez dans la manuel 
19921 \emph on
19922 Configuration
19923 \begin_inset space ~
19924 \end_inset
19925
19926 LaTeX 
19927 \emph default
19928 comment installer des paquetages LaTeX.
19929 \end_layout
19930
19931 \end_inset
19932
19933  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
19934  sur la boîte du flottant.
19935  Les paramètres obligatoires sont l'
19936 \family sans
19937 Emplacement
19938 \family default
19939  et la 
19940 \family sans
19941 Largeur
19942 \family default
19943 .
19944  Les paramètres facultatifs sont le 
19945 \family sans
19946 Débordement
19947 \family default
19948  qui précise de combien le flottant déborde sur la marge du paragraphe ou
19949  de la page et la 
19950 \family sans
19951 Porté de la ligne
19952 \family default
19953  qui précise le nombre approximatif de lignes dont le flottant va avoir
19954  besoin.
19955  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
19956  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
19957  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
19958  à l'intérieur du paragraphe ou vers les autres paragraphes.
19959  La figure
19960 \begin_inset space ~
19961 \end_inset
19962
19963
19964 \begin_inset CommandInset ref
19965 LatexCommand ref
19966 reference "fig:Figure-enrobée"
19967
19968 \end_inset
19969
19970  est un exemple de flottant d'enrobage avec une largeur de 40
19971 \begin_inset space \thinspace{}
19972 \end_inset
19973
19974 col%, un débordement de 1
19975 \begin_inset space \thinspace{}
19976 \end_inset
19977
19978 cm et placé à gauche.
19979 \begin_inset Foot
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983 Les unités disponibles sont expliquées dans l'appendice
19984 \begin_inset space ~
19985 \end_inset
19986
19987
19988 \begin_inset CommandInset ref
19989 LatexCommand ref
19990 reference "cha:Unités-de-longueur"
19991
19992 \end_inset
19993
19994 .
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 \begin_inset Note Greyedout
20004 status open
20005
20006 \begin_layout Plain Layout
20007
20008 \series bold
20009 Note:
20010 \series default
20011  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20012  figure trop près du bas de page peut tout chambouler et faire que le flottant
20013  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20014  de texte.
20015 \end_layout
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Standard
20023 En général:
20024 \end_layout
20025
20026 \begin_layout Itemize
20027 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20028  qui risquent de passer à la page suivante.
20029  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20030  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20031  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20032  de page.
20033 \end_layout
20034
20035 \begin_layout Itemize
20036 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20037  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20038 e.
20039 \end_layout
20040
20041 \begin_layout Itemize
20042 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20043  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20044  texte entre les deux, comme séparateur.
20045 \end_layout
20046
20047 \begin_layout Itemize
20048 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20049  ou les tableaux.
20050 \end_layout
20051
20052 \begin_layout Section
20053 Numérotation des flottants
20054 \begin_inset Index
20055 status collapsed
20056
20057 \begin_layout Plain Layout
20058 Flottants ! Numérotation
20059 \end_layout
20060
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \begin_layout Standard
20067 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20068  ils se trouvent, soit en utilisant un format du genre 
20069 \begin_inset Quotes eld
20070 \end_inset
20071
20072 chapitre.numéro
20073 \begin_inset Quotes erd
20074 \end_inset
20075
20076  ou 
20077 \begin_inset Quotes eld
20078 \end_inset
20079
20080 section.numéro
20081 \begin_inset Quotes erd
20082 \end_inset
20083
20084 .
20085  Cela dépend de la classe de document utilisée.
20086 \end_layout
20087
20088 \begin_layout Standard
20089 Pour changer le format de la numérotation qui ne dépend pas de la section
20090  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20091  le préambule du document :
20092 \end_layout
20093
20094 \begin_layout Standard
20095
20096 \series bold
20097
20098 \backslash
20099 renewcommand{
20100 \backslash
20101 thetable}{
20102 \backslash
20103 roman{table}}
20104 \end_layout
20105
20106 \begin_layout Standard
20107
20108 \series bold
20109
20110 \backslash
20111 thetable
20112 \series default
20113  est la commande qui imprime le numéro du tableau, pour les figures, la
20114  commande serait 
20115 \series bold
20116
20117 \backslash
20118 thefigure
20119 \series default
20120 .
20121  La commande 
20122 \series bold
20123
20124 \backslash
20125 roman
20126 \series default
20127  utilisée dans la commande précédente, imprime le numéro du tableau sous
20128  forme de petits chiffres romains.
20129 \end_layout
20130
20131 \begin_layout Standard
20132 Pour changer le type de numérotation pour par exemple 
20133 \begin_inset Quotes eld
20134 \end_inset
20135
20136 sous-section.numéro
20137 \begin_inset Quotes erd
20138 \end_inset
20139
20140 , utilisez la commande suivante dans le préambule du document :
20141 \end_layout
20142
20143 \begin_layout Standard
20144
20145 \series bold
20146
20147 \backslash
20148 numberwithin{table}{subsection}
20149 \end_layout
20150
20151 \begin_layout Standard
20152 Pour pouvoir utiliser la commande 
20153 \series bold
20154
20155 \backslash
20156 numberwithin
20157 \series default
20158 , vous devez activer l'option 
20159 \family sans
20160 Utiliser
20161 \begin_inset space ~
20162 \end_inset
20163
20164 le
20165 \begin_inset space ~
20166 \end_inset
20167
20168 paquetage
20169 \begin_inset space ~
20170 \end_inset
20171
20172 maths
20173 \begin_inset space ~
20174 \end_inset
20175
20176 AMS
20177 \family default
20178  dans la rubrique 
20179 \family sans
20180 Options
20181 \begin_inset space ~
20182 \end_inset
20183
20184 des
20185 \begin_inset space ~
20186 \end_inset
20187
20188 Maths
20189 \family default
20190  de la fenêtre de dialogue 
20191 \family sans
20192 Paramètres
20193 \family default
20194  du document.
20195 \end_layout
20196
20197 \begin_layout Standard
20198 Veuillez aussi jeter un coup d'œil à la section
20199 \begin_inset space ~
20200 \end_inset
20201
20202
20203 \begin_inset CommandInset ref
20204 LatexCommand ref
20205 reference "sub:Numerotation-notes-bas-de-page"
20206
20207 \end_inset
20208
20209  pour plus de détails et des notes importantes sur les commandes de numérotation.
20210 \end_layout
20211
20212 \begin_layout Section
20213 Faire Référence à des Flottants
20214 \begin_inset CommandInset label
20215 LatexCommand label
20216 name "sec:Referencer-les-Flottants"
20217
20218 \end_inset
20219
20220
20221 \begin_inset Index
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225 Flottants ! Références
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \begin_inset Index
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235 References@Références ! à des Flottants 
20236 \end_layout
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20245  en utilisant le menu 
20246 \family sans
20247 Insérer\SpecialChar \menuseparator
20248 Étiquette
20249 \family default
20250  ou le bouton 
20251 \begin_inset Graphics
20252         filename ../../images/label-insert.png
20253         scale 85
20254         scaleBeforeRotation
20255
20256 \end_inset
20257
20258  de la barre d'outils.
20259  Une boîte grise de ce genre : 
20260 \begin_inset Graphics
20261         filename clipart/labelQt4.png
20262         scale 85
20263         scaleBeforeRotation
20264
20265 \end_inset
20266
20267  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20268  de saisir le texte de l'étiquette.
20269  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20270  précédés d'un préfixe.
20271  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20272  préfixe sera "
20273 \family sans
20274 fig:
20275 \family default
20276 ".
20277 \end_layout
20278
20279 \begin_layout Standard
20280 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20281  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20282 \family sans
20283 Insérer\SpecialChar \menuseparator
20284 Référence
20285 \begin_inset space ~
20286 \end_inset
20287
20288 Croisée
20289 \family default
20290  ou le bouton 
20291 \begin_inset Graphics
20292         filename ../../images/dialog-show-new-inset_ref.png
20293         scale 85
20294         scaleBeforeRotation
20295
20296 \end_inset
20297
20298  de la barre d'outils.
20299  Une boîte grise de référence croisée comme celle-ci : 
20300 \begin_inset Graphics
20301         filename ../clipart/referenceQt4.png
20302         scale 85
20303         scaleBeforeRotation
20304
20305 \end_inset
20306
20307  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20308  toutes les étiquettes définies dans votre document.
20309  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20310  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20311  de la fenêtre de dialogue.
20312  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20313  une.
20314  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20315  de la référence croisée.
20316 \end_layout
20317
20318 \begin_layout Standard
20319 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20320  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20321  les deux.
20322  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20323  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20324  du numéro de la référence.
20325 \end_layout
20326
20327 \begin_layout Standard
20328 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20329  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20330  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20331  pas à vous en préoccuper.
20332 \end_layout
20333
20334 \begin_layout Standard
20335 Le bouton 
20336 \family sans
20337 Aller
20338 \begin_inset space ~
20339 \end_inset
20340
20341 à
20342 \begin_inset space ~
20343 \end_inset
20344
20345 l'étiquette
20346 \family default
20347  dans la fenêtre de référence croisée va positionner le curseur juste devant
20348  l'étiquette à laquelle on fait référence.
20349  Le nom du bouton bouton 
20350 \family sans
20351 Revenir
20352 \family default
20353  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20354  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20355  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20356  à votre point de départ.
20357 \end_layout
20358
20359 \begin_layout Subsection
20360 Formats de Références Croisées
20361 \begin_inset CommandInset label
20362 LatexCommand label
20363 name "sub:Formats-Références-Croisées"
20364
20365 \end_inset
20366
20367
20368 \begin_inset Index
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372 References@Références ! Formats
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \begin_layout Standard
20381 Il y a six types de références croisées :
20382 \end_layout
20383
20384 \begin_layout Description
20385 <référence>
20386 \begin_inset space ~
20387 \end_inset
20388
20389 : affiche le numéro de l'élément, c'est le choix par défaut : 
20390 \begin_inset CommandInset ref
20391 LatexCommand ref
20392 reference "fig:Deux-images-déformées"
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Description
20400 (<référence>)
20401 \begin_inset space ~
20402 \end_inset
20403
20404 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20405  normalement pour faire référence à des formules mathématiques, en particulier
20406  quand le mot 
20407 \begin_inset Quotes eld
20408 \end_inset
20409
20410 Équation
20411 \begin_inset Quotes erd
20412 \end_inset
20413
20414  est omis : 
20415 \begin_inset CommandInset ref
20416 LatexCommand eqref
20417 reference "eq:Wgn"
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Description
20425 <page>
20426 \begin_inset space ~
20427 \end_inset
20428
20429 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20430 \begin_inset space ~
20431 \end_inset
20432
20433
20434 \begin_inset CommandInset ref
20435 LatexCommand pageref
20436 reference "fig:Deux-images-déformées"
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Description
20444 page
20445 \begin_inset space ~
20446 \end_inset
20447
20448 <page>
20449 \begin_inset space ~
20450 \end_inset
20451
20452 : affiche le mot 
20453 \begin_inset Quotes eld
20454 \end_inset
20455
20456 page
20457 \begin_inset Quotes erd
20458 \end_inset
20459
20460  suivi du numéro de la page sur laquelle se trouve l'élément : 
20461 \begin_inset CommandInset ref
20462 LatexCommand vpageref
20463 reference "fig:Deux-images-déformées"
20464
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \begin_layout Description
20471 <référence>
20472 \begin_inset space ~
20473 \end_inset
20474
20475 page
20476 \begin_inset space ~
20477 \end_inset
20478
20479 <page>
20480 \begin_inset space ~
20481 \end_inset
20482
20483 : affiche le numéro de l'élément, le mot 
20484 \begin_inset Quotes eld
20485 \end_inset
20486
20487 page
20488 \begin_inset Quotes erd
20489 \end_inset
20490
20491  et le numéro de la page : 
20492 \begin_inset CommandInset ref
20493 LatexCommand vref
20494 reference "fig:Deux-images-déformées"
20495
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \begin_layout Description
20502 Référence
20503 \begin_inset space ~
20504 \end_inset
20505
20506 mise
20507 \begin_inset space ~
20508 \end_inset
20509
20510 en
20511 \begin_inset space ~
20512 \end_inset
20513
20514 forme
20515 \begin_inset space ~
20516 \end_inset
20517
20518 : affiche une référence croisée qui définit son propre format.
20519
20520 \lang english
20521  
20522 \lang french
20523
20524 \begin_inset Note Greyedout
20525 status open
20526
20527 \begin_layout Plain Layout
20528
20529 \series bold
20530 Note:
20531 \series default
20532  Ce type de référence croisée n'est disponible que si vous avez installé
20533  le paquetage LaTeX 
20534 \series bold
20535 prettyref.
20536 \end_layout
20537
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \begin_layout Standard
20544 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20545  se trouve sur la page précédente, la même page ou la page suivante.
20546  Vous verrez par exemple un texte du genre 
20547 \begin_inset Quotes eld
20548 \end_inset
20549
20550 sur cette page
20551 \begin_inset Quotes erd
20552 \end_inset
20553
20554  à la place.
20555 \end_layout
20556
20557 \begin_layout Standard
20558 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20559  se trouve sont calculés automatiquement par LaTeX.
20560  Vous choisissez une des six variétés de références dans le champ Format
20561  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20562  boîte de la référence croisée.
20563 \end_layout
20564
20565 \begin_layout Subsection
20566 Nommage automatique des références croisées
20567 \begin_inset Index
20568 status collapsed
20569
20570 \begin_layout Plain Layout
20571 References@Références ! Nommage automatique
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Standard
20580 Le paquetage LaTeX 
20581 \series bold
20582 hyperref
20583 \begin_inset Index
20584 status collapsed
20585
20586 \begin_layout Plain Layout
20587 Paquetages LaTeX ! hyperref
20588 \end_layout
20589
20590 \end_inset
20591
20592
20593 \series default
20594 qui est activé dans la rubrique 
20595 \family sans
20596 Propriétés du PDF
20597 \family default
20598  de la fenêtre de dialogue 
20599 \family sans
20600 Paramètres du document
20601 \family default
20602  fournit une fonction très utile pour automatiser la création des références
20603  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20604  une section).
20605  Par exemple pour vous éviter de devoir écrire le mot 
20606 \begin_inset Quotes eld
20607 \end_inset
20608
20609 Figure
20610 \begin_inset Quotes erd
20611 \end_inset
20612
20613  devant chaque référence à une figure.
20614  Pour profiter de ce nommage automatique des références croisées, vous devez
20615  activer 
20616 \series bold
20617 hyperref
20618 \series default
20619  et insérer la ligne suivante dans le préambule du document :
20620 \end_layout
20621
20622 \begin_layout Standard
20623
20624 \series bold
20625
20626 \backslash
20627 AtBeginDocument{
20628 \backslash
20629 renewcommand{
20630 \backslash
20631 ref}[1]{
20632 \backslash
20633 mbox{
20634 \backslash
20635 autoref{#1}}}}
20636 \end_layout
20637
20638 \begin_layout Standard
20639 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
20640  défaut, par exemple vous préférez le nom 
20641 \begin_inset Quotes eld
20642 \end_inset
20643
20644 sec.
20645 \begin_inset space \thinspace{}
20646 \end_inset
20647
20648
20649 \begin_inset Quotes eld
20650 \end_inset
20651
20652  plutôt que 
20653 \begin_inset Quotes eld
20654 \end_inset
20655
20656 section
20657 \begin_inset Quotes erd
20658 \end_inset
20659
20660 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
20661 \end_layout
20662
20663 \begin_layout Standard
20664
20665 \series bold
20666
20667 \backslash
20668 addto
20669 \backslash
20670 extrasenglish{
20671 \backslash
20672 renewcommand{
20673 \backslash
20674 sectionautorefname}
20675 \begin_inset Newline newline
20676 \end_inset
20677
20678
20679 \begin_inset ERT
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683
20684
20685 \backslash
20686 hphantom{ }
20687 \end_layout
20688
20689 \end_inset
20690
20691 {sec.
20692 \backslash
20693 negthinspace}}
20694 \end_layout
20695
20696 \begin_layout Standard
20697 Si vous utilisez une autre langue que l'anglais, remplacez 
20698 \series bold
20699
20700 \backslash
20701 extrasenglish
20702 \series default
20703  par 
20704 \series bold
20705
20706 \backslash
20707 extras***
20708 \series default
20709 , où *** est le nom de la langue que vous utilisez.
20710
20711 \series bold
20712  
20713 \end_layout
20714
20715 \begin_layout Standard
20716 Pour avoir des noms automatiques, mais pas pour certains types de références,
20717  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
20718 \end_layout
20719
20720 \begin_layout Standard
20721
20722 \series bold
20723
20724 \backslash
20725 newlength{
20726 \backslash
20727 abc}
20728 \begin_inset Newline newline
20729 \end_inset
20730
20731
20732 \backslash
20733 settowidth{
20734 \backslash
20735 abc}{
20736 \backslash
20737 space}
20738 \begin_inset Newline newline
20739 \end_inset
20740
20741
20742 \backslash
20743 addto
20744 \backslash
20745 extrasenglish{
20746 \backslash
20747 renewcommand{
20748 \backslash
20749 equationautorefname}
20750 \begin_inset Newline newline
20751 \end_inset
20752
20753
20754 \begin_inset ERT
20755 status collapsed
20756
20757 \begin_layout Plain Layout
20758
20759
20760 \backslash
20761 hphantom{ }
20762 \end_layout
20763
20764 \end_inset
20765
20766 {
20767 \backslash
20768 hspace{-
20769 \backslash
20770 abc}}
20771 \end_layout
20772
20773 \begin_layout Standard
20774 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
20775  de 
20776 \series bold
20777 hyperref
20778 \series default
20779  
20780 \begin_inset CommandInset citation
20781 LatexCommand cite
20782 key "hyperref"
20783
20784 \end_inset
20785
20786 .
20787 \end_layout
20788
20789 \begin_layout Standard
20790 \begin_inset Note Greyedout
20791 status open
20792
20793 \begin_layout Plain Layout
20794
20795 \series bold
20796 Note:
20797 \series default
20798  Le nommage automatique de références ne peut être utilisé si vous avez
20799  choisi le style de référence 
20800 \family sans
20801 Référence
20802 \begin_inset space ~
20803 \end_inset
20804
20805 mise
20806 \begin_inset space ~
20807 \end_inset
20808
20809 en
20810 \begin_inset space ~
20811 \end_inset
20812
20813 forme
20814 \family default
20815  décrit dans la section
20816 \begin_inset space ~
20817 \end_inset
20818
20819
20820 \begin_inset CommandInset ref
20821 LatexCommand ref
20822 reference "sub:Formats-Références-Croisées"
20823
20824 \end_inset
20825
20826 .
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 Le manuel 
20836 \emph on
20837 Math
20838 \emph default
20839  est un exemple dans lequel on a utilisé le référencement automatique.
20840 \end_layout
20841
20842 \begin_layout Subsection
20843 Positionnement des Références 
20844 \begin_inset CommandInset label
20845 LatexCommand label
20846 name "sub:Reference-Position"
20847
20848 \end_inset
20849
20850
20851 \begin_inset Index
20852 status collapsed
20853
20854 \begin_layout Plain Layout
20855 References@Références ! Positionnement
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Standard
20864 Si vous utilisez le paquetage 
20865 \series bold
20866 hyperref, 
20867 \series default
20868 qui est activé dans la rubrique 
20869 \family sans
20870 Propriétés du PDF
20871 \family default
20872  de la fenêtre de dialogue 
20873 \family sans
20874 Paramètres du document,
20875 \family default
20876  pour lier vos références croisées dans la sortie finale, vous verrez que
20877  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20878  l'image.
20879  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20880  pourrez voir l'image sans faire défiler le texte.
20881  Ce problème vient du fait que le point d'ancrage de la référence se situe
20882  à l'endroit de l'étiquette.
20883  En utilisant le paquetage LaTeX 
20884 \series bold
20885 hypcap
20886 \series default
20887
20888 \begin_inset Index
20889 status collapsed
20890
20891 \begin_layout Plain Layout
20892 Paquetages LaTeX ! hypcap
20893 \end_layout
20894
20895 \end_inset
20896
20897 , qui fait partie du paquetage LaTeX 
20898 \series bold
20899 oberdiek
20900 \series default
20901
20902 \begin_inset Index
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 Paquetages LaTeX ! oberdiek
20907 \end_layout
20908
20909 \end_inset
20910
20911 , le point d'ancrage d'un lien est place en haut du flottant.
20912  Pour utiliser cette fonction avec les flottants de figure, chargez 
20913 \series bold
20914 hypcap
20915 \series default
20916  dans l'entête du document avec la ligne
20917 \end_layout
20918
20919 \begin_layout Standard
20920
20921 \series bold
20922
20923 \backslash
20924 usepackage[figure]{hypcap}
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Vous pouvez aussi utiliser 
20929 \series bold
20930 hypcap
20931 \series default
20932  pour tous les types de flottants, mais ce n'est pas recommandé pour des
20933  raisons de stabilité.
20934  Pour plus d'information, jetez un coup d'œil au manuel d' 
20935 \series bold
20936 hypcap
20937 \series default
20938  
20939 \begin_inset CommandInset citation
20940 LatexCommand cite
20941 key "hypcap"
20942
20943 \end_inset
20944
20945 .
20946 \end_layout
20947
20948 \begin_layout Standard
20949 \begin_inset Note Greyedout
20950 status open
20951
20952 \begin_layout Plain Layout
20953
20954 \series bold
20955 Note:
20956 \series default
20957  
20958 \series bold
20959 hypcap
20960 \series default
20961  n'a aucun effet pour les références à des sous-figures.
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Section
20970 Placement des flottants
20971 \begin_inset CommandInset label
20972 LatexCommand label
20973 name "sec:Placement-flottants"
20974
20975 \end_inset
20976
20977
20978 \begin_inset Index
20979 status collapsed
20980
20981 \begin_layout Plain Layout
20982 Flottants ! Placement
20983 \end_layout
20984
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \begin_layout Standard
20991 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20992  de dialogue 
20993 \family sans
20994 Paramètre
20995 \begin_inset space ~
20996 \end_inset
20997
20998 de
20999 \begin_inset space ~
21000 \end_inset
21001
21002 Flottant
21003 \family default
21004  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21005  utilise pour déterminer où placer le flottant.
21006 \begin_inset Newline newline
21007 \end_inset
21008
21009 L'option 
21010 \family sans
21011 Plusieurs
21012 \begin_inset space ~
21013 \end_inset
21014
21015 colonnes
21016 \family default
21017  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21018  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21019  confiné sur une seule colonne.
21020 \begin_inset Newline newline
21021 \end_inset
21022
21023 L'option 
21024 \family sans
21025 Rotation
21026 \begin_inset space ~
21027 \end_inset
21028
21029 90°
21030 \family default
21031  est utilisée pour faire tourner les flottants, voyez la section
21032 \begin_inset space ~
21033 \end_inset
21034
21035
21036 \begin_inset CommandInset ref
21037 LatexCommand ref
21038 reference "sec:Flottants-renversés"
21039
21040 \end_inset
21041
21042 .
21043 \end_layout
21044
21045 \begin_layout Standard
21046 En désactivant l'option 
21047 \family sans
21048 Utilise
21049 \begin_inset space ~
21050 \end_inset
21051
21052 le
21053 \begin_inset space ~
21054 \end_inset
21055
21056 placement
21057 \begin_inset space ~
21058 \end_inset
21059
21060 par
21061 \begin_inset space ~
21062 \end_inset
21063
21064 défaut
21065 \family default
21066  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21067  le placement du flottant:
21068 \end_layout
21069
21070 \begin_layout Description
21071 Ici,
21072 \begin_inset space ~
21073 \end_inset
21074
21075 si
21076 \begin_inset space ~
21077 \end_inset
21078
21079 possible: essaie de placer le flottant à la position où il a été inséré
21080  dans LyX
21081 \end_layout
21082
21083 \begin_layout Description
21084 Haut
21085 \begin_inset space ~
21086 \end_inset
21087
21088 de
21089 \begin_inset space ~
21090 \end_inset
21091
21092 la
21093 \begin_inset space ~
21094 \end_inset
21095
21096 page: essaie de placer le flottant en haut de la page courante
21097 \end_layout
21098
21099 \begin_layout Description
21100 Bas
21101 \begin_inset space ~
21102 \end_inset
21103
21104 de
21105 \begin_inset space ~
21106 \end_inset
21107
21108 la
21109 \begin_inset space ~
21110 \end_inset
21111
21112 page: essaie de placer le flottant en bas de la page courante
21113 \end_layout
21114
21115 \begin_layout Description
21116 Page
21117 \begin_inset space ~
21118 \end_inset
21119
21120 de
21121 \begin_inset space ~
21122 \end_inset
21123
21124 flottants: essaie de placer le flottant sur une page à part, éventuellement
21125  avec d'autres flottants 
21126 \end_layout
21127
21128 \begin_layout Standard
21129 LaTeX utilise
21130 \emph on
21131  toujours 
21132 \emph default
21133 les options dans l'ordre donné ci-dessus.
21134  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21135  d'abord essayer 
21136 \family sans
21137 Ici
21138 \begin_inset space ~
21139 \end_inset
21140
21141 si
21142 \begin_inset space ~
21143 \end_inset
21144
21145 possible
21146 \family default
21147 , ensuite 
21148 \family sans
21149 Haut
21150 \begin_inset space ~
21151 \end_inset
21152
21153 de
21154 \begin_inset space ~
21155 \end_inset
21156
21157 la
21158 \begin_inset space ~
21159 \end_inset
21160
21161 page
21162 \family default
21163 , et ainsi de suite.
21164  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21165  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21166  Si aucune des quatre options de placement n'est possible, la procédure
21167  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21168 \end_layout
21169
21170 \begin_layout Standard
21171 Par défaut, chaque option a ses propres règles d'application:
21172 \end_layout
21173
21174 \begin_layout Standard
21175
21176 \family sans
21177 Haut
21178 \begin_inset space ~
21179 \end_inset
21180
21181 de
21182 \begin_inset space ~
21183 \end_inset
21184
21185 la
21186 \begin_inset space ~
21187 \end_inset
21188
21189 page
21190 \family default
21191  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21192  en haut de page (
21193 \series bold
21194
21195 \backslash
21196 topfraction
21197 \series default
21198 ).
21199 \end_layout
21200
21201 \begin_layout Standard
21202
21203 \family sans
21204 Bas
21205 \begin_inset space ~
21206 \end_inset
21207
21208 de
21209 \begin_inset space ~
21210 \end_inset
21211
21212 la
21213 \begin_inset space ~
21214 \end_inset
21215
21216 page
21217 \family default
21218  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21219  en bas de page (
21220 \series bold
21221
21222 \backslash
21223 bottomfraction
21224 \series default
21225 ).
21226 \end_layout
21227
21228 \begin_layout Standard
21229
21230 \family sans
21231 Page
21232 \begin_inset space ~
21233 \end_inset
21234
21235 de
21236 \begin_inset space ~
21237 \end_inset
21238
21239 flottants
21240 \family default
21241  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21242  si ils occupent plus de 50% de celle-ci (
21243 \series bold
21244
21245 \backslash
21246 floatpagefraction
21247 \series default
21248 ).
21249 \end_layout
21250
21251 \begin_layout Standard
21252 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21253  supplémentaire 
21254 \family sans
21255 Ignorer
21256 \begin_inset space ~
21257 \end_inset
21258
21259 les
21260 \begin_inset space ~
21261 \end_inset
21262
21263 règles
21264 \begin_inset space ~
21265 \end_inset
21266
21267 LaTeX
21268 \family default
21269 \lang english
21270 .
21271 \begin_inset Newline newline
21272 \end_inset
21273
21274
21275 \lang french
21276 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21277  données entre parenthèses après les descriptions des règles données ci-dessus.
21278  Par exemple, pour augmenter à 50
21279 \begin_inset space \thinspace{}
21280 \end_inset
21281
21282 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21283  trop petite, ajoutez cette ligne au préambule de votre document :
21284 \end_layout
21285
21286 \begin_layout Standard
21287
21288 \series bold
21289
21290 \backslash
21291 renewcommand{
21292 \backslash
21293 bottomfraction}{0.5}
21294 \end_layout
21295
21296 \begin_layout Standard
21297 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21298  exactement à l'endroit où vous l'avez inséré.
21299  dans ce cas utilisez l'option 
21300 \family sans
21301 Ici
21302 \begin_inset space ~
21303 \end_inset
21304
21305 à
21306 \begin_inset space ~
21307 \end_inset
21308
21309 tout
21310 \begin_inset space ~
21311 \end_inset
21312
21313 Prix
21314 \family default
21315 .
21316  Utilisez cette option le moins souvent possible et seulement quand le document
21317  est presque prêt à être imprimé.
21318  En effet, le flottant n'est plus capable de 
21319 \begin_inset Quotes eld
21320 \end_inset
21321
21322 flotter
21323 \begin_inset Quotes erd
21324 \end_inset
21325
21326 , ce qui peut perturber toutes les mises en page.
21327 \end_layout
21328
21329 \begin_layout Standard
21330 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21331  sont toujours entourés par le texte d'un paragraphe donné.
21332 \begin_inset VSpace bigskip
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \begin_layout Standard
21339 On peut parfois se trouver dans la situation où un flottant est placé en
21340  haut d'une page alors que la section concernée ne commence qu'au milieu
21341  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21342  la section précédente.
21343  On peut utiliser la commande LaTeX 
21344 \series bold
21345
21346 \backslash
21347 suppressfloats
21348 \series default
21349  pour éviter ce cas.
21350  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21351  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21352  soit placé avant que la section commence.
21353  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21354  votre document :
21355 \end_layout
21356
21357 \begin_layout Standard
21358
21359 \series bold
21360
21361 \backslash
21362 let
21363 \backslash
21364 mySection
21365 \backslash
21366 section
21367 \begin_inset Newline newline
21368 \end_inset
21369
21370
21371 \backslash
21372 renewcommand{
21373 \backslash
21374 section}{
21375 \backslash
21376 suppressfloats[t]
21377 \backslash
21378 mySection}
21379 \end_layout
21380
21381 \begin_layout Standard
21382 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21383  comme les chapitres et les sous-sections.
21384  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21385  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21386  ensuite avoir du mal à trouver un positionnement correct.
21387 \end_layout
21388
21389 \begin_layout Standard
21390 \begin_inset VSpace bigskip
21391 \end_inset
21392
21393 Dans certains cas il est demandé de placer toutes les figures et tous les
21394  tableaux à la fin du document.
21395  C'est pour de telles situations que le paquetage LaTeX 
21396 \series bold
21397 endfloat
21398 \series default
21399
21400 \begin_inset Index
21401 status collapsed
21402
21403 \begin_layout Plain Layout
21404 Paquetages LaTeX ! endfloat
21405 \end_layout
21406
21407 \end_inset
21408
21409  a été développé.
21410  Il met en effet tous les flottants de figures et de tableaux à la fin du
21411  document dans leurs propres sections.
21412  À la position d'origine du flottant, une indication textuelle du genre
21413  
21414 \begin_inset Quotes eld
21415 \end_inset
21416
21417
21418 \family sans
21419 [Figure
21420 \begin_inset space ~
21421 \end_inset
21422
21423 3.2 
21424 \lang english
21425 about here.
21426 \lang french
21427 ]
21428 \family default
21429
21430 \begin_inset Quotes erd
21431 \end_inset
21432
21433  est insérée.
21434  Le paquetage 
21435 \series bold
21436 endfloat
21437 \series default
21438  est chargé dans le préambule avec la ligne suivante 
21439 \end_layout
21440
21441 \begin_layout Standard
21442
21443 \series bold
21444
21445 \backslash
21446 usepackage[options]{endfloat}
21447 \end_layout
21448
21449 \begin_layout Standard
21450 Il y a aussi de nombreuses options de paquetage pour modifier le format
21451  des sections de figures ou de tableau qui sont créées.
21452  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21453  
21454 \series bold
21455 endfloa
21456 \series default
21457
21458 \begin_inset CommandInset citation
21459 LatexCommand cite
21460 key "endfloat"
21461
21462 \end_inset
21463
21464 .
21465 \begin_inset Newline newline
21466 \end_inset
21467
21468
21469 \begin_inset Note Greyedout
21470 status open
21471
21472 \begin_layout Plain Layout
21473
21474 \series bold
21475 Note: endfloat
21476 \series default
21477  ne fournit pas de traduction automatique de l'indication textuelle, vous
21478  devez donc le faire manuellement, voyez la section
21479 \begin_inset space ~
21480 \end_inset
21481
21482 4 de 
21483 \begin_inset CommandInset citation
21484 LatexCommand cite
21485 key "endfloat"
21486
21487 \end_inset
21488
21489 .
21490 \end_layout
21491
21492 \end_inset
21493
21494
21495 \begin_inset Newline newline
21496 \end_inset
21497
21498
21499 \begin_inset Note Greyedout
21500 status open
21501
21502 \begin_layout Plain Layout
21503
21504 \series bold
21505 Note:
21506 \series default
21507  Il y a actuellement un bug dans le paquetage 
21508 \series bold
21509 endfloat
21510 \series default
21511  quand la légende contient un 
21512 \begin_inset Quotes eld
21513 \end_inset
21514
21515 ß
21516 \begin_inset Quotes erd
21517 \end_inset
21518
21519  allemand.
21520  Utilisez dans ce cas la commande 
21521 \begin_inset Quotes eld
21522 \end_inset
21523
21524
21525 \series bold
21526
21527 \backslash
21528 ss
21529 \series default
21530
21531 \begin_inset Quotes erd
21532 \end_inset
21533
21534  en code TeX à la place du 
21535 \begin_inset Quotes eld
21536 \end_inset
21537
21538 ß
21539 \begin_inset Quotes erd
21540 \end_inset
21541
21542 .
21543 \end_layout
21544
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \begin_layout Standard
21551 \begin_inset VSpace bigskip
21552 \end_inset
21553
21554 Pour plus d'information sur les manières de placer les flottants, jetez
21555  un coup d'œil aux livres sur LaTeX, 
21556 \begin_inset CommandInset citation
21557 LatexCommand cite
21558 key "latexcompanion,latexguide,latexbook"
21559
21560 \end_inset
21561
21562 .
21563 \end_layout
21564
21565 \begin_layout Section
21566 Flottants Renversés
21567 \begin_inset CommandInset label
21568 LatexCommand label
21569 name "sec:Flottants-renversés"
21570
21571 \end_inset
21572
21573
21574 \begin_inset Index
21575 status collapsed
21576
21577 \begin_layout Plain Layout
21578 Flottants ! Renversés
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Standard
21587 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21588  tableaux très larges.
21589  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21590  un clic droit sur la boîte du flottant et utilisez l'option 
21591 \family sans
21592 Rotation
21593 \begin_inset space ~
21594 \end_inset
21595
21596 90°
21597 \family default
21598 .
21599 \end_layout
21600
21601 \begin_layout Standard
21602 Les flottants renversés sont systématiquement placés sur leur propre page
21603  ( ou colonne, si vous avez un document sur deux colonnes ).
21604  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
21605  
21606 \family sans
21607 Plusieurs
21608 \begin_inset space ~
21609 \end_inset
21610
21611 colonnes
21612 \family default
21613  dans les paramètres du flottant.
21614  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
21615  du côté de la marge externe.
21616  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21617  ajouter soit l'option 
21618 \series bold
21619 figuresleft
21620 \series default
21621  soit l'option 
21622 \series bold
21623 figuresright
21624 \series default
21625  aux options de la classe de document.
21626 \end_layout
21627
21628 \begin_layout Standard
21629 Faire référence à un flottant renversé se fait de la même manière que pour
21630  un flottant normal, la mise en forme de la légende est aussi identique
21631  : Le tableau
21632 \begin_inset space ~
21633 \end_inset
21634
21635
21636 \begin_inset CommandInset ref
21637 LatexCommand ref
21638 reference "tab:Tableau-pivoté"
21639
21640 \end_inset
21641
21642  est un exemple de flottant de tableau renversé.
21643 \end_layout
21644
21645 \begin_layout Standard
21646 \begin_inset Note Greyedout
21647 status open
21648
21649 \begin_layout Plain Layout
21650
21651 \series bold
21652 Note:
21653 \series default
21654  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21655  DVI.
21656 \end_layout
21657
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \begin_layout Standard
21664 \begin_inset Float table
21665 wide false
21666 sideways true
21667 status open
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Caption
21671
21672 \begin_layout Plain Layout
21673 \begin_inset CommandInset label
21674 LatexCommand label
21675 name "tab:Tableau-pivoté"
21676
21677 \end_inset
21678
21679  Tableau pivoté
21680 \end_layout
21681
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \begin_layout Plain Layout
21688 \align center
21689 \begin_inset Tabular
21690 <lyxtabular version="3" rows="1" columns="5">
21691 <features>
21692 <column alignment="center" valignment="top" width="0">
21693 <column alignment="center" valignment="top" width="0">
21694 <column alignment="center" valignment="top" width="0">
21695 <column alignment="center" valignment="top" width="0">
21696 <column alignment="center" valignment="top" width="0">
21697 <row>
21698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 test
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 b
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 c
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 d
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 e
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 </lyxtabular>
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Section
21757 Flottants côte-à-côte
21758 \begin_inset Index
21759 status collapsed
21760
21761 \begin_layout Plain Layout
21762 Flottants ! côte-à-côte
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \begin_layout Standard
21771 Pour placer des flottants côte-à-côte, comme pour la figure
21772 \begin_inset space ~
21773 \end_inset
21774
21775
21776 \begin_inset CommandInset ref
21777 LatexCommand ref
21778 reference "fig:Flottant-gauche"
21779
21780 \end_inset
21781
21782  et 
21783 \begin_inset CommandInset ref
21784 LatexCommand ref
21785 reference "fig:Flottant-droit"
21786
21787 \end_inset
21788
21789 , on n'utilise 
21790 \emph on
21791 qu'un seul 
21792 \emph default
21793 flottant.
21794  On y insère deux boîtes de minipages
21795 \begin_inset Foot
21796 status collapsed
21797
21798 \begin_layout Plain Layout
21799 Les minipages sont décrites dans la section
21800 \begin_inset space ~
21801 \end_inset
21802
21803
21804 \begin_inset CommandInset ref
21805 LatexCommand ref
21806 reference "sec:Minipages"
21807
21808 \end_inset
21809
21810 .
21811 \end_layout
21812
21813 \end_inset
21814
21815 .
21816  La largeur est mise à 45
21817 \begin_inset space \thinspace{}
21818 \end_inset
21819
21820 -50
21821 \begin_inset space \thinspace{}
21822 \end_inset
21823
21824 column% et l'alignement de la boîte à 
21825 \family sans
21826 Bas
21827 \family default
21828  pour chaque minipage.
21829  Les boîtes minipages contiennent l'image et la légende exactement comme
21830  avec un flottant.
21831  La seule différence est que l'unité de longueur 
21832 \family sans
21833 Largeur
21834 \begin_inset space ~
21835 \end_inset
21836
21837 colonne
21838 \begin_inset space ~
21839 \end_inset
21840
21841 %
21842 \family default
21843  utilisée pour l'image est maintenant définie par rapport à la largeur des
21844  boîtes minipages.
21845 \end_layout
21846
21847 \begin_layout Standard
21848 \begin_inset Float figure
21849 wide false
21850 sideways false
21851 status open
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Box Frameless
21855 position "b"
21856 hor_pos "c"
21857 has_inner_box 1
21858 inner_pos "t"
21859 use_parbox 0
21860 width "45col%"
21861 special "none"
21862 height "1in"
21863 height_special "totalheight"
21864 status open
21865
21866 \begin_layout Plain Layout
21867 \align center
21868 \begin_inset Graphics
21869         filename ../clipart/mobius.eps
21870         lyxscale 50
21871         width 100col%
21872         scaleBeforeRotation
21873
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \begin_layout Plain Layout
21880 \begin_inset Caption
21881
21882 \begin_layout Plain Layout
21883 \begin_inset CommandInset label
21884 LatexCommand label
21885 name "fig:Flottant-gauche"
21886
21887 \end_inset
21888
21889 Flottant du côté gauche.
21890 \end_layout
21891
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \begin_inset space \hfill{}
21901 \end_inset
21902
21903
21904 \begin_inset Box Frameless
21905 position "b"
21906 hor_pos "c"
21907 has_inner_box 1
21908 inner_pos "t"
21909 use_parbox 0
21910 width "45col%"
21911 special "none"
21912 height "1in"
21913 height_special "totalheight"
21914 status open
21915
21916 \begin_layout Plain Layout
21917 \align center
21918 \begin_inset Graphics
21919         filename ../clipart/platypus.eps
21920         lyxscale 50
21921         width 100col%
21922         scaleBeforeRotation
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Plain Layout
21930 \begin_inset Caption
21931
21932 \begin_layout Plain Layout
21933 \begin_inset CommandInset label
21934 LatexCommand label
21935 name "fig:Flottant-droit"
21936
21937 \end_inset
21938
21939 Flottant du côté droit.
21940 \end_layout
21941
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \begin_layout Section
21958 Mise en Forme de la Légende
21959 \begin_inset Index
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963 Légende ! Mise en forme
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \begin_inset Index
21970 status collapsed
21971
21972 \begin_layout Plain Layout
21973 Flottants ! Mise en forme de la Légende
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \begin_inset CommandInset label
21980 LatexCommand label
21981 name "sec:Formatage-légende"
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \begin_layout Standard
21989 L'environnement 
21990 \family sans
21991 Légende
21992 \family default
21993  est l'environnement de paragraphe par défaut pour les 
21994 \family sans
21995 flottants
21996 \family default
21997 .
21998  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21999  par exemple 
22000 \begin_inset Quotes eld
22001 \end_inset
22002
22003
22004 \family sans
22005 Figure #:
22006 \family default
22007
22008 \begin_inset Quotes erd
22009 \end_inset
22010
22011  suivi par le texte de la légende.
22012  Le 
22013 \begin_inset Quotes eld
22014 \end_inset
22015
22016 #
22017 \begin_inset Quotes erd
22018 \end_inset
22019
22020  étant remplacé par le numéro de référence réel.
22021  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22022  que le texte de la légende et deux points suivent le numéro pour séparer
22023  l'étiquette du texte.
22024  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22029  LaTeX 
22030 \series bold
22031 caption
22032 \series default
22033
22034 \begin_inset Index
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038 Paquetages LaTeX ! caption
22039 \end_layout
22040
22041 \end_inset
22042
22043  dans le préambule de votre document avec la ligne suivante :
22044 \end_layout
22045
22046 \begin_layout Standard
22047
22048 \series bold
22049
22050 \backslash
22051 usepackage[format definition]{caption}
22052 \end_layout
22053
22054 \begin_layout Standard
22055 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22056  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22057  dans ce document, utilisez les commandes suivantes :
22058 \end_layout
22059
22060 \begin_layout Standard
22061
22062 \series bold
22063
22064 \backslash
22065 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Vous pouvez aussi définir des formats de légendes différents pour les différents
22070  types de flottants.
22071  Dans ce cas chargez le paquetage 
22072 \series bold
22073 caption 
22074 \series default
22075 sans option de format spécifique et définissez les différents formats à
22076  l'aide de la commande 
22077 \end_layout
22078
22079 \begin_layout Standard
22080
22081 \series bold
22082
22083 \backslash
22084 captionsetup[type de flottant]{définition du format}
22085 \end_layout
22086
22087 \begin_layout Standard
22088 dans le préambule du document.
22089  Par exemple les formats de légende de la Figure
22090 \begin_inset space ~
22091 \end_inset
22092
22093
22094 \begin_inset CommandInset ref
22095 LatexCommand ref
22096 reference "fig:Legende-de-fig"
22097
22098 \end_inset
22099
22100  et du Tableau
22101 \begin_inset space ~
22102 \end_inset
22103
22104
22105 \begin_inset CommandInset ref
22106 LatexCommand ref
22107 reference "tab:Légende-de-tab"
22108
22109 \end_inset
22110
22111  peuvent être créés en utilisant les commandes suivantes dans le préambule
22112  :
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 usepackage[tableposition=top]{caption}
22121 \series default
22122
22123 \begin_inset Newline newline
22124 \end_inset
22125
22126
22127 \series bold
22128
22129 \backslash
22130 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22131 \begin_inset Newline newline
22132 \end_inset
22133
22134
22135 \begin_inset ERT
22136 status collapsed
22137
22138 \begin_layout Plain Layout
22139
22140
22141 \backslash
22142 hphantom{
22143 \backslash
22144
22145 \backslash
22146 captionsetup[figure]
22147 \backslash
22148 {}
22149 \end_layout
22150
22151 \end_inset
22152
22153  labelsep=period}
22154 \begin_inset Newline newline
22155 \end_inset
22156
22157
22158 \backslash
22159 captionsetup[table]{labelfont={bf,sf}}
22160 \end_layout
22161
22162 \begin_layout Standard
22163 \begin_inset Note Greyedout
22164 status open
22165
22166 \begin_layout Plain Layout
22167
22168 \series bold
22169 Note:
22170 \series default
22171  L'option 
22172 \series bold
22173 tableposition=top
22174 \series default
22175  n'a pas d'effet quand on utilise un document de classe 
22176 \series bold
22177 koma-script
22178 \series default
22179
22180 \begin_inset Index
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184 Paquetages LaTeX ! koma-script
22185 \end_layout
22186
22187 \end_inset
22188
22189 .
22190  Dans ce cas on doit utiliser l'option 
22191 \series bold
22192 tablecaptionabove
22193 \series default
22194  de la classe de document.
22195 \end_layout
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 Pour plus d'information sur le paquetage 
22204 \series bold
22205 caption
22206 \series default
22207  nous vous renvoyons à sa documentation 
22208 \begin_inset CommandInset citation
22209 LatexCommand cite
22210 key "caption"
22211
22212 \end_inset
22213
22214 .
22215 \end_layout
22216
22217 \begin_layout Standard
22218 Pour changer le nom de l'étiquette, par exemple de 
22219 \begin_inset Quotes eld
22220 \end_inset
22221
22222 Figure
22223 \begin_inset Quotes erd
22224 \end_inset
22225
22226  à 
22227 \begin_inset Quotes eld
22228 \end_inset
22229
22230 Image
22231 \begin_inset Quotes erd
22232 \end_inset
22233
22234 , utilisez la commande suivante dans le préambule :
22235 \end_layout
22236
22237 \begin_layout Standard
22238
22239 \series bold
22240
22241 \backslash
22242 renewcommand{
22243 \backslash
22244 fnum@figure}{Image~
22245 \backslash
22246 thefigure}
22247 \end_layout
22248
22249 \begin_layout Standard
22250 où 
22251 \series bold
22252
22253 \backslash
22254 thefigure
22255 \series default
22256  insère le numéro de la figure et
22257 \series bold
22258  
22259 \begin_inset Quotes eld
22260 \end_inset
22261
22262 ~
22263 \series default
22264
22265 \begin_inset Quotes erd
22266 \end_inset
22267
22268  ajoute une espace insécable.
22269 \end_layout
22270
22271 \begin_layout Standard
22272 \begin_inset VSpace bigskip
22273 \end_inset
22274
22275 Si vous utilisez un document de classe 
22276 \series bold
22277 koma-script
22278 \series default
22279
22280 \begin_inset Index
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284 Paquetages LaTeX ! koma-script
22285 \end_layout
22286
22287 \end_inset
22288
22289  (
22290 \family sans
22291 article (koma-script)
22292 \family default
22293
22294 \family sans
22295 book (koma-script)
22296 \family default
22297
22298 \family sans
22299 letter (koma-script)
22300 \family default
22301 , ou 
22302 \family sans
22303 report (koma-script)
22304 \family default
22305
22306 \begin_inset space \thinspace{}
22307 \end_inset
22308
22309 ), Vous pouvez utiliser la commande incorporée 
22310 \series bold
22311
22312 \backslash
22313 setkomafont 
22314 \series default
22315 du paquetage
22316 \series bold
22317  koma-script 
22318 \series default
22319 à la place du paquetage
22320 \series bold
22321  caption.
22322  
22323 \series default
22324 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22325  suivante au préambule de votre document :
22326 \end_layout
22327
22328 \begin_layout Standard
22329
22330 \series bold
22331
22332 \backslash
22333 setkomafont{captionlabel}{
22334 \backslash
22335 bfseries}
22336 \end_layout
22337
22338 \begin_layout Standard
22339 Pour plus d'information au sujet de 
22340 \series bold
22341
22342 \backslash
22343 setkomafont
22344 \series default
22345  nous vous renvoyons à la documentation du paquetage 
22346 \series bold
22347 koma-script
22348 \series default
22349  
22350 \begin_inset CommandInset citation
22351 LatexCommand cite
22352 key "koma-script"
22353
22354 \end_inset
22355
22356 .
22357 \end_layout
22358
22359 \begin_layout Standard
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22368 }
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \begin_inset Note Note
22375 status open
22376
22377 \begin_layout Plain Layout
22378 Le format de la légende n'est modifié que pour cet exemple.
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset Float figure
22388 placement !p
22389 wide false
22390 sideways false
22391 status open
22392
22393 \begin_layout Plain Layout
22394 \align center
22395 \begin_inset Graphics
22396         filename ../clipart/mobius.eps
22397         lyxscale 50
22398         scale 50
22399         scaleBeforeRotation
22400
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Caption
22408
22409 \begin_layout Plain Layout
22410 \begin_inset CommandInset label
22411 LatexCommand label
22412 name "fig:Legende-de-fig"
22413
22414 \end_inset
22415
22416 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22417  pour montrer les différents types de formats de légendes.
22418  Ici on a utilisé un format de légende personnalisé.
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Standard
22432 \begin_inset ERT
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436
22437
22438 \backslash
22439 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22440 on}
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Standard
22449 \begin_inset Float table
22450 placement !p
22451 wide false
22452 sideways false
22453 status open
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Caption
22457
22458 \begin_layout Plain Layout
22459 \begin_inset CommandInset label
22460 LatexCommand label
22461 name "tab:Légende-de-tab"
22462
22463 \end_inset
22464
22465 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22466  pour montrer les différents types de formats de légendes.
22467  Ici on a utilisé le format de légende par défaut.
22468 \end_layout
22469
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \begin_layout Plain Layout
22476 \align center
22477 \begin_inset Tabular
22478 <lyxtabular version="3" rows="1" columns="5">
22479 <features>
22480 <column alignment="center" valignment="top" width="0">
22481 <column alignment="center" valignment="top" width="0">
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <row>
22486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490 a
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 b
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 c
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 d
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 e
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 </lyxtabular>
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Section
22545 Positionnement de la Légende
22546 \begin_inset Index
22547 status collapsed
22548
22549 \begin_layout Plain Layout
22550 Légende ! Placement
22551 \end_layout
22552
22553 \end_inset
22554
22555
22556 \begin_inset Index
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560 Flottants ! Placement de la légende
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \begin_inset CommandInset label
22567 LatexCommand label
22568 name "sec:Placement-légende"
22569
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \begin_layout Standard
22576 La règle habituelle pour placer la légende est :
22577 \end_layout
22578
22579 \begin_layout Description
22580 Figure
22581 \begin_inset space ~
22582 \end_inset
22583
22584 : La légende est placée en dessous de la figure
22585 \end_layout
22586
22587 \begin_layout Description
22588 Tableau
22589 \begin_inset space ~
22590 \end_inset
22591
22592 : La légende est placée au dessus du tableau
22593 \end_layout
22594
22595 \begin_layout Standard
22596 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22597  au dessus des tableaux.
22598  Ce qui fait que si vous utilisez une des classes de document 
22599 \family sans
22600 article
22601 \family default
22602
22603 \family sans
22604 book
22605 \family default
22606
22607 \family sans
22608 letter
22609 \family default
22610 , ou 
22611 \family sans
22612 report
22613 \family default
22614  il n'y aura pas d'espace libre entre la légende et le tableau.
22615  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22616  de chargement du paquetage LaTeX 
22617 \series bold
22618 caption
22619 \series default
22620  dans le préambule de votre document
22621 \begin_inset Foot
22622 status open
22623
22624 \begin_layout Plain Layout
22625 Voir la section
22626 \begin_inset space ~
22627 \end_inset
22628
22629
22630 \begin_inset CommandInset ref
22631 LatexCommand ref
22632 reference "sec:Formatage-légende"
22633
22634 \end_inset
22635
22636  pour plus d'information sur le paquetage 
22637 \series bold
22638 caption
22639 \series default
22640 .
22641 \end_layout
22642
22643 \end_inset
22644
22645 :
22646 \end_layout
22647
22648 \begin_layout Standard
22649
22650 \series bold
22651 tableposition=top
22652 \end_layout
22653
22654 \begin_layout Standard
22655 Si vous utilisez une classe de document 
22656 \series bold
22657 koma-script
22658 \series default
22659
22660 \begin_inset Index
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664 Paquetages LaTeX ! koma-script
22665 \end_layout
22666
22667 \end_inset
22668
22669  (
22670 \family sans
22671 article (koma-script)
22672 \family default
22673
22674 \family sans
22675 book (koma-script)
22676 \family default
22677
22678 \family sans
22679 letter (koma-script)
22680 \family default
22681 , ou 
22682 \family sans
22683 report (koma-script)
22684 \family default
22685
22686 \begin_inset space \thinspace{}
22687 \end_inset
22688
22689 ), vous pouvez utiliser à la place du paquetage 
22690 \series bold
22691 caption
22692 \series default
22693  l'option 
22694 \series bold
22695 tablecaptionabove
22696 \series default
22697  de la classe de document.
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset VSpace bigskip
22702 \end_inset
22703
22704 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22705  Pour cela, vous devez charger le paquetage LaTeX 
22706 \series bold
22707 sidecap
22708 \series default
22709
22710 \begin_inset Index
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 Paquetages LaTeX ! sidecap
22715 \end_layout
22716
22717 \end_inset
22718
22719  dans le préambule de votre document avec la ligne de commande suivante
22720 \end_layout
22721
22722 \begin_layout Standard
22723
22724 \series bold
22725
22726 \backslash
22727 usepackage[option]{sidecap}
22728 \end_layout
22729
22730 \begin_layout Standard
22731 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22732  extérieure – à droite sur les pages impaires et à gauche sur les pages
22733  paires.
22734  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22735  
22736 \series bold
22737 innercaption
22738 \series default
22739 .
22740  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22741  
22742 \series bold
22743 rightcaption
22744 \series default
22745  ou 
22746 \series bold
22747 leftcaption
22748 \series default
22749 .
22750 \end_layout
22751
22752 \begin_layout Standard
22753 \begin_inset ERT
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757
22758
22759 \backslash
22760 ifsidecap
22761 \end_layout
22762
22763 \end_inset
22764
22765
22766 \begin_inset Note Note
22767 status open
22768
22769 \begin_layout Plain Layout
22770 La section suivante ne sera affichée que si le paquetage LaTeX 
22771 \series bold
22772 sidecap
22773 \series default
22774  a été installé.
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \begin_layout Standard
22783 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22784  ajouter ces commandes dans le préambule de votre document :
22785 \end_layout
22786
22787 \begin_layout Standard
22788
22789 \lyxline
22790
22791 \end_layout
22792
22793 \begin_layout Standard
22794
22795 \series bold
22796
22797 \backslash
22798 newcommand{
22799 \backslash
22800 TabBesBeg}{%
22801 \begin_inset Newline newline
22802 \end_inset
22803
22804
22805 \begin_inset ERT
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809
22810
22811 \backslash
22812 hphantom{ }
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \backslash
22819 let
22820 \backslash
22821 MyTable
22822 \backslash
22823 table
22824 \begin_inset Newline newline
22825 \end_inset
22826
22827
22828 \begin_inset ERT
22829 status collapsed
22830
22831 \begin_layout Plain Layout
22832
22833
22834 \backslash
22835 hphantom{ }
22836 \end_layout
22837
22838 \end_inset
22839
22840
22841 \backslash
22842 let
22843 \backslash
22844 MyEndtable
22845 \backslash
22846 endtable
22847 \begin_inset Newline newline
22848 \end_inset
22849
22850
22851 \begin_inset ERT
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855
22856
22857 \backslash
22858 hphantom{ }
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \backslash
22865 renewenvironment{table}{
22866 \backslash
22867 begin{SCtable}}{
22868 \backslash
22869 end{SCtable}}}
22870 \end_layout
22871
22872 \begin_layout Standard
22873
22874 \series bold
22875
22876 \backslash
22877 newcommand{
22878 \backslash
22879 TabBesEnd}{%
22880 \begin_inset Newline newline
22881 \end_inset
22882
22883
22884 \begin_inset ERT
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889
22890 \backslash
22891 hphantom{ }
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \backslash
22898 let
22899 \backslash
22900 table
22901 \backslash
22902 MyTable
22903 \begin_inset Newline newline
22904 \end_inset
22905
22906
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912
22913 \backslash
22914 hphantom{ }
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \backslash
22921 let
22922 \backslash
22923 endtable
22924 \backslash
22925 MyEndtable
22926 \end_layout
22927
22928 \begin_layout Standard
22929
22930 \series bold
22931
22932 \backslash
22933 newcommand{
22934 \backslash
22935 FigBesBeg}{%
22936 \begin_inset Newline newline
22937 \end_inset
22938
22939
22940 \begin_inset ERT
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944
22945
22946 \backslash
22947 hphantom{ }
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \backslash
22954 let
22955 \backslash
22956 MyFigure
22957 \backslash
22958 figure
22959 \begin_inset Newline newline
22960 \end_inset
22961
22962
22963 \begin_inset ERT
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968
22969 \backslash
22970 hphantom{ }
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \backslash
22977 let
22978 \backslash
22979 MyEndfigure
22980 \backslash
22981 endfigure
22982 \begin_inset Newline newline
22983 \end_inset
22984
22985
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 hphantom{ }
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \backslash
23000 renewenvironment{figure}{
23001 \backslash
23002 begin{SCfigure}}{
23003 \backslash
23004 end{SCfigure}}}
23005 \end_layout
23006
23007 \begin_layout Standard
23008
23009 \series bold
23010
23011 \backslash
23012 newcommand{
23013 \backslash
23014 FigBesEnd}{%
23015 \begin_inset Newline newline
23016 \end_inset
23017
23018
23019 \begin_inset ERT
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023
23024
23025 \backslash
23026 hphantom{ }
23027 \end_layout
23028
23029 \end_inset
23030
23031
23032 \backslash
23033 let
23034 \backslash
23035 figure
23036 \backslash
23037 MyFigure
23038 \begin_inset Newline newline
23039 \end_inset
23040
23041
23042 \begin_inset ERT
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046
23047
23048 \backslash
23049 hphantom{ }
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \backslash
23056 let
23057 \backslash
23058 endfigure
23059 \backslash
23060 MyEndfigure}
23061 \end_layout
23062
23063 \begin_layout Standard
23064
23065 \lyxline
23066
23067 \end_layout
23068
23069 \begin_layout Standard
23070 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23071  la légende se place sur le côté.
23072  Pour les flottants de figure, utilisez la commande
23073 \end_layout
23074
23075 \begin_layout Standard
23076
23077 \series bold
23078
23079 \backslash
23080 FigBesBeg
23081 \end_layout
23082
23083 \begin_layout Standard
23084 en code TeX avant le flottant.
23085  Après le flottant, insérez la commande
23086 \end_layout
23087
23088 \begin_layout Standard
23089
23090 \series bold
23091
23092 \backslash
23093 FigBesEnd
23094 \end_layout
23095
23096 \begin_layout Standard
23097 en code TeX pour revenir à la définition originale du flottant.
23098 \end_layout
23099
23100 \begin_layout Standard
23101 Pour les flottants de tableau, utilisez les commandes correspondantes
23102 \end_layout
23103
23104 \begin_layout Standard
23105
23106 \series bold
23107
23108 \backslash
23109 TabBesBeg
23110 \series default
23111  et 
23112 \series bold
23113
23114 \backslash
23115 TabBesEnd
23116 \end_layout
23117
23118 \begin_layout Standard
23119 La figure
23120 \begin_inset space ~
23121 \end_inset
23122
23123
23124 \begin_inset CommandInset ref
23125 LatexCommand ref
23126 reference "fig:legende-a-coté-fig"
23127
23128 \end_inset
23129
23130  et le tableau
23131 \begin_inset space ~
23132 \end_inset
23133
23134
23135 \begin_inset CommandInset ref
23136 LatexCommand ref
23137 reference "tab:legende-à-coté-tableau"
23138
23139 \end_inset
23140
23141  sont des exemples où la légende a été mises sur le coté.
23142 \end_layout
23143
23144 \begin_layout Standard
23145 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23146  pour les flottants de tableau et vers le bas pour les flottants de figure.
23147  Pour changer ce comportement, vous pouvez utiliser les commandes
23148 \end_layout
23149
23150 \begin_layout Standard
23151
23152 \series bold
23153
23154 \backslash
23155 sidecaptionvpos{type flottant}{placement}
23156 \end_layout
23157
23158 \begin_layout Standard
23159 dans le préambule du document ou en code TeX juste avant le flottant visé.
23160  Le type du flottant est soit 
23161 \family sans
23162 figure
23163 \family default
23164  soit 
23165 \family sans
23166 table
23167 \family default
23168 , le placement peut être 
23169 \begin_inset Quotes eld
23170 \end_inset
23171
23172
23173 \family sans
23174 t
23175 \family default
23176
23177 \begin_inset Quotes erd
23178 \end_inset
23179
23180  pour haut (top), 
23181 \begin_inset Quotes eld
23182 \end_inset
23183
23184
23185 \family sans
23186 c
23187 \family default
23188
23189 \begin_inset Quotes erd
23190 \end_inset
23191
23192  pour centre (center), ou 
23193 \begin_inset Quotes eld
23194 \end_inset
23195
23196
23197 \family sans
23198 b
23199 \family default
23200
23201 \begin_inset Quotes erd
23202 \end_inset
23203
23204  pour bas (bottom).
23205  Pour que, par exemple, les légendes des flottants de figure soient centrés
23206  verticalement, utilisez la commande
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \series bold
23212
23213 \backslash
23214 sidecaptionvpos{figure}{c}
23215 \end_layout
23216
23217 \begin_layout Standard
23218 C'est ce qui a été utilisé pour la figure
23219 \begin_inset space ~
23220 \end_inset
23221
23222
23223 \begin_inset CommandInset ref
23224 LatexCommand ref
23225 reference "fig:legende-à-coté-fig-2"
23226
23227 \end_inset
23228
23229 .
23230 \end_layout
23231
23232 \begin_layout Standard
23233 \begin_inset VSpace medskip
23234 \end_inset
23235
23236 Pour plus d'information sur le paquetage 
23237 \series bold
23238 sidecap
23239 \series default
23240  nous vous renvoyons à sa documentation 
23241 \begin_inset CommandInset citation
23242 LatexCommand cite
23243 key "sidecap"
23244
23245 \end_inset
23246
23247 .
23248 \end_layout
23249
23250 \begin_layout Standard
23251 \begin_inset Note Greyedout
23252 status open
23253
23254 \begin_layout Plain Layout
23255
23256 \series bold
23257 Note:
23258 \series default
23259  Le paquetage LaTeX 
23260 \series bold
23261 hypcap
23262 \series default
23263
23264 \begin_inset Index
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268 Paquetages LaTeX ! hypcap
23269 \end_layout
23270
23271 \end_inset
23272
23273 , qui est décrit dans la section
23274 \begin_inset space ~
23275 \end_inset
23276
23277
23278 \begin_inset CommandInset ref
23279 LatexCommand ref
23280 reference "sub:Reference-Position"
23281
23282 \end_inset
23283
23284 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset ERT
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297
23298
23299 \backslash
23300 FigBesBeg 
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset Float figure
23310 wide false
23311 sideways false
23312 status open
23313
23314 \begin_layout Plain Layout
23315 \begin_inset Graphics
23316         filename ../clipart/escher-lsd.eps
23317         scale 75
23318         scaleBeforeRotation
23319
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \begin_layout Plain Layout
23326 \begin_inset Caption
23327
23328 \begin_layout Plain Layout
23329 \begin_inset CommandInset label
23330 LatexCommand label
23331 name "fig:legende-a-coté-fig"
23332
23333 \end_inset
23334
23335 Une légende à côté d'une figure.
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \begin_layout Standard
23349 \begin_inset ERT
23350 status collapsed
23351
23352 \begin_layout Plain Layout
23353
23354
23355 \backslash
23356 TabBesBeg 
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Standard
23365 \begin_inset Float table
23366 wide false
23367 sideways false
23368 status open
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Caption
23372
23373 \begin_layout Plain Layout
23374 \begin_inset CommandInset label
23375 LatexCommand label
23376 name "tab:legende-à-coté-tableau"
23377
23378 \end_inset
23379
23380 Une légende à côté d'un tableau.
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Tabular
23390 <lyxtabular version="3" rows="4" columns="5">
23391 <features>
23392 <column alignment="center" valignment="top" width="0">
23393 <column alignment="center" valignment="top" width="0">
23394 <column alignment="center" valignment="top" width="0">
23395 <column alignment="center" valignment="top" width="0">
23396 <column alignment="center" valignment="top" width="0">
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 a
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 b
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 c
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 <row>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 d
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 e
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 </row>
23491 <row>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 f
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 g
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 h
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 i
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 j
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 </lyxtabular>
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 TabBesEnd
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \begin_layout Standard
23614 \begin_inset ERT
23615 status collapsed
23616
23617 \begin_layout Plain Layout
23618
23619
23620 \backslash
23621 sidecaptionvpos{figure}{c}
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Float figure
23628 wide false
23629 sideways false
23630 status open
23631
23632 \begin_layout Plain Layout
23633 \begin_inset Graphics
23634         filename ../clipart/escher-lsd.eps
23635         scale 75
23636         scaleBeforeRotation
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Caption
23645
23646 \begin_layout Plain Layout
23647 \begin_inset CommandInset label
23648 LatexCommand label
23649 name "fig:legende-à-coté-fig-2"
23650
23651 \end_inset
23652
23653 Une légende centrée verticalement à côté d'une figure.
23654 \end_layout
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 FigBesEnd
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 else
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \begin_inset Note Note
23697 status open
23698
23699 \begin_layout Plain Layout
23700 Ce qui suit sera affiché si le paquetage LaTeX 
23701 \series bold
23702 sidecap
23703 \series default
23704  n'est pas installé :
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \begin_layout Standard
23713 Vous devez installer le paquetage LaTeX 
23714 \series bold
23715 sidecap
23716 \series default
23717  pour voir la suite de cette section dans la sortie imprimée.
23718 \end_layout
23719
23720 \begin_layout Standard
23721 \begin_inset ERT
23722 status collapsed
23723
23724 \begin_layout Plain Layout
23725
23726
23727 \backslash
23728 fi
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \begin_layout Section
23737 Les Listes de Flottants
23738 \begin_inset Index
23739 status collapsed
23740
23741 \begin_layout Plain Layout
23742 Flottants ! Listes de Flottants
23743 \end_layout
23744
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \begin_layout Standard
23751 De la même façon que la table des matières fait la liste des sections du
23752  document, il y a des listes pour tous les types de flottants, comme par
23753  exemple pour les figures du document.
23754  Vous pouvez les insérer en utilisant le menu 
23755 \family sans
23756 Insérer\SpecialChar \menuseparator
23757 Listes
23758 \begin_inset space ~
23759 \end_inset
23760
23761 &
23762 \begin_inset space ~
23763 \end_inset
23764
23765 TdM
23766 \family default
23767 .
23768 \end_layout
23769
23770 \begin_layout Standard
23771 Les entrées de la liste sont la légende du flottant ou éventuellement le
23772  titre court, le numéro du flottant, et le numéro de la page où le flottant
23773  apparaît dans le document.
23774 \end_layout
23775
23776 \begin_layout Standard
23777 Vous trouverez à la fin de ce document une liste des figures et une liste
23778  des tableaux.
23779 \end_layout
23780
23781 \begin_layout Chapter
23782 Notes
23783 \end_layout
23784
23785 \begin_layout Section
23786 Les Notes de LyX
23787 \begin_inset Index
23788 status collapsed
23789
23790 \begin_layout Plain Layout
23791 Notes ! Notes LyX 
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \begin_layout Standard
23800 On peut insérer une note en utilisant le bouton 
23801 \begin_inset Graphics
23802         filename ../../images/note-insert.png
23803         scale 85
23804         scaleBeforeRotation
23805
23806 \end_inset
23807
23808  de la barre d'outils ou avec le menu 
23809 \family sans
23810 Insérer\SpecialChar \menuseparator
23811 Note
23812 \family default
23813 .
23814  Il y a trois types de notes :
23815 \end_layout
23816
23817 \begin_layout Description
23818 Note
23819 \begin_inset space ~
23820 \end_inset
23821
23822 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23823  finale.
23824  La boîte de cette note ressemble à ceci :
23825 \begin_inset Newline newline
23826 \end_inset
23827
23828
23829 \begin_inset Newline newline
23830 \end_inset
23831
23832
23833 \begin_inset Graphics
23834         filename clipart/LyXNoteImageQt4.png
23835         display false
23836         scale 65
23837         scaleBeforeRotation
23838
23839 \end_inset
23840
23841  
23842 \begin_inset Note Note
23843 status open
23844
23845 \begin_layout Plain Layout
23846 Le texte de cette note n'apparaîtra pas à l'impression.
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Description
23855 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23856  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23857  vers un fichier au format LaTeX avec le menu 
23858 \family sans
23859 Fichier\SpecialChar \menuseparator
23860 Exporter\SpecialChar \menuseparator
23861 LaTeX (pdflatex) / (plain)
23862 \family default
23863 .
23864  La boîte de cette note ressemble à ceci :
23865 \begin_inset Newline newline
23866 \end_inset
23867
23868
23869 \begin_inset Newline newline
23870 \end_inset
23871
23872
23873 \begin_inset Graphics
23874         filename clipart/CommentNoteImageQt4.png
23875         display false
23876         scale 55
23877         scaleBeforeRotation
23878
23879 \end_inset
23880
23881
23882 \lang english
23883  
23884 \lang french
23885
23886 \begin_inset Note Comment
23887 status open
23888
23889 \begin_layout Plain Layout
23890 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23891  LaTeX.
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \begin_layout Description
23900 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23901  La boîte de cette note ressemble à ceci :
23902 \lang english
23903
23904 \begin_inset Newline newline
23905 \end_inset
23906
23907
23908 \lang french
23909
23910 \begin_inset Newline newline
23911 \end_inset
23912
23913
23914 \begin_inset Graphics
23915         filename clipart/GreyedOutNoteImageQt4.png
23916         lyxscale 80
23917         display false
23918         scale 55
23919         scaleBeforeRotation
23920
23921 \end_inset
23922
23923
23924 \begin_inset Newline newline
23925 \end_inset
23926
23927
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933
23934 \backslash
23935 renewenvironment{lyxgreyedout}
23936 \end_layout
23937
23938 \begin_layout Plain Layout
23939
23940 {
23941 \backslash
23942 textcolor[gray]{0.8}
23943 \backslash
23944 bgroup}{
23945 \backslash
23946 egroup}
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \begin_inset Note Greyedout
23953 status open
23954
23955 \begin_layout Plain Layout
23956 Le texte
23957 \begin_inset Foot
23958 status collapsed
23959
23960 \begin_layout Plain Layout
23961 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23962  grisé.
23963  
23964 \end_layout
23965
23966 \end_inset
23967
23968  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23969 \end_layout
23970
23971 \end_inset
23972
23973
23974 \begin_inset ERT
23975 status collapsed
23976
23977 \begin_layout Plain Layout
23978
23979
23980 \backslash
23981 renewenvironment{lyxgreyedout}
23982 \end_layout
23983
23984 \begin_layout Plain Layout
23985
23986 {
23987 \backslash
23988 textcolor{blue}
23989 \backslash
23990 bgroup}{
23991 \backslash
23992 egroup}
23993 \end_layout
23994
23995 \end_inset
23996
23997
23998 \begin_inset Note Note
23999 status open
24000
24001 \begin_layout Plain Layout
24002 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24003  originale qu'elle a dans LyX.
24004  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24005  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \begin_inset Newline newline
24012 \end_inset
24013
24014
24015 \begin_inset Newline newline
24016 \end_inset
24017
24018 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24019  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24020 \end_layout
24021
24022 \begin_layout Standard
24023 \begin_inset VSpace bigskip
24024 \end_inset
24025
24026 Quand vous utilisez le bouton 
24027 \begin_inset Graphics
24028         filename ../../images/note-insert.png
24029         scale 85
24030         scaleBeforeRotation
24031
24032 \end_inset
24033
24034  de la barre d'outils, vous insérez une 
24035 \family sans
24036 Note
24037 \begin_inset space ~
24038 \end_inset
24039
24040 LyX
24041 \family default
24042 .
24043  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24044 la et cliquez sur le bouton d'insertion de note.
24045  Pour retransformer une note en texte, appuyez sur la touche 
24046 \family sans
24047 backspace
24048 \family default
24049  quand le curseur est au tout début de la note ou appuyez sur la touche
24050  
24051 \family sans
24052 Suppr.
24053
24054 \family default
24055  quand le curseur se trouve à la fin de la note.
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \begin_inset VSpace bigskip
24060 \end_inset
24061
24062 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24063  commandes suivantes dans le préambule :
24064 \end_layout
24065
24066 \begin_layout Standard
24067
24068 \series bold
24069
24070 \backslash
24071 renewenvironment{lyxgreyedout}
24072 \begin_inset Newline newline
24073 \end_inset
24074
24075
24076 \begin_inset ERT
24077 status collapsed
24078
24079 \begin_layout Plain Layout
24080
24081
24082 \backslash
24083 hphantom{ }
24084 \end_layout
24085
24086 \end_inset
24087
24088 {
24089 \backslash
24090 textcolor{color}
24091 \backslash
24092 bgroup}{
24093 \backslash
24094 egroup}
24095 \end_layout
24096
24097 \begin_layout Standard
24098 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24099  sont expliqués dans la section
24100 \begin_inset space ~
24101 \end_inset
24102
24103
24104 \begin_inset CommandInset ref
24105 LatexCommand ref
24106 reference "sec:Tableaux-Colorés"
24107
24108 \end_inset
24109
24110 .
24111 \end_layout
24112
24113 \begin_layout Standard
24114 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24115  grisées avec leur texte en bleu.
24116 \end_layout
24117
24118 \begin_layout Section
24119 Notes en Bas de Page
24120 \begin_inset CommandInset label
24121 LatexCommand label
24122 name "sec:Notes-bas-de-page"
24123
24124 \end_inset
24125
24126
24127 \begin_inset Index
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Notes ! Notes de bas de page
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \begin_inset Index
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 Notes de bas de page
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \end_layout
24148
24149 \begin_layout Standard
24150 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24151  
24152 \begin_inset Graphics
24153         filename ../../images/footnote-insert.png
24154         scale 85
24155         scaleBeforeRotation
24156
24157 \end_inset
24158
24159  de la barre d'outils, soit en utilisant le menu 
24160 \family sans
24161 Insérer\SpecialChar \menuseparator
24162 Note
24163 \begin_inset space ~
24164 \end_inset
24165
24166 en
24167 \begin_inset space ~
24168 \end_inset
24169
24170 Bas
24171 \begin_inset space ~
24172 \end_inset
24173
24174 de
24175 \begin_inset space ~
24176 \end_inset
24177
24178 Page
24179 \family default
24180 .
24181  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24182  rouge 
24183 \begin_inset Quotes fld
24184 \end_inset
24185
24186 bas
24187 \begin_inset Quotes frd
24188 \end_inset
24189
24190  qui ressemble à ceci : 
24191 \begin_inset Graphics
24192         filename clipart/footnoteQt4.png
24193         scale 80
24194         scaleBeforeRotation
24195
24196 \end_inset
24197
24198  Vous pouvez y entrer votre texte.
24199  Si vous voulez transformer du texte déjà existant en note en bas de page,
24200  sélectionnez-le et cliquez sur le bouton 
24201 \family sans
24202 Note
24203 \begin_inset space ~
24204 \end_inset
24205
24206 en
24207 \begin_inset space ~
24208 \end_inset
24209
24210 Bas
24211 \begin_inset space ~
24212 \end_inset
24213
24214 de
24215 \begin_inset space ~
24216 \end_inset
24217
24218 Page
24219 \family default
24220  de la barre d'outils.
24221  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24222  
24223 \family sans
24224 backspace
24225 \family default
24226  quand le curseur est au tout début de la note ou appuyez sur la touche
24227  
24228 \family sans
24229 Suppr.
24230
24231 \family default
24232  quand le curseur se trouve à la fin de la note.
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Voici un exemple de note en bas de page:
24237 \begin_inset Foot
24238 status open
24239
24240 \begin_layout Plain Layout
24241 \begin_inset CommandInset label
24242 LatexCommand label
24243 name "fn:Note-en-bas"
24244
24245 \end_inset
24246
24247 Ceci est un exemple de note en bas de page.
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \begin_inset ERT
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257
24258
24259 \backslash
24260 newcounter{MyRepeatFoot}
24261 \end_layout
24262
24263 \begin_layout Plain Layout
24264
24265
24266 \backslash
24267 setcounter{MyRepeatFoot}{
24268 \backslash
24269 thefootnote}
24270 \end_layout
24271
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \begin_layout Standard
24278 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24279  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24280  de note.
24281  Le texte de la note est placé en bas de la page courante.
24282  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24283  Selon votre classe de document les numéros de notes pourront être réinitialisés
24284  à chaque nouveau chapitre.
24285 \end_layout
24286
24287 \begin_layout Standard
24288 On peut faire référence à une note en bas de page comme on le fait avec
24289  les flottants : Insérez une étiquette dans la note et faites une référence
24290  croisée vers cette étiquette comme c'est décrit dans la
24291 \begin_inset space ~
24292 \end_inset
24293
24294
24295 \begin_inset CommandInset ref
24296 LatexCommand ref
24297 reference "sec:Referencer-les-Flottants"
24298
24299 \end_inset
24300
24301 .
24302 \begin_inset Newline newline
24303 \end_inset
24304
24305 Voici une référence à une note de bas de page :
24306 \begin_inset space ~
24307 \end_inset
24308
24309
24310 \begin_inset CommandInset ref
24311 LatexCommand ref
24312 reference "fn:Note-en-bas"
24313
24314 \end_inset
24315
24316 .
24317 \end_layout
24318
24319 \begin_layout Standard
24320 \begin_inset VSpace defskip
24321 \end_inset
24322
24323 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24324  des minipages, voyez la section
24325 \begin_inset space ~
24326 \end_inset
24327
24328
24329 \begin_inset CommandInset ref
24330 LatexCommand ref
24331 reference "sec:Minipages"
24332
24333 \end_inset
24334
24335 .
24336  Les notes de bas de page dans des tableaux longs sont traitées dans la
24337  section
24338 \begin_inset space ~
24339 \end_inset
24340
24341
24342 \begin_inset CommandInset ref
24343 LatexCommand ref
24344 reference "sub:Notes-dans-tableau-long"
24345
24346 \end_inset
24347
24348 .
24349 \end_layout
24350
24351 \begin_layout Standard
24352 \begin_inset VSpace defskip
24353 \end_inset
24354
24355 Pour créer seulement la marque de note, utilisez la commande 
24356 \series bold
24357
24358 \backslash
24359 footnotemark[nombre]
24360 \series default
24361  en code TeX.
24362  On utilise cette possibilité quand on a plusieurs fois la même annotation
24363  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24364  bas de page à chaque fois.
24365 \begin_inset Newline newline
24366 \end_inset
24367
24368 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24369  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24370  part.
24371  Pour la marque de note qui suit, ces commandes ont été insérées en code
24372  TeX après la note
24373 \begin_inset space ~
24374 \end_inset
24375
24376
24377 \begin_inset CommandInset ref
24378 LatexCommand ref
24379 reference "fn:Note-en-bas"
24380
24381 \end_inset
24382
24383  pour enregistrer le numéro de note de bas de page :
24384 \end_layout
24385
24386 \begin_layout Standard
24387
24388 \series bold
24389
24390 \backslash
24391 newcounter{MyRepeatFoot}
24392 \begin_inset Newline newline
24393 \end_inset
24394
24395
24396 \backslash
24397 setcounter{MyRepeatFoot}{
24398 \backslash
24399 thefootnote}
24400 \end_layout
24401
24402 \begin_layout Standard
24403 La marque de note a été créée avec la commande suivante :
24404 \end_layout
24405
24406 \begin_layout Standard
24407
24408 \series bold
24409
24410 \backslash
24411 footnotemark[
24412 \backslash
24413 theMyRepeatFoot]
24414 \end_layout
24415
24416 \begin_layout Standard
24417 Voici un exemple de marque de note de bas de page : 
24418 \begin_inset ERT
24419 status collapsed
24420
24421 \begin_layout Plain Layout
24422
24423
24424 \backslash
24425 footnotemark[
24426 \backslash
24427 theMyRepeatFoot]
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Subsection
24436 Numérotation de Notes de Bas de Page
24437 \begin_inset CommandInset label
24438 LatexCommand label
24439 name "sub:Numerotation-notes-bas-de-page"
24440
24441 \end_inset
24442
24443
24444 \begin_inset Index
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448 Notes de bas de page ! Numérotation
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \begin_layout Standard
24457 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24458  ajoutez cette commande dans le préambule de votre document :
24459 \end_layout
24460
24461 \begin_layout Standard
24462
24463 \series bold
24464
24465 \backslash
24466 @addtoreset{footnote}{section}
24467 \end_layout
24468
24469 \begin_layout Standard
24470 \begin_inset VSpace bigskip
24471 \end_inset
24472
24473 La commande de préambule suivante change le style de numérotation des notes
24474  en petits chiffres romains :
24475 \end_layout
24476
24477 \begin_layout Standard
24478
24479 \series bold
24480
24481 \backslash
24482 renewcommand{
24483 \backslash
24484 thefootnote}{
24485 \backslash
24486 roman{footnote}}
24487 \end_layout
24488
24489 \begin_layout Standard
24490 \begin_inset ERT
24491 status collapsed
24492
24493 \begin_layout Plain Layout
24494
24495
24496 \backslash
24497 renewcommand{
24498 \backslash
24499 thefootnote}{
24500 \backslash
24501 roman{footnote}}
24502 \end_layout
24503
24504 \end_inset
24505
24506  Cette note de bas de page utilise une numérotation en chiffres romains
24507  :
24508 \begin_inset Foot
24509 status open
24510
24511 \begin_layout Plain Layout
24512 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24513  romains.
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24523  la commande précédente 
24524 \series bold
24525
24526 \backslash
24527 roman
24528 \series default
24529  par 
24530 \series bold
24531
24532 \backslash
24533 Roman
24534 \series default
24535 .
24536  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24537  utilisez respectivement soit 
24538 \series bold
24539
24540 \backslash
24541 Alph
24542 \series default
24543  soit 
24544 \series bold
24545
24546 \backslash
24547 alph
24548 \series default
24549 .
24550  Pour les 
24551 \begin_inset Quotes eld
24552 \end_inset
24553
24554 numéroter
24555 \begin_inset Quotes erd
24556 \end_inset
24557
24558  avec des symboles, utilisez 
24559 \series bold
24560
24561 \backslash
24562 fnsymbol
24563 \series default
24564 .
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset Note Greyedout
24569 status open
24570
24571 \begin_layout Plain Layout
24572
24573 \series bold
24574 Note:
24575 \series default
24576  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24577  puisque cette numérotation est limitée à des lettres seules.
24578 \end_layout
24579
24580 \end_inset
24581
24582
24583 \begin_inset Newline newline
24584 \end_inset
24585
24586
24587 \begin_inset Note Greyedout
24588 status open
24589
24590 \begin_layout Plain Layout
24591
24592 \series bold
24593 Note:
24594 \series default
24595  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Standard
24604 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24605  utilisez 
24606 \series bold
24607
24608 \backslash
24609 arabic
24610 \series default
24611  à la place de 
24612 \series bold
24613
24614 \backslash
24615 roman
24616 \series default
24617  dans la commande précédente.
24618 \begin_inset ERT
24619 status collapsed
24620
24621 \begin_layout Plain Layout
24622
24623
24624 \backslash
24625 renewcommand{
24626 \backslash
24627 thefootnote}{
24628 \backslash
24629 arabic{footnote}}
24630 \end_layout
24631
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \begin_layout Standard
24638 \begin_inset VSpace bigskip
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Standard
24645 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24646  le schéma 
24647 \begin_inset Quotes eld
24648 \end_inset
24649
24650 chapitre.note
24651 \begin_inset Quotes erd
24652 \end_inset
24653
24654 , ajoutez la commande suivante au préambule de votre document :
24655 \end_layout
24656
24657 \begin_layout Standard
24658
24659 \series bold
24660
24661 \backslash
24662 numberwithin{footnote}{chapter}
24663 \end_layout
24664
24665 \begin_layout Standard
24666 Pour pouvoir utiliser la commande 
24667 \series bold
24668
24669 \backslash
24670 numberwithin
24671 \series default
24672 , activez dans la rubrique 
24673 \family sans
24674 Options
24675 \begin_inset space ~
24676 \end_inset
24677
24678 des
24679 \begin_inset space ~
24680 \end_inset
24681
24682 Maths
24683 \family default
24684  dans les paramètres du document, l'option 
24685 \family sans
24686 Utiliser
24687 \begin_inset space ~
24688 \end_inset
24689
24690 le
24691 \begin_inset space ~
24692 \end_inset
24693
24694 paquetage
24695 \begin_inset space ~
24696 \end_inset
24697
24698 maths
24699 \begin_inset space ~
24700 \end_inset
24701
24702 AMS
24703 \family default
24704 .
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset ERT
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712
24713
24714 \backslash
24715 numberwithin{footnote}{chapter}
24716 \end_layout
24717
24718 \end_inset
24719
24720 Ceci est un autre exemple de note de bas de page:
24721 \series bold
24722
24723 \begin_inset Foot
24724 status open
24725
24726 \begin_layout Plain Layout
24727 Cette note est numérotée en suivant le schéma 
24728 \begin_inset Quotes eld
24729 \end_inset
24730
24731 chapitre.note
24732 \begin_inset Quotes erd
24733 \end_inset
24734
24735 .
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \series default
24742
24743 \begin_inset ERT
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747
24748
24749 \backslash
24750 renewcommand{
24751 \backslash
24752 thefootnote}{
24753 \backslash
24754 arabic{footnote}}
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 \begin_inset Note Greyedout
24764 status open
24765
24766 \begin_layout Plain Layout
24767
24768 \series bold
24769 Note:
24770 \series default
24771  
24772 \series bold
24773
24774 \backslash
24775 numberwithin
24776 \series default
24777  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24778  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24779  prises en compte.
24780  
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 Donc pour avoir par exemple le schéma 
24790 \begin_inset Quotes eld
24791 \end_inset
24792
24793 chapitre.
24794 \backslash
24795 Roman{note}
24796 \begin_inset Quotes erd
24797 \end_inset
24798
24799 , utilisez la commande suivante plutôt que 
24800 \series bold
24801
24802 \backslash
24803 numberwithin
24804 \series default
24805  :
24806 \end_layout
24807
24808 \begin_layout Standard
24809
24810 \series bold
24811
24812 \backslash
24813 renewcommand{
24814 \backslash
24815 thefootnote}{
24816 \backslash
24817 thechapter.
24818 \backslash
24819 Roman{footnote}}
24820 \end_layout
24821
24822 \begin_layout Subsection
24823 Positionnement de notes de bas de page
24824 \begin_inset Index
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 Notes de bas de page ! Positionnement
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24838  vertical entre elles en bas de la page.
24839  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24840  de 1.5
24841 \begin_inset space \thinspace{}
24842 \end_inset
24843
24844 mm avec la commande suivante dans le préambule :
24845 \end_layout
24846
24847 \begin_layout Standard
24848
24849 \series bold
24850
24851 \backslash
24852 let
24853 \backslash
24854 myFoot
24855 \backslash
24856 footnote
24857 \begin_inset Newline newline
24858 \end_inset
24859
24860
24861 \backslash
24862 renewcommand{
24863 \backslash
24864 footnote}[1]{
24865 \backslash
24866 myFoot{#1
24867 \backslash
24868 vspace{1.5mm}}}
24869 \end_layout
24870
24871 \begin_layout Standard
24872 \begin_inset VSpace bigskip
24873 \end_inset
24874
24875 Dans un document à deux colonnes les notes de bas de page apparaissent en
24876  bas de chaque colonne, comme sur la Figure
24877 \begin_inset space ~
24878 \end_inset
24879
24880
24881 \begin_inset CommandInset ref
24882 LatexCommand ref
24883 reference "fig:Position-standard-note-bas-de-page"
24884
24885 \end_inset
24886
24887 .
24888  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24889  sur la Figure
24890 \begin_inset space ~
24891 \end_inset
24892
24893
24894 \begin_inset CommandInset ref
24895 LatexCommand ref
24896 reference "fig:Position-note-avec-ftnright"
24897
24898 \end_inset
24899
24900 , utilisez le paquetage LaTeX 
24901 \series bold
24902 ftnright
24903 \series default
24904
24905 \begin_inset Index
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Paquetages LaTeX ! ftnright
24910 \end_layout
24911
24912 \end_inset
24913
24914  avec cette commande dans le préambule du document:
24915 \end_layout
24916
24917 \begin_layout Standard
24918
24919 \series bold
24920
24921 \backslash
24922 usepackage{ftnright}
24923 \end_layout
24924
24925 \begin_layout Standard
24926 \begin_inset Float figure
24927 placement !h
24928 wide false
24929 sideways false
24930 status open
24931
24932 \begin_layout Plain Layout
24933 \begin_inset ERT
24934 status collapsed
24935
24936 \begin_layout Plain Layout
24937
24938
24939 \backslash
24940 framebox{
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \begin_inset Graphics
24947         filename ../clipart/without_fntright.pdf
24948         width 100col%
24949         scaleBeforeRotation
24950
24951 \end_inset
24952
24953
24954 \begin_inset ERT
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958
24959 }
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Caption
24969
24970 \begin_layout Plain Layout
24971 \begin_inset CommandInset label
24972 LatexCommand label
24973 name "fig:Position-standard-note-bas-de-page"
24974
24975 \end_inset
24976
24977 Positionnement standard des notes de bas de page dans un document à deux
24978  colonnes.
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 \begin_inset Float figure
24993 placement !h
24994 wide false
24995 sideways false
24996 status open
24997
24998 \begin_layout Plain Layout
24999 \begin_inset ERT
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003
25004
25005 \backslash
25006 framebox{
25007 \end_layout
25008
25009 \end_inset
25010
25011
25012 \begin_inset Graphics
25013         filename ../clipart/with_fntright.pdf
25014         width 100col%
25015         scaleBeforeRotation
25016
25017 \end_inset
25018
25019
25020 \begin_inset ERT
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024
25025 }
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Plain Layout
25034 \begin_inset Caption
25035
25036 \begin_layout Plain Layout
25037 \begin_inset CommandInset label
25038 LatexCommand label
25039 name "fig:Position-note-avec-ftnright"
25040
25041 \end_inset
25042
25043 Positionnement de notes de bas de page dans un document à deux colonnes
25044  en utilisant le paquetage LaTeX 
25045 \series bold
25046 ftnright
25047 \series default
25048 .
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \end_inset
25057
25058
25059 \end_layout
25060
25061 \begin_layout Standard
25062 \begin_inset VSpace bigskip
25063 \end_inset
25064
25065 Dans certaines publications scientifiques, il est courant de rassembler
25066  les notes de bas de page et de les imprimer dans un paragraphe particulier
25067  à la fin de la section, comme sur la Figure
25068 \begin_inset space ~
25069 \end_inset
25070
25071
25072 \begin_inset CommandInset ref
25073 LatexCommand ref
25074 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25075
25076 \end_inset
25077
25078 .
25079  On les appelle 
25080 \begin_inset Quotes eld
25081 \end_inset
25082
25083 notes de fin
25084 \begin_inset Quotes erd
25085 \end_inset
25086
25087 .
25088 \begin_inset Note Note
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092 J'ai pas trouvé mieux pour endnotes (NdT)
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \begin_inset Index
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 Notes de fin
25103 \end_layout
25104
25105 \end_inset
25106
25107  Pour utiliser des notes de fin à la place des notes de bas de page dans
25108  votre document, chargez le paquetage LaTeX 
25109 \series bold
25110 endnotes
25111 \series default
25112
25113 \begin_inset Index
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117 Paquetages LaTeX ! endnotes
25118 \end_layout
25119
25120 \end_inset
25121
25122  avec ces lignes dans le préambule du document
25123 \end_layout
25124
25125 \begin_layout Standard
25126
25127 \series bold
25128
25129 \backslash
25130 usepackage{endnotes}
25131 \begin_inset Newline newline
25132 \end_inset
25133
25134
25135 \backslash
25136 let
25137 \backslash
25138 footnote
25139 \backslash
25140 endnote
25141 \end_layout
25142
25143 \begin_layout Standard
25144 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25145 \end_layout
25146
25147 \begin_layout Standard
25148
25149 \series bold
25150
25151 \backslash
25152 theendnotes
25153 \end_layout
25154
25155 \begin_layout Standard
25156 en code TeX à la fin d'une section ou d'un chapitre.
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset Float figure
25161 wide false
25162 sideways false
25163 status open
25164
25165 \begin_layout Plain Layout
25166 \align center
25167 \begin_inset ERT
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 framebox{
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \begin_inset Graphics
25181         filename ../clipart/endnotes.pdf
25182         scaleBeforeRotation
25183
25184 \end_inset
25185
25186
25187 \begin_inset ERT
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191
25192 }
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Plain Layout
25201 \begin_inset Caption
25202
25203 \begin_layout Plain Layout
25204 \begin_inset CommandInset label
25205 LatexCommand label
25206 name "fig:Notes-de-fin---notes-de-bas-de-page"
25207
25208 \end_inset
25209
25210 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
25211  séparé à la fin des sections ou des chapitres.
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Standard
25225 \begin_inset VSpace medskip
25226 \end_inset
25227
25228 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25229  dans la langue du document, cela doit être fait manuellement.
25230  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25231  
25232 \begin_inset Quotes eld
25233 \end_inset
25234
25235 Notes
25236 \begin_inset Quotes erd
25237 \end_inset
25238
25239  en sa traduction Allemande
25240 \begin_inset Foot
25241 status collapsed
25242
25243 \begin_layout Plain Layout
25244 En français, 
25245 \begin_inset Quotes eld
25246 \end_inset
25247
25248 Notes
25249 \begin_inset Quotes erd
25250 \end_inset
25251
25252  peut être conservé.
25253 \end_layout
25254
25255 \end_inset
25256
25257  
25258 \begin_inset Quotes eld
25259 \end_inset
25260
25261 Anmerkungen
25262 \begin_inset Quotes erd
25263 \end_inset
25264
25265  :
25266 \end_layout
25267
25268 \begin_layout Standard
25269
25270 \series bold
25271
25272 \backslash
25273 renewcommand{
25274 \backslash
25275 notesname}{Anmerkungen}
25276 \end_layout
25277
25278 \begin_layout Standard
25279 \begin_inset VSpace medskip
25280 \end_inset
25281
25282 La numérotation des notes de fin peut être modifiée comme celle des notes
25283  de bas de page comme c'est décrit dans la section
25284 \begin_inset space ~
25285 \end_inset
25286
25287
25288 \begin_inset CommandInset ref
25289 LatexCommand ref
25290 reference "sub:Numerotation-notes-bas-de-page"
25291
25292 \end_inset
25293
25294  ; remplacez juste la commande 
25295 \series bold
25296
25297 \backslash
25298 thefootnote
25299 \series default
25300  par 
25301 \series bold
25302
25303 \backslash
25304 theendnote
25305 \series default
25306 .
25307  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25308 \series bold
25309
25310 \backslash
25311 @addtoreset
25312 \series default
25313  comme c'est décrit dans la section
25314 \begin_inset space ~
25315 \end_inset
25316
25317
25318 \begin_inset CommandInset ref
25319 LatexCommand ref
25320 reference "sub:Numerotation-notes-bas-de-page"
25321
25322 \end_inset
25323
25324  et remplacez le paramètre de commande 
25325 \series bold
25326 footnote
25327 \series default
25328  par 
25329 \series bold
25330 endnote
25331 \series default
25332 .
25333 \end_layout
25334
25335 \begin_layout Standard
25336 Pour seulement créer une marque de note de fin, utilisez la commande 
25337 \series bold
25338
25339 \backslash
25340 endnotemark[numéro]
25341 \series default
25342  qui est semblable à 
25343 \series bold
25344
25345 \backslash
25346 footnotemark
25347 \series default
25348 , décrite dans la section
25349 \begin_inset space ~
25350 \end_inset
25351
25352
25353 \begin_inset CommandInset ref
25354 LatexCommand ref
25355 reference "sec:Notes-bas-de-page"
25356
25357 \end_inset
25358
25359 .
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset VSpace bigskip
25364 \end_inset
25365
25366 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25367 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25368 \series bold
25369 footmisc
25370 \series default
25371
25372 \begin_inset Index
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376 Paquetages LaTeX ! footmisc
25377 \end_layout
25378
25379 \end_inset
25380
25381
25382 \begin_inset CommandInset citation
25383 LatexCommand cite
25384 key "footmisc"
25385
25386 \end_inset
25387
25388  pour plus d'information à ce sujet.
25389 \end_layout
25390
25391 \begin_layout Standard
25392 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25393  voyez les livres sur LaTeX, 
25394 \begin_inset CommandInset citation
25395 LatexCommand cite
25396 key "latexcompanion,latexguide,latexbook"
25397
25398 \end_inset
25399
25400 .
25401 \end_layout
25402
25403 \begin_layout Section
25404 Notes en Marge
25405 \begin_inset Index
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409 Notes ! Notes en Marge
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25419 t de la même façon.
25420  Quand vous insérez une note en marge avec 
25421 \family sans
25422 Insérer\SpecialChar \menuseparator
25423 Note
25424 \begin_inset space ~
25425 \end_inset
25426
25427 en
25428 \begin_inset space ~
25429 \end_inset
25430
25431 Marge
25432 \family default
25433  ou avec le bouton 
25434 \begin_inset Graphics
25435         filename ../../images/marginalnote-insert.png
25436         scale 85
25437         scaleBeforeRotation
25438
25439 \end_inset
25440
25441  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25442  grise avec une étiquette rouge 
25443 \begin_inset Quotes fld
25444 \end_inset
25445
25446 marge
25447 \begin_inset Quotes frd
25448 \end_inset
25449
25450 .
25451  
25452 \begin_inset Marginal
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456 C'est une note en marge.
25457 \end_layout
25458
25459 \end_inset
25460
25461  Cette boîte est la représentation de votre note dans LyX.
25462  Vous pouvez y entrer votre texte.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Les notes en marge apparaissent dans la marge de droite dans les documents
25467  imprimées sur une seule face.
25468  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25469  
25470 \begin_inset Quotes eld
25471 \end_inset
25472
25473 extérieure
25474 \begin_inset Quotes erd
25475 \end_inset
25476
25477  – la gauche sur les pages paires et la droite sur les pages impaires.
25478  Le texte de la note en marge est aligné à l'opposé de la marge externe
25479  – aligné à droite quand la note apparaît dans la marge de gauche.
25480  La première ligne de la note apparaît à la hauteur de la ligne de texte
25481  où la note a été insérée dans le document.
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset VSpace bigskip
25486 \end_inset
25487
25488 Pour placer une note dans la marge interne, ajoutez la commande suivante
25489  :
25490 \end_layout
25491
25492 \begin_layout Standard
25493
25494 \series bold
25495
25496 \backslash
25497 reversemarginpar
25498 \end_layout
25499
25500 \begin_layout Standard
25501 sous forme de code TeX avant votre note de marge.
25502  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25503  qui suivent 
25504 \begin_inset ERT
25505 status collapsed
25506
25507 \begin_layout Plain Layout
25508
25509
25510 \backslash
25511 reversemarginpar 
25512 \end_layout
25513
25514 \end_inset
25515
25516
25517 \begin_inset Marginal
25518 status open
25519
25520 \begin_layout Plain Layout
25521 Cette note en marge est dans la marge interne.
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \series bold
25528
25529 \begin_inset Newline newline
25530 \end_inset
25531
25532
25533 \series default
25534
25535 \begin_inset Note Greyedout
25536 status open
25537
25538 \begin_layout Plain Layout
25539
25540 \series bold
25541 Note:
25542 \series default
25543  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25544  les notes sont souvent mal mises en formes dans la sortie imprimée.
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 Pour revenir au positionnement par défaut, ajoutez la commande :
25554 \end_layout
25555
25556 \begin_layout Standard
25557
25558 \series bold
25559
25560 \backslash
25561 normalmarginpar
25562 \end_layout
25563
25564 \begin_layout Standard
25565 sous forme de code TeX.
25566 \begin_inset ERT
25567 status collapsed
25568
25569 \begin_layout Plain Layout
25570
25571
25572 \backslash
25573 normalmarginpar 
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \begin_inset Newline newline
25580 \end_inset
25581
25582  
25583 \begin_inset Note Greyedout
25584 status open
25585
25586 \begin_layout Plain Layout
25587
25588 \series bold
25589 Note:
25590 \series default
25591  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25592  
25593 \series bold
25594
25595 \backslash
25596 reversemarginpar
25597 \series default
25598  est aussi utilisée.
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Standard
25607 \begin_inset VSpace bigskip
25608 \end_inset
25609
25610
25611 \begin_inset Marginal
25612 status open
25613
25614 \begin_layout Plain Layout
25615 UnTrèsLongMotEnMarge sans césure.
25616 \end_layout
25617
25618 \end_inset
25619
25620  Comme dans le cas décrit dans la section
25621 \begin_inset space ~
25622 \end_inset
25623
25624
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "sub:Lignes-multiple-dans-cellule"
25628
25629 \end_inset
25630
25631 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25632  mot d'une note en marge.
25633  Pour éviter ce problème, insérez un espacement horizontal de 0
25634 \begin_inset space \thinspace{}
25635 \end_inset
25636
25637 pt avant le mot en question: 
25638 \begin_inset Marginal
25639 status open
25640
25641 \begin_layout Plain Layout
25642 \begin_inset space \hspace{}
25643 \length 0pt
25644 \end_inset
25645
25646 UnMotTrèsLongEnMarge avec une césure.
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \begin_layout Standard
25655 \begin_inset VSpace bigskip
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset Note Greyedout
25663 status open
25664
25665 \begin_layout Plain Layout
25666
25667 \series bold
25668 Note:
25669 \series default
25670  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25671  tableaux, des flottants et des notes de bas de page.
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \begin_layout Standard
25680 \begin_inset VSpace bigskip
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset ERT
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691
25692
25693 \backslash
25694 ifmarginnote
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \begin_inset Note Note
25701 status open
25702
25703 \begin_layout Plain Layout
25704 La section suivante ne sera affichée que si le paquetage LaTeX 
25705 \series bold
25706 marginnote
25707 \series default
25708  a été installé.
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25718 \series bold
25719 marginnote
25720 \series default
25721
25722 \begin_inset Index
25723 status collapsed
25724
25725 \begin_layout Plain Layout
25726 Paquetages LaTeX ! marginnote
25727 \end_layout
25728
25729 \end_inset
25730
25731 .
25732  En ajoutant les deux lignes suivantes au préambule de votre document, la
25733  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25734  la commande fournie par le paquetage 
25735 \series bold
25736 marginnote
25737 \series default
25738  :
25739 \end_layout
25740
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 usepackage{marginnote}
25747 \begin_inset Newline newline
25748 \end_inset
25749
25750
25751 \backslash
25752 let
25753 \backslash
25754 marginpar
25755 \backslash
25756 marginnote
25757 \end_layout
25758
25759 \begin_layout Standard
25760 Ce paquetage est aussi utilisé dans ce document parce que 
25761 \series bold
25762 marginnote
25763 \series default
25764  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25765  vertical pour une note.
25766  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25767  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25768  en page.
25769  Le décalage est inséré dans LyX sous forme de code TeX directement après
25770  la note sous la forme
25771 \end_layout
25772
25773 \begin_layout Standard
25774
25775 \series bold
25776 [offset]
25777 \end_layout
25778
25779 \begin_layout Standard
25780 où l'offset utilise l'une des unités listées dans le tableau
25781 \begin_inset space ~
25782 \end_inset
25783
25784
25785 \begin_inset CommandInset ref
25786 LatexCommand ref
25787 reference "cha:Unités-de-longueur"
25788
25789 \end_inset
25790
25791 .
25792  Une valeur négative déplace la note vers le haut, une valeur positive la
25793  déplace vers le bas.
25794  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25795  vers le haut de 1.5
25796 \begin_inset space \thinspace{}
25797 \end_inset
25798
25799 cm avec la commande en code TeX 
25800 \begin_inset Quotes eld
25801 \end_inset
25802
25803
25804 \series bold
25805 [-1.5cm]
25806 \series default
25807
25808 \begin_inset Quotes erd
25809 \end_inset
25810
25811
25812 \begin_inset Marginal
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816 Cette note en marge est décalée vers le haut de 1.5
25817 \begin_inset space \thinspace{}
25818 \end_inset
25819
25820 cm par rapport à sa position d'origine.
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \begin_inset ERT
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830
25831 [-1.5cm]
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Standard
25840 \begin_inset VSpace medskip
25841 \end_inset
25842
25843 Avec le paquetage 
25844 \series bold
25845 marginnote
25846 \series default
25847  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25848  Par exemple les commandes 
25849 \end_layout
25850
25851 \begin_layout Standard
25852
25853 \series bold
25854
25855 \backslash
25856 renewcommand*{
25857 \backslash
25858 raggedleftmarginnote}{
25859 \backslash
25860 centering}
25861 \begin_inset Newline newline
25862 \end_inset
25863
25864
25865 \backslash
25866 renewcommand*{
25867 \backslash
25868 raggedrightmarginnote}{
25869 \backslash
25870 centering}
25871 \end_layout
25872
25873 \begin_layout Standard
25874 donnent un alignement centré.
25875  
25876 \series bold
25877
25878 \backslash
25879 raggedleftmarginnote
25880 \series default
25881  indique une note qui apparaît dans la marge de gauche.
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 renewcommand*{
25890 \backslash
25891 raggedleftmarginnote}{
25892 \backslash
25893 centering}
25894 \end_layout
25895
25896 \begin_layout Plain Layout
25897
25898
25899 \backslash
25900 renewcommand*{
25901 \backslash
25902 raggedrightmarginnote}{
25903 \backslash
25904 centering}
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \begin_inset Marginal
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 Le texte de cette note en marge est centré.
25915 \end_layout
25916
25917 \end_inset
25918
25919 .
25920  Le comportement par défaut est donné par
25921 \end_layout
25922
25923 \begin_layout Standard
25924
25925 \series bold
25926
25927 \backslash
25928 renewcommand*{
25929 \backslash
25930 raggedleftmarginnote}{
25931 \backslash
25932 raggedleft}
25933 \begin_inset Newline newline
25934 \end_inset
25935
25936
25937 \backslash
25938 renewcommand*{
25939 \backslash
25940 raggedrightmarginnote}{
25941 \backslash
25942 raggedright}
25943 \series default
25944
25945 \begin_inset ERT
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950
25951 \backslash
25952 renewcommand*{
25953 \backslash
25954 raggedleftmarginnote}{
25955 \backslash
25956 raggedleft}
25957 \end_layout
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 renewcommand*{
25964 \backslash
25965 raggedrightmarginnote}{
25966 \backslash
25967 raggedright}
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset VSpace medskip
25977 \end_inset
25978
25979 Pour les autre fonctions du paquetage 
25980 \series bold
25981 marginnote
25982 \series default
25983  nous vous renvoyons à sa documentation 
25984 \begin_inset CommandInset citation
25985 LatexCommand cite
25986 key "marginnote"
25987
25988 \end_inset
25989
25990 .
25991 \end_layout
25992
25993 \begin_layout Standard
25994 \begin_inset VSpace bigskip
25995 \end_inset
25996
25997 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
25998  définition.
25999  Pour créer par exemple une entête pour toutes les notes en marge avec le
26000  texte 
26001 \begin_inset Quotes eld
26002 \end_inset
26003
26004
26005 \family sans
26006 \series bold
26007 \bar under
26008 Attention!
26009 \family default
26010 \series default
26011 \bar default
26012
26013 \begin_inset Quotes erd
26014 \end_inset
26015
26016  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26017  de votre document :
26018 \end_layout
26019
26020 \begin_layout Standard
26021
26022 \series bold
26023
26024 \backslash
26025 let
26026 \backslash
26027 myMarginpar
26028 \backslash
26029 marginpar
26030 \begin_inset Newline newline
26031 \end_inset
26032
26033
26034 \backslash
26035 renewcommand{
26036 \backslash
26037 marginpar}[1]{
26038 \backslash
26039 myMarginpar{%
26040 \begin_inset Newline newline
26041 \end_inset
26042
26043
26044 \begin_inset ERT
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048
26049
26050 \backslash
26051 hphantom{ }
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \backslash
26058 hspace{0pt}
26059 \backslash
26060 textsf{
26061 \backslash
26062 textbf{
26063 \backslash
26064 underbar{Attention!}}}%
26065 \begin_inset Newline newline
26066 \end_inset
26067
26068
26069 \begin_inset ERT
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073
26074
26075 \backslash
26076 hphantom{ }
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \backslash
26083 vspace{1.5mm}
26084 \backslash
26085
26086 \backslash
26087 #1}}
26088 \end_layout
26089
26090 \begin_layout Standard
26091 \begin_inset ERT
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095
26096
26097 \backslash
26098 let
26099 \backslash
26100 myMarginpar
26101 \backslash
26102 marginpar
26103 \end_layout
26104
26105 \begin_layout Plain Layout
26106
26107
26108 \backslash
26109 renewcommand{
26110 \backslash
26111 marginpar}[1]{
26112 \backslash
26113 myMarginpar{%
26114 \end_layout
26115
26116 \begin_layout Plain Layout
26117
26118    
26119 \backslash
26120 textsf{
26121 \backslash
26122 textbf{
26123 \backslash
26124 underbar{Attention!}}}%
26125 \end_layout
26126
26127 \begin_layout Plain Layout
26128
26129    
26130 \backslash
26131 vspace{1.5mm}
26132 \backslash
26133
26134 \backslash
26135 #1}}
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \begin_inset Marginal
26142 status open
26143
26144 \begin_layout Plain Layout
26145 Ceci est une note en marge avec une en-tête prédéfinie.
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156 [-1.5cm]
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \begin_inset ERT
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166
26167
26168 \backslash
26169 renewcommand{
26170 \backslash
26171 marginpar}[1]{
26172 \backslash
26173 myMarginpar{#1}}
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \begin_inset Note Note
26180 status collapsed
26181
26182 \begin_layout Plain Layout
26183
26184 \lang english
26185 The margin note format is changed only for this example.
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \begin_layout Standard
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198
26199
26200 \backslash
26201 else
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \begin_inset Note Note
26208 status open
26209
26210 \begin_layout Plain Layout
26211 Ce qui suit sera affiché si le paquetage LaTeX 
26212 \series bold
26213 marginnote
26214 \series default
26215  n'est pas installé :
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \begin_layout Standard
26224 Vous devez installer le paquetage LaTeX 
26225 \series bold
26226 marginnote
26227 \series default
26228  pour voir la suite de cette section dans la sortie imprimée.
26229 \end_layout
26230
26231 \begin_layout Standard
26232 \begin_inset ERT
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236
26237
26238 \backslash
26239 fi
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Chapter
26248 Les Boîtes
26249 \end_layout
26250
26251 \begin_layout Section
26252 Introduction
26253 \begin_inset Index
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257 Boîtes ! Introduction
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Standard
26266 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26267  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26268  voir la section
26269 \begin_inset space ~
26270 \end_inset
26271
26272
26273 \begin_inset CommandInset ref
26274 LatexCommand ref
26275 reference "sec:Minipages"
26276
26277 \end_inset
26278
26279 , pour encadrer des portions de texte, voir la section
26280 \begin_inset space ~
26281 \end_inset
26282
26283
26284 \begin_inset CommandInset ref
26285 LatexCommand ref
26286 reference "sec:Décorations"
26287
26288 \end_inset
26289
26290 , pour empêcher que des mots subissent une césure, voir la section
26291 \begin_inset space ~
26292 \end_inset
26293
26294
26295 \begin_inset CommandInset ref
26296 LatexCommand ref
26297 reference "sec:Empêcher-césure"
26298
26299 \end_inset
26300
26301 , pour aligner du texte, voir la section
26302 \begin_inset space ~
26303 \end_inset
26304
26305
26306 \begin_inset CommandInset ref
26307 LatexCommand ref
26308 reference "sub:Alignement-Vertical"
26309
26310 \end_inset
26311
26312 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26313 \begin_inset space ~
26314 \end_inset
26315
26316
26317 \begin_inset CommandInset ref
26318 LatexCommand ref
26319 reference "sec:Boîtes-colorées"
26320
26321 \end_inset
26322
26323 .
26324 \end_layout
26325
26326 \begin_layout Standard
26327 On peut insérer une boîte en utilisant le menu 
26328 \family sans
26329 Insérer\SpecialChar \menuseparator
26330 Boîte
26331 \family default
26332  ou avec le bouton 
26333 \begin_inset Graphics
26334         filename ../../images/box-insert.png
26335         scale 85
26336         scaleBeforeRotation
26337
26338 \end_inset
26339
26340  de la barre d'outils.
26341  Une boîte grise avec une étiquette 
26342 \family sans
26343 Boîte
26344 \begin_inset space ~
26345 \end_inset
26346
26347 (Minipage)
26348 \family default
26349
26350 \begin_inset Graphics
26351         filename clipart/BoxInsetDefaultQt4.png
26352         scale 65
26353         scaleBeforeRotation
26354
26355 \end_inset
26356
26357  est alors insérée.
26358  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26359  La fenêtre de dialogue qui apparaît donne accès aux types de
26360 \family sans
26361  Boîte
26362 \begin_inset space ~
26363 \end_inset
26364
26365 Intérieure
26366 \family default
26367  
26368 \family sans
26369 Parbox
26370 \begin_inset Note Note
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 En attendant un traduction plus correcte NdT
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \family default
26381  et 
26382 \family sans
26383 Minipage
26384 \family default
26385 .
26386  Le type 
26387 \family sans
26388 Minipage
26389 \family default
26390  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26391  dans la section
26392 \begin_inset space ~
26393 \end_inset
26394
26395
26396 \begin_inset CommandInset ref
26397 LatexCommand ref
26398 reference "sec:Minipages"
26399
26400 \end_inset
26401
26402 ; le type 
26403 \family sans
26404 Parbox
26405 \family default
26406  est décrit dans la section
26407 \begin_inset space ~
26408 \end_inset
26409
26410
26411 \begin_inset CommandInset ref
26412 LatexCommand ref
26413 reference "sec:Parboxes"
26414
26415 \end_inset
26416
26417 .
26418 \end_layout
26419
26420 \begin_layout Standard
26421 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26422  comme les flottants ou les notes de bas de page.
26423 \end_layout
26424
26425 \begin_layout Standard
26426 \begin_inset Note Greyedout
26427 status open
26428
26429 \begin_layout Plain Layout
26430
26431 \series bold
26432 Note:
26433 \series default
26434  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26435  de type 
26436 \family sans
26437 Liste
26438 \family default
26439  ou 
26440 \family sans
26441 Description
26442 \family default
26443 .
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 \begin_inset Note Greyedout
26453 status open
26454
26455 \begin_layout Plain Layout
26456
26457 \series bold
26458 Note:
26459 \series default
26460  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26461 \family sans
26462 Boîte
26463 \begin_inset space ~
26464 \end_inset
26465
26466 Intérieure
26467 \family default
26468  à 
26469 \family sans
26470 Aucune
26471 \family default
26472  que quand vous utilisez une boîte encadrée.
26473  Les boîtes sans 
26474 \family sans
26475 Boîte
26476 \begin_inset space ~
26477 \end_inset
26478
26479 Intérieure
26480 \family default
26481  et sans cadre sont expliquées dans la section
26482 \begin_inset space ~
26483 \end_inset
26484
26485
26486 \begin_inset CommandInset ref
26487 LatexCommand ref
26488 reference "sec:Empêcher-césure"
26489
26490 \end_inset
26491
26492 .
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \begin_layout Section
26501 La fenêtre de dialogue Boîte
26502 \begin_inset CommandInset label
26503 LatexCommand label
26504 name "sec:Boîte-Dialogue"
26505
26506 \end_inset
26507
26508
26509 \begin_inset Index
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513 Boîtes ! Fenêtre de dialogue Boîte
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Subsection
26522 Taille
26523 \begin_inset Index
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527 Boîtes ! Taille
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \begin_layout Standard
26536 Dans la fenêtre de dialogue 
26537 \family sans
26538 Paramètres
26539 \begin_inset space ~
26540 \end_inset
26541
26542 de
26543 \begin_inset space ~
26544 \end_inset
26545
26546 Boîte
26547 \family default
26548  vous pouvez modifier la géométrie de la boîte avec les champs 
26549 \family sans
26550 Largeur
26551 \family default
26552  et 
26553 \family sans
26554 Hauteur
26555 \family default
26556 .
26557  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26558  dans le tableau
26559 \begin_inset space ~
26560 \end_inset
26561
26562
26563 \begin_inset CommandInset ref
26564 LatexCommand ref
26565 reference "tab:Unités"
26566
26567 \end_inset
26568
26569 .
26570  Le champ 
26571 \family sans
26572 Hauteur
26573 \family default
26574  offre en plus les spécifications de taille suivantes :
26575 \end_layout
26576
26577 \begin_layout Description
26578 Profondeur C'est simplement la 
26579 \begin_inset Quotes eld
26580 \end_inset
26581
26582 hauteur
26583 \begin_inset Quotes erd
26584 \end_inset
26585
26586  du texte.
26587  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26588  lignes de texte dans la boîte.
26589 \begin_inset Newline newline
26590 \end_inset
26591
26592
26593 \begin_inset Newline newline
26594 \end_inset
26595
26596
26597 \begin_inset Newline newline
26598 \end_inset
26599
26600
26601 \begin_inset Box Boxed
26602 position "c"
26603 hor_pos "c"
26604 has_inner_box 1
26605 inner_pos "c"
26606 use_parbox 0
26607 width "12col%"
26608 special "none"
26609 height "1in"
26610 height_special "depth"
26611 status open
26612
26613 \begin_layout Plain Layout
26614 \align center
26615 Boîte dont la hauteur est égale à 1
26616 \begin_inset space \thinspace{}
26617 \end_inset
26618
26619 Profondeur
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \begin_inset Newline newline
26626 \end_inset
26627
26628
26629 \begin_inset Newline newline
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Description
26636 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26637  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26638  est deux fois plus haute que le texte : 
26639 \begin_inset Box Boxed
26640 position "c"
26641 hor_pos "c"
26642 has_inner_box 1
26643 inner_pos "c"
26644 use_parbox 0
26645 width "20col%"
26646 special "none"
26647 height "2in"
26648 height_special "height"
26649 status open
26650
26651 \begin_layout Plain Layout
26652 \align center
26653 Boîte dont la hauteur est 2
26654 \begin_inset space \thinspace{}
26655 \end_inset
26656
26657 Hauteur
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Description
26666 Hauteur
26667 \begin_inset space ~
26668 \end_inset
26669
26670 Totale C'est égal à Hauteur
26671 \begin_inset space \thinspace{}
26672 \end_inset
26673
26674 +
26675 \begin_inset space \thinspace{}
26676 \end_inset
26677
26678 Profondeur : 
26679 \begin_inset Box Boxed
26680 position "c"
26681 hor_pos "c"
26682 has_inner_box 1
26683 inner_pos "c"
26684 use_parbox 0
26685 width "20col%"
26686 special "none"
26687 height "1in"
26688 height_special "totalheight"
26689 status open
26690
26691 \begin_layout Plain Layout
26692 \align center
26693 Boîte dont la hauteur est 1
26694 \begin_inset space \thinspace{}
26695 \end_inset
26696
26697 Hauteur
26698 \begin_inset space ~
26699 \end_inset
26700
26701 Totale
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Description
26710 Largeur On prend la largeur de la boîte comme hauteur : 
26711 \begin_inset Box Boxed
26712 position "c"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "c"
26716 use_parbox 0
26717 width "12col%"
26718 special "none"
26719 height "1in"
26720 height_special "width"
26721 status open
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 Boîte dont la hauteur est 1
26726 \begin_inset space \thinspace{}
26727 \end_inset
26728
26729 Largeur
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Subsection
26738 Alignement
26739 \begin_inset Index
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 Boîtes ! Alignement
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \begin_layout Standard
26752 Quand vous avez choisi une 
26753 \family sans
26754 Boîte
26755 \begin_inset space ~
26756 \end_inset
26757
26758 Intérieure
26759 \family default
26760 , l'alignement vertical de la boîte peut être :
26761 \end_layout
26762
26763 \begin_layout Description
26764 Haut Ceci est un exemple de texte.
26765  
26766 \begin_inset Box Boxed
26767 position "t"
26768 hor_pos "c"
26769 has_inner_box 1
26770 inner_pos "c"
26771 use_parbox 0
26772 width "12col%"
26773 special "none"
26774 height "1in"
26775 height_special "totalheight"
26776 status collapsed
26777
26778 \begin_layout Plain Layout
26779 \align center
26780 Cette boîte est alignée sur le haut.
26781 \end_layout
26782
26783 \end_inset
26784
26785  Ceci est un exemple de texte.
26786 \end_layout
26787
26788 \begin_layout Description
26789 Milieu Ceci est un exemple de texte.
26790  
26791 \begin_inset Box Boxed
26792 position "c"
26793 hor_pos "c"
26794 has_inner_box 1
26795 inner_pos "c"
26796 use_parbox 0
26797 width "12col%"
26798 special "none"
26799 height "1in"
26800 height_special "totalheight"
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804 \align center
26805 Cette boîte est alignée au centre.
26806 \end_layout
26807
26808 \end_inset
26809
26810  Ceci est un exemple de texte.
26811 \end_layout
26812
26813 \begin_layout Description
26814 Bas Ceci est un exemple de texte.
26815  
26816 \begin_inset Box Boxed
26817 position "b"
26818 hor_pos "c"
26819 has_inner_box 1
26820 inner_pos "c"
26821 use_parbox 0
26822 width "12col%"
26823 special "none"
26824 height "1in"
26825 height_special "totalheight"
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829 \align center
26830 Cette boîte est alignée sur le bas.
26831 \end_layout
26832
26833 \end_inset
26834
26835  Ceci est un exemple de texte.
26836 \end_layout
26837
26838 \begin_layout Standard
26839 \begin_inset Note Greyedout
26840 status open
26841
26842 \begin_layout Plain Layout
26843
26844 \series bold
26845 Note:
26846 \series default
26847  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26848  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26849  l'autre non.
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26859  paragraphe grâce à la fenêtre de dialogue 
26860 \family sans
26861 Paramètres
26862 \begin_inset space ~
26863 \end_inset
26864
26865 de
26866 \begin_inset space ~
26867 \end_inset
26868
26869 Boîte
26870 \family default
26871 .
26872 \end_layout
26873
26874 \begin_layout Standard
26875 \begin_inset VSpace bigskip
26876 \end_inset
26877
26878 Quand vous avez choisi une 
26879 \family sans
26880 Boîte
26881 \begin_inset space ~
26882 \end_inset
26883
26884 Intérieure
26885 \family default
26886 , l'alignement vertical du contenu de la boîte peut être :
26887 \end_layout
26888
26889 \begin_layout Description
26890 haut Ceci est un exemple de texte.
26891 \begin_inset Box Boxed
26892 position "c"
26893 hor_pos "c"
26894 has_inner_box 1
26895 inner_pos "t"
26896 use_parbox 0
26897 width "12col%"
26898 special "none"
26899 height "1.5in"
26900 height_special "totalheight"
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904 \align center
26905 Le texte de cette boîte est aligné sur le haut.
26906 \end_layout
26907
26908 \end_inset
26909
26910  Ceci est un exemple de texte.
26911 \end_layout
26912
26913 \begin_layout Description
26914 milieu Ceci est un exemple de texte.
26915  
26916 \begin_inset Box Boxed
26917 position "c"
26918 hor_pos "c"
26919 has_inner_box 1
26920 inner_pos "c"
26921 use_parbox 0
26922 width "12col%"
26923 special "none"
26924 height "1.5in"
26925 height_special "totalheight"
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929 \align center
26930 Le texte de cette boîte est aligné au centre
26931 \end_layout
26932
26933 \end_inset
26934
26935  Ceci est un exemple de texte.
26936 \end_layout
26937
26938 \begin_layout Description
26939 bas Ceci est un exemple de texte.
26940  
26941 \begin_inset Box Boxed
26942 position "c"
26943 hor_pos "c"
26944 has_inner_box 1
26945 inner_pos "b"
26946 use_parbox 0
26947 width "12col%"
26948 special "none"
26949 height "1.5in"
26950 height_special "totalheight"
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 \align center
26955 Le texte de cette boîte est aligné en bas.
26956 \end_layout
26957
26958 \end_inset
26959
26960  Ceci est un exemple de texte.
26961 \end_layout
26962
26963 \begin_layout Description
26964 élongation Ceci est un exemple de texte.
26965  
26966 \begin_inset Box Boxed
26967 position "c"
26968 hor_pos "c"
26969 has_inner_box 1
26970 inner_pos "s"
26971 use_parbox 0
26972 width "12col%"
26973 special "none"
26974 height "1.5in"
26975 height_special "totalheight"
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 \align center
26980 Le texte 
26981 \end_layout
26982
26983 \begin_layout Plain Layout
26984 \align center
26985 de cette
26986 \end_layout
26987
26988 \begin_layout Plain Layout
26989 \align center
26990 boîte est
26991 \end_layout
26992
26993 \begin_layout Plain Layout
26994 \align center
26995 allongé.
26996 \end_layout
26997
26998 \end_inset
26999
27000  Ceci est un exemple de texte.
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27005  paragraphe.
27006  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27007 \end_layout
27008
27009 \begin_layout Standard
27010 \begin_inset VSpace bigskip
27011 \end_inset
27012
27013 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27014  la fenêtre de dialogue 
27015 \family sans
27016 Paramètres
27017 \begin_inset space ~
27018 \end_inset
27019
27020 de
27021 \begin_inset space ~
27022 \end_inset
27023
27024 paragraphe
27025 \family default
27026  quand vous avez choisi une 
27027 \family sans
27028 Boîte
27029 \begin_inset space ~
27030 \end_inset
27031
27032 Intérieure
27033 \family default
27034 .
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \align center
27039 \begin_inset Box Boxed
27040 position "c"
27041 hor_pos "c"
27042 has_inner_box 1
27043 inner_pos "s"
27044 use_parbox 0
27045 width "15col%"
27046 special "none"
27047 height "1.25in"
27048 height_special "totalheight"
27049 status open
27050
27051 \begin_layout Plain Layout
27052 \align left
27053 Le texte de 
27054 \end_layout
27055
27056 \begin_layout Plain Layout
27057 \align left
27058 cette boîte
27059 \end_layout
27060
27061 \begin_layout Plain Layout
27062 \align right
27063 est allongé.
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 Si vous n'avez pas choisi une 
27073 \family sans
27074 Boîte
27075 \begin_inset space ~
27076 \end_inset
27077
27078 Intérieure
27079 \family default
27080 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27081  de dialogue de boîte.
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \align center
27086 \begin_inset Box Boxed
27087 position "c"
27088 hor_pos "s"
27089 has_inner_box 0
27090 inner_pos "s"
27091 use_parbox 0
27092 width "90col%"
27093 special "none"
27094 height "1.25in"
27095 height_special "totalheight"
27096 status open
27097
27098 \begin_layout Plain Layout
27099 \align left
27100 Le texte de cette boîte est allongé horizontalement.
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Subsection
27109 Décorations
27110 \begin_inset CommandInset label
27111 LatexCommand label
27112 name "sec:Décorations"
27113
27114 \end_inset
27115
27116
27117 \begin_inset Index
27118 status open
27119
27120 \begin_layout Plain Layout
27121 Boîtes ! Décorations
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \begin_layout Standard
27130 On peut spécifier le style de la boîte en utilisant la liste déroulante
27131  
27132 \family sans
27133 Décoration
27134 \family default
27135 .
27136  Les possibilités sont les suivantes :
27137 \end_layout
27138
27139 \begin_layout Description
27140 Cadre
27141 \begin_inset space ~
27142 \end_inset
27143
27144 simple Ceci dessine un cadre rectangulaire autour de la boîte.
27145  L'épaisseur du trait de ce cadre est donnée par la variable  
27146 \series bold
27147
27148 \backslash
27149 fboxrule
27150 \series default
27151 .
27152  
27153 \begin_inset Box Boxed
27154 position "c"
27155 hor_pos "c"
27156 has_inner_box 1
27157 inner_pos "c"
27158 use_parbox 0
27159 width "20col%"
27160 special "none"
27161 height "1in"
27162 height_special "totalheight"
27163 status open
27164
27165 \begin_layout Plain Layout
27166 \align center
27167 Boîte rectangulaire
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Description
27176 Cadre
27177 \begin_inset space ~
27178 \end_inset
27179
27180 simple,
27181 \begin_inset space ~
27182 \end_inset
27183
27184 sauts
27185 \begin_inset space ~
27186 \end_inset
27187
27188 de
27189 \begin_inset space ~
27190 \end_inset
27191
27192 page Quand vous utilisez le style de décoration 
27193 \family sans
27194 cadre simple
27195 \family default
27196  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
27197  de la boîte.
27198  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
27199  predra toute la largeur de la colonne, la boîte sera considérée comme son
27200  propre paragraphe et 
27201 \series bold
27202
27203 \backslash
27204 fboxrule
27205 \series default
27206  et 
27207 \series bold
27208
27209 \backslash
27210 fboxsep
27211 \series default
27212  n'ont aucun effet sur ce type de boîte.
27213  L'épaisseur de la ligne du cadre a la valeur de 
27214 \series bold
27215
27216 \backslash
27217 FrameRule
27218 \series default
27219 .
27220  
27221 \lang english
27222
27223 \begin_inset Box Framed
27224 position "t"
27225 hor_pos "c"
27226 has_inner_box 0
27227 inner_pos "t"
27228 use_parbox 0
27229 width "100col%"
27230 special "none"
27231 height "1in"
27232 height_special "totalheight"
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236 Boîte avec cadre simple et sauts de page
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 oval,
27250 \begin_inset space ~
27251 \end_inset
27252
27253 fin Ceci dessine un cadre ovalisée autour de la boîte.
27254  L'épaisseur du trait de ce cadre est de  0.4
27255 \begin_inset space \thinspace{}
27256 \end_inset
27257
27258 pt.
27259  
27260 \begin_inset Box ovalbox
27261 position "c"
27262 hor_pos "c"
27263 has_inner_box 1
27264 inner_pos "c"
27265 use_parbox 0
27266 width "20col%"
27267 special "none"
27268 height "1in"
27269 height_special "totalheight"
27270 status open
27271
27272 \begin_layout Plain Layout
27273 \align center
27274 Boîte ovalisée, fine
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Description
27283 Cadre
27284 \begin_inset space ~
27285 \end_inset
27286
27287 oval,
27288 \begin_inset space ~
27289 \end_inset
27290
27291 épais Ceci dessine un cadre ovalisée autour de la boîte.
27292  L'épaisseur du trait de ce cadre est de   0.8
27293 \begin_inset space \thinspace{}
27294 \end_inset
27295
27296 pt.
27297  
27298 \begin_inset Box Ovalbox
27299 position "c"
27300 hor_pos "c"
27301 has_inner_box 1
27302 inner_pos "c"
27303 use_parbox 0
27304 width "20col%"
27305 special "none"
27306 height "1in"
27307 height_special "totalheight"
27308 status open
27309
27310 \begin_layout Plain Layout
27311 \align center
27312 Boîte ovalisée, épaisse
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Description
27321 Ombre
27322 \begin_inset space ~
27323 \end_inset
27324
27325 en
27326 \begin_inset space ~
27327 \end_inset
27328
27329 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27330  L'épaisseur du trait de ce cadre est donnée par la variable  
27331 \series bold
27332
27333 \backslash
27334 fboxrule
27335 \series default
27336 , l'ombre a une épaisseur de  4
27337 \begin_inset space \thinspace{}
27338 \end_inset
27339
27340 pt.
27341  
27342 \begin_inset Box Shadowbox
27343 position "c"
27344 hor_pos "c"
27345 has_inner_box 1
27346 inner_pos "c"
27347 use_parbox 0
27348 width "20col%"
27349 special "none"
27350 height "1in"
27351 height_special "totalheight"
27352 status open
27353
27354 \begin_layout Plain Layout
27355 \align center
27356 Boîte ombrée
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Description
27365 Fond
27366 \begin_inset space ~
27367 \end_inset
27368
27369 ombré Ceci dessine une boîte avec un arrière plan rouge.
27370  Contrairement aux boîtes coloriées
27371 \begin_inset Foot
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375 Voir la section
27376 \begin_inset space ~
27377 \end_inset
27378
27379
27380 \begin_inset CommandInset ref
27381 LatexCommand ref
27382 reference "sec:Boîtes-colorées"
27383
27384 \end_inset
27385
27386 .
27387 \end_layout
27388
27389 \end_inset
27390
27391 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
27392  son propre paragraphe.
27393 \lang english
27394
27395 \begin_inset Box Shaded
27396 position "t"
27397 hor_pos "c"
27398 has_inner_box 0
27399 inner_pos "t"
27400 use_parbox 0
27401 width "50col%"
27402 special "none"
27403 height "1in"
27404 height_special "totalheight"
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 Boîte avec fond ombré
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Description
27417 Double
27418 \begin_inset space ~
27419 \end_inset
27420
27421 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27422  L'épaisseur du trait du cadre interne est de 0.75
27423 \begin_inset space \thinspace{}
27424 \end_inset
27425
27426
27427 \series bold
27428
27429 \backslash
27430 fboxrule
27431 \series default
27432 , l'épaisseur du trait du cadre externe est de 1.5
27433 \begin_inset space \thinspace{}
27434 \end_inset
27435
27436
27437 \series bold
27438
27439 \backslash
27440 fboxrule
27441 \series default
27442 .
27443  La distance entre les deux cadres est de  1.5
27444 \begin_inset space \thinspace{}
27445 \end_inset
27446
27447
27448 \series bold
27449
27450 \backslash
27451 fboxrule
27452 \series default
27453
27454 \begin_inset space \thinspace{}
27455 \end_inset
27456
27457 +
27458 \begin_inset space \thinspace{}
27459 \end_inset
27460
27461 0.5
27462 \begin_inset space \thinspace{}
27463 \end_inset
27464
27465 pt.
27466  
27467 \begin_inset Box Doublebox
27468 position "c"
27469 hor_pos "c"
27470 has_inner_box 1
27471 inner_pos "c"
27472 use_parbox 0
27473 width "20col%"
27474 special "none"
27475 height "1in"
27476 height_special "totalheight"
27477 status open
27478
27479 \begin_layout Plain Layout
27480 \align center
27481 Boîte double
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Standard
27490 \begin_inset VSpace bigskip
27491 \end_inset
27492
27493 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27494  style de boîte utilisé.
27495  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27496  le paquetage LaTeX 
27497 \series bold
27498 fancybox
27499 \series default
27500
27501 \begin_inset Index
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 Paquetages LaTeX ! fancybox
27506 \end_layout
27507
27508 \end_inset
27509
27510 .
27511 \end_layout
27512
27513 \begin_layout Section
27514 Personnalisation des boîtes
27515 \begin_inset Index
27516 status open
27517
27518 \begin_layout Plain Layout
27519 Boîtes! Personnalisation
27520 \end_layout
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \begin_layout Standard
27528 La valeur par défaut pour la variable 
27529 \series bold
27530
27531 \backslash
27532 fboxrule
27533 \series default
27534  est 0.4
27535 \begin_inset space \thinspace{}
27536 \end_inset
27537
27538 pt.
27539  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27540  pour avoir 2
27541 \begin_inset space \thinspace{}
27542 \end_inset
27543
27544 pt :
27545 \end_layout
27546
27547 \begin_layout Standard
27548
27549 \series bold
27550
27551 \backslash
27552 setlength{
27553 \backslash
27554 fboxrule}{2pt}
27555 \end_layout
27556
27557 \begin_layout Standard
27558 \begin_inset ERT
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562
27563
27564 \backslash
27565 setlength{
27566 \backslash
27567 fboxrule}{2pt}
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \begin_inset Box Boxed
27574 position "c"
27575 hor_pos "c"
27576 has_inner_box 1
27577 inner_pos "c"
27578 use_parbox 0
27579 width "25col%"
27580 special "none"
27581 height "1in"
27582 height_special "totalheight"
27583 status open
27584
27585 \begin_layout Plain Layout
27586 \align center
27587 Boîte rectangulaire avec 
27588 \series bold
27589
27590 \backslash
27591 fboxrule
27592 \series default
27593
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 =
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 2
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 pt
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \begin_inset ERT
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615
27616
27617 \backslash
27618 setlength{
27619 \backslash
27620 fboxrule}{0.4pt}
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Standard
27629 \begin_inset VSpace bigskip
27630 \end_inset
27631
27632 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27633  les types de cadres, par défaut il est de 3
27634 \begin_inset space \thinspace{}
27635 \end_inset
27636
27637 pt.
27638  Vous pouvez le modifier en donnant une autre valeur à la variable 
27639 \series bold
27640
27641 \backslash
27642 fboxsep
27643 \series default
27644 .
27645  Par exemple la commande
27646 \end_layout
27647
27648 \begin_layout Standard
27649
27650 \series bold
27651
27652 \backslash
27653 setlength{
27654 \backslash
27655 fboxsep}{10pt}
27656 \end_layout
27657
27658 \begin_layout Standard
27659 met une valeur de 10
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 pt, comme celle utilisée pour cette boîte :
27664 \end_layout
27665
27666 \begin_layout Standard
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 setlength{
27675 \backslash
27676 fboxsep}{10pt}
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \begin_inset Box Boxed
27683 position "c"
27684 hor_pos "c"
27685 has_inner_box 1
27686 inner_pos "c"
27687 use_parbox 0
27688 width "25col%"
27689 special "none"
27690 height "1in"
27691 height_special "totalheight"
27692 status open
27693
27694 \begin_layout Plain Layout
27695 \align center
27696 Boîte rectangulaire avec 
27697 \series bold
27698
27699 \backslash
27700 fboxsep
27701 \series default
27702
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706 =
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 10
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 pt
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 setlength{
27728 \backslash
27729 fboxsep}{3pt}
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset VSpace bigskip
27739 \end_inset
27740
27741 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27742  la commande 
27743 \series bold
27744
27745 \backslash
27746 cornersize
27747 \series default
27748 .
27749  Par exemple, la commande
27750 \end_layout
27751
27752 \begin_layout Standard
27753
27754 \series bold
27755
27756 \backslash
27757 cornersize*{1cm}
27758 \end_layout
27759
27760 \begin_layout Standard
27761 donne un diamètre de 1
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765 cm.
27766  La commande
27767 \end_layout
27768
27769 \begin_layout Standard
27770
27771 \series bold
27772
27773 \backslash
27774 cornersize{num}
27775 \end_layout
27776
27777 \begin_layout Standard
27778 fixe le diamètre à 
27779 \family sans
27780 num
27781 \begin_inset space \thinspace{}
27782 \end_inset
27783
27784 ×
27785 \begin_inset space \thinspace{}
27786 \end_inset
27787
27788 minimum(largeur et hauteur de la boîte)
27789 \family default
27790 .
27791  La valeur par défaut est 
27792 \series bold
27793
27794 \backslash
27795 cornersize{0.5}
27796 \series default
27797 .
27798 \end_layout
27799
27800 \begin_layout Standard
27801 \begin_inset ERT
27802 status collapsed
27803
27804 \begin_layout Plain Layout
27805
27806
27807 \backslash
27808 cornersize*{1.5cm}
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \begin_inset Box Ovalbox
27815 position "c"
27816 hor_pos "c"
27817 has_inner_box 1
27818 inner_pos "c"
27819 use_parbox 0
27820 width "25col%"
27821 special "none"
27822 height "1in"
27823 height_special "totalheight"
27824 status open
27825
27826 \begin_layout Plain Layout
27827 \align center
27828 Boîte ovale avec 
27829 \series bold
27830
27831 \backslash
27832 cornersize
27833 \series default
27834
27835 \begin_inset space \thinspace{}
27836 \end_inset
27837
27838 =
27839 \begin_inset space \thinspace{}
27840 \end_inset
27841
27842 1.5
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 cm
27847 \end_layout
27848
27849 \end_inset
27850
27851
27852 \begin_inset ERT
27853 status collapsed
27854
27855 \begin_layout Plain Layout
27856
27857
27858 \backslash
27859 cornersize{0.5}
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 \begin_inset VSpace bigskip
27869 \end_inset
27870
27871 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27872  
27873 \series bold
27874
27875 \backslash
27876 shadowsize
27877 \series default
27878 .
27879  Elle est fixée à 2
27880 \begin_inset space \thinspace{}
27881 \end_inset
27882
27883 pt pour la boîte suivante par la commande :
27884 \end_layout
27885
27886 \begin_layout Standard
27887
27888 \series bold
27889
27890 \backslash
27891 setlength{
27892 \backslash
27893 shadowsize}{2pt}
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902
27903 \backslash
27904 setlength{
27905 \backslash
27906 shadowsize}{2pt}
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \begin_inset Box Shadowbox
27913 position "c"
27914 hor_pos "c"
27915 has_inner_box 1
27916 inner_pos "c"
27917 use_parbox 0
27918 width "25col%"
27919 special "none"
27920 height "1in"
27921 height_special "totalheight"
27922 status open
27923
27924 \begin_layout Plain Layout
27925 \align center
27926 Boîte ombrée avec 
27927 \series bold
27928
27929 \backslash
27930 shadowsize
27931 \series default
27932
27933 \begin_inset space \thinspace{}
27934 \end_inset
27935
27936 =
27937 \begin_inset space \thinspace{}
27938 \end_inset
27939
27940 2
27941 \begin_inset space \thinspace{}
27942 \end_inset
27943
27944 pt
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \begin_inset ERT
27951 status collapsed
27952
27953 \begin_layout Plain Layout
27954
27955
27956 \backslash
27957 setlength{
27958 \backslash
27959 shadowsize}{4pt}
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 \begin_inset VSpace bigskip
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 La valeur par défaut pour la longueur 
27976 \series bold
27977
27978 \backslash
27979 FrameRule
27980 \series default
27981  est 0,4
27982 \begin_inset space \thinspace{}
27983 \end_inset
27984
27985 pt.
27986  L'espacement par défaut entre le contenu de la note et le cadre est de
27987  9
27988 \begin_inset space \thinspace{}
27989 \end_inset
27990
27991 pt et il peut être modifié en utilisant la valeur de 
27992 \series bold
27993
27994 \backslash
27995 FrameSep
27996 \series default
27997 .
27998  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
27999  suivantes en code TeX
28000 \end_layout
28001
28002 \begin_layout Standard
28003
28004 \series bold
28005
28006 \backslash
28007 setlength{
28008 \backslash
28009 FrameRule}{5pt}
28010 \begin_inset Newline newline
28011 \end_inset
28012
28013
28014 \backslash
28015 setlength{
28016 \backslash
28017 FrameSep}{0.5cm}
28018 \end_layout
28019
28020 \begin_layout Standard
28021
28022 \lang english
28023 \begin_inset ERT
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027
28028
28029 \backslash
28030 setlength{
28031 \backslash
28032 FrameRule}{5pt}
28033 \end_layout
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 setlength{
28040 \backslash
28041 FrameSep}{0.5cm}
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset Box Framed
28048 position "t"
28049 hor_pos "c"
28050 has_inner_box 0
28051 inner_pos "t"
28052 use_parbox 0
28053 width "100col%"
28054 special "none"
28055 height "1in"
28056 height_special "totalheight"
28057 status open
28058
28059 \begin_layout Plain Layout
28060 Ceci est un texte dans une boîte autorisant les 
28061 \family sans
28062 sauts de page
28063 \family default
28064 .
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset ERT
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074
28075
28076 \backslash
28077 setlength{
28078 \backslash
28079 FrameRule}{0.4pt}
28080 \end_layout
28081
28082 \begin_layout Plain Layout
28083
28084
28085 \backslash
28086 setlength{
28087 \backslash
28088 FrameSep}{9pt}
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097
28098 \lang english
28099 \begin_inset VSpace bigskip
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 Pour les bôites à 
28107 \family sans
28108 Fond
28109 \begin_inset space ~
28110 \end_inset
28111
28112 ombré
28113 \family default
28114 , l'espacement par défaut entre le contenu de la boîte et son cadre est
28115  de 3
28116 \begin_inset space \thinspace{}
28117 \end_inset
28118
28119 pt et il peut être modifié avec la valeur de 
28120 \series bold
28121
28122 \backslash
28123 fboxsep
28124 \series default
28125 .
28126  La couleur rouge utilisée par défaut pour le fond peut soit être modifiée
28127  localement avec la commande 
28128 \series bold
28129
28130 \backslash
28131 definecolor{shadebox}
28132 \series default
28133 , soit globalement avec le menu 
28134 \family sans
28135 Outils\SpecialChar \menuseparator
28136 Préférences
28137 \family default
28138 \SpecialChar \menuseparator
28139
28140 \family sans
28141 Couleurs\SpecialChar \menuseparator
28142 boîte
28143 \begin_inset space ~
28144 \end_inset
28145
28146 ombrée
28147 \family default
28148 .
28149  La syntaxe de la commande 
28150 \series bold
28151
28152 \backslash
28153 definecolor
28154 \series default
28155  est expliquée dans la section
28156 \begin_inset space ~
28157 \end_inset
28158
28159
28160 \begin_inset CommandInset ref
28161 LatexCommand ref
28162 reference "sec:Tableaux-Colorés"
28163
28164 \end_inset
28165
28166
28167 \begin_inset Foot
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Notez que l'utilisation de 
28172 \series bold
28173
28174 \backslash
28175 definecolor
28176 \series default
28177  ne peut se faire sans le paquetage LaTeX 
28178 \series bold
28179 color
28180 \series default
28181  dans le préambule, voir la section
28182 \begin_inset space ~
28183 \end_inset
28184
28185
28186 \begin_inset CommandInset ref
28187 LatexCommand ref
28188 reference "sec:Boîtes-colorées"
28189
28190 \end_inset
28191
28192 .
28193  
28194 \end_layout
28195
28196 \end_inset
28197
28198 .
28199 \end_layout
28200
28201 \begin_layout Standard
28202 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
28203  les commandes en code TeX suivantes
28204 \end_layout
28205
28206 \begin_layout Standard
28207
28208 \series bold
28209
28210 \backslash
28211 setlength{
28212 \backslash
28213 fboxsep}{0.5cm}
28214 \series default
28215
28216 \begin_inset Newline newline
28217 \end_inset
28218
28219
28220 \series bold
28221
28222 \backslash
28223 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28224 \end_layout
28225
28226 \begin_layout Standard
28227
28228 \lang english
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 fboxsep}{0.5cm}
28239 \end_layout
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \begin_inset Box Shaded
28252 position "t"
28253 hor_pos "c"
28254 has_inner_box 0
28255 inner_pos "t"
28256 use_parbox 0
28257 width "100col%"
28258 special "none"
28259 height "1in"
28260 height_special "totalheight"
28261 status open
28262
28263 \begin_layout Plain Layout
28264
28265 \color yellow
28266 Ceci est un texte jaune dans une boîte à 
28267 \family sans
28268 Fond
28269 \begin_inset space ~
28270 \end_inset
28271
28272 ombré
28273 \family default
28274 \color inherit
28275  
28276 \color yellow
28277 avec un fond vert foncé.
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \begin_inset ERT
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287
28288
28289 \backslash
28290 setlength{
28291 \backslash
28292 fboxsep}{3pt}
28293 \end_layout
28294
28295 \begin_layout Plain Layout
28296
28297
28298 \backslash
28299 definecolor{shadecolor}{rgb}{1,0,0}
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308
28309 \lang english
28310 \begin_inset VSpace bigskip
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28318  les boîtes qui suivent la commandes qui les a changées.
28319 \end_layout
28320
28321 \begin_layout Section
28322 Minipages
28323 \begin_inset CommandInset label
28324 LatexCommand label
28325 name "sec:Minipages"
28326
28327 \end_inset
28328
28329
28330 \begin_inset Index
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 Boîtes ! Minipages
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Standard
28343 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28344 ur d'une page.
28345  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28346  règles d'indentation, de saut de ligne, etc.
28347  s'appliquent.
28348 \end_layout
28349
28350 \begin_layout Standard
28351 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28352  langues.
28353 \end_layout
28354
28355 \begin_layout Standard
28356 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28357  Leur largeur est fixée à 45
28358 \begin_inset space \thinspace{}
28359 \end_inset
28360
28361 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28362  via le menu 
28363 \family sans
28364 Insérer\SpecialChar \menuseparator
28365 Typographie
28366 \begin_inset space ~
28367 \end_inset
28368
28369 spéciale\SpecialChar \menuseparator
28370 Ressort
28371 \begin_inset space ~
28372 \end_inset
28373
28374 Horizontal
28375 \family default
28376 .
28377 \end_layout
28378
28379 \begin_layout Standard
28380
28381 \end_layout
28382
28383 \begin_layout Standard
28384
28385 \lang english
28386 \begin_inset Box Frameless
28387 position "t"
28388 hor_pos "c"
28389 has_inner_box 1
28390 inner_pos "c"
28391 use_parbox 0
28392 width "45col%"
28393 special "none"
28394 height "1in"
28395 height_special "totalheight"
28396 status open
28397
28398 \begin_layout Plain Layout
28399
28400 \lang german
28401 Dies ist ein deutscher Text.
28402  Dies ist ein deutscher Text.
28403  Dies ist ein deutscher Text.
28404  Dies ist ein deutscher Text.
28405  Dies ist ein deutscher Text.
28406  Dies ist ein deutscher Text.
28407  Dies ist ein deutscher Text.
28408  Dies ist ein deutscher Text.
28409  Dies ist ein deutscher Text.
28410  Dies ist ein deutscher Text.
28411  Dies ist ein deutscher Text.
28412  Dies ist ein deutscher Text.
28413  Dies ist ein deutscher Text
28414 \begin_inset Foot
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418
28419 \lang german
28420 Dies ist eine deutsche Fußnote.
28421 \end_layout
28422
28423 \end_inset
28424
28425 .
28426  Dies ist ein deutscher Text.
28427  Dies ist ein deutscher Text.
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset space \hfill{}
28434 \end_inset
28435
28436
28437 \begin_inset Box Frameless
28438 position "t"
28439 hor_pos "c"
28440 has_inner_box 1
28441 inner_pos "c"
28442 use_parbox 0
28443 width "45col%"
28444 special "none"
28445 height "1in"
28446 height_special "totalheight"
28447 status open
28448
28449 \begin_layout Plain Layout
28450
28451 \lang english
28452 This is an English Text.
28453  This is an English Text.
28454  This is an English Text.
28455  This is an English Text.
28456  This is an English Text.
28457  This is an English Text.
28458  This is an English Text.
28459  This is an English Text.
28460  This is an English Text.
28461  This is an English Text.
28462  This is an English Text.
28463  This is an English Text.
28464  This is an English Text.
28465  This is an English Text.
28466  This is an English Text.
28467  This is an English Text.
28468 \begin_inset Foot
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473 \lang english
28474 This is an English footnote.
28475 \end_layout
28476
28477 \end_inset
28478
28479  This is an English Text.
28480  
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset VSpace bigskip
28490 \end_inset
28491
28492 Une autre application des minipages est l'ajout de notes de bas de page
28493  à l'intérieur d'un tableau.
28494  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28495  dans un tableau n'apparaissent pas en bas de la page courante.
28496  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28497  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28498  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28499  dehors des minipages.
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Les notes de bas de page de ce tableau n'apparaissent pas : 
28504 \begin_inset Tabular
28505 <lyxtabular version="3" rows="3" columns="4">
28506 <features>
28507 <column alignment="center" valignment="top" width="0pt">
28508 <column alignment="center" valignment="top" width="0pt">
28509 <column alignment="center" valignment="top" width="0pt">
28510 <column alignment="center" valignment="top" width="0pt">
28511 <row>
28512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516 1
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28522 \begin_inset Text
28523
28524 \begin_layout Plain Layout
28525 2
28526 \end_layout
28527
28528 \end_inset
28529 </cell>
28530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28531 \begin_inset Text
28532
28533 \begin_layout Plain Layout
28534 3
28535 \begin_inset Foot
28536 status open
28537
28538 \begin_layout Plain Layout
28539 Ceci est une note de bas de page à l'intérieur d'un tableau.
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Plain Layout
28553 4
28554 \end_layout
28555
28556 \end_inset
28557 </cell>
28558 </row>
28559 <row>
28560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28561 \begin_inset Text
28562
28563 \begin_layout Plain Layout
28564 a
28565 \end_layout
28566
28567 \end_inset
28568 </cell>
28569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573 b
28574 \end_layout
28575
28576 \end_inset
28577 </cell>
28578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28579 \begin_inset Text
28580
28581 \begin_layout Plain Layout
28582 c
28583 \end_layout
28584
28585 \end_inset
28586 </cell>
28587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Plain Layout
28591 d
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 </row>
28597 <row>
28598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 e
28603 \end_layout
28604
28605 \end_inset
28606 </cell>
28607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28608 \begin_inset Text
28609
28610 \begin_layout Plain Layout
28611 f
28612 \end_layout
28613
28614 \end_inset
28615 </cell>
28616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28617 \begin_inset Text
28618
28619 \begin_layout Plain Layout
28620 g
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28626 \begin_inset Text
28627
28628 \begin_layout Plain Layout
28629 h
28630 \end_layout
28631
28632 \end_inset
28633 </cell>
28634 </row>
28635 </lyxtabular>
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 \align center
28644 \begin_inset Box Frameless
28645 position "t"
28646 hor_pos "c"
28647 has_inner_box 1
28648 inner_pos "c"
28649 use_parbox 0
28650 width "30col%"
28651 special "none"
28652 height "1in"
28653 height_special "totalheight"
28654 status open
28655
28656 \begin_layout Plain Layout
28657 \align center
28658 \begin_inset Tabular
28659 <lyxtabular version="3" rows="3" columns="4">
28660 <features>
28661 <column alignment="center" valignment="top" width="0pt">
28662 <column alignment="center" valignment="top" width="0pt">
28663 <column alignment="center" valignment="top" width="0pt">
28664 <column alignment="center" valignment="top" width="0pt">
28665 <row>
28666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28667 \begin_inset Text
28668
28669 \begin_layout Plain Layout
28670 1
28671 \end_layout
28672
28673 \end_inset
28674 </cell>
28675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28676 \begin_inset Text
28677
28678 \begin_layout Plain Layout
28679 2
28680 \end_layout
28681
28682 \end_inset
28683 </cell>
28684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28685 \begin_inset Text
28686
28687 \begin_layout Plain Layout
28688 3
28689 \begin_inset Foot
28690 status open
28691
28692 \begin_layout Plain Layout
28693 Ceci est une note de bas de page à l'intérieur d'un tableau.
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Plain Layout
28707 4
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 </row>
28713 <row>
28714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28715 \begin_inset Text
28716
28717 \begin_layout Plain Layout
28718 a
28719 \end_layout
28720
28721 \end_inset
28722 </cell>
28723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28724 \begin_inset Text
28725
28726 \begin_layout Plain Layout
28727 b
28728 \end_layout
28729
28730 \end_inset
28731 </cell>
28732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28733 \begin_inset Text
28734
28735 \begin_layout Plain Layout
28736 c
28737 \end_layout
28738
28739 \end_inset
28740 </cell>
28741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28742 \begin_inset Text
28743
28744 \begin_layout Plain Layout
28745 d
28746 \end_layout
28747
28748 \end_inset
28749 </cell>
28750 </row>
28751 <row>
28752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28753 \begin_inset Text
28754
28755 \begin_layout Plain Layout
28756 e
28757 \end_layout
28758
28759 \end_inset
28760 </cell>
28761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28762 \begin_inset Text
28763
28764 \begin_layout Plain Layout
28765 f
28766 \end_layout
28767
28768 \end_inset
28769 </cell>
28770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28771 \begin_inset Text
28772
28773 \begin_layout Plain Layout
28774 g
28775 \end_layout
28776
28777 \end_inset
28778 </cell>
28779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28780 \begin_inset Text
28781
28782 \begin_layout Plain Layout
28783 h
28784 \end_layout
28785
28786 \end_inset
28787 </cell>
28788 </row>
28789 </lyxtabular>
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \begin_layout Standard
28802 \begin_inset VSpace bigskip
28803 \end_inset
28804
28805 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28806  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28807  minipages, même si vous les avez mis par exemple à 
28808 \family sans
28809 Moyen
28810 \family default
28811  dans les paramètres du document.
28812 \end_layout
28813
28814 \begin_layout Standard
28815 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28816  portion de texte, voyez la section
28817 \begin_inset space ~
28818 \end_inset
28819
28820
28821 \begin_inset CommandInset ref
28822 LatexCommand ref
28823 reference "sub:Couleur-pour-les-Paragraphes"
28824
28825 \end_inset
28826
28827 .
28828 \end_layout
28829
28830 \begin_layout Standard
28831 \begin_inset Note Greyedout
28832 status open
28833
28834 \begin_layout Plain Layout
28835
28836 \series bold
28837 Note:
28838 \series default
28839  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28840  mais les minipages peuvent être utilisées dans un tableau, un flottant
28841  ou une autre boîte.
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \begin_layout Section
28850 Les Parboxes
28851 \begin_inset CommandInset label
28852 LatexCommand label
28853 name "sec:Parboxes"
28854
28855 \end_inset
28856
28857
28858 \begin_inset Index
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862 Boîtes ! Parboxes
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \end_layout
28869
28870 \begin_layout Standard
28871 \begin_inset Note Note
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875
28876 \lang english
28877 En attendant une traduction de parbox (NdT)
28878 \end_layout
28879
28880 \end_inset
28881
28882 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28883  ne peuvent avoir de note de bas de page.
28884  La principale différence avec les minipages, c'est que les minipages au
28885  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28886  LaTeX.
28887 \end_layout
28888
28889 \begin_layout Standard
28890 \align center
28891 \begin_inset Box Frameless
28892 position "t"
28893 hor_pos "c"
28894 has_inner_box 1
28895 inner_pos "t"
28896 use_parbox 1
28897 width "33col%"
28898 special "none"
28899 height "1in"
28900 height_special "totalheight"
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 Ceci est un texte à l'intérieur d'une parbox.
28905  Ceci est un texte à l'intérieur d'une parbox.
28906 \end_layout
28907
28908 \begin_layout Plain Layout
28909 Cette note de bas de page ne devrait pas apparaître :
28910 \begin_inset Foot
28911 status open
28912
28913 \begin_layout Plain Layout
28914 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28915  pas.
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \begin_layout Section
28929 Des Boîtes pour les Mots et les Caractères
28930 \begin_inset Index
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934 Boîtes ! Pour les caractères
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Subsection
28943 Empêcher la Césure
28944 \begin_inset CommandInset label
28945 LatexCommand label
28946 name "sec:Empêcher-césure"
28947
28948 \end_inset
28949
28950
28951 \begin_inset Index
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955 Boîtes ! Pour empêcher la césure
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \begin_layout Standard
28964 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28965  un texte ne soit coupé par une césure.
28966 \begin_inset Newline newline
28967 \end_inset
28968
28969 Voici un exemple de texte :
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28974  césure dans un 
28975 \begin_inset Quotes eld
28976 \end_inset
28977
28978 motTrèsTrèsLong
28979 \begin_inset Quotes erd
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Pour empêcher que le mot 
28987 \begin_inset Quotes eld
28988 \end_inset
28989
28990 motTrèsTrèsLong
28991 \begin_inset Quotes erd
28992 \end_inset
28993
28994  soit coupé, ajoutez la commande
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000
29001 \backslash
29002 mbox{
29003 \end_layout
29004
29005 \begin_layout Standard
29006 en code TeX avant le mot.
29007  Après le mot, insérez l'accolade fermante 
29008 \begin_inset Quotes eld
29009 \end_inset
29010
29011
29012 \series bold
29013 }
29014 \series default
29015
29016 \begin_inset Quotes erd
29017 \end_inset
29018
29019  en code TeX.
29020 \end_layout
29021
29022 \begin_layout Standard
29023 Voici le résultat :
29024 \end_layout
29025
29026 \begin_layout Standard
29027 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29028  césure dans un
29029 \begin_inset ERT
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033
29034
29035 \backslash
29036 mbox{
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \begin_inset Quotes eld
29043 \end_inset
29044
29045 motTrèsTrèsLong
29046 \begin_inset Quotes erd
29047 \end_inset
29048
29049 .
29050 \begin_inset ERT
29051 status collapsed
29052
29053 \begin_layout Plain Layout
29054
29055 }
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Standard
29064 Une autre méthode consiste à mettre la commande 
29065 \begin_inset Quotes eld
29066 \end_inset
29067
29068
29069 \series bold
29070
29071 \backslash
29072 -
29073 \series default
29074
29075 \begin_inset Quotes grd
29076 \end_inset
29077
29078  en code TeX, juste avant le mot :
29079 \end_layout
29080
29081 \begin_layout Standard
29082 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29083  césure dans un 
29084 \begin_inset Quotes eld
29085 \end_inset
29086
29087
29088 \begin_inset ERT
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092
29093
29094 \backslash
29095 -
29096 \end_layout
29097
29098 \end_inset
29099
29100 motTrèsTrèsLong
29101 \begin_inset Quotes erd
29102 \end_inset
29103
29104 .
29105 \end_layout
29106
29107 \begin_layout Standard
29108 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29109  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29110 \family sans
29111 Insérer\SpecialChar \menuseparator
29112 Formats\SpecialChar \menuseparator
29113 Passage
29114 \begin_inset space ~
29115 \end_inset
29116
29117 à
29118 \begin_inset space ~
29119 \end_inset
29120
29121 la
29122 \begin_inset space ~
29123 \end_inset
29124
29125 Ligne
29126 \family default
29127  (raccourci 
29128 \series bold
29129 Ctrl-Entrée
29130 \series default
29131 ) :
29132 \end_layout
29133
29134 \begin_layout Standard
29135 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29136  césure dans un
29137 \begin_inset Newline newline
29138 \end_inset
29139
29140
29141 \begin_inset ERT
29142 status collapsed
29143
29144 \begin_layout Plain Layout
29145
29146
29147 \backslash
29148 mbox{
29149 \end_layout
29150
29151 \end_inset
29152
29153
29154 \begin_inset Quotes eld
29155 \end_inset
29156
29157 motTrèsTrèsLong
29158 \begin_inset Quotes erd
29159 \end_inset
29160
29161 .
29162 \begin_inset ERT
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166
29167 }
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Subsection
29176 Alignement Vertical
29177 \begin_inset CommandInset label
29178 LatexCommand label
29179 name "sub:Alignement-Vertical"
29180
29181 \end_inset
29182
29183
29184 \begin_inset Index
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188 Boîtes ! Pour l'alignement vertical
29189 \end_layout
29190
29191 \end_inset
29192
29193
29194 \begin_inset Index
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198 Boîtes ! Boîtes élévatrices
29199 \end_layout
29200
29201 \end_inset
29202
29203
29204 \begin_inset Index
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 Raisebox|see
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214 {
29215 \end_layout
29216
29217 \end_inset
29218
29219 Boîtes élévatrices
29220 \begin_inset ERT
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224
29225 }
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Avec la commande 
29240 \series bold
29241
29242 \backslash
29243 raisebox
29244 \series default
29245  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29246  par rapport au texte qui l'entoure.
29247  La commande
29248 \series bold
29249  
29250 \backslash
29251 raisebox
29252 \series default
29253  s'utilise en suivant la syntaxe suivante :
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \series bold
29259
29260 \backslash
29261 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29262 \end_layout
29263
29264 \begin_layout Standard
29265 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29266  pour l'abaisser.
29267 \end_layout
29268
29269 \begin_layout Standard
29270 Pour aligner le mot 
29271 \begin_inset Quotes eld
29272 \end_inset
29273
29274 empêcher
29275 \begin_inset Quotes erd
29276 \end_inset
29277
29278  de façon à ce que le point le plus bas du caractère le plus 
29279 \begin_inset Quotes eld
29280 \end_inset
29281
29282 profond
29283 \begin_inset Quotes erd
29284 \end_inset
29285
29286 , le 
29287 \begin_inset Quotes eld
29288 \end_inset
29289
29290 p
29291 \begin_inset Quotes erd
29292 \end_inset
29293
29294 , soit au niveau de la ligne de base, insérez la commande 
29295 \end_layout
29296
29297 \begin_layout Standard
29298
29299 \series bold
29300
29301 \backslash
29302 raisebox{
29303 \backslash
29304 depth}{
29305 \end_layout
29306
29307 \begin_layout Standard
29308 en code TeX avant le mot.
29309  Insérez après le mot l'accolade fermante 
29310 \begin_inset Quotes eld
29311 \end_inset
29312
29313
29314 \series bold
29315 }
29316 \series default
29317
29318 \begin_inset Quotes erd
29319 \end_inset
29320
29321  en code TeX.
29322 \begin_inset Newline newline
29323 \end_inset
29324
29325 Voici le résultat :
29326 \end_layout
29327
29328 \begin_layout Standard
29329 Cette ligne de texte contient le mot 
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 raisebox{
29338 \backslash
29339 depth}{
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \begin_inset Quotes eld
29346 \end_inset
29347
29348 empêcher
29349 \begin_inset Quotes erd
29350 \end_inset
29351
29352
29353 \begin_inset ERT
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357
29358 }
29359 \end_layout
29360
29361 \end_inset
29362
29363  comme mot élevé.
29364 \end_layout
29365
29366 \begin_layout Standard
29367 \begin_inset VSpace bigskip
29368 \end_inset
29369
29370 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29371  entre les lignes va être agrandie :
29372 \end_layout
29373
29374 \begin_layout Standard
29375 Cette ligne de texte contient le mot
29376 \begin_inset ERT
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381
29382 \backslash
29383 raisebox{-
29384 \backslash
29385 depth}{
29386 \end_layout
29387
29388 \end_inset
29389
29390
29391 \begin_inset Quotes eld
29392 \end_inset
29393
29394 empêcher
29395 \begin_inset Quotes erd
29396 \end_inset
29397
29398
29399 \begin_inset ERT
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403
29404 }
29405 \end_layout
29406
29407 \end_inset
29408
29409  comme mot abaissé.
29410 \begin_inset Newline newline
29411 \end_inset
29412
29413 Cette ligne de texte contient le mot 
29414 \begin_inset ERT
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418
29419
29420 \backslash
29421 raisebox{0.5cm}{
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \begin_inset Quotes eld
29428 \end_inset
29429
29430 tester
29431 \begin_inset Quotes erd
29432 \end_inset
29433
29434
29435 \begin_inset ERT
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439
29440 }
29441 \end_layout
29442
29443 \end_inset
29444
29445  comme mot élevé.
29446 \end_layout
29447
29448 \begin_layout Standard
29449 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29450  mettez la hauteur de la boîte à zéro.
29451  Par exemple utilisez
29452 \end_layout
29453
29454 \begin_layout Standard
29455
29456 \series bold
29457
29458 \backslash
29459 raisebox{-
29460 \backslash
29461 depth}[0pt]{
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Cette ligne de texte contient le mot
29466 \begin_inset ERT
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470
29471
29472 \backslash
29473 raisebox{-
29474 \backslash
29475 depth}[0pt]{
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \begin_inset Quotes eld
29482 \end_inset
29483
29484 empêcher
29485 \begin_inset Quotes erd
29486 \end_inset
29487
29488
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494 }
29495 \end_layout
29496
29497 \end_inset
29498
29499  comme mot abaissé.
29500 \begin_inset Newline newline
29501 \end_inset
29502
29503 Cette ligne de texte contient le mot 
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509
29510 \backslash
29511 raisebox{0.5cm}[0pt]{
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \begin_inset Quotes eld
29518 \end_inset
29519
29520 tester
29521 \begin_inset Quotes erd
29522 \end_inset
29523
29524
29525 \begin_inset ERT
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529
29530 }
29531 \end_layout
29532
29533 \end_inset
29534
29535  comme mot élevé.
29536 \end_layout
29537
29538 \begin_layout Section
29539 Boîtes Colorées
29540 \begin_inset CommandInset label
29541 LatexCommand label
29542 name "sec:Boîtes-colorées"
29543
29544 \end_inset
29545
29546
29547 \begin_inset Index
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 Boîtes ! Couleur
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Subsection
29560 De la couleur pour le texte
29561 \begin_inset Index
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 Couleur ! Pour le texte
29566 \end_layout
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29575  une boîte appelée 
29576 \begin_inset Quotes eld
29577 \end_inset
29578
29579 colorbox
29580 \begin_inset Quotes erd
29581 \end_inset
29582
29583 .
29584  Cela demande que le paquetage LaTeX 
29585 \series bold
29586 color
29587 \series default
29588
29589 \begin_inset Index
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 Paquetages LaTeX ! color
29594 \end_layout
29595
29596 \end_inset
29597
29598  soit chargé dans le préambule du document avec la commande
29599 \end_layout
29600
29601 \begin_layout Standard
29602
29603 \series bold
29604
29605 \backslash
29606 @ifundefined{textcolor}
29607 \begin_inset Newline newline
29608 \end_inset
29609
29610
29611 \begin_inset ERT
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615
29616
29617 \backslash
29618 hphantom{ }
29619 \end_layout
29620
29621 \end_inset
29622
29623 {
29624 \backslash
29625 usepackage{color}}{}
29626 \end_layout
29627
29628 \begin_layout Standard
29629 Le paquetage 
29630 \series bold
29631 color
29632 \series default
29633  sera chargé automatiquement par LyX dès que vous colorez du texte
29634 \begin_inset Foot
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29639  
29640 \series bold
29641
29642 \backslash
29643 @ifundefined
29644 \series default
29645 .
29646 \end_layout
29647
29648 \end_inset
29649
29650 .
29651 \end_layout
29652
29653 \begin_layout Standard
29654 \begin_inset VSpace medskip
29655 \end_inset
29656
29657 Les boîtes colorées sont créées par la commande 
29658 \series bold
29659
29660 \backslash
29661 colorbox
29662 \series default
29663 .
29664  Elle est utilisée avec la syntaxe suivante :
29665 \end_layout
29666
29667 \begin_layout Standard
29668
29669 \series bold
29670
29671 \backslash
29672 colorbox{couleur}{contenu de la boîte}
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29677  peuvent être placées à l'intérieur d'autres boîtes.
29678 \end_layout
29679
29680 \begin_layout Standard
29681 Les couleurs suivantes sont prédéfinies ::
29682 \begin_inset Newline newline
29683 \end_inset
29684
29685
29686 \family sans
29687 black
29688 \family default
29689  (noir), 
29690 \family sans
29691 blue
29692 \family default
29693  (bleu), 
29694 \family sans
29695 cyan
29696 \family default
29697 \series bold
29698 ,
29699 \series default
29700  
29701 \family sans
29702 green
29703 \family default
29704  (vert), 
29705 \family sans
29706 magenta
29707 \family default
29708
29709 \family sans
29710 red
29711 \family default
29712  (rouge), 
29713 \family sans
29714 white
29715 \family default
29716  (blanc), and 
29717 \family sans
29718 yellow
29719 \family default
29720  (jaune).
29721 \begin_inset Newline newline
29722 \end_inset
29723
29724 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29725  section
29726 \begin_inset space ~
29727 \end_inset
29728
29729
29730 \begin_inset CommandInset ref
29731 LatexCommand ref
29732 reference "sec:Tableaux-Colorés"
29733
29734 \end_inset
29735
29736 .
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 colorbox{red}{
29749 \end_layout
29750
29751 \begin_layout Standard
29752 avant le mot en code TeX.
29753  Insérez l'accolade fermante 
29754 \begin_inset Quotes eld
29755 \end_inset
29756
29757 }
29758 \begin_inset Quotes erd
29759 \end_inset
29760
29761  après le mot, en code TeX.
29762 \begin_inset Newline newline
29763 \end_inset
29764
29765 Voici le résultat :
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Cette ligne de texte contient le mot
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 colorbox{red}{
29778 \end_layout
29779
29780 \end_inset
29781
29782
29783 \begin_inset Quotes eld
29784 \end_inset
29785
29786 Attention!
29787 \begin_inset Quotes erd
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796 }
29797 \end_layout
29798
29799 \end_inset
29800
29801  sur fond rouge.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset VSpace bigskip
29806 \end_inset
29807
29808 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29809  vous pouvez utiliser la commande 
29810 \series bold
29811
29812 \backslash
29813 fcolorbox
29814 \series default
29815  avec la syntaxe suivante :
29816 \end_layout
29817
29818 \begin_layout Standard
29819
29820 \series bold
29821
29822 \backslash
29823 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29824 \end_layout
29825
29826 \begin_layout Standard
29827
29828 \series bold
29829
29830 \backslash
29831 fcolorbox
29832 \series default
29833  est une extension de 
29834 \series bold
29835
29836 \backslash
29837 colorbox
29838 \series default
29839 .
29840  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29841  peuvent être modifiés avec les variables 
29842 \series bold
29843
29844 \backslash
29845 fboxrule
29846 \series default
29847  et 
29848 \series bold
29849
29850 \backslash
29851 fboxsep
29852 \series default
29853 , comme c'est décrit dans la section
29854 \begin_inset space ~
29855 \end_inset
29856
29857
29858 \begin_inset CommandInset ref
29859 LatexCommand ref
29860 reference "sec:Décorations"
29861
29862 \end_inset
29863
29864 .
29865 \end_layout
29866
29867 \begin_layout Standard
29868 Pour l'exemple suivant, on a utilisé la commande
29869 \end_layout
29870
29871 \begin_layout Standard
29872
29873 \series bold
29874
29875 \backslash
29876 fcolorbox{cyan}{magenta}{
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29881 \begin_inset space \thinspace{}
29882 \end_inset
29883
29884 mm:
29885 \begin_inset Newline newline
29886 \end_inset
29887
29888
29889 \begin_inset ERT
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893
29894
29895 \backslash
29896 fboxrule 1mm 
29897 \backslash
29898 fboxsep 1mm
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \begin_inset ERT
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908
29909
29910 \backslash
29911 fcolorbox{cyan}{magenta}{
29912 \end_layout
29913
29914 \end_inset
29915
29916 Ce texte est dans une boîte encadrée et colorée.
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922 }
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset VSpace bigskip
29932 \end_inset
29933
29934 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29935  les yeux ! - NdT) :
29936 \begin_inset Newline newline
29937 \end_inset
29938
29939
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 fcolorbox{cyan}{magenta}{
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \color yellow
29954 Ce texte est coloré dans une boîte colorée et encadrée.
29955 \color inherit
29956
29957 \begin_inset ERT
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961
29962 }
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 fboxrule 0.4pt 
29976 \backslash
29977 fboxsep 3pt
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986
29987 \series bold
29988 \begin_inset VSpace medskip
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \begin_layout Standard
29995 \begin_inset Note Greyedout
29996 status open
29997
29998 \begin_layout Plain Layout
29999
30000 \series bold
30001 Note:
30002 \series default
30003  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
30004  de ligne.
30005  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
30006  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Subsection
30015 De la couleur pour les paragraphes
30016 \begin_inset CommandInset label
30017 LatexCommand label
30018 name "sub:Couleur-pour-les-Paragraphes"
30019
30020 \end_inset
30021
30022
30023 \begin_inset Index
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 Couleur ! Pour les  paragraphes
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \begin_layout Standard
30036 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30037  texte dans une minipage.
30038  Avant la minipage, insérez la commande 
30039 \series bold
30040
30041 \backslash
30042 colorbox
30043 \series default
30044  
30045 \end_layout
30046
30047 \begin_layout Standard
30048
30049 \series bold
30050
30051 \backslash
30052 colorbox{color}{
30053 \end_layout
30054
30055 \begin_layout Standard
30056 en code TeX.
30057  Après la minipage, insérez l'accolade fermante 
30058 \begin_inset Quotes eld
30059 \end_inset
30060
30061 }
30062 \begin_inset Quotes erd
30063 \end_inset
30064
30065  en code TeX.
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 colorbox{lightgrey}{
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \begin_inset Box Frameless
30083 position "t"
30084 hor_pos "c"
30085 has_inner_box 1
30086 inner_pos "t"
30087 use_parbox 0
30088 width "100col%"
30089 special "none"
30090 height "1in"
30091 height_special "totalheight"
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Ce texte a un fond coloré.
30096  Ce texte a un fond coloré.
30097 \end_layout
30098
30099 \begin_layout Plain Layout
30100 \begin_inset VSpace defskip
30101 \end_inset
30102
30103 Le texte peut avoir des notes de bas de page
30104 \begin_inset Foot
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Un autre exemple de note de bas de page
30109 \end_layout
30110
30111 \end_inset
30112
30113  et contenir des figures et des tableaux.
30114 \end_layout
30115
30116 \begin_layout Plain Layout
30117 \align center
30118 \begin_inset Tabular
30119 <lyxtabular version="3" rows="3" columns="3">
30120 <features>
30121 <column alignment="center" valignment="top" width="0">
30122 <column alignment="center" valignment="top" width="0">
30123 <column alignment="center" valignment="top" width="0">
30124 <row>
30125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129 a
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Plain Layout
30138 !
30139 \end_layout
30140
30141 \end_inset
30142 </cell>
30143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147 3
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 </row>
30153 <row>
30154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158 <
30159 \end_layout
30160
30161 \end_inset
30162 </cell>
30163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30164 \begin_inset Text
30165
30166 \begin_layout Plain Layout
30167 b2
30168 \begin_inset Quotes erd
30169 \end_inset
30170
30171 |
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180 >
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 </row>
30186 <row>
30187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30188 \begin_inset Text
30189
30190 \begin_layout Plain Layout
30191 1
30192 \end_layout
30193
30194 \end_inset
30195 </cell>
30196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30197 \begin_inset Text
30198
30199 \begin_layout Plain Layout
30200 §
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30206 \begin_inset Text
30207
30208 \begin_layout Plain Layout
30209 c
30210 \end_layout
30211
30212 \end_inset
30213 </cell>
30214 </row>
30215 </lyxtabular>
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230 }
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Section
30239 Les boîtes pivotées et redimensionnées
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30244  charger le paquetage LaTeX 
30245 \series bold
30246 graphicx
30247 \series default
30248
30249 \begin_inset Index
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 Paquetages LaTeX ! graphicx
30254 \end_layout
30255
30256 \end_inset
30257
30258  dans le préambule de votre document avec la commande
30259 \end_layout
30260
30261 \begin_layout Standard
30262
30263 \series bold
30264
30265 \backslash
30266 @ifundefined{rotatebox}
30267 \begin_inset Newline newline
30268 \end_inset
30269
30270
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 hphantom{ }
30279 \end_layout
30280
30281 \end_inset
30282
30283 {
30284 \backslash
30285 usepackage{graphicx}}{}
30286 \end_layout
30287
30288 \begin_layout Standard
30289 \begin_inset Note Greyedout
30290 status open
30291
30292 \begin_layout Plain Layout
30293
30294 \series bold
30295 Note:
30296 \series default
30297  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30298  redimensionnés.
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 \begin_inset Note Greyedout
30308 status open
30309
30310 \begin_layout Plain Layout
30311
30312 \series bold
30313 Note:
30314 \series default
30315  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30316  redimensionnée.
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Subsection
30325 Les Boîtes pivotées
30326 \begin_inset Index
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330 Boîtes ! pivotées
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \begin_inset Index
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340 Pivoter des objets
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \begin_inset Index
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350 Figures ! Pivotées
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \begin_inset Index
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 Tableau ! Pivoter
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Standard
30369 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30370  (rotated).
30371  Une telle boîte est créée avec la commande 
30372 \series bold
30373
30374 \backslash
30375 rotatebox
30376 \series default
30377  en code TeX avec la syntaxe
30378 \end_layout
30379
30380 \begin_layout Standard
30381
30382 \series bold
30383
30384 \backslash
30385 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30386 \end_layout
30387
30388 \begin_layout Standard
30389 La position du pivot est donnée par l'origine de rotation spécifiée sous
30390  la forme 
30391 \series bold
30392 origin=position
30393 \series default
30394 .
30395  Les valeurs suivantes sont possibles pour la position: 
30396 \emph on
30397 c
30398 \emph default
30399  (centre), 
30400 \emph on
30401 l
30402 \emph default
30403  (gauche/
30404 \lang english
30405 left
30406 \lang french
30407 ), 
30408 \emph on
30409 r
30410 \emph default
30411  (droite/
30412 \lang english
30413 right
30414 \lang french
30415 ), 
30416 \emph on
30417 b
30418 \emph default
30419  (bas/
30420 \lang english
30421 bottom
30422 \lang french
30423 ), 
30424 \emph on
30425 t
30426 \emph default
30427  (haut/
30428 \lang english
30429 top
30430 \lang french
30431 ), et aussi des combinaisons des quatre positions de base.
30432  Par exemple 
30433 \emph on
30434 lt
30435 \emph default
30436  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30437  Quand on ne donne pas d'origine, la position 
30438 \emph on
30439 l
30440 \emph default
30441  est utilisée.
30442  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30443  ou négatif.
30444  Le sens positif de rotation est anti-horaire.
30445 \end_layout
30446
30447 \begin_layout Standard
30448 Dans l'exemple qui suit, la commande 
30449 \series bold
30450
30451 \backslash
30452 rotatebox[origin=c]{60}{
30453 \series default
30454  a été insérée en code TeX juste avant le texte 
30455 \begin_inset Quotes eld
30456 \end_inset
30457
30458 pivoté de 90°
30459 \begin_inset Quotes erd
30460 \end_inset
30461
30462  ; la boîte est refermée juste après le texte par une accolade fermante
30463  
30464 \begin_inset Quotes eld
30465 \end_inset
30466
30467 }
30468 \begin_inset Quotes erd
30469 \end_inset
30470
30471  en code TeX.
30472 \end_layout
30473
30474 \begin_layout Standard
30475 Voici une ligne avec du texte 
30476 \begin_inset ERT
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480
30481
30482 \backslash
30483 rotatebox[origin=c]{60}{
30484 \end_layout
30485
30486 \end_inset
30487
30488 pivoté de 60°
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494 }
30495 \end_layout
30496
30497 \end_inset
30498
30499 .
30500 \end_layout
30501
30502 \begin_layout Standard
30503 La boîte peut contenir une autre boîte ou une formule en ligne :
30504 \end_layout
30505
30506 \begin_layout Standard
30507 Voici une ligne avec du texte 
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 rotatebox[origin=r]{-60}{
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \begin_inset Box Doublebox
30522 position "c"
30523 hor_pos "c"
30524 has_inner_box 0
30525 inner_pos "c"
30526 use_parbox 0
30527 width "1in"
30528 special "width"
30529 height "1in"
30530 height_special "totalheight"
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 pivoté de -60°
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545 }
30546 \end_layout
30547
30548 \end_inset
30549
30550  et encadré 
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556
30557 \backslash
30558 rotatebox[origin=lb]{60}{
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30565 \end_inset
30566
30567
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573 }
30574 \end_layout
30575
30576 \end_inset
30577
30578  et une formule.
30579 \end_layout
30580
30581 \begin_layout Standard
30582 ou encore une figure ou un tableau :
30583 \end_layout
30584
30585 \begin_layout Standard
30586 Voici une ligne
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 rotatebox[origin=lb]{90}{
30595 \end_layout
30596
30597 \end_inset
30598
30599
30600 \begin_inset Graphics
30601         filename ../clipart/platypus.eps
30602         lyxscale 50
30603         width 25col%
30604
30605 \end_inset
30606
30607
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613 }
30614 \end_layout
30615
30616 \end_inset
30617
30618  avec une image pivotée de 90° 
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624
30625 \backslash
30626 rotatebox[origin=l]{-90}{
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \begin_inset Tabular
30633 <lyxtabular version="3" rows="2" columns="2">
30634 <features>
30635 <column alignment="center" valignment="top" width="0">
30636 <column alignment="center" valignment="top" width="0">
30637 <row>
30638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30639 \begin_inset Text
30640
30641 \begin_layout Plain Layout
30642 q
30643 \end_layout
30644
30645 \end_inset
30646 </cell>
30647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 w
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 </row>
30657 <row>
30658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30659 \begin_inset Text
30660
30661 \begin_layout Plain Layout
30662 e
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 r
30672 \end_layout
30673
30674 \end_inset
30675 </cell>
30676 </row>
30677 </lyxtabular>
30678
30679 \end_inset
30680
30681
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687 }
30688 \end_layout
30689
30690 \end_inset
30691
30692  et un tableau.
30693 \end_layout
30694
30695 \begin_layout Subsection
30696 Les boîtes redimensionnées
30697 \begin_inset Index
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701 Boîtes ! Redimensionnées
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \begin_inset Index
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 Redimensionner des objets
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Index
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Figures ! Redimensionnées
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \begin_inset Index
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731 Tableau ! Redimensionner
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 Pour redimensionner des objets on peut utiliser les commandes 
30741 \series bold
30742
30743 \backslash
30744 scalebox
30745 \series default
30746  et 
30747 \series bold
30748
30749 \backslash
30750 resizebox
30751 \series default
30752  insérées sous forme de code TeX.
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 scalebox
30761 \series default
30762  est utilisée avec la syntaxe suivante :
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 scalebox{horizontal}[vertical]{contenu de la boîte}
30771 \end_layout
30772
30773 \begin_layout Standard
30774 Horizontal et vertical sont les facteurs d'échelle correspondants.
30775  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30776  utilisé comme facteur vertical.
30777 \end_layout
30778
30779 \begin_layout Standard
30780 Par exemple, la commande 
30781 \series bold
30782
30783 \backslash
30784 scalebox{2}{Bonjour}
30785 \series default
30786  crée un 
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792
30793 \backslash
30794 scalebox{2}{
30795 \end_layout
30796
30797 \end_inset
30798
30799 Bonjour
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805 }
30806 \end_layout
30807
30808 \end_inset
30809
30810  de taille double par rapport à la taille du texte du document.
30811 \end_layout
30812
30813 \begin_layout Standard
30814
30815 \series bold
30816
30817 \backslash
30818 scalebox{2}[1]{Hello}
30819 \series default
30820  au contraire va déformer le 
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826
30827 \backslash
30828 scalebox{2}[1]{
30829 \end_layout
30830
30831 \end_inset
30832
30833 Bonjour
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839 }
30840 \end_layout
30841
30842 \end_inset
30843
30844 .
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30849  La commande 
30850 \series bold
30851
30852 \backslash
30853 scalebox{-1}[1]{Hello}
30854 \series default
30855  peut donc être utilisée pour créer du texte en miroir : 
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861
30862 \backslash
30863 scalebox{-1}[1]{
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
30880 \end_layout
30881
30882 \begin_layout Standard
30883
30884 \series bold
30885
30886 \backslash
30887 scalebox{1}[-1]{Bonjour}
30888 \series default
30889  effectue une réflexion du 
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 scalebox{1}[-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  par rapport à la ligne de base.
30914 \end_layout
30915
30916 \begin_layout Standard
30917 La commande 
30918 \series bold
30919
30920 \backslash
30921 reflectbox{contenu de la boîte} 
30922 \series default
30923 existe aussi et est équivalente à
30924 \series bold
30925  
30926 \backslash
30927 scalebox{-1}[1]{contenu de la boîte}.
30928
30929 \series default
30930  
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Standard
30938 \begin_inset VSpace bigskip
30939 \end_inset
30940
30941 La commande 
30942 \series bold
30943
30944 \backslash
30945 resizebox
30946 \series default
30947  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30948  données.
30949  La syntaxe de la commande est :
30950 \end_layout
30951
30952 \begin_layout Standard
30953
30954 \series bold
30955
30956 \backslash
30957 resizebox{largeur}{hauteur}{contenu de la boîte}
30958 \end_layout
30959
30960 \begin_layout Standard
30961 Si un des deux paramètres est remplacé par un point d'exclamation 
30962 \series bold
30963 !
30964 \series default
30965 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30966 \end_layout
30967
30968 \begin_layout Standard
30969 La commande 
30970 \series bold
30971
30972 \backslash
30973 resizebox{2cm}{1cm}{Bonjour}
30974 \series default
30975  produit : 
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981
30982 \backslash
30983 resizebox{2cm}{1cm}{
30984 \end_layout
30985
30986 \end_inset
30987
30988 Bonjour
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994 }
30995 \end_layout
30996
30997 \end_inset
30998
30999
31000 \begin_inset Newline newline
31001 \end_inset
31002
31003 La commande 
31004 \series bold
31005
31006 \backslash
31007 resizebox{2cm}{!}{Bonjour}
31008 \series default
31009  produit : 
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 resizebox{2cm}{!}{
31018 \end_layout
31019
31020 \end_inset
31021
31022 Bonjour
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028 }
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 \begin_inset VSpace bigskip
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \begin_layout Standard
31044 \begin_inset Note Greyedout
31045 status open
31046
31047 \begin_layout Plain Layout
31048
31049 \series bold
31050 Note:
31051 \series default
31052  Quand les paramètres des commandes 
31053 \series bold
31054
31055 \backslash
31056 scalebox
31057 \series default
31058  ou 
31059 \series bold
31060
31061 \backslash
31062 resizebox
31063 \series default
31064  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31065  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31066  partiellement.
31067 \end_layout
31068
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \begin_layout Standard
31075 \begin_inset VSpace bigskip
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Les boîtes peuvent être combinée dans n'importe quel ordre.
31083  Par exemple, la commande 
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \series bold
31089
31090 \backslash
31091 rotatebox[origin=c]{-45}{
31092 \backslash
31093 resizebox{2cm}{!}{
31094 \backslash
31095 reflectbox{Bonjour}}}
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \series default
31101 produit :
31102 \end_layout
31103
31104 \begin_layout Standard
31105 \align center
31106 \begin_inset ERT
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110
31111
31112 \backslash
31113 rotatebox[origin=c]{-45}{
31114 \backslash
31115 resizebox{2cm}{!}{
31116 \backslash
31117 reflectbox{
31118 \end_layout
31119
31120 \end_inset
31121
31122 Bonjour
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128 }}}
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \begin_layout Standard
31137 \noindent
31138 Les images, les tableaux et les formules sont autorisées comme contenu de
31139  boîte :
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \align center
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 rotatebox[origin=c]{-30}{
31152 \backslash
31153 resizebox{2cm}{!}{
31154 \backslash
31155 reflectbox{
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \begin_inset Graphics
31162         filename ../clipart/platypus.eps
31163         lyxscale 50
31164         width 25col%
31165
31166 \end_inset
31167
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174 }}}
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 rotatebox[origin=c]{-45}{
31188 \backslash
31189 resizebox{2cm}{!}{
31190 \backslash
31191 reflectbox{
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Tabular
31198 <lyxtabular version="3" rows="2" columns="2">
31199 <features>
31200 <column alignment="center" valignment="top" width="0">
31201 <column alignment="center" valignment="top" width="0">
31202 <row>
31203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31204 \begin_inset Text
31205
31206 \begin_layout Plain Layout
31207 q
31208 \end_layout
31209
31210 \end_inset
31211 </cell>
31212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31213 \begin_inset Text
31214
31215 \begin_layout Plain Layout
31216 w
31217 \end_layout
31218
31219 \end_inset
31220 </cell>
31221 </row>
31222 <row>
31223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31224 \begin_inset Text
31225
31226 \begin_layout Plain Layout
31227 e
31228 \end_layout
31229
31230 \end_inset
31231 </cell>
31232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 r
31237 \end_layout
31238
31239 \end_inset
31240 </cell>
31241 </row>
31242 </lyxtabular>
31243
31244 \end_inset
31245
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252 }}}
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 rotatebox[origin=c]{-45}{
31266 \backslash
31267 resizebox{2cm}{!}{
31268 \backslash
31269 reflectbox{
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31276 \end_inset
31277
31278
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284 }}}
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \end_layout
31291
31292 \begin_layout Standard
31293 Quand on utilise le style global de formule 
31294 \series bold
31295 fleqn
31296 \series default
31297  dans le document
31298 \begin_inset Foot
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 Quand 
31303 \begin_inset Quotes eld
31304 \end_inset
31305
31306 fleqn
31307 \begin_inset Quotes erd
31308 \end_inset
31309
31310  est ajouté aux options de la classe de document.
31311 \end_layout
31312
31313 \end_inset
31314
31315 , les formules hors texte peuvent aussi être redimensionnées.
31316 \end_layout
31317
31318 \begin_layout Chapter
31319 Trucs Externes
31320 \begin_inset Index
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324 Trucs externes
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Avec le menu 
31334 \family sans
31335 Insérer\SpecialChar \menuseparator
31336 Fichier
31337 \family default
31338  vous pouvez insérer un contenu externe à votre document.
31339  Ce contenu peut être :
31340 \end_layout
31341
31342 \begin_layout Description
31343 Document
31344 \begin_inset space ~
31345 \end_inset
31346
31347 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31348  document.
31349 \end_layout
31350
31351 \begin_layout Description
31352 Texte
31353 \begin_inset space ~
31354 \end_inset
31355
31356 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31357 e.
31358 \end_layout
31359
31360 \begin_layout Description
31361 Texte
31362 \begin_inset space ~
31363 \end_inset
31364
31365 Brut
31366 \begin_inset space ~
31367 \end_inset
31368
31369 par
31370 \begin_inset space ~
31371 \end_inset
31372
31373 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31374  Les lignes vides créent un nouveau paragraphe dans votre document.
31375 \end_layout
31376
31377 \begin_layout Description
31378 Objet
31379 \begin_inset space ~
31380 \end_inset
31381
31382 Externe Fichiers de formats variés.
31383 \end_layout
31384
31385 \begin_layout Description
31386 Sous-document Documents LyX ou LaTeX.
31387 \end_layout
31388
31389 \begin_layout Section
31390 Objets Externes 
31391 \begin_inset Index
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395 Trucs externes ! Objets Externes
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Standard
31404 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31405  de fichiers dans votre document sans avoir à convertir ces derniers en
31406  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31407  qui va s'occuper des conversions.
31408  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31409  LyX des images dans des formats divers.
31410  
31411 \lang english
31412 When you have enabled Instant Preview in LyX's preferences under 
31413 \family sans
31414 Look
31415 \begin_inset space ~
31416 \end_inset
31417
31418 and
31419 \begin_inset space ~
31420 \end_inset
31421
31422 feel\SpecialChar \menuseparator
31423 Graphics
31424 \family default
31425 , the external material types Dia and Xfig is directly shown in LyX.
31426 \end_layout
31427
31428 \begin_layout Standard
31429 On insère des objets externes en utilisant la fenêtre de dialogue 
31430 \family sans
31431 Objet
31432 \begin_inset space ~
31433 \end_inset
31434
31435 Externe
31436 \family default
31437  qui est accessible via le menu 
31438 \family sans
31439 Insérer\SpecialChar \menuseparator
31440 Fichiers\SpecialChar \menuseparator
31441 Objet
31442 \begin_inset space ~
31443 \end_inset
31444
31445 Externe
31446 \family default
31447 .
31448  Actuellement les types de fichiers (
31449 \family sans
31450 Modèles
31451 \family default
31452 ) suivants sont autorisés :
31453 \end_layout
31454
31455 \begin_layout Description
31456 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31457  par le programme 
31458 \series bold
31459
31460 \begin_inset CommandInset href
31461 LatexCommand href
31462 name "XBoard"
31463 target "http://en.wikipedia.org/wiki/XBoard"
31464
31465 \end_inset
31466
31467
31468 \series default
31469 .
31470 \end_layout
31471
31472 \begin_layout Description
31473 Date Ce modèle insère la date sous la forme 
31474 \emph on
31475 Jour-Mois-Année
31476 \emph default
31477 .
31478  Voici un exemple de date insérée comme objet externe :: 
31479 \begin_inset External
31480         template Date
31481         filename .
31482
31483 \end_inset
31484
31485
31486 \lang english
31487
31488 \begin_inset space ~
31489 \end_inset
31490
31491
31492 \begin_inset Note Note
31493 status open
31494
31495 \begin_layout Plain Layout
31496
31497 \lang english
31498 Remove the protected space when bug 4398 is fixed!
31499 \end_layout
31500
31501 \end_inset
31502
31503
31504 \lang french
31505
31506 \begin_inset Newline newline
31507 \end_inset
31508
31509 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31510  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31511 \family sans
31512 Insérer\SpecialChar \menuseparator
31513 Date
31514 \family default
31515  et avec la commande LaTeX 
31516 \series bold
31517
31518 \backslash
31519 today
31520 \series default
31521  entrée comme code TeX.
31522  Ces différentes méthodes sont comparée dans le tableau
31523 \begin_inset space ~
31524 \end_inset
31525
31526
31527 \begin_inset CommandInset ref
31528 LatexCommand ref
31529 reference "tab:Comparaison-des-dates"
31530
31531 \end_inset
31532
31533 .
31534 \end_layout
31535
31536 \begin_layout Description
31537
31538 \lang english
31539 Dia This template supports diagrams created with the program 
31540 \series bold
31541
31542 \begin_inset CommandInset href
31543 LatexCommand href
31544 name "Dia"
31545 target "http://en.wikipedia.org/wiki/Dia_(software)"
31546
31547 \end_inset
31548
31549
31550 \series default
31551 .
31552 \end_layout
31553
31554 \begin_layout Description
31555 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31556  par le programme 
31557 \series bold
31558
31559 \begin_inset CommandInset href
31560 LatexCommand href
31561 name "LilyPond"
31562 target "http://en.wikipedia.org/wiki/LilyPond"
31563
31564 \end_inset
31565
31566
31567 \series default
31568 .
31569 \end_layout
31570
31571 \begin_layout Description
31572 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
31573  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
31574  
31575 \emph on
31576 pages
31577 \emph default
31578  dans le champ 
31579 \family sans
31580 Option
31581 \family default
31582  dans l'onglet 
31583 \family sans
31584 Options LaTeX et LyX
31585 \family default
31586  en suivant les instructions données pour le modèle.
31587  Si on ne donne pas d'option 
31588 \emph on
31589 pages
31590 \emph default
31591 , seule la première page du PDF sera insérée.
31592 \end_layout
31593
31594 \begin_layout Description
31595 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31596  À peu près tous les formats d'images populaires sont acceptés.
31597  Les images peuvent être traitées dans la fenêtre de dialogue 
31598 \family sans
31599 Objet
31600 \begin_inset space ~
31601 \end_inset
31602
31603 Externe
31604 \family default
31605  comme les images qui sont habituellement incorporées en utilisant le menu
31606  
31607 \family sans
31608 Insérer\SpecialChar \menuseparator
31609 Graphique
31610 \family default
31611 , comme c'est décrit dans la section
31612 \begin_inset space ~
31613 \end_inset
31614
31615
31616 \begin_inset CommandInset ref
31617 LatexCommand ref
31618 reference "sec:Graphics-Dialog"
31619
31620 \end_inset
31621
31622 .
31623  La différence est que seules les images matricielles sont autorisées, ce
31624  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31625 \end_layout
31626
31627 \begin_layout Description
31628 XFig Ce modèle accepte les images créées avec le programme 
31629 \series bold
31630
31631 \begin_inset CommandInset href
31632 LatexCommand href
31633 name "Xfig"
31634 target "http://en.wikipedia.org/wiki/Xfig"
31635
31636 \end_inset
31637
31638
31639 \series default
31640 .
31641 \end_layout
31642
31643 \begin_layout Standard
31644 \begin_inset Float table
31645 placement h
31646 wide false
31647 sideways false
31648 status open
31649
31650 \begin_layout Plain Layout
31651 \begin_inset Caption
31652
31653 \begin_layout Plain Layout
31654 \begin_inset CommandInset label
31655 LatexCommand label
31656 name "tab:Comparaison-des-dates"
31657
31658 \end_inset
31659
31660 Comparaison des méthodes d'insertion de la date.
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \begin_layout Plain Layout
31669 \align center
31670 \begin_inset Tabular
31671 <lyxtabular version="3" rows="4" columns="4">
31672 <features>
31673 <column alignment="center" valignment="top" width="0">
31674 <column alignment="center" valignment="top" width="0">
31675 <column alignment="center" valignment="top" width="0">
31676 <column alignment="center" valignment="top" width="0">
31677 <row>
31678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31679 \begin_inset Text
31680
31681 \begin_layout Plain Layout
31682 Format du document
31683 \end_layout
31684
31685 \end_inset
31686 </cell>
31687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31688 \begin_inset Text
31689
31690 \begin_layout Plain Layout
31691
31692 \family sans
31693 Objet
31694 \begin_inset space ~
31695 \end_inset
31696
31697 Externe\SpecialChar \menuseparator
31698 Date
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707
31708 \family sans
31709 Insérer\SpecialChar \menuseparator
31710 Date
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719 commande 
31720 \series bold
31721
31722 \backslash
31723 today
31724 \end_layout
31725
31726 \end_inset
31727 </cell>
31728 </row>
31729 <row>
31730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31731 \begin_inset Text
31732
31733 \begin_layout Plain Layout
31734 LyX
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31740 \begin_inset Text
31741
31742 \begin_layout Plain Layout
31743 comme boîte d'insert
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752 comme date
31753 \end_layout
31754
31755 \end_inset
31756 </cell>
31757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761 comme boîte de code TeX
31762 \end_layout
31763
31764 \end_inset
31765 </cell>
31766 </row>
31767 <row>
31768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31769 \begin_inset Text
31770
31771 \begin_layout Plain Layout
31772 LaTeX
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781 comme date
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790 comme date
31791 \end_layout
31792
31793 \end_inset
31794 </cell>
31795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31796 \begin_inset Text
31797
31798 \begin_layout Plain Layout
31799 comme commande
31800 \end_layout
31801
31802 \end_inset
31803 </cell>
31804 </row>
31805 <row>
31806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31807 \begin_inset Text
31808
31809 \begin_layout Plain Layout
31810 DVI, PDF, PS
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819 comme date
31820 \end_layout
31821
31822 \end_inset
31823 </cell>
31824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828 comme date
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31834 \begin_inset Text
31835
31836 \begin_layout Plain Layout
31837 comme date date
31838 \end_layout
31839
31840 \end_inset
31841 </cell>
31842 </row>
31843 </lyxtabular>
31844
31845 \end_inset
31846
31847
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \begin_layout Standard
31856 Quand vous activez l'option 
31857 \family sans
31858 Brouillon
31859 \family default
31860  de l'onglet 
31861 \family sans
31862 Fichier
31863 \family default
31864  de la fenêtre de dialogue 
31865 \family sans
31866 Objet
31867 \begin_inset space ~
31868 \end_inset
31869
31870 Externe
31871 \family default
31872 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31873 \begin_inset Newline newline
31874 \end_inset
31875
31876 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31877  : 
31878 \begin_inset Graphics
31879         filename ../clipart/ExternalMaterialQt4.png
31880         scale 85
31881         scaleBeforeRotation
31882
31883 \end_inset
31884
31885  soit comme une image, selon que vous avez ou non activé l'option 
31886 \family sans
31887 Afficher
31888 \begin_inset space ~
31889 \end_inset
31890
31891 dans
31892 \begin_inset space ~
31893 \end_inset
31894
31895 LyX
31896 \family default
31897  de l'onglet 
31898 \family sans
31899 Options LaTeX et LyX
31900 \family default
31901  de la fenêtre de dialogue.
31902 \end_layout
31903
31904 \begin_layout Standard
31905 Le manuel 
31906 \family sans
31907 \emph on
31908 Personnalisation
31909 \family default
31910 \emph default
31911  explique comment vous pouvez créer vos propres modèles.
31912 \end_layout
31913
31914 \begin_layout Section
31915 Sous-documents
31916 \begin_inset CommandInset label
31917 LatexCommand label
31918 name "sec:Sous-documents"
31919
31920 \end_inset
31921
31922
31923 \begin_inset Index
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927 Trucs externes ! Sous-documents
31928 \end_layout
31929
31930 \end_inset
31931
31932
31933 \begin_inset Index
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937 Fichiers ! Insérer
31938 \end_layout
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Standard
31946 Les sous-documents sont utilisés quand on a un document très long qui peut
31947  être décomposé en plusieurs parties ou sections plus petites.
31948  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31949  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31950  Les différents documents sont ce que l'on appelle les sous-documents et
31951  un document maître les relie pour imprimer le document complet ou seulement
31952  une partie de celui-ci.
31953 \end_layout
31954
31955 \begin_layout Standard
31956 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31957  comme celle-ci : 
31958 \begin_inset Graphics
31959         filename clipart/ChildDocumentQt4.png
31960         scale 60
31961         scaleBeforeRotation
31962
31963 \end_inset
31964
31965  Pour inclure des sous-documents dans un document maître , on utilise le
31966  menu 
31967 \family sans
31968 Insérer\SpecialChar \menuseparator
31969 Fichier\SpecialChar \menuseparator
31970 Sous-document
31971 \family default
31972 .
31973  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31974  des quatre méthodes d'inclusion :
31975 \end_layout
31976
31977 \begin_layout Description
31978 Inclus
31979 \begin_inset space ~
31980 \end_inset
31981
31982 (include) Vous pouvez inclure des documents LyX et LaTeX.
31983  Quand vous cliquez sur le bouton 
31984 \family sans
31985 Charger
31986 \family default
31987  dans la fenêtre de dialogue 
31988 \family sans
31989 Sous-document
31990 \family default
31991 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31992  vous puissiez le modifier.
31993 \begin_inset Newline newline
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 Voici un sous-document inséré avec la méthode 
32001 \family sans
32002 Inclus
32003 \family default
32004  : 
32005 \begin_inset CommandInset include
32006 LatexCommand include
32007 filename "DocumentBidon1.lyx"
32008
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 La numérotation des sections va prendre en compte les sections des fichiers
32016  incorporés dans l'ordre où ils sont insérés dans le document maître.
32017  Le document qui est inclus comme exemple possède une sous-section qui sera
32018  numérotée comme sous-section de la section actuelle.
32019  Les étiquettes présentes dans le fichier inclus peuvent être référencées
32020  : la sous-section
32021 \begin_inset space ~
32022 \end_inset
32023
32024
32025 \begin_inset CommandInset ref
32026 LatexCommand ref
32027 reference "sub:Sous-section-externe-1"
32028
32029 \end_inset
32030
32031  est dans le fichier inclus.
32032 \end_layout
32033
32034 \begin_layout Standard
32035 Le préambule du sous-document est tout simplement ignoré, seul le préambule
32036  du document maître est utilisé.
32037  Les documents inclus sont insérés en commençant une nouvelle page et sont
32038  suivis par un saut de page.
32039 \end_layout
32040
32041 \begin_layout Standard
32042 Avec la commande LaTeX 
32043 \series bold
32044
32045 \backslash
32046 includeonly 
32047 \series default
32048 vous pouvez préciser quels sous-documents seront traités pour générer la
32049  sortie imprimée.
32050  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
32051  important puisque cela vous fait économiser du temps de compilation.
32052  La commande 
32053 \series bold
32054
32055 \backslash
32056 includeonly
32057 \series default
32058  est insérée dans le préambule du document maître.
32059  Elle prend comme arguments une liste de noms de fichiers séparés par des
32060  virgules, par exemple :
32061 \end_layout
32062
32063 \begin_layout Standard
32064
32065 \series bold
32066
32067 \backslash
32068 includeonly{chapitre1,chapitre5}
32069 \end_layout
32070
32071 \begin_layout Standard
32072 fera que seuls les fichiers nommés 
32073 \begin_inset Quotes eld
32074 \end_inset
32075
32076 chapitre1.lyx
32077 \begin_inset Quotes erd
32078 \end_inset
32079
32080  (ou 
32081 \begin_inset Quotes eld
32082 \end_inset
32083
32084 chapitre1.tex
32085 \begin_inset Quotes erd
32086 \end_inset
32087
32088 ) et 
32089 \begin_inset Quotes eld
32090 \end_inset
32091
32092 chapitre5.lyx
32093 \begin_inset Quotes erd
32094 \end_inset
32095
32096  seront traités lors de la compilation.
32097 \end_layout
32098
32099 \begin_layout Standard
32100 \begin_inset Note Greyedout
32101 status open
32102
32103 \begin_layout Plain Layout
32104
32105 \series bold
32106 Note:
32107 \series default
32108  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32109  une classe de document différente de celle du document maître, vous recevez
32110  un avertissement quand vous tentez une visualisation ou une exportation,
32111  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \begin_layout Description
32120 Incorporé
32121 \begin_inset space ~
32122 \end_inset
32123
32124 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32125  sont :
32126 \end_layout
32127
32128 \begin_deeper
32129 \begin_layout Itemize
32130 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32131  par un saut de page.
32132 \end_layout
32133
32134 \begin_layout Itemize
32135 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32136  
32137 \family sans
32138 Aperçu
32139 \begin_inset space ~
32140 \end_inset
32141
32142 sur
32143 \begin_inset space ~
32144 \end_inset
32145
32146 le
32147 \begin_inset space ~
32148 \end_inset
32149
32150 vif
32151 \family default
32152  est activée dans les préférences dans la rubrique 
32153 \family sans
32154 Apparence\SpecialChar \menuseparator
32155 Graphique
32156 \family default
32157 .
32158 \end_layout
32159
32160 \begin_layout Itemize
32161 La commande LaTeX 
32162 \series bold
32163
32164 \backslash
32165 includeonly
32166 \series default
32167  ne peut pas être utilisée.
32168 \end_layout
32169
32170 \end_deeper
32171 \begin_layout Standard
32172 Voici un sous document inséré en utilisant la méthode 
32173 \family sans
32174 Incorporé
32175 \family default
32176  : 
32177 \begin_inset CommandInset include
32178 LatexCommand input
32179 preview true
32180 filename "DocumentBidon2.lyx"
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Description
32188 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32189  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32190  sous forme de code source et aucune des commandes éventuellement présentes
32191  ne sera exécutée.
32192  Vous pouvez utiliser l'option 
32193 \family sans
32194 Marquer
32195 \begin_inset space ~
32196 \end_inset
32197
32198 les
32199 \begin_inset space ~
32200 \end_inset
32201
32202 espaces
32203 \family default
32204  qui matérialise chaque espace présente dans le code source par un caractère
32205  
32206 \begin_inset Quotes eld
32207 \end_inset
32208
32209
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 textvisiblespace 
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \begin_inset Quotes erd
32224 \end_inset
32225
32226  .
32227  La différence avec la méthode qui consiste à utiliser le menu 
32228 \family sans
32229 Insérer\SpecialChar \menuseparator
32230 Fichier\SpecialChar \menuseparator
32231 Texte
32232 \begin_inset space ~
32233 \end_inset
32234
32235 brut
32236 \family default
32237  est que le contenu du document n'apparaît pas dans LyX.
32238 \end_layout
32239
32240 \begin_layout Standard
32241 Voici un sous-document inclus en utilisant la méthode 
32242 \family sans
32243 verbatim
32244 \family default
32245  : 
32246 \begin_inset CommandInset include
32247 LatexCommand verbatiminput
32248 filename "DocumentTexteBidon.txt"
32249
32250 \end_inset
32251
32252
32253 \begin_inset VSpace bigskip
32254 \end_inset
32255
32256 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32257  l'option 
32258 \family sans
32259 Marquer
32260 \begin_inset space ~
32261 \end_inset
32262
32263 les
32264 \begin_inset space ~
32265 \end_inset
32266
32267 espaces :
32268 \family default
32269  
32270 \begin_inset CommandInset include
32271 LatexCommand verbatiminput*
32272 filename "DocumentTexteBidon.txt"
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 \begin_inset VSpace bigskip
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 \begin_inset Note Greyedout
32288 status open
32289
32290 \begin_layout Plain Layout
32291
32292 \series bold
32293 Note:
32294 \series default
32295  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32296  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32297 \end_layout
32298
32299 \end_inset
32300
32301
32302 \end_layout
32303
32304 \begin_layout Description
32305 Listings Ce type d'inclusion est décrit dans le chapitre
32306 \begin_inset space ~
32307 \end_inset
32308
32309
32310 \begin_inset CommandInset ref
32311 LatexCommand ref
32312 reference "cha:Program-Code-Listings"
32313
32314 \end_inset
32315
32316 .
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \begin_inset Note Greyedout
32321 status open
32322
32323 \begin_layout Plain Layout
32324
32325 \series bold
32326 Note:
32327 \series default
32328  Inclure le même document deux fois dans un même document peut poser des
32329  problèmes avec LaTeX.
32330 \end_layout
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \begin_layout Chapter
32338 Listings de Code Source
32339 \begin_inset CommandInset label
32340 LatexCommand label
32341 name "cha:Program-Code-Listings"
32342
32343 \end_inset
32344
32345
32346 \begin_inset Index
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 Listings
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \begin_inset Index
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 Code Source
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \begin_inset Index
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370 Flottants ! Listings
32371 \end_layout
32372
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32380  un insert 
32381 \family sans
32382 Listings
32383 \family default
32384  qui peut être créé grâce au menu 
32385 \family sans
32386 Insérer
32387 \family default
32388 \SpecialChar \menuseparator
32389
32390 \family sans
32391 Listing
32392 \begin_inset space ~
32393 \end_inset
32394
32395 de
32396 \begin_inset space ~
32397 \end_inset
32398
32399 Code
32400 \begin_inset space ~
32401 \end_inset
32402
32403 Source
32404 \family default
32405 .
32406  Le paquetage LaTeX 
32407 \series bold
32408 listings
32409 \series default
32410
32411 \begin_inset Index
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 Paquetages LaTeX ! listings
32416 \end_layout
32417
32418 \end_inset
32419
32420  fournit un moyen puissant et flexible d'insérer des listings de code source
32421  dans votre document.
32422  
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Quand vous cliquez avec le bouton droit sur un insert de listings, 
32427 \lang english
32428 the context menu
32429 \lang french
32430  s'ouvre pour vous permettre de modifier le format du listing.
32431 \end_layout
32432
32433 \begin_layout Standard
32434 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32435  L'option d'emplacement 
32436 \family sans
32437 Listing
32438 \begin_inset space ~
32439 \end_inset
32440
32441 en
32442 \begin_inset space ~
32443 \end_inset
32444
32445 Ligne
32446 \family default
32447  imprime le listing dans la ligne comme ceci : 
32448 \begin_inset listings
32449 lstparams "language={C++}"
32450 inline true
32451 status open
32452
32453 \begin_layout Plain Layout
32454
32455 int a=5;
32456 \end_layout
32457
32458 \end_inset
32459
32460
32461 \begin_inset Newline newline
32462 \end_inset
32463
32464 L'option 
32465 \family sans
32466 Flottant
32467 \family default
32468  crée un flottant de listing pour lequel vous pouvez préciser les options
32469  classiques d'emplacement : 
32470 \begin_inset Quotes eld
32471 \end_inset
32472
32473
32474 \family sans
32475 h
32476 \family default
32477
32478 \begin_inset Quotes erd
32479 \end_inset
32480
32481
32482 \begin_inset Quotes eld
32483 \end_inset
32484
32485
32486 \family sans
32487 t
32488 \family default
32489
32490 \begin_inset Quotes erd
32491 \end_inset
32492
32493
32494 \begin_inset Quotes eld
32495 \end_inset
32496
32497
32498 \family sans
32499 b
32500 \family default
32501
32502 \begin_inset Quotes erd
32503 \end_inset
32504
32505 , et 
32506 \begin_inset Quotes eld
32507 \end_inset
32508
32509
32510 \family sans
32511 p
32512 \family default
32513
32514 \begin_inset Quotes erd
32515 \end_inset
32516
32517  correspondant aux emplacement décrits dans la section
32518 \begin_inset space ~
32519 \end_inset
32520
32521
32522 \begin_inset CommandInset ref
32523 LatexCommand ref
32524 reference "sec:Placement-flottants"
32525
32526 \end_inset
32527
32528 .
32529  Les options de positionnement peuvent être mélangées et doivent être saisies
32530  sans séparation, par exemple, on peut taper 
32531 \begin_inset Quotes eld
32532 \end_inset
32533
32534
32535 \family sans
32536 htbp
32537 \family default
32538
32539 \begin_inset Quotes erd
32540 \end_inset
32541
32542 .
32543  L' option 
32544 \begin_inset Quotes eld
32545 \end_inset
32546
32547 h
32548 \begin_inset Quotes erd
32549 \end_inset
32550
32551  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32552  
32553 \family sans
32554 Flottant
32555 \family default
32556  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32557  légende et être référencés.
32558 \end_layout
32559
32560 \begin_layout Standard
32561 Vous pouvez ajouter une légende à un listing avec le menu 
32562 \family sans
32563 Insérer\SpecialChar \menuseparator
32564 Légende
32565 \family default
32566 .
32567  On peut référencer les listings de la même façon que les flottants :Voir
32568  le listing
32569 \begin_inset space ~
32570 \end_inset
32571
32572
32573 \begin_inset CommandInset ref
32574 LatexCommand ref
32575 reference "lst:Listing-exemple"
32576
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 \begin_inset listings
32584 lstparams "language=Python"
32585 inline false
32586 status open
32587
32588 \begin_layout Plain Layout
32589
32590 \begin_inset Caption
32591
32592 \begin_layout Plain Layout
32593 \begin_inset CommandInset label
32594 LatexCommand label
32595 name "lst:Listing-exemple"
32596
32597 \end_inset
32598
32599 Exemple de listing flottant
32600 \end_layout
32601
32602 \end_inset
32603
32604 # Exemple de listing flottant
32605 \end_layout
32606
32607 \begin_layout Plain Layout
32608
32609 def func(param):
32610 \end_layout
32611
32612 \begin_layout Plain Layout
32613
32614     'ceci est une fonction python'
32615 \end_layout
32616
32617 \begin_layout Plain Layout
32618
32619     pass
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Standard
32628 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32629  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32630  de manière particulière dans la sortie imprimée.
32631  Dans l'exemple de listing, le mot clé Python 
32632 \begin_inset Quotes eld
32633 \end_inset
32634
32635 def
32636 \begin_inset Quotes erd
32637 \end_inset
32638
32639  est reconnu et imprimé en caractères gras dans la sortie.
32640 \end_layout
32641
32642 \begin_layout Standard
32643 \begin_inset Note Greyedout
32644 status open
32645
32646 \begin_layout Plain Layout
32647
32648 \series bold
32649 Note:
32650 \series default
32651  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32652  une police de caractères à 
32653 \family typewriter
32654 chasse fixe
32655 \family default
32656 , c'est que votre police ne contient probablement pas de série grasse.
32657  Dans ce cas choisissez une police différente dans le menu 
32658 \family sans
32659 Document\SpecialChar \menuseparator
32660 Paramètres\SpecialChar \menuseparator
32661 Polices
32662 \family default
32663 .
32664  (Les polices 
32665 \emph on
32666 LuxiMono, BeraMono
32667 \emph default
32668  et 
32669 \emph on
32670 Courier
32671 \emph default
32672  contiennent une série grasse.)
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Dans la rubrique 
32682 \family sans
32683 Numérotation
32684 \begin_inset space ~
32685 \end_inset
32686
32687 des
32688 \begin_inset space ~
32689 \end_inset
32690
32691 Lignes
32692 \family default
32693  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32694 n des lignes.
32695  Vous pouvez mettre un nombre dans le champ 
32696 \family sans
32697 Pas
32698 \family default
32699  pour désigner les lignes qui seront numérotées.
32700  Par exemple, si vous mettez 
32701 \begin_inset Quotes eld
32702 \end_inset
32703
32704 3
32705 \begin_inset Quotes erd
32706 \end_inset
32707
32708 , seule une ligne sur trois sera numérotée.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32713  apparaîtront dans la sortie.
32714  Vous devez utiliser l'option 
32715 \family sans
32716 Table
32717 \begin_inset space ~
32718 \end_inset
32719
32720 de
32721 \begin_inset space ~
32722 \end_inset
32723
32724 Caractères
32725 \begin_inset space ~
32726 \end_inset
32727
32728 Étendue
32729 \family default
32730  quand vous employez des caractères spécifiques à une langue donnée comme
32731  les umlauts Allemands dans votre listing.
32732 \begin_inset Newline newline
32733 \end_inset
32734
32735 Voici un exemple de listing avec la numérotation des lignes à gauche par
32736  pas de 3, en langage Python, avec les options 
32737 \begin_inset Quotes eld
32738 \end_inset
32739
32740 Table
32741 \begin_inset space ~
32742 \end_inset
32743
32744 de
32745 \begin_inset space ~
32746 \end_inset
32747
32748 caractères
32749 \begin_inset space ~
32750 \end_inset
32751
32752 étendue
32753 \begin_inset Quotes erd
32754 \end_inset
32755
32756  et 
32757 \begin_inset Quotes eld
32758 \end_inset
32759
32760 Espace
32761 \begin_inset space ~
32762 \end_inset
32763
32764 représenté
32765 \begin_inset space ~
32766 \end_inset
32767
32768 par
32769 \begin_inset space ~
32770 \end_inset
32771
32772 un
32773 \begin_inset space ~
32774 \end_inset
32775
32776 symbole
32777 \begin_inset Quotes erd
32778 \end_inset
32779
32780 , l'intervalle de ligne étant 3
32781 \begin_inset space \thinspace{}
32782 \end_inset
32783
32784 -
32785 \begin_inset space \thinspace{}
32786 \end_inset
32787
32788 8:
32789 \end_layout
32790
32791 \begin_layout Standard
32792 \begin_inset listings
32793 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32794 inline false
32795 status open
32796
32797 \begin_layout Plain Layout
32798
32799 def func(param):
32800 \end_layout
32801
32802 \begin_layout Plain Layout
32803
32804     'ceci est une fonction Python'
32805 \end_layout
32806
32807 \begin_layout Plain Layout
32808
32809     pass
32810 \end_layout
32811
32812 \begin_layout Plain Layout
32813
32814 def func(param):
32815 \end_layout
32816
32817 \begin_layout Plain Layout
32818
32819 'Ça, c'est un mot Allemand : Tschüß'
32820 \end_layout
32821
32822 \begin_layout Plain Layout
32823
32824 pass
32825 \end_layout
32826
32827 \begin_layout Plain Layout
32828
32829 def func(param):
32830 \end_layout
32831
32832 \begin_layout Plain Layout
32833
32834 'ceci est une fonction Python'
32835 \end_layout
32836
32837 \begin_layout Plain Layout
32838
32839 pass
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848 \begin_inset Note Greyedout
32849 status open
32850
32851 \begin_layout Plain Layout
32852
32853 \series bold
32854 Note:
32855 \series default
32856  À cause d'un bug dans le paquetage 
32857 \series bold
32858 listings
32859 \series default
32860  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32861  listing.
32862  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32863  les lignes 3 et 6.
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \begin_layout Standard
32872 \begin_inset VSpace bigskip
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32880  listing.
32881  Pour le faire, il suffit d'utiliser le menu 
32882 \family sans
32883 Insérer\SpecialChar \menuseparator
32884 Fichier\SpecialChar \menuseparator
32885 Sous-document
32886 \family default
32887  et de choisir le type 
32888 \family sans
32889 Listing
32890 \family default
32891
32892 \begin_inset space ~
32893 \end_inset
32894
32895
32896 \family sans
32897 de
32898 \begin_inset space ~
32899 \end_inset
32900
32901 Code
32902 \begin_inset space ~
32903 \end_inset
32904
32905 source
32906 \family default
32907 .
32908 \begin_inset Foot
32909 status collapsed
32910
32911 \begin_layout Plain Layout
32912 Les autres types de sous-documents sont décrits dans la section
32913 \begin_inset space ~
32914 \end_inset
32915
32916
32917 \begin_inset CommandInset ref
32918 LatexCommand ref
32919 reference "sec:Sous-documents"
32920
32921 \end_inset
32922
32923 .
32924 \end_layout
32925
32926 \end_inset
32927
32928  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32929  à utiliser pour le listing dans une zone de texte.
32930  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32931  
32932 \begin_inset Quotes eld
32933 \end_inset
32934
32935 ?
32936 \begin_inset Quotes erd
32937 \end_inset
32938
32939  dans la zone de texte.
32940 \end_layout
32941
32942 \begin_layout Standard
32943 Pour faire référence à un sous-document de type listing, tapez une étiquette
32944  dans le champ correspondant de la fenêtre de dialogue.
32945  On peut alors faire référence à cette étiquette en utilisant le menu 
32946 \family sans
32947 Insérer\SpecialChar \menuseparator
32948 Référence
32949 \begin_inset space ~
32950 \end_inset
32951
32952 Croisée
32953 \family default
32954 .
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Le listing
32959 \begin_inset space ~
32960 \end_inset
32961
32962
32963 \begin_inset CommandInset ref
32964 LatexCommand ref
32965 reference "lst:listing-fichier"
32966
32967 \end_inset
32968
32969  est une exemple de listing issu d'un fichier ; ici les lignes 10
32970 \begin_inset space \thinspace{}
32971 \end_inset
32972
32973 -
32974 \begin_inset space \thinspace{}
32975 \end_inset
32976
32977 15 de ce fichier LyX sont listées.
32978 \end_layout
32979
32980 \begin_layout Standard
32981 \begin_inset CommandInset include
32982 LatexCommand lstinputlisting
32983 filename "EmbeddedObjects.lyx"
32984 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset VSpace bigskip
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
33000  de dialogue 
33001 \family sans
33002 Document\SpecialChar \menuseparator
33003 Paramètres\SpecialChar \menuseparator
33004 Format
33005 \begin_inset space ~
33006 \end_inset
33007
33008 du
33009 \begin_inset space ~
33010 \end_inset
33011
33012 Texte
33013 \family default
33014 .
33015  Pour avoir la liste des options disponibles, tapez un point d'interrogation
33016  
33017 \begin_inset Quotes eld
33018 \end_inset
33019
33020 ?
33021 \begin_inset Quotes erd
33022 \end_inset
33023
33024  dans le champ 
33025 \family sans
33026 Paramètres
33027 \begin_inset space ~
33028 \end_inset
33029
33030 du
33031 \begin_inset space ~
33032 \end_inset
33033
33034 Listing
33035 \family default
33036 .
33037 \end_layout
33038
33039 \begin_layout Standard
33040 Pour plus d'information sur le paquetage 
33041 \series bold
33042 listings
33043 \series default
33044 , nous vous renvoyons à sa documentation 
33045 \begin_inset CommandInset citation
33046 LatexCommand cite
33047 key "listings"
33048
33049 \end_inset
33050
33051 .
33052 \end_layout
33053
33054 \begin_layout Standard
33055 \begin_inset Newpage newpage
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \begin_layout Chapter
33062 \start_of_appendix
33063 Unités de longueur utilisables avec LyX
33064 \begin_inset OptArg
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068 Unités de longueur
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \begin_inset Index
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 Unités
33079 \end_layout
33080
33081 \end_inset
33082
33083
33084 \begin_inset CommandInset label
33085 LatexCommand label
33086 name "cha:Unités-de-longueur"
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Standard
33094 Pour comprendre les unités de longueur utilisées dans cette documentation,
33095  le tableau
33096 \begin_inset space ~
33097 \end_inset
33098
33099
33100 \begin_inset CommandInset ref
33101 LatexCommand ref
33102 reference "tab:Unités"
33103
33104 \end_inset
33105
33106 décrit les unités utilisées par LyX.
33107 \begin_inset Float table
33108 placement h
33109 wide false
33110 sideways false
33111 status open
33112
33113 \begin_layout Plain Layout
33114 \begin_inset Caption
33115
33116 \begin_layout Plain Layout
33117 \begin_inset CommandInset label
33118 LatexCommand label
33119 name "tab:Unités"
33120
33121 \end_inset
33122
33123 Unités de longueur
33124 \end_layout
33125
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Plain Layout
33132 \begin_inset VSpace medskip
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \begin_layout Plain Layout
33139 \align center
33140 \begin_inset Tabular
33141 <lyxtabular version="3" rows="20" columns="2">
33142 <features>
33143 <column alignment="center" valignment="top" width="0">
33144 <column alignment="center" valignment="top" width="0">
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 unité
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 nom/description
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 mm
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 millimètre
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 cm
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 centimètre
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 <row>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 in
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 pouce (inch)
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 </row>
33225 <row>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 pt
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 point (72.27
33240 \begin_inset space \thinspace{}
33241 \end_inset
33242
33243 pt = 1
33244 \begin_inset space \thinspace{}
33245 \end_inset
33246
33247 in)
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 </row>
33253 <row>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 pc
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267 pica (1
33268 \begin_inset space \thinspace{}
33269 \end_inset
33270
33271 pc = 12
33272 \begin_inset space \thinspace{}
33273 \end_inset
33274
33275 pt)
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 </row>
33281 <row>
33282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33283 \begin_inset Text
33284
33285 \begin_layout Plain Layout
33286 sp
33287 \end_layout
33288
33289 \end_inset
33290 </cell>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295 scaled point (65536
33296 \begin_inset space \thinspace{}
33297 \end_inset
33298
33299 sp = 1
33300 \begin_inset space \thinspace{}
33301 \end_inset
33302
33303 pt)
33304 \end_layout
33305
33306 \end_inset
33307 </cell>
33308 </row>
33309 <row>
33310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33311 \begin_inset Text
33312
33313 \begin_layout Plain Layout
33314 bp
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33320 \begin_inset Text
33321
33322 \begin_layout Plain Layout
33323 gros point (72
33324 \begin_inset space \thinspace{}
33325 \end_inset
33326
33327 bp = 1
33328 \begin_inset space \thinspace{}
33329 \end_inset
33330
33331 in)
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 </row>
33337 <row>
33338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 dd
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351 didot (72
33352 \begin_inset space \thinspace{}
33353 \end_inset
33354
33355 dd 
33356 \begin_inset Formula $\approx$
33357 \end_inset
33358
33359  37.6
33360 \begin_inset space \thinspace{}
33361 \end_inset
33362
33363 mm)
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 </row>
33369 <row>
33370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374 cc
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 cicero (1
33384 \begin_inset space \thinspace{}
33385 \end_inset
33386
33387 cc = 12
33388 \begin_inset space \thinspace{}
33389 \end_inset
33390
33391 dd)
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 </row>
33397 <row>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 Scale%
33403 \end_layout
33404
33405 \end_inset
33406 </cell>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 % de la largeur originale de l'image
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422 text%
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 % de la largeur du texte
33432 \end_layout
33433
33434 \end_inset
33435 </cell>
33436 </row>
33437 <row>
33438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33439 \begin_inset Text
33440
33441 \begin_layout Plain Layout
33442 col%
33443 \end_layout
33444
33445 \end_inset
33446 </cell>
33447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33448 \begin_inset Text
33449
33450 \begin_layout Plain Layout
33451 % de la largeur de la colonne
33452 \end_layout
33453
33454 \end_inset
33455 </cell>
33456 </row>
33457 <row>
33458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462 page%
33463 \end_layout
33464
33465 \end_inset
33466 </cell>
33467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33468 \begin_inset Text
33469
33470 \begin_layout Plain Layout
33471 % de la largeur du papier
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 </row>
33477 <row>
33478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 line%
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 % de la largeur de la ligne
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 </row>
33497 <row>
33498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33499 \begin_inset Text
33500
33501 \begin_layout Plain Layout
33502 theight%
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511 % la hauteur du texte
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 </row>
33517 <row>
33518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33519 \begin_inset Text
33520
33521 \begin_layout Plain Layout
33522 pheight%
33523 \end_layout
33524
33525 \end_inset
33526 </cell>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531 % hauteur du papier
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 ex
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 hauteur de la lettre 
33552 \emph on
33553 x
33554 \emph default
33555  dans la police courante
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 </row>
33561 <row>
33562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566 em
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 largeur de la lettre
33576 \emph on
33577  M
33578 \emph default
33579  dans la police courante
33580 \end_layout
33581
33582 \end_inset
33583 </cell>
33584 </row>
33585 <row>
33586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33587 \begin_inset Text
33588
33589 \begin_layout Plain Layout
33590 mu
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599 unité mathématique (1
33600 \begin_inset space \thinspace{}
33601 \end_inset
33602
33603 mu = 1/18
33604 \begin_inset space \thinspace{}
33605 \end_inset
33606
33607 em)
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 </row>
33613 </lyxtabular>
33614
33615 \end_inset
33616
33617
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Chapter
33626 Formats des fichiers de sortie graphiques
33627 \begin_inset CommandInset label
33628 LatexCommand label
33629 name "cha:Formats-fichiers-graphiques"
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \begin_layout Section
33637 DVI
33638 \begin_inset Index
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 Formats de Fichiers! DVI
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \begin_inset Index
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 DVI|see
33653 \begin_inset ERT
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657
33658 {
33659 \end_layout
33660
33661 \end_inset
33662
33663 Formats de Fichiers
33664 \begin_inset ERT
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668
33669 }
33670 \end_layout
33671
33672 \end_inset
33673
33674
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \begin_layout Standard
33683 Ce type de fichiers a l'extension 
33684 \begin_inset Quotes fld
33685 \end_inset
33686
33687
33688 \family typewriter
33689 .dvi
33690 \family default
33691
33692 \begin_inset Quotes frd
33693 \end_inset
33694
33695 .
33696  Il est appelé 
33697 \emph on
33698 indépendant de l'appareil
33699 \emph default
33700  ou 
33701 \begin_inset Quotes fld
33702 \end_inset
33703
33704 device independent (DVI)
33705 \begin_inset Quotes frd
33706 \end_inset
33707
33708 , car il est complètement portable ; vous pouvez les recopier d'une machine
33709  à l'autre sans avoir à faire de conversion.
33710  À l'époque où ce format a été développé, c'était loin d'être évident.
33711  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33712  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33713 \end_layout
33714
33715 \begin_layout Standard
33716 \begin_inset Note Greyedout
33717 status open
33718
33719 \begin_layout Plain Layout
33720
33721 \series bold
33722 Note:
33723 \series default
33724  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33725  au fichier.
33726  
33727 \end_layout
33728
33729 \end_inset
33730
33731  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33732  
33733 \family typewriter
33734 .dvi
33735 \family default
33736 .
33737  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33738 z le DVI puisque le programme de visualisation doit convertir les images
33739  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33740  document.
33741  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33742  avec de nombreuses images.
33743 \end_layout
33744
33745 \begin_layout Standard
33746 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33747  menu 
33748 \family sans
33749 Fichier\SpecialChar \menuseparator
33750 Exporter\SpecialChar \menuseparator
33751 DVI.
33752
33753 \family default
33754  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33755 \family sans
33756 Visualiser
33757 \family default
33758  ou en utilisant le bouton
33759 \begin_inset Graphics
33760         filename ../../images/buffer-view_dvi.png
33761         scale 85
33762         scaleBeforeRotation
33763
33764 \end_inset
33765
33766  de la barre d'outils.
33767 \end_layout
33768
33769 \begin_layout Section
33770 PostScript
33771 \begin_inset CommandInset label
33772 LatexCommand label
33773 name "sec:PostScript"
33774
33775 \end_inset
33776
33777
33778 \begin_inset Index
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 Formats de Fichiers ! PostScript
33783 \end_layout
33784
33785 \end_inset
33786
33787
33788 \begin_inset Index
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792 PostScript|see
33793 \begin_inset ERT
33794 status collapsed
33795
33796 \begin_layout Plain Layout
33797
33798 {
33799 \end_layout
33800
33801 \end_inset
33802
33803 Formats de Fichiers
33804 \begin_inset ERT
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808
33809 }
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \begin_layout Standard
33823 Ce type de fichiers a l'extension 
33824 \begin_inset Quotes fld
33825 \end_inset
33826
33827
33828 \family typewriter
33829 .ps
33830 \family default
33831
33832 \begin_inset Quotes frd
33833 \end_inset
33834
33835 .
33836  PostScript a été développé par la société 
33837 \series bold
33838 Adobe
33839 \series default
33840  comme un langage pour les imprimantes.
33841  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33842  pour imprimer le document.
33843  PostScript peut être considéré comme un 
33844 \begin_inset Quotes fld
33845 \end_inset
33846
33847 langage de programmation
33848 \begin_inset Quotes frd
33849 \end_inset
33850
33851  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33852  images
33853 \begin_inset Foot
33854 status open
33855
33856 \begin_layout Plain Layout
33857 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33858  LaTeX 
33859 \series bold
33860 pstricks
33861 \series default
33862
33863 \begin_inset CommandInset citation
33864 LatexCommand cite
33865 key "pstricks"
33866
33867 \end_inset
33868
33869 .
33870 \end_layout
33871
33872 \end_inset
33873
33874 .
33875  En partie à cause de toutes ces possibilités un fichier PostScript est
33876  souvent plus gros qu'un PDF.
33877 \end_layout
33878
33879 \begin_layout Standard
33880 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33881  plus gros qu'un PDF.
33882 \end_layout
33883
33884 \begin_layout Standard
33885 PostScript ne peut contenir que des images au format 
33886 \begin_inset Quotes fld
33887 \end_inset
33888
33889 PostScript Encapsulé
33890 \begin_inset Quotes frd
33891 \end_inset
33892
33893  (encapsulated PostScript ou EPS, d'extension 
33894 \family typewriter
33895 .eps
33896 \family default
33897 ).
33898  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33899  il doit les convertir en interne en EPS.
33900  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33901  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33902  document.
33903  Cela risque de ralentir de façon importante votre rythme de travail.
33904  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33905  vos images directement en EPS pour éviter ce problème.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33910  le menu 
33911 \family sans
33912 Fichier\SpecialChar \menuseparator
33913 Exporter\SpecialChar \menuseparator
33914 PostScript.
33915
33916 \family default
33917  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33918  
33919 \family sans
33920 Visualiser
33921 \family default
33922  ou en utilisant le bouton 
33923 \begin_inset Graphics
33924         filename ../../images/buffer-view_ps.png
33925         scale 85
33926         scaleBeforeRotation
33927
33928 \end_inset
33929
33930  de la barre d'outils.
33931 \end_layout
33932
33933 \begin_layout Section
33934 PDF
33935 \begin_inset Index
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939 Formats de Fichiers ! PDF
33940 \end_layout
33941
33942 \end_inset
33943
33944
33945 \begin_inset Index
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949 PDF
33950 \end_layout
33951
33952 \end_inset
33953
33954
33955 \end_layout
33956
33957 \begin_layout Standard
33958 Ce type de fichiers a l'extension 
33959 \begin_inset Quotes fld
33960 \end_inset
33961
33962
33963 \family typewriter
33964 .pdf
33965 \family default
33966
33967 \begin_inset Quotes frd
33968 \end_inset
33969
33970 .
33971  Ce 
33972 \begin_inset Quotes fld
33973 \end_inset
33974
33975 format de document portable
33976 \begin_inset Quotes frd
33977 \end_inset
33978
33979  (portable document format ou PDF) est développé par 
33980 \family typewriter
33981 Adobe
33982 \family default
33983  comme une évolution de PostScript.
33984  Il est plus comprimé et utilise moins de commandes que PostScript.
33985  Comme son nom l'indique, il est 
33986 \begin_inset Quotes fld
33987 \end_inset
33988
33989 portable
33990 \begin_inset Quotes frd
33991 \end_inset
33992
33993  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33994  aura exactement le même aspect.
33995 \end_layout
33996
33997 \begin_layout Standard
33998 PDF peut contenir des images dans son propre format PDF et dans les formats
33999  JPG (format du 
34000 \begin_inset Quotes fld
34001 \end_inset
34002
34003 Joint Photographic Expert Group
34004 \begin_inset Quotes frd
34005 \end_inset
34006
34007  avec comme extension 
34008 \family typewriter
34009 .jpg
34010 \family default
34011  ou 
34012 \family typewriter
34013 .jpeg
34014 \family default
34015 ) et PNG (
34016 \begin_inset Quotes fld
34017 \end_inset
34018
34019 Portable Network Graphics
34020 \begin_inset Quotes frd
34021 \end_inset
34022
34023  avec l'extension 
34024 \family typewriter
34025 .png
34026 \family default
34027 ).
34028  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
34029  dans un de ces formats.
34030  Mais comme il est dit dans la section sur PostScript, les conversions d'images
34031  vont ralentir votre travail.
34032  Nous recommandons donc l'utilisation de l'un des trois formats cités.
34033 \end_layout
34034
34035 \begin_layout Standard
34036 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34037  menu 
34038 \family sans
34039 Fichier\SpecialChar \menuseparator
34040 Exporter 
34041 \family default
34042 de trois façons différentes:
34043 \end_layout
34044
34045 \begin_layout Description
34046 PDF
34047 \begin_inset space ~
34048 \end_inset
34049
34050 (ps2pdf) Ceci utilise le programme 
34051 \family typewriter
34052 ps2pdf
34053 \family default
34054  qui créé un PDF à partir de la version PostScript de votre fichier.
34055  Cette dernière est produite par le programme 
34056 \family typewriter
34057 dvips
34058 \family default
34059  qui utilise une version DVI comme étape intermédiaire.
34060  Cette variante consiste donc en trois conversions.
34061 \end_layout
34062
34063 \begin_layout Description
34064 PDF
34065 \begin_inset space ~
34066 \end_inset
34067
34068 (dvipdfm) Ceci utilise le programme 
34069 \family typewriter
34070 dvipdfm
34071 \family default
34072  qui convertit votre fichier en DVI avant de le convertir en PDF.
34073 \end_layout
34074
34075 \begin_layout Description
34076 PDF
34077 \begin_inset space ~
34078 \end_inset
34079
34080 (pdflatex) Ceci utilise le programme 
34081 \family typewriter
34082 pdftex
34083 \family default
34084  qui convertit directement votre fichier en PDF.
34085 \end_layout
34086
34087 \begin_layout Standard
34088 Nous recommandons d'utiliser l'option 
34089 \family sans
34090 PDF
34091 \begin_inset space ~
34092 \end_inset
34093
34094 (pdflatex)
34095 \family default
34096  car 
34097 \family typewriter
34098 pdftex
34099 \family default
34100  accepte toutes les fonctionnalités des versions actuelles de PDF.
34101  Il est en plus rapide et stable.
34102  Le programme 
34103 \family typewriter
34104 dvipdfm
34105 \family default
34106  n'est plus développé est est donc un peu dépassé.
34107 \end_layout
34108
34109 \begin_layout Standard
34110
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34115 \family sans
34116 Visualiser
34117 \family default
34118  ou en utilisant le bouton 
34119 \begin_inset Graphics
34120         filename ../../images/buffer-view_pdf2.png
34121         scale 85
34122         scaleBeforeRotation
34123
34124 \end_inset
34125
34126  de la barre d'outils
34127 \family sans
34128  (
34129 \family default
34130 qui utilise 
34131 \family sans
34132 PDF
34133 \begin_inset space ~
34134 \end_inset
34135
34136 (pdflatex)
34137 \family default
34138 ).
34139 \end_layout
34140
34141 \begin_layout Chapter
34142 Explication de l' Équation
34143 \begin_inset space ~
34144 \end_inset
34145
34146
34147 \begin_inset CommandInset ref
34148 LatexCommand eqref
34149 reference "eq:Wgn"
34150
34151 \end_inset
34152
34153
34154 \begin_inset CommandInset label
34155 LatexCommand label
34156 name "cha:Explication-de-l'Equation"
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 La largeur totale de 
34165 \emph on
34166 n
34167 \emph default
34168  cellules de tableau 
34169 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34170 \end_inset
34171
34172  peut être calculée avec
34173 \end_layout
34174
34175 \begin_layout Standard
34176 \begin_inset Formula \begin{equation}
34177 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}
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 Où 
34186 \begin_inset Formula $W_{g\, n}$
34187 \end_inset
34188
34189  est la largeur fixe de toutes les cellules.
34190  
34191 \series bold
34192
34193 \backslash
34194 tabcolsep
34195 \series default
34196  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34197  sa valeur par défaut est 6
34198 \begin_inset space \thinspace{}
34199 \end_inset
34200
34201 pt.
34202  
34203 \series bold
34204
34205 \backslash
34206 arrayrulewidth
34207 \series default
34208  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34209 \begin_inset space \thinspace{}
34210 \end_inset
34211
34212 pt.
34213 \end_layout
34214
34215 \begin_layout Standard
34216 D'après l'équation
34217 \begin_inset space ~
34218 \end_inset
34219
34220
34221 \begin_inset CommandInset ref
34222 LatexCommand eqref
34223 reference "eq:Wtot_n"
34224
34225 \end_inset
34226
34227 , la largeur totale d'une multicolonne, 
34228 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34229 \end_inset
34230
34231  est
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset Formula \begin{equation}
34236 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 En posant que les équations 
34245 \begin_inset space ~
34246 \end_inset
34247
34248
34249 \begin_inset CommandInset ref
34250 LatexCommand eqref
34251 reference "eq:Wtot_n"
34252
34253 \end_inset
34254
34255  et 
34256 \begin_inset CommandInset ref
34257 LatexCommand eqref
34258 reference "eq:Wtot_mult"
34259
34260 \end_inset
34261
34262  sont égales, on peut calculer la largeur nécessaire 
34263 \begin_inset Formula $W_{g\, n}$
34264 \end_inset
34265
34266  quand 
34267 \emph on
34268 n
34269 \emph default
34270  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34271  de 
34272 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34273 \end_inset
34274
34275 :
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset Formula \begin{equation}
34280 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Bibliography
34288 \begin_inset CommandInset bibitem
34289 LatexCommand bibitem
34290 key "latexcompanion"
34291
34292 \end_inset
34293
34294 Frank Mittelbach and Michel Goossens: 
34295 \emph on
34296 The LaTeX Companion Second Edition.
34297
34298 \emph default
34299  Addison-Wesley, 2004
34300 \end_layout
34301
34302 \begin_layout Bibliography
34303 \begin_inset CommandInset bibitem
34304 LatexCommand bibitem
34305 key "latexguide"
34306
34307 \end_inset
34308
34309 Helmut Kopka and Patrick W.
34310  Daly: 
34311 \emph on
34312 A Guide to LaTeX Fourth Edition.
34313
34314 \emph default
34315  Addison-Wesley, 2003
34316 \end_layout
34317
34318 \begin_layout Bibliography
34319 \begin_inset CommandInset bibitem
34320 LatexCommand bibitem
34321 key "latexbook"
34322
34323 \end_inset
34324
34325 Leslie Lamport: 
34326 \emph on
34327 LaTeX: A Document Preparation System.
34328
34329 \emph default
34330  Addison-Wesley, second edition, 1994
34331 \end_layout
34332
34333 \begin_layout Bibliography
34334 \begin_inset CommandInset bibitem
34335 LatexCommand bibitem
34336 key "booktabs"
34337
34338 \end_inset
34339
34340 Documentation du paquetage LaTeX 
34341 \series bold
34342
34343 \begin_inset CommandInset href
34344 LatexCommand href
34345 name "booktabs"
34346 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34347
34348 \end_inset
34349
34350
34351 \series default
34352
34353 \begin_inset Index
34354 status collapsed
34355
34356 \begin_layout Plain Layout
34357 Paquetages LaTeX ! booktabs
34358 \end_layout
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Bibliography
34366 \begin_inset CommandInset bibitem
34367 LatexCommand bibitem
34368 key "caption"
34369
34370 \end_inset
34371
34372 Documentation du paquetage LaTeX 
34373 \series bold
34374
34375 \begin_inset CommandInset href
34376 LatexCommand href
34377 name "caption"
34378 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34379
34380 \end_inset
34381
34382
34383 \series default
34384
34385 \begin_inset Index
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Paquetages LaTeX ! caption
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Bibliography
34398 \begin_inset CommandInset bibitem
34399 LatexCommand bibitem
34400 key "endfloat"
34401
34402 \end_inset
34403
34404 Documentation du paquetage LaTeX 
34405 \series bold
34406
34407 \begin_inset CommandInset href
34408 LatexCommand href
34409 name "endfloat"
34410 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34411
34412 \end_inset
34413
34414
34415 \series default
34416
34417 \begin_inset Index
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421 Paquetages LaTeX ! endfloat
34422 \end_layout
34423
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \begin_layout Bibliography
34430 \begin_inset CommandInset bibitem
34431 LatexCommand bibitem
34432 key "wrapfig"
34433
34434 \end_inset
34435
34436 Documentation du paquetage LaTeX 
34437 \series bold
34438
34439 \begin_inset CommandInset href
34440 LatexCommand href
34441 name "wrapfig"
34442 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34443
34444 \end_inset
34445
34446
34447 \series default
34448
34449 \begin_inset Index
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453 Paquetages LaTeX ! wrapfig
34454 \begin_inset ERT
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458
34459
34460 \backslash
34461 vspace{4mm}
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \end_inset
34470
34471
34472 \end_layout
34473
34474 \begin_layout Bibliography
34475 \begin_inset CommandInset bibitem
34476 LatexCommand bibitem
34477 key "footmisc"
34478
34479 \end_inset
34480
34481 Documentation du paquetage LaTeX 
34482 \series bold
34483
34484 \begin_inset CommandInset href
34485 LatexCommand href
34486 name "footmisc"
34487 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34488
34489 \end_inset
34490
34491
34492 \series default
34493
34494 \begin_inset Index
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 Paquetages LaTeX ! footmisc
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Bibliography
34507 \begin_inset CommandInset bibitem
34508 LatexCommand bibitem
34509 key "hypcap"
34510
34511 \end_inset
34512
34513 Documentation du paquetage LaTeX 
34514 \series bold
34515
34516 \begin_inset CommandInset href
34517 LatexCommand href
34518 name "hypcap"
34519 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34520
34521 \end_inset
34522
34523
34524 \series default
34525
34526 \begin_inset Index
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530 Paquetages LaTeX ! hyperref
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Bibliography
34539 \begin_inset CommandInset bibitem
34540 LatexCommand bibitem
34541 key "hyperref"
34542
34543 \end_inset
34544
34545 Documentation du paquetage LaTeX 
34546 \series bold
34547
34548 \begin_inset CommandInset href
34549 LatexCommand href
34550 name "hyperref"
34551 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34552
34553 \end_inset
34554
34555
34556 \series default
34557
34558 \begin_inset Index
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562 Paquetages LaTeX ! hyperref
34563 \end_layout
34564
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \begin_layout Bibliography
34571 \begin_inset CommandInset bibitem
34572 LatexCommand bibitem
34573 key "koma-script"
34574
34575 \end_inset
34576
34577 Documentation du paquetage LaTeX 
34578 \series bold
34579
34580 \begin_inset CommandInset href
34581 LatexCommand href
34582 name "koma-script"
34583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34584
34585 \end_inset
34586
34587
34588 \series default
34589
34590 \begin_inset Index
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594 Paquetages LaTeX ! koma-script
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Bibliography
34603 \begin_inset CommandInset bibitem
34604 LatexCommand bibitem
34605 key "listings"
34606
34607 \end_inset
34608
34609 Documentation du paquetage LaTeX 
34610 \series bold
34611
34612 \begin_inset CommandInset href
34613 LatexCommand href
34614 name "listings"
34615 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34616
34617 \end_inset
34618
34619
34620 \series default
34621
34622 \begin_inset Index
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626 Paquetages LaTeX ! listings
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \end_layout
34633
34634 \begin_layout Bibliography
34635 \begin_inset CommandInset bibitem
34636 LatexCommand bibitem
34637 key "marginnote"
34638
34639 \end_inset
34640
34641 Documentation du paquetage LaTeX 
34642 \series bold
34643
34644 \begin_inset CommandInset href
34645 LatexCommand href
34646 name "marginnote"
34647 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34648
34649 \end_inset
34650
34651
34652 \series default
34653
34654 \begin_inset Index
34655 status collapsed
34656
34657 \begin_layout Plain Layout
34658 Paquetages LaTeX ! marginnote
34659 \end_layout
34660
34661 \end_inset
34662
34663
34664 \end_layout
34665
34666 \begin_layout Bibliography
34667 \begin_inset CommandInset bibitem
34668 LatexCommand bibitem
34669 key "pstricks"
34670
34671 \end_inset
34672
34673 Page Web du paquetage LaTeX 
34674 \series bold
34675
34676 \begin_inset CommandInset href
34677 LatexCommand href
34678 name "PSTricks"
34679 target "http://tug.org/PSTricks/"
34680
34681 \end_inset
34682
34683
34684 \series default
34685
34686 \begin_inset Index
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690 Paquetages LaTeX ! PSTricks
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Bibliography
34699 \begin_inset CommandInset bibitem
34700 LatexCommand bibitem
34701 key "sidecap"
34702
34703 \end_inset
34704
34705 Documentation du paquetage LaTeX 
34706 \series bold
34707
34708 \begin_inset CommandInset href
34709 LatexCommand href
34710 name "sidecap"
34711 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34712
34713 \end_inset
34714
34715
34716 \series default
34717
34718 \begin_inset Index
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722 Paquetages LaTeX ! sidecap
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Bibliography
34731 \begin_inset CommandInset bibitem
34732 LatexCommand bibitem
34733 key "NewInLyX16"
34734
34735 \end_inset
34736
34737
34738 \begin_inset CommandInset href
34739 LatexCommand href
34740 name "Page Wiki"
34741 target "http://wiki.lyx.org/LyX/NewInLyX16"
34742
34743 \end_inset
34744
34745  au sujet des nouveautés de 
34746 \family sans
34747 LyX 1.6.0
34748 \family default
34749 .
34750 \end_layout
34751
34752 \begin_layout Standard
34753 \begin_inset CommandInset index_print
34754 LatexCommand printindex
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762 \begin_inset FloatList figure
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \begin_layout Standard
34770 \begin_inset FloatList table
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \begin_layout Standard
34778 \begin_inset ERT
34779 status open
34780
34781 \begin_layout Plain Layout
34782
34783
34784 \backslash
34785 listof{algorithm}{Liste des Algorithmes}
34786 \end_layout
34787
34788 \end_inset
34789
34790
34791 \begin_inset Note Note
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795 voir la section
34796 \begin_inset space ~
34797 \end_inset
34798
34799
34800 \begin_inset CommandInset ref
34801 LatexCommand ref
34802 reference "sub:Flottant-d'Algorithme"
34803
34804 \end_inset
34805
34806  pour une description
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \end_body
34815 \end_document