]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
documentation: some preamble fixes, part 1
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 337
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \pagenumbering{roman}
25 \let\myTOC\tableofcontents
26 \renewcommand{\tableofcontents}{%
27  \pdfbookmark[1]{\contentsname}{}
28  \myTOC
29  \cleardoublepage
30  \pagenumbering{arabic}}
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \usepackage{sidecap}
38
39 \newcommand{\TabBesBeg}{%
40  \let\MyTable\table
41  \let\MyEndtable\endtable
42  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
43
44 \newcommand{\TabBesEnd}{%
45  \let\table\MyTable
46  \let\endtable\MyEndtable}
47
48 \newcommand{\FigBesBeg}{%
49  \let\MyFigure\figure
50  \let\MyEndfigure\endfigure
51  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
52
53 \newcommand{\FigBesEnd}{%
54  \let\figure\MyFigure
55  \let\endfigure\MyEndfigure}
56
57 % enables calculation of values,
58 \usepackage{calc}
59
60 % provides special table cell alignments
61 \usepackage{dcolumn}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for multirows
91 \usepackage{multirow}
92 %\renewcommand{\multirowsetup}{\centering}
93
94 % used for book-style tables
95 \usepackage{booktabs}
96
97 % used to have extra space in table cells
98 \@ifundefined{extrarowheight}
99  {\usepackage{array}}{}
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language french
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize default
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 1 34 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
224  les Boîtes et les Objets Externes de LyX
225 \end_layout
226
227 \begin_layout Author
228 par l'Équipe LyX
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Plain Layout
233 \noindent
234 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
235  de la documentation de LyX: 
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Note Note
251 status collapsed
252
253 \begin_layout Plain Layout
254 auteur original : Uwe Stöhr
255 \end_layout
256
257 \begin_layout Plain Layout
258 Traduction française : Siegfried Meunier-Guttin-Cluzel
259 \end_layout
260
261 \begin_layout Plain Layout
262 version 1.5.2 - novembre 2007
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \family sans
277 Version 1.6svn
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset CommandInset toc
282 LatexCommand tableofcontents
283
284 \end_inset
285
286
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset Note Note
291 status open
292
293 \begin_layout Plain Layout
294 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
295  
296 \series bold
297 arydshln
298 \series default
299
300 \series bold
301 colortbl
302 \series default
303
304 \series bold
305 marginnote
306 \series default
307 , et 
308 \series bold
309 sidecap
310 \series default
311  doivent être installés.
312  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
313  les sections qui nécessitent les paquetages en question n'apparaîtront
314  pas sur la sortie.
315 \end_layout
316
317 \begin_layout Plain Layout
318 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \series bold
324 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series default
330 (version anglaise)
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Chapter
339 Figures
340 \begin_inset CommandInset label
341 LatexCommand label
342 name "cha:Figures"
343
344 \end_inset
345
346
347 \begin_inset Index
348 status collapsed
349
350 \begin_layout Plain Layout
351 Figures
352 \end_layout
353
354 \end_inset
355
356
357 \begin_inset Index
358 status collapsed
359
360 \begin_layout Plain Layout
361 Graphiques|see
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367 {
368 \end_layout
369
370 \end_inset
371
372 Figures
373 \begin_inset ERT
374 status collapsed
375
376 \begin_layout Plain Layout
377
378 }
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Section
392 La fenêtre de dialogue Graphique
393 \begin_inset Index
394 status collapsed
395
396 \begin_layout Plain Layout
397 Figures ! Fenêtre de dialogue Graphique
398 \end_layout
399
400 \end_inset
401
402
403 \begin_inset CommandInset label
404 LatexCommand label
405 name "sec:Graphics-Dialog"
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 Pour placer une figure dans votre document, cliquez sur le bouton
414 \begin_inset Graphics
415         filename ../../images/dialog-show-new-inset_graphics.png
416         scale 85
417         scaleBeforeRotation
418
419 \end_inset
420
421  dans la barre d'outils, ou faites 
422 \family sans
423 Insérer\SpecialChar \menuseparator
424 Graphique
425 \family default
426 .
427  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
428  à charger.
429  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
430  dans le texte.
431 \end_layout
432
433 \begin_layout Standard
434 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
435  avec le bouton droit sur une image
436 \begin_inset Note Note
437 status collapsed
438
439 \begin_layout Plain Layout
440 Ça marche aussi avec le bouton gauche ! (NdT)
441 \end_layout
442
443 \end_inset
444
445 .
446  Cette fenêtre de dialogue possède trois onglets:
447 \end_layout
448
449 \begin_layout Description
450 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
451  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
452  Les unités de longueurs utilisées sont décrites dans l'appendice
453 \begin_inset space ~
454 \end_inset
455
456
457 \begin_inset CommandInset ref
458 LatexCommand ref
459 reference "cha:Unités-de-longueur"
460
461 \end_inset
462
463 .
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index
469 status collapsed
470
471 \begin_layout Plain Layout
472 Figures ! Pivotées
473 \end_layout
474
475 \end_inset
476
477 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
478  d'une montre, en donnant l'angle de rotation et la position du pivot.
479  L'image apparaîtra pivotée dans LyX.
480 \begin_inset Newline newline
481 \end_inset
482
483
484 \begin_inset Index
485 status collapsed
486
487 \begin_layout Plain Layout
488 Figures ! Redimensionnées
489 \end_layout
490
491 \end_inset
492
493 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
494  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
495  sa largeur.
496  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
497  déterminée automatiquement.
498  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
499  éventuellement une distorsion.
500  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
501  
502 \family sans
503 Conserver
504 \begin_inset space ~
505 \end_inset
506
507 les
508 \begin_inset space ~
509 \end_inset
510
511 proportions
512 \family default
513 .
514  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
515  pas les valeurs fixées.
516  
517 \begin_inset Newline newline
518 \end_inset
519
520 Les images peuvent être modifiée en utilisant le programme de votre choix
521  en cliquant sur le bouton Éditer.
522  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
523  
524 \family sans
525 Formats
526 \begin_inset space ~
527 \end_inset
528
529 de
530 \begin_inset space ~
531 \end_inset
532
533 fichiers
534 \family default
535  dans la fenêtre de dialogue de 
536 \family sans
537 Préférences
538 \family default
539  de LyX.
540 \end_layout
541
542 \begin_layout Description
543 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
544  la sortie finale est de modifier les coordonnées de la zone de l'image
545  qui est affichée.
546  Cette zone peut être calculée automatiquement à partir des données présentes
547  dans le fichier en appuyant sur le bouton 
548 \family sans
549 Valeurs
550 \begin_inset space ~
551 \end_inset
552
553 du
554 \begin_inset space ~
555 \end_inset
556
557 Fichier
558 \family default
559 .
560  Avec l'option 
561 \family sans
562 Couper
563 \begin_inset space ~
564 \end_inset
565
566 à
567 \begin_inset space ~
568 \end_inset
569
570 la
571 \begin_inset space ~
572 \end_inset
573
574 boîte
575 \begin_inset space ~
576 \end_inset
577
578 de
579 \begin_inset space ~
580 \end_inset
581
582 délimitation, 
583 \family default
584 seule la portion de l'image qui est dans la zone définie sera imprimée.
585  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
586  donc vous pouvez ignorer l'onglet 
587 \family sans
588 Rogner
589 \family default
590 .
591 \end_layout
592
593 \begin_layout Description
594
595 \family sans
596 Options
597 \begin_inset space ~
598 \end_inset
599
600 LaTeX
601 \begin_inset space ~
602 \end_inset
603
604 et
605 \begin_inset space ~
606 \end_inset
607
608 LyX
609 \family default
610  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
611  en faire une sous-figure avec sa propre légende si elle incorporée dans
612  un flottant de figure.
613  Les sous-figures sont décrites dans la section
614 \begin_inset space ~
615 \end_inset
616
617
618 \begin_inset CommandInset ref
619 LatexCommand ref
620 reference "sec:Figure-Floats"
621
622 \end_inset
623
624 .
625 \begin_inset Newline newline
626 \end_inset
627
628 Les experts ès-LaTeX pourront fournir dans cet onglet des options supplémentaire
629 s pour LaTeX
630 \begin_inset Newline newline
631 \end_inset
632
633 L'option Mode brouillon fait que l'image apparaîtra sur la sortie sous la
634  forme d'un cadre vide avec la taille de l'image.
635 \begin_inset Newline newline
636 \end_inset
637
638 L'option 
639 \family sans
640 ne
641 \begin_inset space ~
642 \end_inset
643
644 pas
645 \begin_inset space ~
646 \end_inset
647
648 décompresser
649 \begin_inset space ~
650 \end_inset
651
652 à
653 \begin_inset space ~
654 \end_inset
655
656 l'exportation
657 \family default
658  n'affectera que les graphiques EPS zippés, par exemple 
659 \family typewriter
660 x.eps.gz
661 \family default
662 .
663  Quand cette option est activée, les images ne sont pas décompressées à
664  l'exportation, vu que LaTeX peut les traiter telles-quelles
665 \begin_inset Newline newline
666 \end_inset
667
668 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
669  disques quand on utilise PostScript comme format de sortie, voir l'appendice
670 \begin_inset space ~
671 \end_inset
672
673
674 \begin_inset CommandInset ref
675 LatexCommand ref
676 reference "sec:PostScript"
677
678 \end_inset
679
680 .
681  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
682  terminal UNIX ou une console Windows:
683 \begin_inset Newline newline
684 \end_inset
685
686
687 \series bold
688 gzip x.eps
689 \series default
690
691 \begin_inset Newline newline
692 \end_inset
693
694
695 \series bold
696 zgrep %%Bounding x.eps.gz > x.eps.bb
697 \series default
698
699 \begin_inset Newline newline
700 \end_inset
701
702 La seconde commande va créer le fichier contenant la description de la boîte
703  de délimitation 
704 \begin_inset Quotes eld
705 \end_inset
706
707
708 \family typewriter
709 x.eps.bb
710 \family default
711
712 \begin_inset Quotes erd
713 \end_inset
714
715  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
716 \end_layout
717
718 \begin_layout Standard
719 \begin_inset VSpace bigskip
720 \end_inset
721
722
723 \end_layout
724
725 \begin_layout Standard
726 Voici un exemple d'image au format EPS
727 \begin_inset Foot
728 status collapsed
729
730 \begin_layout Plain Layout
731 Les format d'images sont décrits dans la section
732 \begin_inset space ~
733 \end_inset
734
735
736 \begin_inset CommandInset ref
737 LatexCommand ref
738 reference "sec:Image-Formats"
739
740 \end_inset
741
742 .
743 \end_layout
744
745 \end_inset
746
747  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
748 nt:
749 \end_layout
750
751 \begin_layout Standard
752 \align center
753 \begin_inset Graphics
754         filename ../clipart/mobius.eps
755         scale 70
756         scaleBeforeRotation
757         rotateOrigin center
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 Et voici la même image mais en mode brouillon:
766 \end_layout
767
768 \begin_layout Standard
769 \align center
770 \begin_inset Graphics
771         filename ../clipart/mobius.eps
772         scale 70
773         draft
774         scaleBeforeRotation
775         rotateOrigin center
776
777 \end_inset
778
779
780 \end_layout
781
782 \begin_layout Section
783 Figures Flottantes
784 \begin_inset CommandInset label
785 LatexCommand label
786 name "sec:Figure-Floats"
787
788 \end_inset
789
790
791 \begin_inset Index
792 status collapsed
793
794 \begin_layout Plain Layout
795 Flottants ! Figures
796 \end_layout
797
798 \end_inset
799
800
801 \begin_inset Index
802 status collapsed
803
804 \begin_layout Plain Layout
805 Figures ! Flottants
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Standard
814 Pour des explications d'ordre général concernant les flottants, jetez un
815  coup d'œil à la section
816 \begin_inset space ~
817 \end_inset
818
819
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "sec:Flottants-Introduction"
823
824 \end_inset
825
826 .
827 \end_layout
828
829 \begin_layout Standard
830 Le bouton 
831 \begin_inset Graphics
832         filename ../../images/float-insert_figure.png
833         scale 85
834         scaleBeforeRotation
835
836 \end_inset
837
838  de la barre d'outils et le menu 
839 \family sans
840 Insérer\SpecialChar \menuseparator
841 Flottant\SpecialChar \menuseparator
842 Figure
843 \family default
844  insèrent un flottant avec l'étiquette 
845 \begin_inset Quotes eld
846 \end_inset
847
848
849 \series bold
850 Figure
851 \begin_inset space ~
852 \end_inset
853
854 #:
855 \series default
856
857 \begin_inset Quotes erd
858 \end_inset
859
860  (# est le numéro réel de l'image).
861  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
862 \begin_inset space ~
863 \end_inset
864
865
866 \begin_inset CommandInset ref
867 LatexCommand ref
868 reference "fig:kill-plat"
869
870 \end_inset
871
872  ou en dessous de la légende comme pour la Figure
873 \begin_inset space ~
874 \end_inset
875
876
877 \begin_inset CommandInset ref
878 LatexCommand ref
879 reference "fig:escher"
880
881 \end_inset
882
883 .
884  Vous trouverez plus d'information sur le positionnement des légendes dans
885  la section
886 \begin_inset space ~
887 \end_inset
888
889
890 \begin_inset CommandInset ref
891 LatexCommand ref
892 reference "sec:Placement-légende"
893
894 \end_inset
895
896 .
897 \end_layout
898
899 \begin_layout Standard
900 \begin_inset Float figure
901 wide false
902 sideways false
903 status open
904
905 \begin_layout Plain Layout
906 \align center
907 \begin_inset Graphics
908         filename ../clipart/platypus.eps
909         width 50col%
910         scaleBeforeRotation
911         rotateOrigin center
912
913 \end_inset
914
915
916 \end_layout
917
918 \begin_layout Plain Layout
919 \begin_inset Caption
920
921 \begin_layout Plain Layout
922 \begin_inset CommandInset label
923 LatexCommand label
924 name "fig:kill-plat"
925
926 \end_inset
927
928 Un ornithorynque sévèrement déformé dans un flottant de figure.
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \end_inset
937
938
939 \end_layout
940
941 \begin_layout Standard
942 \begin_inset Float figure
943 wide false
944 sideways false
945 status open
946
947 \begin_layout Plain Layout
948 \begin_inset Caption
949
950 \begin_layout Plain Layout
951 \begin_inset CommandInset label
952 LatexCommand label
953 name "fig:escher"
954
955 \end_inset
956
957 M.C.
958  Escher sous LSD.
959 \end_layout
960
961 \end_inset
962
963
964 \end_layout
965
966 \begin_layout Plain Layout
967 \align center
968 \begin_inset Graphics
969         filename ../clipart/escher-lsd.eps
970         scale 80
971         scaleBeforeRotation
972         rotateOrigin center
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Standard
985 \begin_inset Index
986 status collapsed
987
988 \begin_layout Plain Layout
989 Références ! à des Figures
990 \end_layout
991
992 \end_inset
993
994 Les figure
995 \begin_inset space ~
996 \end_inset
997
998
999 \begin_inset CommandInset ref
1000 LatexCommand ref
1001 reference "fig:kill-plat"
1002
1003 \end_inset
1004
1005  et 
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "fig:escher"
1009
1010 \end_inset
1011
1012  sont des exemples de figures référencées.
1013  Dans le texte, on fait référence à une figure en faisant référence à sa
1014  légende.
1015  On insère donc une étiquette dans la légende en utilisant le menu 
1016 \family sans
1017 Insérer
1018 \family default
1019 \SpecialChar \menuseparator
1020
1021 \family sans
1022 Étiquette
1023 \family default
1024  ou le bouton 
1025 \begin_inset Graphics
1026         filename ../../images/label-insert.png
1027         scale 85
1028         scaleBeforeRotation
1029
1030 \end_inset
1031
1032  de la barre d'outils.
1033  On peut alors faire référence à cette étiquette en utilisant le menu 
1034 \family sans
1035 Insérer\SpecialChar \menuseparator
1036 Référence
1037 \begin_inset space ~
1038 \end_inset
1039
1040 croisée
1041 \family default
1042  ou le bouton 
1043 \begin_inset Graphics
1044         filename ../../images/dialog-show-new-inset_ref.png
1045         scale 85
1046         scaleBeforeRotation
1047
1048 \end_inset
1049
1050  de la barre d'outils.
1051  Il est important d'utiliser des références pour les flottants de figures
1052  plutôt que des locutions vagues du genre 
1053 \begin_inset Quotes eld
1054 \end_inset
1055
1056 la figure ci-dessous
1057 \begin_inset Quotes erd
1058 \end_inset
1059
1060 , puisque LaTeX va repositionner la figure dans le document final.
1061  Votre figure risque de ne plus être ci-dessous du tout !
1062 \begin_inset Newline newline
1063 \end_inset
1064
1065 Le référencement est expliqué plus en détail dans la section
1066 \begin_inset space ~
1067 \end_inset
1068
1069
1070 \begin_inset CommandInset ref
1071 LatexCommand ref
1072 reference "sec:Referencer-les-Flottants"
1073
1074 \end_inset
1075
1076 .
1077 \end_layout
1078
1079 \begin_layout Standard
1080 En principe on met une figure dans un flottant, mais parfois vous pouvez
1081  vouloir deux figures avec chacune sa sous-légende.
1082  C'est possible en utilisant la fenêtre de dialogue: faites un clic droit
1083  sur l'image et allez sur l'onglet 
1084 \family sans
1085 Options
1086 \begin_inset space ~
1087 \end_inset
1088
1089 LaTeX
1090 \begin_inset space ~
1091 \end_inset
1092
1093 et
1094 \begin_inset space ~
1095 \end_inset
1096
1097 LyX
1098 \family default
1099 , cochez l'option 
1100 \family sans
1101 Sous
1102 \begin_inset space ~
1103 \end_inset
1104
1105 figure
1106 \family default
1107  et tapez la légende dans le champ qui vient d'être activé.
1108  Notez que seule la légende principale des flottants est reprise dans la
1109  Liste des Figures.
1110  La figure
1111 \begin_inset space ~
1112 \end_inset
1113
1114
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "fig:Deux-images-déformées"
1118
1119 \end_inset
1120
1121  est un exemple de flottant de figure avec deux images mises l'une à côté
1122  de l'autre.
1123  Vous pouvez aussi mettre les images les unes sous les autres.
1124 \end_layout
1125
1126 \begin_layout Standard
1127 \begin_inset Float figure
1128 wide false
1129 sideways false
1130 status open
1131
1132 \begin_layout Plain Layout
1133 \begin_inset space \hfill{}
1134 \end_inset
1135
1136
1137 \begin_inset Float figure
1138 wide false
1139 sideways false
1140 status open
1141
1142 \begin_layout Plain Layout
1143 \begin_inset Caption
1144
1145 \begin_layout Plain Layout
1146 Undefinable structure
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Graphics
1156         filename ../clipart/escher-lsd.eps
1157         width 45col%
1158         scaleBeforeRotation
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \end_inset
1166
1167
1168 \begin_inset space \hfill{}
1169 \end_inset
1170
1171
1172 \begin_inset Float figure
1173 wide false
1174 sideways false
1175 status open
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Caption
1179
1180 \begin_layout Plain Layout
1181
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \begin_layout Plain Layout
1190 \begin_inset Graphics
1191         filename ../clipart/platypus.eps
1192         lyxscale 60
1193         width 45col%
1194         scaleBeforeRotation
1195
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \begin_inset space \hfill{}
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Plain Layout
1211 \begin_inset Caption
1212
1213 \begin_layout Plain Layout
1214 \begin_inset CommandInset label
1215 LatexCommand label
1216 name "fig:Deux-images-déformées"
1217
1218 \end_inset
1219
1220 Deux images déformées.
1221 \end_layout
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Section
1234 Les Formats d'images
1235 \begin_inset CommandInset label
1236 LatexCommand label
1237 name "sec:Image-Formats"
1238
1239 \end_inset
1240
1241
1242 \begin_inset Index
1243 status collapsed
1244
1245 \begin_layout Plain Layout
1246 Formats d' images
1247 \end_layout
1248
1249 \end_inset
1250
1251
1252 \begin_inset Index
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 Figures ! Formats d'images
1257 \end_layout
1258
1259 \end_inset
1260
1261
1262 \end_layout
1263
1264 \begin_layout Standard
1265 Vous pouvez insérer des images dans n'importe quel format connu.
1266  Mais, comme nous l'avons expliqué dans l'appendice
1267 \begin_inset space ~
1268 \end_inset
1269
1270
1271 \begin_inset CommandInset ref
1272 LatexCommand ref
1273 reference "cha:Formats-fichiers-graphiques"
1274
1275 \end_inset
1276
1277 ,
1278 \lang english
1279  
1280 \lang french
1281 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1282  de formats d'images.
1283  Pour s'en sortir LyX utilise le programme 
1284 \family typewriter
1285 Imagemagick
1286 \family default
1287  en arrière plan pour convertir les formats que vous utilisez dans un des
1288  formats acceptés par le format de sortie.
1289  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1290 ons en n'utilisant que les formats listés dans les sous sections de
1291 \lang english
1292  
1293 \lang french
1294 l'appendice
1295 \begin_inset space ~
1296 \end_inset
1297
1298
1299 \begin_inset CommandInset ref
1300 LatexCommand ref
1301 reference "cha:Formats-fichiers-graphiques"
1302
1303 \end_inset
1304
1305 .
1306 \end_layout
1307
1308 \begin_layout Standard
1309 Comme pour les polices de caractères, il y a deux grands types de formats
1310  d'images:
1311 \end_layout
1312
1313 \begin_layout Description
1314 Les
1315 \begin_inset space ~
1316 \end_inset
1317
1318 images
1319 \begin_inset space ~
1320 \end_inset
1321
1322 Matricielles
1323 \begin_inset space ~
1324 \end_inset
1325
1326 (ou
1327 \begin_inset space ~
1328 \end_inset
1329
1330 bitmap) l'image est décomposée en une mosaïque des points (ou pixels), souvent
1331  enregistrés sous un format compressé.
1332  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1333  petits carrés quand on utilise des agrandissements trop importants (aspect
1334  
1335 \begin_inset Quotes eld
1336 \end_inset
1337
1338 pixellisé
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342 ).
1343  Les formats matriciels les plus connus sont le GIF (
1344 \begin_inset Quotes eld
1345 \end_inset
1346
1347 Graphics Interchange Format
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351 , avec comme extension de fichier 
1352 \begin_inset Quotes eld
1353 \end_inset
1354
1355
1356 \family typewriter
1357 .gif
1358 \family default
1359
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363 )
1364 \begin_inset Index
1365 status collapsed
1366
1367 \begin_layout Plain Layout
1368 GIF|see
1369 \begin_inset ERT
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373
1374 {
1375 \end_layout
1376
1377 \end_inset
1378
1379 Format d'image
1380 \begin_inset ERT
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384
1385 }
1386 \end_layout
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \end_inset
1394
1395 , le PNG (
1396 \begin_inset Quotes eld
1397 \end_inset
1398
1399 Portable Network Graphics, extension 
1400 \begin_inset Quotes eld
1401 \end_inset
1402
1403
1404 \family typewriter
1405 .gif
1406 \family default
1407
1408 \begin_inset Quotes erd
1409 \end_inset
1410
1411 )
1412 \begin_inset Index
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 PNG|see
1417 \begin_inset ERT
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421
1422 {
1423 \end_layout
1424
1425 \end_inset
1426
1427 Formats d'image
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 }
1434 \end_layout
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \end_inset
1442
1443  et le JPG (
1444 \begin_inset Quotes eld
1445 \end_inset
1446
1447 Joint Photographic Expert Group, extension 
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451
1452 \family typewriter
1453 .jpg
1454 \family default
1455
1456 \begin_inset Quotes erd
1457 \end_inset
1458
1459  ou 
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463
1464 \family typewriter
1465 .jpeg
1466 \family default
1467
1468 \begin_inset Quotes erd
1469 \end_inset
1470
1471 )
1472 \begin_inset Index
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 JPG|see
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 {
1483 \end_layout
1484
1485 \end_inset
1486
1487 Formats d'image
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 }
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \end_inset
1502
1503 .
1504 \end_layout
1505
1506 \begin_layout Description
1507 Les
1508 \begin_inset space ~
1509 \end_inset
1510
1511 images
1512 \begin_inset space ~
1513 \end_inset
1514
1515 Vectorielles
1516 \begin_inset space ~
1517 \end_inset
1518
1519 (ou
1520 \begin_inset space ~
1521 \end_inset
1522
1523 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1524  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1525 nnée comme on le veut sans perte de précision.
1526  La possibilité de redimensionner les images est très utilisé pour les présentat
1527 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1528 nnement.
1529  Le redimensionnement permet aussi de présenter des documents en ligne où
1530  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1531  étudier les détails.
1532 \begin_inset Newline newline
1533 \end_inset
1534
1535 Les principaux formats vectoriels sont le SVG (
1536 \begin_inset Quotes eld
1537 \end_inset
1538
1539 Scalable Vector Graphics
1540 \begin_inset Quotes erd
1541 \end_inset
1542
1543 , extension
1544 \begin_inset Quotes eld
1545 \end_inset
1546
1547
1548 \family typewriter
1549 .svg
1550 \family default
1551
1552 \begin_inset Quotes erd
1553 \end_inset
1554
1555 )
1556 \begin_inset Index
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 SVG|see
1561 \begin_inset ERT
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565
1566 {
1567 \end_layout
1568
1569 \end_inset
1570
1571 Format d'image
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 }
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586
1587 , l'EPS ( 
1588 \begin_inset Quotes eld
1589 \end_inset
1590
1591 encapsulated PostScript
1592 \begin_inset Quotes erd
1593 \end_inset
1594
1595 , extension
1596 \begin_inset Quotes eld
1597 \end_inset
1598
1599
1600 \family typewriter
1601 .eps
1602 \family default
1603
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607 )
1608 \begin_inset Index
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612 EPS|see
1613 \begin_inset ERT
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617
1618 {
1619 \end_layout
1620
1621 \end_inset
1622
1623 Format d'image
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 }
1630 \end_layout
1631
1632 \end_inset
1633
1634
1635 \end_layout
1636
1637 \end_inset
1638
1639 , le PDF (
1640 \begin_inset Quotes eld
1641 \end_inset
1642
1643 Portable Document Format
1644 \begin_inset Quotes erd
1645 \end_inset
1646
1647 , extension
1648 \begin_inset Quotes eld
1649 \end_inset
1650
1651
1652 \family typewriter
1653 .pdf
1654 \family default
1655
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659 )
1660 \begin_inset Index
1661 status collapsed
1662
1663 \begin_layout Plain Layout
1664 PDF|see
1665 \begin_inset ERT
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669
1670 {
1671 \end_layout
1672
1673 \end_inset
1674
1675 Format d'image
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681 }
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \end_inset
1690
1691  et le WMF (
1692 \begin_inset Quotes eld
1693 \end_inset
1694
1695 Windows Metafile
1696 \begin_inset Quotes erd
1697 \end_inset
1698
1699 , extension 
1700 \begin_inset Quotes eld
1701 \end_inset
1702
1703
1704 \family typewriter
1705 .wfm
1706 \family default
1707
1708 \begin_inset Quotes erd
1709 \end_inset
1710
1711  ou 
1712 \begin_inset Quotes eld
1713 \end_inset
1714
1715
1716 \family typewriter
1717 .emf
1718 \family default
1719
1720 \begin_inset Quotes erd
1721 \end_inset
1722
1723 )
1724 \begin_inset Index
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 WMF|see
1729 \begin_inset ERT
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733
1734 {
1735 \end_layout
1736
1737 \end_inset
1738
1739 Formats d'images
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 }
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \end_layout
1752
1753 \end_inset
1754
1755 .
1756  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1757  en EPS, mais le résultat ne sera pas redimensionnable.
1758  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1759 \begin_inset Foot
1760 status open
1761
1762 \begin_layout Plain Layout
1763 Dans le cas du PDF l'image initiale est aussi compressée.
1764 \end_layout
1765
1766 \end_inset
1767
1768 .
1769 \end_layout
1770
1771 \begin_layout Standard
1772 Les fichiers PDF générés par 
1773 \family typewriter
1774 Adobe Photoshop
1775 \family default
1776 , par exemple, sont des images matricielles.
1777 \end_layout
1778
1779 \begin_layout Standard
1780 En principe il est quasiment impossible de convertir une image matricielle
1781  en graphique vectoriel, seul le contraire est possible.
1782
1783 \lang english
1784  
1785 \lang french
1786 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1787  dans respectivement un fichier de sortie PDF ou PostScript.
1788  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1789  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1790  WMF/SVG
1791 \begin_inset Formula $\to$
1792 \end_inset
1793
1794 PDF/EPS convenables.
1795 \end_layout
1796
1797 \begin_layout Chapter
1798 Tableaux
1799 \begin_inset CommandInset label
1800 LatexCommand label
1801 name "cha:Tableaux"
1802
1803 \end_inset
1804
1805
1806 \begin_inset Index
1807 status collapsed
1808
1809 \begin_layout Plain Layout
1810 Tableau
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \begin_layout Section
1819 Introduction
1820 \begin_inset Index
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824 Tableau ! Introduction
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Standard
1833 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1834 \begin_inset Graphics
1835         filename ../../images/tabular-insert.png
1836         scale 85
1837         scaleBeforeRotation
1838
1839 \end_inset
1840
1841  soit 
1842 \family sans
1843 Insérer\SpecialChar \menuseparator
1844 Tableau
1845 \family default
1846 .
1847  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1848  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1849  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1850  sur un bouton de la souris pour valider votre choix.
1851  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1852  vous demandant le nombre de lignes et de colonnes.
1853 \begin_inset Newline newline
1854 \end_inset
1855
1856 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1857  une à droite de la colonne la plus à droite et une en bas de la rangée
1858  du bas, qui forment une boîte autour du tableau.
1859  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1860  apparaît séparée du reste du tableau.
1861  Voici un exemple :
1862 \end_layout
1863
1864 \begin_layout Standard
1865 \align center
1866 \begin_inset Tabular
1867 <lyxtabular version="3" rows="4" columns="4">
1868 <features>
1869 <column alignment="center" valignment="top" width="0">
1870 <column alignment="center" valignment="top" width="0">
1871 <column alignment="center" valignment="top" width="0">
1872 <column alignment="center" valignment="top" width="0">
1873 <row>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887 1
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896 2
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905 3
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 </row>
1911 <row>
1912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916 A
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 <row>
1950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954 B
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 </row>
1987 <row>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992 C
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Plain Layout
2001
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 </row>
2025 </lyxtabular>
2026
2027 \end_inset
2028
2029
2030 \end_layout
2031
2032 \begin_layout Section
2033 La fenêtre 
2034 \family sans
2035 Tableau
2036 \family default
2037
2038 \begin_inset Index
2039 status collapsed
2040
2041 \begin_layout Plain Layout
2042 Tableau ! Fenêtre de dialogue
2043 \end_layout
2044
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2052  de la souris, ce qui fait apparaître une fenêtre avec des options.
2053  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2054  la colonne et la ligne dans laquelle le curseur se trouve.
2055  La plupart des options peuvent s'appliquer à des sélections.
2056  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2057  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2058  votre sélection.
2059  Notez qu'il y a une différence entre sélectionner le 
2060 \emph on
2061 contenu 
2062 \emph default
2063 d'une cellule et sélectionner la cellule elle-même.
2064  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2065  tableaux :
2066 \end_layout
2067
2068 \begin_layout Description
2069 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2070  la largeur de la colonne courante.
2071  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2072  vertical de la ligne courante.
2073  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2074  et donc, plusieurs paragraphes de texte, voir la section
2075 \begin_inset space ~
2076 \end_inset
2077
2078
2079 \begin_inset CommandInset ref
2080 LatexCommand ref
2081 reference "sub:Lignes-multiple-dans-cellule"
2082
2083 \end_inset
2084
2085 .
2086  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2087  pour accommoder le contenu de cellule le plus large.
2088 \begin_inset Newline newline
2089 \end_inset
2090
2091 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2092  un multicolonne, voir la section
2093 \begin_inset space ~
2094 \end_inset
2095
2096
2097 \begin_inset CommandInset ref
2098 LatexCommand ref
2099 reference "sub:Multicolonnes"
2100
2101 \end_inset
2102
2103 .
2104 \begin_inset Newline newline
2105 \end_inset
2106
2107 L'option 
2108 \family sans
2109 Tourner
2110 \begin_inset space ~
2111 \end_inset
2112
2113 la
2114 \begin_inset space ~
2115 \end_inset
2116
2117 case
2118 \begin_inset space ~
2119 \end_inset
2120
2121 de
2122 \begin_inset space ~
2123 \end_inset
2124
2125 90°
2126 \family default
2127  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2128  L'option 
2129 \family sans
2130 Tourner
2131 \begin_inset space ~
2132 \end_inset
2133
2134 le
2135 \begin_inset space ~
2136 \end_inset
2137
2138 tableau
2139 \begin_inset space ~
2140 \end_inset
2141
2142 de
2143 \begin_inset space ~
2144 \end_inset
2145
2146 90°
2147 \family default
2148  fait pivoter tout le tableau.
2149  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2150  la sortie finale.
2151 \begin_inset Newline newline
2152 \end_inset
2153
2154
2155 \begin_inset Note Greyedout
2156 status open
2157
2158 \begin_layout Plain Layout
2159
2160 \series bold
2161 Note:
2162 \series default
2163  La plupart des visualiseurs DVI ne sont 
2164 \emph on
2165 pas
2166 \emph default
2167  capables d'afficher ces rotations.
2168 \end_layout
2169
2170 \end_inset
2171
2172
2173 \lang english
2174
2175 \begin_inset Newline newline
2176 \end_inset
2177
2178
2179 \lang french
2180 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2181  spéciales pour le tableau, voir les sections
2182 \begin_inset space ~
2183 \end_inset
2184
2185
2186 \begin_inset CommandInset ref
2187 LatexCommand ref
2188 reference "sub:Calculs-multicolonnes"
2189
2190 \end_inset
2191
2192  et 
2193 \begin_inset CommandInset ref
2194 LatexCommand ref
2195 reference "sec:Tableaux-Colorés"
2196
2197 \end_inset
2198
2199 .
2200 \end_layout
2201
2202 \begin_layout Description
2203
2204 \family sans
2205 Bordures
2206 \family default
2207  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2208  ou la colonne courante.
2209  
2210 \begin_inset Newline newline
2211 \end_inset
2212
2213 En utilisant le style 
2214 \family sans
2215 Formel
2216 \family default
2217  à la place du style par 
2218 \family sans
2219 Défaut
2220 \family default
2221  va convertir le tableau en tableau formel comme on le décrit dans la section
2222 \begin_inset space ~
2223 \end_inset
2224
2225
2226 \begin_inset CommandInset ref
2227 LatexCommand ref
2228 reference "sec:Tableaux-Formels"
2229
2230 \end_inset
2231
2232 .
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2237  dans les lignes du tableau comme c'est décrit dans la section
2238 \begin_inset space ~
2239 \end_inset
2240
2241
2242 \begin_inset CommandInset ref
2243 LatexCommand ref
2244 reference "sub:Espacement-lignes"
2245
2246 \end_inset
2247
2248 .
2249 \end_layout
2250
2251 \begin_layout Description
2252 Tableau
2253 \begin_inset space ~
2254 \end_inset
2255
2256 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2257  un 
2258 \begin_inset Quotes eld
2259 \end_inset
2260
2261
2262 \emph on
2263 tableau long
2264 \emph default
2265
2266 \begin_inset Quotes erd
2267 \end_inset
2268
2269  qui peut continuer sur plusieurs pages.
2270  Les sections
2271 \begin_inset space ~
2272 \end_inset
2273
2274
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "sec:Tableaux-longs"
2278
2279 \end_inset
2280
2281  et 
2282 \begin_inset CommandInset ref
2283 LatexCommand ref
2284 reference "sec:Questions-sur-tableaux-longs"
2285
2286 \end_inset
2287
2288  décrivent ces tableaux longs plus en détail.
2289 \end_layout
2290
2291 \begin_layout Standard
2292 Quand la barre d'outils tableau est activée
2293 \begin_inset Note Note
2294 status open
2295
2296 \begin_layout Plain Layout
2297 ou la fenêtre ?
2298 \end_layout
2299
2300 \end_inset
2301
2302 , vous pouvez déplacer le curseur de cellule en cellule avec les touches
2303  de déplacement et voir s'afficher les propriétés de la cellule courante
2304  dans la fenêtre de dialogue.
2305 \end_layout
2306
2307 \begin_layout Section
2308 La barre d'outils tableau
2309 \begin_inset Index
2310 status collapsed
2311
2312 \begin_layout Plain Layout
2313 Tableau ! Barre d'outils
2314 \end_layout
2315
2316 \end_inset
2317
2318
2319 \end_layout
2320
2321 \begin_layout Standard
2322 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2323  permet de modifier plus rapidement les tableaux.
2324  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2325  le curseur se trouve à l'intérieur d'un tableau.
2326  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2327  au menu 
2328 \family sans
2329 Visualiser\SpecialChar \menuseparator
2330 Barres
2331 \begin_inset space ~
2332 \end_inset
2333
2334 d'outils\SpecialChar \menuseparator
2335 Tableau
2336 \family default
2337 .
2338 \end_layout
2339
2340 \begin_layout Standard
2341 La barre d'outils contient les icônes suivantes :
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346 \begin_inset Graphics
2347         filename ../../images/tabular-feature_append-row.png
2348         scaleBeforeRotation
2349
2350 \end_inset
2351
2352  ajoute une ligne sous la cellule ou la sélection courante
2353 \end_layout
2354
2355 \begin_layout Labeling
2356 \labelwidthstring 00.00.0000
2357 \begin_inset Graphics
2358         filename ../../images/tabular-feature_append-column.png
2359         scaleBeforeRotation
2360
2361 \end_inset
2362
2363  ajoute une colonne à la droite de la cellule ou de la sélection courante
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Graphics
2369         filename ../../images/tabular-feature_delete-row.png
2370         scaleBeforeRotation
2371
2372 \end_inset
2373
2374  supprime la ligne ou la sélection courante
2375 \end_layout
2376
2377 \begin_layout Labeling
2378 \labelwidthstring 00.00.0000
2379 \begin_inset Graphics
2380         filename ../../images/tabular-feature_delete-column.png
2381         scaleBeforeRotation
2382
2383 \end_inset
2384
2385  supprime la colonne ou la sélection courante
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390 \begin_inset Graphics
2391         filename ../../images/tabular-feature_toggle-line-top.png
2392         scaleBeforeRotation
2393
2394 \end_inset
2395
2396  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2397  courante
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../../images/tabular-feature_toggle-line-bottom.png
2404         scaleBeforeRotation
2405
2406 \end_inset
2407
2408  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413 \begin_inset Graphics
2414         filename ../../images/tabular-feature_toggle-line-left.png
2415         scaleBeforeRotation
2416
2417 \end_inset
2418
2419  ajoute une ligne sur le côté gauche de la cellule, de ligne 
2420 \begin_inset Note Note
2421 status collapsed
2422
2423 \begin_layout Plain Layout
2424 ou colonne ?
2425 \end_layout
2426
2427 \end_inset
2428
2429  ou de la sélection courante
2430 \end_layout
2431
2432 \begin_layout Labeling
2433 \labelwidthstring 00.00.0000
2434 \begin_inset Graphics
2435         filename ../../images/tabular-feature_toggle-line-right.png
2436         scaleBeforeRotation
2437
2438 \end_inset
2439
2440  ajoute une ligne sur le côté droit de la cellule, de ligne 
2441 \begin_inset Note Note
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445 ou colonne ?
2446 \end_layout
2447
2448 \end_inset
2449
2450  ou de la sélection courante
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455 \begin_inset Graphics
2456         filename ../../images/tabular-feature_set-all-lines.png
2457         scaleBeforeRotation
2458
2459 \end_inset
2460
2461  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2462  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2463  colonne et la ligne courante
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Graphics
2469         filename ../../images/tabular-feature_unset-all-lines.png
2470         scaleBeforeRotation
2471
2472 \end_inset
2473
2474  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2475  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2476  aussi la colonne et la ligne courante
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Graphics
2482         filename ../../images/tabular-feature_align-left.png
2483         scaleBeforeRotation
2484
2485 \end_inset
2486
2487  aligne à gauche le contenu de la cellule ou de la colonne courante
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Graphics
2493         filename ../../images/tabular-feature_align-center.png
2494         scaleBeforeRotation
2495
2496 \end_inset
2497
2498  centre horizontalement le contenu de la cellule ou de la colonne courante
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Graphics
2504         filename ../../images/tabular-feature_align-right.png
2505         scaleBeforeRotation
2506
2507 \end_inset
2508
2509  aligne à droite le contenu de la cellule ou de la colonne courante
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Graphics
2515         filename ../../images/tabular-feature_valign-top.png
2516         scaleBeforeRotation
2517
2518 \end_inset
2519
2520  aligne le contenu de la cellule courante verticalement vers le haut
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Graphics
2526         filename ../../images/tabular-feature_valign-middle.png
2527         scaleBeforeRotation
2528
2529 \end_inset
2530
2531  centre verticalement le contenu de la cellule courante
2532 \end_layout
2533
2534 \begin_layout Labeling
2535 \labelwidthstring 00.00.0000
2536 \begin_inset Graphics
2537         filename ../../images/tabular-feature_valign-bottom.png
2538         scaleBeforeRotation
2539
2540 \end_inset
2541
2542  aligne le contenu de la cellule courante verticalement vers le bas
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547 \begin_inset Graphics
2548         filename ../../images/tabular-feature_set-rotate-cell.png
2549         scaleBeforeRotation
2550
2551 \end_inset
2552
2553  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2554 re
2555 \end_layout
2556
2557 \begin_layout Labeling
2558 \labelwidthstring 00.00.0000
2559 \begin_inset Graphics
2560         filename ../../images/tabular-feature_set-rotate-tabular.png
2561         scaleBeforeRotation
2562
2563 \end_inset
2564
2565  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2566 \end_layout
2567
2568 \begin_layout Labeling
2569 \labelwidthstring 00.00.0000
2570 \begin_inset Graphics
2571         filename ../../images/tabular-feature_multicolumn.png
2572         scaleBeforeRotation
2573
2574 \end_inset
2575
2576  transforme en multi-colonne la cellule ou la sélection courante
2577 \end_layout
2578
2579 \begin_layout Standard
2580 \begin_inset Note Greyedout
2581 status open
2582
2583 \begin_layout Plain Layout
2584
2585 \series bold
2586 Note :
2587 \series default
2588  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2589  est utilisé pour toutes les autres cellules de la ligne.
2590 \end_layout
2591
2592 \end_inset
2593
2594
2595 \end_layout
2596
2597 \begin_layout Section
2598 Le Menu Éditer Tableau
2599 \begin_inset Index
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Tableau ! Menu Éditer
2604 \end_layout
2605
2606 \end_inset
2607
2608
2609 \end_layout
2610
2611 \begin_layout Standard
2612 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2613  
2614 \family sans
2615 Éditer\SpecialChar \menuseparator
2616 Tableau
2617 \family default
2618  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2619  ou de la ligne courante et aussi de transformer la sélection courante en
2620  multi-colonne.
2621  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2622 \end_layout
2623
2624 \begin_layout Section
2625 Flottant de Tableau
2626 \begin_inset CommandInset label
2627 LatexCommand label
2628 name "sec:Table-Floats"
2629
2630 \end_inset
2631
2632
2633 \begin_inset Index
2634 status collapsed
2635
2636 \begin_layout Plain Layout
2637 Flottants ! Tableaux
2638 \end_layout
2639
2640 \end_inset
2641
2642
2643 \begin_inset Index
2644 status collapsed
2645
2646 \begin_layout Plain Layout
2647 Tableau ! Flottants
2648 \end_layout
2649
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \begin_layout Standard
2656 Pour des explications générales sur les flottants, jetez un œil à la section
2657 \begin_inset space ~
2658 \end_inset
2659
2660
2661 \begin_inset CommandInset ref
2662 LatexCommand ref
2663 reference "sec:Flottants-Introduction"
2664
2665 \end_inset
2666
2667 .
2668 \end_layout
2669
2670 \begin_layout Standard
2671 \begin_inset Float table
2672 placement h
2673 wide false
2674 sideways false
2675 status open
2676
2677 \begin_layout Plain Layout
2678 \begin_inset Caption
2679
2680 \begin_layout Plain Layout
2681 \begin_inset CommandInset label
2682 LatexCommand label
2683 name "tab:Flottant-de-tableau"
2684
2685 \end_inset
2686
2687 Un flottant de tableau.
2688 \end_layout
2689
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \begin_layout Plain Layout
2696 \align center
2697 \begin_inset Tabular
2698 <lyxtabular version="3" rows="3" columns="3">
2699 <features>
2700 <column alignment="center" valignment="top" width="0pt">
2701 <column alignment="center" valignment="top" width="0pt">
2702 <column alignment="center" valignment="top" width="0pt">
2703 <row>
2704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708 1
2709 \end_layout
2710
2711 \end_inset
2712 </cell>
2713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717 2
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 3
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 </row>
2732 <row>
2733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2734 \begin_inset Text
2735
2736 \begin_layout Plain Layout
2737 Jules
2738 \end_layout
2739
2740 \end_inset
2741 </cell>
2742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2743 \begin_inset Text
2744
2745 \begin_layout Plain Layout
2746 Marie
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755 Jean
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 </row>
2761 <row>
2762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2763 \begin_inset Text
2764
2765 \begin_layout Plain Layout
2766 \begin_inset Formula $\int x^{2}dx$
2767 \end_inset
2768
2769
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2775 \begin_inset Text
2776
2777 \begin_layout Plain Layout
2778 \begin_inset Formula $\left[\begin{array}{cc}
2779 a & b\\
2780 c & d\end{array}\right]$
2781 \end_inset
2782
2783
2784 \end_layout
2785
2786 \end_inset
2787 </cell>
2788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2789 \begin_inset Text
2790
2791 \begin_layout Plain Layout
2792 \begin_inset Formula $1+1=2$
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \end_inset
2799 </cell>
2800 </row>
2801 </lyxtabular>
2802
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \begin_layout Standard
2814 Les flottants de tableau sont insérés en utilisant le menu 
2815 \family sans
2816 Insérer\SpecialChar \menuseparator
2817 Flottant\SpecialChar \menuseparator
2818 Tableau
2819 \family default
2820  ou le bouton 
2821 \begin_inset Graphics
2822         filename ../../images/float-insert_table.png
2823         scale 85
2824         scaleBeforeRotation
2825
2826 \end_inset
2827
2828  de la barre d'outils.
2829 \end_layout
2830
2831 \begin_layout Standard
2832 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2833  qui a comme étiquette 
2834 \begin_inset Quotes eld
2835 \end_inset
2836
2837 Tableau
2838 \begin_inset space ~
2839 \end_inset
2840
2841 #:
2842 \begin_inset Quotes erd
2843 \end_inset
2844
2845  (où # est le numéro du tableau).
2846  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2847 \end_layout
2848
2849 \begin_layout Standard
2850 Le tableau
2851 \begin_inset space ~
2852 \end_inset
2853
2854
2855 \begin_inset CommandInset ref
2856 LatexCommand ref
2857 reference "tab:Flottant-de-tableau"
2858
2859 \end_inset
2860
2861  est un exemple de tableau dans un flottant de tableau.
2862 \end_layout
2863
2864 \begin_layout Standard
2865 On met habituellement la légende au dessus des tableaux, mais cette règle
2866  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2867  Cela signifie que si vous utilisez un document appartenant aux classes
2868  
2869 \family sans
2870 article
2871 \family default
2872
2873 \family sans
2874 book
2875 \family default
2876
2877 \family sans
2878 letter
2879 \family default
2880 , ou
2881 \family sans
2882  report
2883 \family default
2884  il n'y aura pas d'espace entre la légende et le tableau.
2885  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2886  la commande de chargement du paquetage LaTeX 
2887 \series bold
2888 caption
2889 \series default
2890
2891 \begin_inset Index
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895 Paquetages LaTeX ! caption
2896 \end_layout
2897
2898 \end_inset
2899
2900  dans le préambule de votre document.
2901 \begin_inset Foot
2902 status open
2903
2904 \begin_layout Plain Layout
2905 Pour plus d'information voyez la section
2906 \begin_inset space ~
2907 \end_inset
2908
2909
2910 \begin_inset CommandInset ref
2911 LatexCommand ref
2912 reference "sec:Placement-légende"
2913
2914 \end_inset
2915
2916 .
2917 \end_layout
2918
2919 \end_inset
2920
2921 :
2922 \end_layout
2923
2924 \begin_layout Standard
2925
2926 \series bold
2927 tableposition=top
2928 \end_layout
2929
2930 \begin_layout Standard
2931 Le paquetage 
2932 \series bold
2933 caption
2934 \series default
2935 , qui est décrit dans la section
2936 \begin_inset space ~
2937 \end_inset
2938
2939
2940 \begin_inset CommandInset ref
2941 LatexCommand ref
2942 reference "sec:Formatage-légende"
2943
2944 \end_inset
2945
2946 , est utilisé pour ajuster le format des légendes.
2947 \end_layout
2948
2949 \begin_layout Standard
2950 Dans le texte, on fait référence à un tableau
2951 \begin_inset Index
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955 Références ! à un Tableau
2956 \end_layout
2957
2958 \end_inset
2959
2960  en faisant référence à sa légende.
2961  On insère donc une étiquette dans la légende en utilisant le menu 
2962 \family sans
2963 Insérer
2964 \family default
2965 \SpecialChar \menuseparator
2966
2967 \family sans
2968 Étiquette
2969 \family default
2970  ou le bouton 
2971 \begin_inset Graphics
2972         filename ../../images/label-insert.png
2973         scale 85
2974         scaleBeforeRotation
2975
2976 \end_inset
2977
2978  de la barre d'outils.
2979  On peut alors faire référence à cette étiquette en utilisant le menu 
2980 \family sans
2981 Insérer\SpecialChar \menuseparator
2982 Référence
2983 \begin_inset space ~
2984 \end_inset
2985
2986 croisée
2987 \family default
2988  ou le bouton 
2989 \begin_inset Graphics
2990         filename ../../images/dialog-show-new-inset_ref.png
2991         scale 85
2992         scaleBeforeRotation
2993
2994 \end_inset
2995
2996  de la barre d'outils.
2997 \begin_inset Newline newline
2998 \end_inset
2999
3000 Les références croisées sont expliquées en détail dans la section
3001 \begin_inset space ~
3002 \end_inset
3003
3004
3005 \begin_inset CommandInset ref
3006 LatexCommand ref
3007 reference "sec:Referencer-les-Flottants"
3008
3009 \end_inset
3010
3011 .
3012 \end_layout
3013
3014 \begin_layout Section
3015 Tableaux Longs
3016 \begin_inset CommandInset label
3017 LatexCommand label
3018 name "sec:Tableaux-longs"
3019
3020 \end_inset
3021
3022
3023 \begin_inset Index
3024 status collapsed
3025
3026 \begin_layout Plain Layout
3027 Tableaux longs
3028 \end_layout
3029
3030 \end_inset
3031
3032
3033 \begin_inset Index
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037 Tableau ! Tableaux longs
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Standard
3046 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3047  l'option 
3048 \family sans
3049 Utiliser
3050 \begin_inset space ~
3051 \end_inset
3052
3053 les
3054 \begin_inset space ~
3055 \end_inset
3056
3057 tableaux
3058 \begin_inset space ~
3059 \end_inset
3060
3061 longs
3062 \family default
3063  de l'onglet 
3064 \family sans
3065 Tableau
3066 \begin_inset space ~
3067 \end_inset
3068
3069 long
3070 \family default
3071  de la fenêtre 
3072 \family sans
3073 Paramètres
3074 \begin_inset space ~
3075 \end_inset
3076
3077 du
3078 \begin_inset space ~
3079 \end_inset
3080
3081 tableau
3082 \family default
3083  pour le répartir automatiquement sur plusieurs pages.
3084  En cochant cette option, vous activez un certain nombre de cases d'option
3085  et vous pouvez alors définir:
3086 \end_layout
3087
3088 \begin_layout Description
3089 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3090  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3091  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3092  première page, si 
3093 \family sans
3094 Premier
3095 \begin_inset space ~
3096 \end_inset
3097
3098 en-tête
3099 \family default
3100  est défini.
3101  Ces lignes forment l'en-tête principal.
3102 \end_layout
3103
3104 \begin_layout Description
3105 Premier
3106 \begin_inset space ~
3107 \end_inset
3108
3109 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3110  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3111  d'en-tête utilisées pour la première page du tableau long.
3112 \end_layout
3113
3114 \begin_layout Description
3115 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3116  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3117  constituant les pieds de toutes les pages du tableau long ; sauf de la
3118  dernière page si 
3119 \family sans
3120 Dernier
3121 \begin_inset space ~
3122 \end_inset
3123
3124 pied
3125 \family default
3126  est défini.
3127 \end_layout
3128
3129 \begin_layout Description
3130 Dernier
3131 \begin_inset space ~
3132 \end_inset
3133
3134 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3135  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3136  constituant le pied de la dernière page du tableau long
3137 \end_layout
3138
3139 \begin_layout Standard
3140 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3141  Si vous activez plusieurs options pour une même ligne, vous devez être
3142  conscients que seule la première sera prise en compte.
3143  
3144 \begin_inset Note Note
3145 status collapsed
3146
3147 \begin_layout Plain Layout
3148 Il y a quelque chose que je n'ai pas compris : la deuxième option serait
3149  mise automatiquement à 
3150 \begin_inset Quotes eld
3151 \end_inset
3152
3153 est vide
3154 \begin_inset Quotes erd
3155 \end_inset
3156
3157 ...(NdT)
3158 \end_layout
3159
3160 \end_inset
3161
3162 Dans ce contexte, première veut dire première en suivant l'ordre 
3163 \family sans
3164 Pied, Dernier
3165 \begin_inset space ~
3166 \end_inset
3167
3168 Pied, 
3169 \family default
3170 et
3171 \family sans
3172  En-tête, Premier
3173 \begin_inset space ~
3174 \end_inset
3175
3176 En-tête
3177 \family default
3178 .
3179  Voyez le tableau long qui suit pour voir comment ça marche :
3180 \end_layout
3181
3182 \begin_layout Standard
3183 \align center
3184 \begin_inset Tabular
3185 <lyxtabular version="3" rows="69" columns="3">
3186 <features islongtable="true">
3187 <column alignment="left" valignment="top" width="0cm">
3188 <column alignment="left" valignment="top" width="0pt">
3189 <column alignment="right" valignment="top" width="0pt">
3190 <row endfirsthead="true">
3191 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195
3196 \series bold
3197 Exemple d'annuaire téléphonique (ignorez les noms)
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 </row>
3221 <row endfirsthead="true">
3222 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226
3227 \series bold
3228 NOM
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 TEL.
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row endhead="true">
3255 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 Exemple d'annuaire téléphonique
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row endhead="true">
3286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 NOM
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 TEL.
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 </row>
3318 <row endfoot="true">
3319 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323  continue page suivante
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 Annovi
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 Silvia
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Bertoli
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Stefano
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Bozzi
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Walter
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Cachia
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Maria
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Cachia
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Maurizio
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Cinquemani
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Giusi
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Colin
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Bernard
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Concli
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Gianfranco
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Dal Bosco
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Carolina
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Dalpiaz
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Annamaria
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Feliciello
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Domenico
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Focarelli
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Paola
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Galletti
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Oreste
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Gasparini
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Franca
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Rizzardi
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Paola
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Lassini
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Giancarlo
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Malfatti
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Luciano
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Malfatti
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Valeriano
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Meneguzzo
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Roberto
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Mezzadra
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Roberto
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Pirpamer
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Erich
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Pochiesa
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Paolo
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111, 222
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Radina
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Claudio
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Stuffer
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Oskar
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Tacchelli
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Ugo
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Tezzele
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Margit
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Unterkalmsteiner
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Frieda
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Vieider
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Hilde
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Vigna
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Jürgen
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Weber
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Maurizio
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Winkler
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Franz
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313  
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Annovi
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Silvia
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Bertoli
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Stefano
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Bozzi
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Walter
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Cachia
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Maria
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Cachia
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Maurizio
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Cinquemani
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Giusi
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Colin
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Bernard
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Concli
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Gianfranco
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Dal Bosco
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Carolina
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Dalpiaz
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Annamaria
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Feliciello
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Domenico
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Focarelli
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Paola
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Galletti
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Oreste
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Gasparini
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Franca
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Rizzardi
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Paola
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Lassini
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Giancarlo
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Malfatti
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Luciano
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Malfatti
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Valeriano
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Meneguzzo
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Roberto
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Mezzadra
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Roberto
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Pirpamer
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Erich
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Pochiesa
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Paolo
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555, 222
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Radina
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Claudio
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Stuffer
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Oskar
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Tacchelli
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Ugo
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Tezzele
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Margit
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Unterkalmsteiner
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Frieda
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Vieider
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Hilde
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Vigna
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Jürgen
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 999
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Weber
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Maurizio
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 555
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Winkler
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Franz
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row endlastfoot="true">
5299 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 Fin
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 </lyxtabular>
5328
5329 \end_inset
5330
5331
5332 \begin_inset ERT
5333 status open
5334
5335 \begin_layout Plain Layout
5336
5337
5338 \backslash
5339 addtocounter{table}{-1}
5340 \end_layout
5341
5342 \end_inset
5343
5344
5345 \begin_inset Note Note
5346 status open
5347
5348 \begin_layout Plain Layout
5349 Voyez la note grisée de la section
5350 \begin_inset space ~
5351 \end_inset
5352
5353
5354 \begin_inset CommandInset ref
5355 LatexCommand ref
5356 reference "sub:Tableaux-longs-légende"
5357
5358 \end_inset
5359
5360  pour une explication de cette commande.
5361 \end_layout
5362
5363 \end_inset
5364
5365
5366 \end_layout
5367
5368 \begin_layout Subsection
5369 Notes de Bas de Page dans les Tableaux Longs
5370 \begin_inset CommandInset label
5371 LatexCommand label
5372 name "sub:Notes-dans-tableau-long"
5373
5374 \end_inset
5375
5376
5377 \begin_inset Index
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381 Tableaux longs ! Notes de bas de page
5382 \end_layout
5383
5384 \end_inset
5385
5386
5387 \end_layout
5388
5389 \begin_layout Standard
5390 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5391  long.
5392  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5393  contenant la note.
5394  Par exemple le tableau
5395 \begin_inset space ~
5396 \end_inset
5397
5398
5399 \begin_inset CommandInset ref
5400 LatexCommand ref
5401 reference "tab:Légendes-tableau-différentes"
5402
5403 \end_inset
5404
5405  a une note de bas de page.
5406 \end_layout
5407
5408 \begin_layout Subsection
5409 Alignement des Tableaux Longs
5410 \begin_inset Index
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414 Tableaux longs ! Alignement
5415 \end_layout
5416
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \begin_layout Standard
5423 Par défaut les Tableaux Longs sont centrés.
5424  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5425  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5426  de dialogue.
5427  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5428  des longueurs 
5429 \series bold
5430
5431 \backslash
5432 LTleft 
5433 \series default
5434 et 
5435 \series bold
5436
5437 \backslash
5438 LTright
5439 \series default
5440  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5441  concerné :
5442 \end_layout
5443
5444 \begin_layout Standard
5445
5446 \series bold
5447
5448 \backslash
5449 setlength{
5450 \backslash
5451 LTleft}{valeur}
5452 \end_layout
5453
5454 \begin_layout Standard
5455 Où 
5456 \series bold
5457 valeur
5458 \series default
5459  peut avoir n'importe laquelle des unités listées dans le tableau
5460 \begin_inset space ~
5461 \end_inset
5462
5463
5464 \begin_inset CommandInset ref
5465 LatexCommand ref
5466 reference "cha:Unités-de-longueur"
5467
5468 \end_inset
5469
5470 .
5471  
5472 \series bold
5473
5474 \backslash
5475 LTleft
5476 \series default
5477  contrôle la distance horizontale entre le bord gauche de la page et le
5478  tableau, et
5479 \series bold
5480  
5481 \backslash
5482 LTright
5483 \series default
5484  la distance au bord droit.
5485  La valeur par défaut des ces deux distances est 
5486 \series bold
5487
5488 \backslash
5489 fill
5490 \series default
5491 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5492 \end_layout
5493
5494 \begin_layout Standard
5495 Le tableau long suivant a été aligné à gauche en mettant 
5496 \series bold
5497
5498 \backslash
5499 LTleft
5500 \series default
5501  à 0
5502 \begin_inset space \thinspace{}
5503 \end_inset
5504
5505 pt.
5506 \begin_inset ERT
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510
5511
5512 \backslash
5513 setlength{
5514 \backslash
5515 LTleft}{0pt}
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 \begin_inset Tabular
5525 <lyxtabular version="3" rows="5" columns="5">
5526 <features islongtable="true">
5527 <column alignment="center" valignment="top" width="0">
5528 <column alignment="center" valignment="top" width="0">
5529 <column alignment="center" valignment="top" width="0">
5530 <column alignment="center" valignment="top" width="0">
5531 <column alignment="center" valignment="top" width="0">
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 1
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 2
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 3
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 4
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 5
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 asd
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 s
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 s
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 s
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 asd
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 s
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 s
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 s
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 asd
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 asd
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 asd
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 </lyxtabular>
5768
5769 \end_inset
5770
5771
5772 \begin_inset ERT
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776
5777
5778 \backslash
5779 setlength{
5780 \backslash
5781 LTleft}{
5782 \backslash
5783 fill}
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \begin_layout Subsection
5792 Légendes et Tableaux longs
5793 \begin_inset Index
5794 status collapsed
5795
5796 \begin_layout Plain Layout
5797 Tableaux longs ! Légendes
5798 \end_layout
5799
5800 \end_inset
5801
5802
5803 \begin_inset CommandInset label
5804 LatexCommand label
5805 name "sub:Tableaux-longs-légende"
5806
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \begin_layout Standard
5813 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5814  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5815  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5816  Longs.
5817 \end_layout
5818
5819 \begin_layout Standard
5820 Comme LyX ne gère pas complètement les légendes dans les Tableaux Longs,
5821  on doit bricoler un peu pour les créer :
5822 \end_layout
5823
5824 \begin_layout Enumerate
5825 Créez
5826 \family sans
5827  
5828 \family default
5829 un Tableau Long.
5830 \end_layout
5831
5832 \begin_layout Enumerate
5833 Sélectionnez sa première ligne et désactivez sa ligne de bordure du haut.
5834 \end_layout
5835
5836 \begin_layout Enumerate
5837 Insérez la légende dans la première cellule du tableau en utilisant le menu
5838 \family sans
5839  Insérer\SpecialChar \menuseparator
5840 Légende
5841 \family default
5842  .
5843 \begin_inset Newline newline
5844 \end_inset
5845
5846 Vous pouvez aussi ajouter un titre court pour la légende qui apparaîtra
5847  dans la Liste des Figures à la place de la légende complète.
5848 \end_layout
5849
5850 \begin_layout Enumerate
5851 Insérez 
5852 \begin_inset Quotes eld
5853 \end_inset
5854
5855
5856 \series bold
5857
5858 \backslash
5859
5860 \backslash
5861 %
5862 \series default
5863
5864 \begin_inset Quotes erd
5865 \end_inset
5866
5867  en tant que code LaTeX après la légende.
5868 \end_layout
5869
5870 \begin_layout Standard
5871 Le 
5872 \series bold
5873
5874 \backslash
5875
5876 \backslash
5877 %
5878 \series default
5879  placé après le texte de la légende supprime les lignes verticales entre
5880  les cellules suivantes de cette ligne.
5881  La première ligne de notre tableau est une fausse ligne qui sert à mettre
5882  la légende, le tableau commence réellement à la deuxième ligne.
5883 \end_layout
5884
5885 \begin_layout Standard
5886 Voici un petit Tableau Long pour voir comment ça marche :
5887 \end_layout
5888
5889 \begin_layout Standard
5890 \begin_inset Tabular
5891 <lyxtabular version="3" rows="6" columns="5">
5892 <features islongtable="true">
5893 <column alignment="center" valignment="top" width="0">
5894 <column alignment="center" valignment="top" width="0">
5895 <column alignment="center" valignment="top" width="0">
5896 <column alignment="center" valignment="top" width="0">
5897 <column alignment="center" valignment="top" width="0">
5898 <row caption="true">
5899 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 \begin_inset Caption
5904
5905 \begin_layout Plain Layout
5906 Tableau Long avec une légende
5907 \begin_inset OptArg
5908 status open
5909
5910 \begin_layout Plain Layout
5911 Tableau long
5912 \end_layout
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 1
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 2
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 3
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 4
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 5
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 s
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 s
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 s
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 asd
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 s
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 s
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 s
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 asd
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 s
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 asd
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 asd
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 asd
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 </lyxtabular>
6199
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \begin_layout Standard
6206 \begin_inset VSpace medskip
6207 \end_inset
6208
6209
6210 \begin_inset Note Greyedout
6211 status open
6212
6213 \begin_layout Plain Layout
6214
6215 \series bold
6216 Note:
6217 \series default
6218  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6219  n'avez pas prévu de légende.
6220  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6221 \begin_inset space ~
6222 \end_inset
6223
6224 2.4 suit le tableau
6225 \begin_inset space ~
6226 \end_inset
6227
6228 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6229  sans légende.
6230  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6231  après chaque tableau long sans légende :
6232 \end_layout
6233
6234 \begin_layout Plain Layout
6235
6236 \series bold
6237
6238 \backslash
6239 addtocounter{table}{-1}
6240 \end_layout
6241
6242 \end_inset
6243
6244
6245 \end_layout
6246
6247 \begin_layout Standard
6248 \begin_inset Note Greyedout
6249 status open
6250
6251 \begin_layout Plain Layout
6252
6253 \series bold
6254 Note:
6255 \series default
6256  Si vous utilisez le paquetage LaTeX 
6257 \series bold
6258 hyperref
6259 \series default
6260
6261 \begin_inset Index
6262 status collapsed
6263
6264 \begin_layout Plain Layout
6265 Paquetages LaTeX ! hyperref
6266 \end_layout
6267
6268 \end_inset
6269
6270  pour transformer vos références croisées en liens, le lien vers un tableau
6271  long pointera toujours sur le début du document.
6272 \end_layout
6273
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \begin_layout Standard
6280 \begin_inset Newpage newpage
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \begin_layout Subsubsection
6287 Références à des tableaux longs
6288 \begin_inset Index
6289 status collapsed
6290
6291 \begin_layout Plain Layout
6292 Tableaux longs ! Références
6293 \end_layout
6294
6295 \end_inset
6296
6297
6298 \end_layout
6299
6300 \begin_layout Standard
6301 \begin_inset Tabular
6302 <lyxtabular version="3" rows="6" columns="5">
6303 <features islongtable="true">
6304 <column alignment="center" valignment="top" width="0">
6305 <column alignment="center" valignment="top" width="0">
6306 <column alignment="center" valignment="top" width="0">
6307 <column alignment="center" valignment="top" width="0">
6308 <column alignment="center" valignment="top" width="0">
6309 <row caption="true">
6310 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 \begin_inset Caption
6315
6316 \begin_layout Plain Layout
6317 Tableau long référencé
6318 \begin_inset CommandInset label
6319 LatexCommand label
6320 name "tab:RefExemple"
6321
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 </row>
6371 <row>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 1
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 2
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 3
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 4
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 5
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 s
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 s
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 s
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 asd
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 <row>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 asd
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 s
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 s
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 s
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 asd
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 </row>
6512 <row>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 asd
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 s
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 s
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 asd
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 </row>
6559 <row>
6560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 asd
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 sad
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 </row>
6606 </lyxtabular>
6607
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \begin_layout Standard
6614 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6615  dans sa légende.
6616  Notez qu'il faut ajouter le préfixe 
6617 \begin_inset Quotes eld
6618 \end_inset
6619
6620
6621 \emph on
6622 tab:
6623 \emph default
6624
6625 \begin_inset Quotes erd
6626 \end_inset
6627
6628  manuellement dans le champ de l'étiquette.
6629 \end_layout
6630
6631 \begin_layout Standard
6632 Ceci est une référence au tableau
6633 \begin_inset space ~
6634 \end_inset
6635
6636
6637 \begin_inset CommandInset ref
6638 LatexCommand ref
6639 reference "tab:RefExemple"
6640
6641 \end_inset
6642
6643 .
6644 \end_layout
6645
6646 \begin_layout Standard
6647 La mise en forme de la légende peut être ajustée avec celle de toutes les
6648  autres légendes de votre document en utilisant le paquetage LaTeX 
6649 \series bold
6650 caption
6651 \series default
6652
6653 \begin_inset Index
6654 status collapsed
6655
6656 \begin_layout Plain Layout
6657 Paquetages LaTeX ! caption
6658 \end_layout
6659
6660 \end_inset
6661
6662 , voir la section
6663 \begin_inset space ~
6664 \end_inset
6665
6666
6667 \begin_inset CommandInset ref
6668 LatexCommand ref
6669 reference "sec:Formatage-légende"
6670
6671 \end_inset
6672
6673 .
6674 \end_layout
6675
6676 \begin_layout Subsubsection
6677 Largeur de la légende
6678 \begin_inset Index
6679 status collapsed
6680
6681 \begin_layout Plain Layout
6682 Tableaux longs ! Largeur de la légende
6683 \end_layout
6684
6685 \end_inset
6686
6687
6688 \end_layout
6689
6690 \begin_layout Standard
6691 La largeur maximale des lignes de légende est définie par la longueur 
6692 \series bold
6693
6694 \backslash
6695 LTcapwidth
6696 \series default
6697 .
6698  Sa valeur par défaut est 4
6699 \begin_inset space \thinspace{}
6700 \end_inset
6701
6702 in.
6703  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6704  de votre document ou en tant que code TeX directement dans votre document
6705  avant le tableau qui doit être affectée.
6706 \end_layout
6707
6708 \begin_layout Standard
6709
6710 \series bold
6711
6712 \backslash
6713 setlength{
6714 \backslash
6715 LTcapwidth}{largeur}
6716 \end_layout
6717
6718 \begin_layout Standard
6719 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6720 ce
6721 \begin_inset space ~
6722 \end_inset
6723
6724
6725 \begin_inset CommandInset ref
6726 LatexCommand ref
6727 reference "cha:Unités-de-longueur"
6728
6729 \end_inset
6730
6731 .
6732 \end_layout
6733
6734 \begin_layout Standard
6735 Les tableaux suivants montrent la différence :
6736 \end_layout
6737
6738 \begin_layout Standard
6739 \begin_inset Tabular
6740 <lyxtabular version="3" rows="6" columns="5">
6741 <features islongtable="true">
6742 <column alignment="center" valignment="top" width="0">
6743 <column alignment="center" valignment="top" width="0">
6744 <column alignment="center" valignment="top" width="0">
6745 <column alignment="center" valignment="top" width="0">
6746 <column alignment="center" valignment="top" width="0">
6747 <row caption="true">
6748 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 \begin_inset Caption
6753
6754 \begin_layout Plain Layout
6755 long titre complet avec la largeur par défaut long titre complet avec la
6756  largeur par défaut long titre complet avec la largeur par défaut
6757 \begin_inset OptArg
6758 status open
6759
6760 \begin_layout Plain Layout
6761 Légende avec largeur par défaut
6762 \end_layout
6763
6764 \end_inset
6765
6766
6767 \end_layout
6768
6769 \end_inset
6770
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 </row>
6813 <row>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 1
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 2
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 3
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 4
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 5
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 </row>
6860 <row>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 asd
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 s
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 s
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 </row>
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 asd
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 s
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 s
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 s
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 asd
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 </row>
6954 <row>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 asd
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 s
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 s
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 asd
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 asd
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 sad
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 asd
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 </lyxtabular>
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \begin_layout Standard
7056 \begin_inset ERT
7057 status collapsed
7058
7059 \begin_layout Plain Layout
7060
7061
7062 \backslash
7063 setlength{
7064 \backslash
7065 LTcapwidth}{5cm}
7066 \end_layout
7067
7068 \end_inset
7069
7070
7071 \begin_inset Tabular
7072 <lyxtabular version="3" rows="6" columns="5">
7073 <features islongtable="true">
7074 <column alignment="center" valignment="top" width="0">
7075 <column alignment="center" valignment="top" width="0">
7076 <column alignment="center" valignment="top" width="0">
7077 <column alignment="center" valignment="top" width="0">
7078 <column alignment="center" valignment="top" width="0">
7079 <row caption="true">
7080 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 \begin_inset Caption
7085
7086 \begin_layout Plain Layout
7087 long titre complet avec la largeur réglée à 5
7088 \begin_inset space \thinspace{}
7089 \end_inset
7090
7091 cm long titre complet avec la largeur réglée à 5
7092 \begin_inset space \thinspace{}
7093 \end_inset
7094
7095 cm long titre complet avec la largeur réglée à 5
7096 \begin_inset space \thinspace{}
7097 \end_inset
7098
7099 cm
7100 \begin_inset OptArg
7101 status open
7102
7103 \begin_layout Plain Layout
7104 Légende avec largeur à
7105 \begin_inset space \thinspace{}
7106 \end_inset
7107
7108 =
7109 \begin_inset space \thinspace{}
7110 \end_inset
7111
7112 5
7113 \begin_inset space \thinspace{}
7114 \end_inset
7115
7116 cm
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 1
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 2
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 3
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 4
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 5
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 s
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 s
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 s
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 s
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 asd
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 sad
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 asd
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 asd
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 </lyxtabular>
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \begin_layout Standard
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 setlength{
7419 \backslash
7420 LTcapwidth}{4in}
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \end_layout
7427
7428 \begin_layout Standard
7429 \begin_inset Note Greyedout
7430 status open
7431
7432 \begin_layout Plain Layout
7433
7434 \series bold
7435 Note:
7436 \series default
7437  Quand on utilise la paquetage LaTeX 
7438 \series bold
7439 caption
7440 \series default
7441
7442 \begin_inset Index
7443 status collapsed
7444
7445 \begin_layout Plain Layout
7446 Paquetages LaTeX ! caption
7447 \end_layout
7448
7449 \end_inset
7450
7451  , comme c'est les cas dans ce document, la légende prend toute la largeur
7452  de la page quand on utilise la largeur par défaut de 4
7453 \begin_inset space \thinspace{}
7454 \end_inset
7455
7456 in pour 
7457 \series bold
7458
7459 \backslash
7460 LTcapwidth
7461 \series default
7462 .
7463  Pour avoir dans ce cas une légende qui fasse exactement 4
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7468  comme par exemple 3.99
7469 \begin_inset space \thinspace{}
7470 \end_inset
7471
7472 in, soit utiliser la commande LaTeX 
7473 \series bold
7474
7475 \backslash
7476 captionsetup{width=valeur}
7477 \series default
7478  qui est disponible dans le paquetage 
7479 \series bold
7480 caption
7481 \series default
7482 .
7483 \end_layout
7484
7485 \end_inset
7486
7487
7488 \end_layout
7489
7490 \begin_layout Subsubsection
7491 Des Légendes différentes sur chaque page d'un tableau
7492 \begin_inset OptArg
7493 status collapsed
7494
7495 \begin_layout Plain Layout
7496 Légendes différentes
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \begin_inset Index
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 Tableaux longs ! Légendes différentes par page
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Standard
7515 Quand les légendes qui se trouvent sur les autres pages doivent être différentes
7516  de celle de la première page, insérez une légende avec un titre court non
7517  vide dans une fausse première ligne qui sera marquée comme étant le premier
7518  en-tête.
7519  La légende utilisée pour les autres pages est insérée comme une légende
7520  sans titre court dans une fausse ligne qui sera marquée comme étant l'entête
7521  principal.
7522  Si cet entête ne doit pas contenir le numéro du tableau, utilisez la commandes
7523  suivante à la place de la boîte de légende de LyX :
7524 \end_layout
7525
7526 \begin_layout Standard
7527
7528 \series bold
7529
7530 \backslash
7531 caption*{caption text}
7532 \end_layout
7533
7534 \begin_layout Standard
7535 L'étiquette utilisée pour faire référence à ce tableau est insérée dans
7536  la légende du premier en-tête.
7537  Le tableau
7538 \begin_inset space ~
7539 \end_inset
7540
7541
7542 \begin_inset CommandInset ref
7543 LatexCommand ref
7544 reference "tab:Légendes-tableau-différentes"
7545
7546 \end_inset
7547
7548  est un exemple de tableau long avec des légendes différentes et où la seconde
7549  légende ne contient pas le numéro du tableau.
7550 \end_layout
7551
7552 \begin_layout Standard
7553 \align center
7554 \begin_inset Tabular
7555 <lyxtabular version="3" rows="60" columns="3">
7556 <features islongtable="true">
7557 <column alignment="left" valignment="top" width="0cm">
7558 <column alignment="left" valignment="top" width="0pt">
7559 <column alignment="right" valignment="top" width="0pt">
7560 <row endfirsthead="true" caption="true">
7561 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 \begin_inset Caption
7566
7567 \begin_layout Plain Layout
7568 Exemple d'annuaire téléphonique
7569 \begin_inset CommandInset label
7570 LatexCommand label
7571 name "tab:Légendes-tableau-différentes"
7572
7573 \end_inset
7574
7575
7576 \begin_inset OptArg
7577 status open
7578
7579 \begin_layout Plain Layout
7580 Exemple Annuaire 
7581 \end_layout
7582
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 <row endfirsthead="true">
7615 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \series bold
7621 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row endfirsthead="true">
7646 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \series bold
7652 NOM
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 TÉL.
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row endhead="true" caption="true">
7679 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 \begin_inset ERT
7684 status open
7685
7686 \begin_layout Plain Layout
7687
7688
7689 \backslash
7690 caption*{Suite de l'exemple d'annuaire téléphonique}
7691 \backslash
7692
7693 \backslash
7694 %
7695 \end_layout
7696
7697 \end_inset
7698
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row endhead="true">
7724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Exemple d'annuaire téléphonique
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row endhead="true">
7755 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 NOM
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \series bold
7781 TÉL.
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row endfoot="true">
7788 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 suite page suivante\SpecialChar \ldots{}
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 Annovi
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Silvia
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Bertoli
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Stefano
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Bozzi
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Walter
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Cachia
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Maria
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Cachia
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Maurizio
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Cinquemani
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Giusi
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 111
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Colin
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Bernard
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 111
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 Concli
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 Gianfranco
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 111
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Dal Bosco
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Carolina
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Dalpiaz
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Annamaria
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Feliciello
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Domenico
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Focarelli
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Paola
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Galletti
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Oreste
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Gasparini
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Franca
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Rizzardi
8259 \series default
8260
8261 \begin_inset Foot
8262 status open
8263
8264 \begin_layout Plain Layout
8265 Exemple de note de bas de page
8266 \end_layout
8267
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Paola
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Lassini
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Giancarlo
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Malfatti
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Luciano
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Malfatti
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Valeriano
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Meneguzzo
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Roberto
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Mezzadra
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Roberto
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Pirpamer
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Erich
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Pochiesa
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Paolo
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111, 222
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \series bold
8518 Radina
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Claudio
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Stuffer
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Oskar
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Tacchelli
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Ugo
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 111
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Tezzele
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Margit
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 111
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \series bold
8642 Unterkalmsteiner
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Frieda
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 111
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \series bold
8673 Vieider
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Hilde
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 111
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \series bold
8704 Vigna
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Jürgen
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 111
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Weber
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Maurizio
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 111
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Winkler
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Franz
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 111
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795  
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Annovi
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Silvia
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 555
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Bertoli
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Stefano
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Bozzi
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Walter
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Cachia
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Maria
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Cachia
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Maurizio
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Cinquemani
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Giusi
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Colin
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Bernard
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Concli
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Gianfranco
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Dal Bosco
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Carolina
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Dalpiaz
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Annamaria
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Feliciello
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Domenico
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Focarelli
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Paola
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Galletti
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Oreste
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229 Gasparini
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 Franca
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 555
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260 Rizzardi
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Paola
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 555
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \series bold
9291 Lassini
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 Giancarlo
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 555
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \series bold
9322 Malfatti
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 Luciano
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 555
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \series bold
9353 Malfatti
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 Valeriano
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 555
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \series bold
9384 Meneguzzo
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 Roberto
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 555
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \series bold
9415 Mezzadra
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 Roberto
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 555
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 <row endlastfoot="true">
9440 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 </row>
9468 </lyxtabular>
9469
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \begin_layout Section
9476 Questions particulières concernant les tableaux longs
9477 \begin_inset OptArg
9478 status collapsed
9479
9480 \begin_layout Plain Layout
9481 Questions sur les tableaux longs
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \begin_inset CommandInset label
9488 LatexCommand label
9489 name "sec:Questions-sur-tableaux-longs"
9490
9491 \end_inset
9492
9493
9494 \end_layout
9495
9496 \begin_layout Subsection
9497 Calculs des pages des tableaux longs
9498 \begin_inset Index
9499 status collapsed
9500
9501 \begin_layout Plain Layout
9502 Tableaux longs ! Calculs
9503 \end_layout
9504
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \begin_layout Standard
9511 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9512  en utilisant des blocs (chunks).
9513  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9514  mémoire de LaTeX.
9515  La valeur par défaut est fixée pour des raisons historiques à seulement
9516  20 lignes de tableau.
9517  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9518  peut ralentir la création de votre document.
9519  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9520  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9521  préambule de votre document :
9522 \end_layout
9523
9524 \begin_layout Standard
9525
9526 \series bold
9527
9528 \backslash
9529 setcounter{LTchunksize}{100}
9530 \end_layout
9531
9532 \begin_layout Subsection
9533 Les Flottants et les Tableaux Longs
9534 \begin_inset Index
9535 status collapsed
9536
9537 \begin_layout Plain Layout
9538 Tableaux longs ! Flottants
9539 \end_layout
9540
9541 \end_inset
9542
9543
9544 \end_layout
9545
9546 \begin_layout Standard
9547 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9548  commence un tableau long.
9549  Pour éviter une telle situation, ajoutez la commande 
9550 \series bold
9551
9552 \backslash
9553 clearpage
9554 \series default
9555  en tant que code TeX juste avant votre tableau long.
9556 \end_layout
9557
9558 \begin_layout Subsection
9559 Sauts de pages forcés
9560 \begin_inset Index
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564 Tableaux longs ! Sauts de pages forcés
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \begin_layout Standard
9573 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9574  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9575  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9576  de saut de ligne 
9577 \begin_inset Quotes eld
9578 \end_inset
9579
9580
9581 \backslash
9582
9583 \backslash
9584
9585 \begin_inset Quotes erd
9586 \end_inset
9587
9588  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9589  Avant la commande 
9590 \begin_inset Quotes eld
9591 \end_inset
9592
9593
9594 \backslash
9595
9596 \backslash
9597
9598 \begin_inset Quotes erd
9599 \end_inset
9600
9601 , vous devez insérer en code TeX, autant de caractères 
9602 \begin_inset Quotes eld
9603 \end_inset
9604
9605 &
9606 \begin_inset Quotes erd
9607 \end_inset
9608
9609  qu'il y a de colonnes après la cellule concernée.
9610  Le caractère 
9611 \begin_inset Quotes eld
9612 \end_inset
9613
9614 &
9615 \begin_inset Quotes erd
9616 \end_inset
9617
9618  sert à séparer les colonnes d'un tableau.
9619  Écrivez en code-TeX, après chaque 
9620 \begin_inset Quotes eld
9621 \end_inset
9622
9623 &
9624 \begin_inset Quotes erd
9625 \end_inset
9626
9627  le contenu des cellules correspondantes et en même temps supprimez le contenu
9628  de ces cellules dans le texte normal.
9629  
9630 \begin_inset Newline newline
9631 \end_inset
9632
9633 Après la commande 
9634 \backslash
9635
9636 \backslash
9637 , insérez autant de caractères 
9638 \begin_inset Quotes eld
9639 \end_inset
9640
9641 &
9642 \begin_inset Quotes erd
9643 \end_inset
9644
9645  qu'il y a de colonnes avant la colonne traitée.
9646  Dans le tableau
9647 \begin_inset space ~
9648 \end_inset
9649
9650
9651 \begin_inset CommandInset ref
9652 LatexCommand ref
9653 reference "tab:Tableau-saut-de-page"
9654
9655 \end_inset
9656
9657  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9658  suivie par une autre colonne.
9659  La commande suivante a donc été insérée en code TeX dans la cellule après
9660  le mot 
9661 \begin_inset Quotes eld
9662 \end_inset
9663
9664
9665 \emph on
9666 Castelchiodato,
9667 \emph default
9668
9669 \begin_inset Quotes erd
9670 \end_inset
9671
9672 :
9673 \end_layout
9674
9675 \begin_layout Standard
9676
9677 \series bold
9678 & 111
9679 \backslash
9680
9681 \backslash
9682
9683 \begin_inset Newline newline
9684 \end_inset
9685
9686 &
9687 \end_layout
9688
9689 \begin_layout Standard
9690 Le 
9691 \begin_inset Quotes eld
9692 \end_inset
9693
9694 111
9695 \begin_inset Quotes erd
9696 \end_inset
9697
9698  dans la troisième colonne de la ligne a été supprimé.
9699  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9700  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9701  est coupée, utilisez cette commande à la place de la précédente :
9702 \end_layout
9703
9704 \begin_layout Standard
9705
9706 \series bold
9707 & 111
9708 \backslash
9709
9710 \backslash
9711
9712 \begin_inset Newline newline
9713 \end_inset
9714
9715
9716 \backslash
9717 hline &
9718 \end_layout
9719
9720 \begin_layout Standard
9721 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9722  insérer la commande
9723 \end_layout
9724
9725 \begin_layout Standard
9726
9727 \series bold
9728
9729 \backslash
9730 setlength{
9731 \backslash
9732 parfillskip}{0pt}
9733 \end_layout
9734
9735 \begin_layout Standard
9736 au début de la cellule.
9737  Cela assure que la portion de la cellule qui va se trouver affichée sur
9738  la page suivante le sera avec toute la largeur de la cellule.
9739 \end_layout
9740
9741 \begin_layout Standard
9742 \align center
9743 \begin_inset Tabular
9744 <lyxtabular version="3" rows="39" columns="3">
9745 <features islongtable="true">
9746 <column alignment="left" valignment="top" width="0cm">
9747 <column alignment="left" valignment="top" width="3cm">
9748 <column alignment="right" valignment="top" width="0pt">
9749 <row endfirsthead="true" caption="true">
9750 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 \begin_inset Caption
9755
9756 \begin_layout Plain Layout
9757 Tableau avec un saut de page forcé dans une cellule
9758 \begin_inset CommandInset label
9759 LatexCommand label
9760 name "tab:Tableau-saut-de-page"
9761
9762 \end_inset
9763
9764
9765 \begin_inset OptArg
9766 status collapsed
9767
9768 \begin_layout Plain Layout
9769 Tableau avec un saut de page forcé dans une cellule
9770 \end_layout
9771
9772 \end_inset
9773
9774
9775 \end_layout
9776
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row endfirsthead="true">
9804 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row endfirsthead="true">
9835 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \series bold
9841 NOM
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \series bold
9861 TÉL.
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row endhead="true" caption="true">
9868 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset ERT
9873 status collapsed
9874
9875 \begin_layout Plain Layout
9876
9877
9878 \backslash
9879 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9880 \backslash
9881
9882 \backslash
9883 %
9884 \end_layout
9885
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row endhead="true">
9913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917  
9918 \series bold
9919 Exemple d'annuaire téléphonique
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row endhead="true">
9944 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 NOM
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 TÉL.
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row endfoot="true">
9977 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 suite page suivante\SpecialChar \ldots{}
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Annovi
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 Silvia
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 111
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 Bertoli
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 Stefano
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 111
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row>
10069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \series bold
10075 Bozzi
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 Walter
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 111
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Cachia
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 Maria
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 111
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row>
10131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 Cachia
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Maurizio
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 111
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \series bold
10168 Cinquemani
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 Giusi
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 111
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 </row>
10192 <row>
10193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \series bold
10199 Colin
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 Bernard
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 111
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 <row>
10224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \series bold
10230 Concli
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 Gianfranco
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 111
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \series bold
10261 Dal Bosco
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Carolina
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 111
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Dalpiaz
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Annamaria
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Feliciello
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Domenico
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Focarelli
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Paola
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Galletti
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Oreste
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Gasparini
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Franca
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Lassini
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Giancarlo
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Malfatti
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Luciano
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Malfatti
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Valeriano
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Meneguzzo
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Roberto
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Mezzadra
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Roberto
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Pirpamer
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Erich
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Pochiesa
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Paolo
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 111, 222
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \series bold
10664 Radina
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 Claudio
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 111
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row>
10689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \series bold
10695 Rizzardi
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Fürst von Rossano, 5.
10705  Herzog von Canemorte, 11.
10706  Herzog von Palombara, 5.
10707  Herzog von Castelchiodato,
10708 \begin_inset ERT
10709 status open
10710
10711 \begin_layout Plain Layout
10712
10713 & 111
10714 \backslash
10715
10716 \backslash
10717
10718 \end_layout
10719
10720 \begin_layout Plain Layout
10721
10722 &
10723 \end_layout
10724
10725 \end_inset
10726
10727  11.
10728  Herzog von Poggionativo, 11.
10729  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10730  Graf von Valinfreda, 11.
10731  Baron von Cropalati, 11.
10732  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Stuffer
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Oskar
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Tacchelli
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Ugo
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row>
10810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 Tezzele
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Margit
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 111
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \series bold
10847 Unterkalmsteiner
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 Frieda
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 111
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \series bold
10878 Vieider
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 Hilde
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 111
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Vigna
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Jürgen
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Weber
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Maurizio
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \series bold
10971 Winkler
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 Franz
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 111
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row endlastfoot="true">
10996 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 </lyxtabular>
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \begin_layout Standard
11032 \begin_inset Note Note
11033 status open
11034
11035 \begin_layout Plain Layout
11036 il semble qu'il y ait un problème avec cet exemple ...
11037  le saut de page ne se fait pas à l'endroit voulu ! 
11038 \end_layout
11039
11040 \begin_layout Plain Layout
11041 en fait j'ai dû enlever quelques noms pour que le saut se fasse au bon endroit
11042  ! (NdT)
11043 \end_layout
11044
11045 \end_inset
11046
11047
11048 \begin_inset Newpage newpage
11049 \end_inset
11050
11051
11052 \end_layout
11053
11054 \begin_layout Section
11055 Colonnes et lignes à lignes multiples
11056 \end_layout
11057
11058 \begin_layout Subsection
11059 Lignes Multiples dans une cellule de tableau
11060 \begin_inset CommandInset label
11061 LatexCommand label
11062 name "sub:Lignes-multiple-dans-cellule"
11063
11064 \end_inset
11065
11066
11067 \begin_inset Index
11068 status collapsed
11069
11070 \begin_layout Plain Layout
11071 Plusieurs lignes dans une case de tableau
11072 \end_layout
11073
11074 \end_inset
11075
11076
11077 \begin_inset Index
11078 status collapsed
11079
11080 \begin_layout Plain Layout
11081 Tableau ! Saut de ligne
11082 \end_layout
11083
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \begin_layout Standard
11090 \align center
11091 \begin_inset Float table
11092 placement H
11093 wide false
11094 sideways false
11095 status open
11096
11097 \begin_layout Plain Layout
11098 \begin_inset Caption
11099
11100 \begin_layout Plain Layout
11101 \begin_inset CommandInset label
11102 LatexCommand label
11103 name "tab:Tableau-avec-plusieurs-lignes"
11104
11105 \end_inset
11106
11107 Tableau avec des lignes multiples dans une cellule
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Plain Layout
11116 \align center
11117 \begin_inset Tabular
11118 <lyxtabular version="3" rows="3" columns="3">
11119 <features>
11120 <column alignment="center" valignment="middle" width="2.5cm">
11121 <column alignment="center" valignment="middle" width="0">
11122 <column alignment="center" valignment="middle" width="0">
11123 <row>
11124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 Lignes
11129 \begin_inset Newline linebreak
11130 \end_inset
11131
11132 multiples
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 b
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 c
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 <row>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 d
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 e
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 f
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 </row>
11185 <row>
11186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 g
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 h
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 i
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 </lyxtabular>
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \begin_layout Standard
11227 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11228  d'un paragraphe avec des sauts de lignes et des césures.
11229 \end_layout
11230
11231 \begin_layout Standard
11232 Pour obtenir le tableau
11233 \begin_inset space ~
11234 \end_inset
11235
11236
11237 \begin_inset CommandInset ref
11238 LatexCommand ref
11239 reference "tab:Tableau-avec-plusieurs-lignes"
11240
11241 \end_inset
11242
11243 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11244  droit dessus.
11245  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11246  2.5
11247 \begin_inset space \thinspace{}
11248 \end_inset
11249
11250 cm et choisissez les alignements vertical et horizontal centrés.
11251  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11252  Comme notre texte est plus petit que 2.5
11253 \begin_inset space \thinspace{}
11254 \end_inset
11255
11256 cm, une seule ligne va apparaître.
11257  Pour avoir deux lignes, 
11258 \lang english
11259 a justified line break (shortcut 
11260 \family sans
11261 Ctrl-Shift-Return
11262 \family default
11263 ) was added
11264 \lang french
11265 .
11266  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11267 ement découpé en plusieurs lignes.
11268 \end_layout
11269
11270 \begin_layout Standard
11271 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11272  pas effectuer de césure si c'est le premier élément de la cellule.
11273  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11274  premier élément : Ajoutez la commande
11275 \end_layout
11276
11277 \begin_layout Standard
11278
11279 \series bold
11280
11281 \backslash
11282 hspace{0pt}
11283 \end_layout
11284
11285 \begin_layout Standard
11286 en code TeX avant votre mot.
11287  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11288  Le tableau 
11289 \begin_inset space ~
11290 \end_inset
11291
11292
11293 \begin_inset CommandInset ref
11294 LatexCommand ref
11295 reference "tab:Tableau-césure"
11296
11297 \end_inset
11298
11299  montre l'effet de cette insertion.
11300 \end_layout
11301
11302 \begin_layout Standard
11303 \begin_inset Float table
11304 placement h
11305 wide false
11306 sideways false
11307 status open
11308
11309 \begin_layout Plain Layout
11310 \begin_inset Caption
11311
11312 \begin_layout Plain Layout
11313 \begin_inset CommandInset label
11314 LatexCommand label
11315 name "tab:Tableau-césure"
11316
11317 \end_inset
11318
11319 Tableau avec et sans césure.
11320 \end_layout
11321
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \begin_layout Plain Layout
11328 \begin_inset space \hfill{}
11329 \end_inset
11330
11331
11332 \begin_inset Tabular
11333 <lyxtabular version="3" rows="3" columns="3">
11334 <features>
11335 <column alignment="center" valignment="middle" width="2.5cm">
11336 <column alignment="center" valignment="middle" width="0">
11337 <column alignment="center" valignment="middle" width="0">
11338 <row>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 mottrèslongdansunecellule
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 b
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 c
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 d
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 e
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 f
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 </row>
11396 <row>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 g
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 h
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 i
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 </lyxtabular>
11426
11427 \end_inset
11428
11429
11430 \begin_inset space \hfill{}
11431 \end_inset
11432
11433
11434 \begin_inset Tabular
11435 <lyxtabular version="3" rows="3" columns="3">
11436 <features>
11437 <column alignment="center" valignment="middle" width="2.5cm">
11438 <column alignment="center" valignment="middle" width="0">
11439 <column alignment="center" valignment="middle" width="0">
11440 <row>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset ERT
11446 status collapsed
11447
11448 \begin_layout Plain Layout
11449
11450
11451 \backslash
11452 hspace{0pt}
11453 \end_layout
11454
11455 \end_inset
11456
11457 mottrèslongdansunecellule
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 b
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 c
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 <row>
11482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 d
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 e
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 f
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 g
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 i
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 </lyxtabular>
11540
11541 \end_inset
11542
11543
11544 \begin_inset space \hfill{}
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \begin_layout Standard
11556 \begin_inset Newpage newpage
11557 \end_inset
11558
11559
11560 \end_layout
11561
11562 \begin_layout Subsection
11563 Multi-colonnes
11564 \begin_inset CommandInset label
11565 LatexCommand label
11566 name "sub:Multicolonnes"
11567
11568 \end_inset
11569
11570
11571 \begin_inset Index
11572 status collapsed
11573
11574 \begin_layout Plain Layout
11575 Multi-colonnes
11576 \end_layout
11577
11578 \end_inset
11579
11580
11581 \begin_inset Index
11582 status collapsed
11583
11584 \begin_layout Plain Layout
11585 Tableau ! Multi-colonnes
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Subsubsection
11594 Les Bases des Multicolonnes
11595 \end_layout
11596
11597 \begin_layout Standard
11598 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11599  qu'elle doit couvrir et utilisez soit le bouton
11600 \begin_inset Graphics
11601         filename ../../images/tabular-feature_multicolumn.png
11602         scale 85
11603         scaleBeforeRotation
11604
11605 \end_inset
11606
11607  de la barre d'outils tableau, ou le menu 
11608 \family sans
11609 Éditer\SpecialChar \menuseparator
11610 Tableau\SpecialChar \menuseparator
11611 Multi-colonnes
11612 \family default
11613 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11614  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11615  
11616 \family sans
11617 Tableau
11618 \family default
11619 .
11620 \end_layout
11621
11622 \begin_layout Standard
11623 Les multi-colonnes ont leurs propres paramètres de cellule.
11624  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11625  de la cellule, cela n'affecte que la cellule multi-colonne.
11626  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11627  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11628 \end_layout
11629
11630 \begin_layout Standard
11631 \align center
11632 \begin_inset Tabular
11633 <lyxtabular version="3" rows="3" columns="4">
11634 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11635 <column alignment="center" valignment="top" width="0pt">
11636 <column alignment="center" valignment="middle" width="0">
11637 <column alignment="center" valignment="top" width="0in">
11638 <column alignment="center" valignment="top" width="0pt">
11639 <row>
11640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 abc
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 def ghi
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 jkl
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 A
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 B
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 C
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 D
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 1
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 2
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 3
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 4
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 </row>
11753 </lyxtabular>
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Subsubsection
11761 Calculs avec les multi-colonnes
11762 \begin_inset CommandInset label
11763 LatexCommand label
11764 name "sub:Calculs-multicolonnes"
11765
11766 \end_inset
11767
11768
11769 \begin_inset Index
11770 status collapsed
11771
11772 \begin_layout Plain Layout
11773 Multi-colonnes ! Calculs
11774 \end_layout
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 LyX gère directement les multi-colonnes, mais nous devons faire attention
11783  à la largeur des cellules couvertes par la cellule multicolonne.
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \begin_inset Float table
11788 placement h
11789 wide false
11790 sideways false
11791 status open
11792
11793 \begin_layout Plain Layout
11794 \begin_inset Caption
11795
11796 \begin_layout Plain Layout
11797 \begin_inset CommandInset label
11798 LatexCommand label
11799 name "tab:Tableau-multicolonne-parfaite"
11800
11801 \end_inset
11802
11803 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11804  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11805 \begin_inset OptArg
11806 status open
11807
11808 \begin_layout Plain Layout
11809 Tableau avec multicolonne parfaite
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \begin_layout Plain Layout
11823 \align center
11824 \begin_inset Tabular
11825 <lyxtabular version="3" rows="3" columns="3">
11826 <features>
11827 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11828 <column alignment="center" valignment="middle" width="0">
11829 <column alignment="center" valignment="top" width="0">
11830 <row>
11831 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 multicolonne sur plusieurs lignes
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 c
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 </row>
11859 <row>
11860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 d
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 e
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 f
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 </row>
11888 <row>
11889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 g
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 h
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 i
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 </lyxtabular>
11918
11919 \end_inset
11920
11921
11922 \end_layout
11923
11924 \end_inset
11925
11926
11927 \end_layout
11928
11929 \begin_layout Standard
11930 Par exemple, pour créer le tableau
11931 \begin_inset space ~
11932 \end_inset
11933
11934
11935 \begin_inset CommandInset ref
11936 LatexCommand ref
11937 reference "tab:Tableau-multicolonne-parfaite"
11938
11939 \end_inset
11940
11941 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11942  3×3 et faites un clic droit dessus.
11943  Ensuite choisissez pour cette cellule
11944 \emph on
11945 ,
11946 \emph default
11947  dans la fenêtre de dialogue de tableau, 
11948 \emph on
11949 multicolonne
11950 \emph default
11951
11952 \emph on
11953 alignement
11954 \begin_inset space ~
11955 \end_inset
11956
11957 horizontal
11958 \begin_inset space ~
11959 \end_inset
11960
11961 centré
11962 \emph default
11963  et une largeur de 2.5
11964 \begin_inset space \thinspace{}
11965 \end_inset
11966
11967 cm.
11968  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11969  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11970 \begin_inset space \thinspace{}
11971 \end_inset
11972
11973 cm pour la première colonne.
11974  La deuxième colonne aura alors automatiquement une largeur de 1.25
11975 \begin_inset space \thinspace{}
11976 \end_inset
11977
11978 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11979  C'est ce qui a été fait pour le tableau
11980 \begin_inset space ~
11981 \end_inset
11982
11983
11984 \begin_inset CommandInset ref
11985 LatexCommand ref
11986 reference "tab:Tableau-multicolonne-imparfait"
11987
11988 \end_inset
11989
11990 .
11991 \end_layout
11992
11993 \begin_layout Standard
11994 \begin_inset Float table
11995 wide false
11996 sideways false
11997 status open
11998
11999 \begin_layout Plain Layout
12000 \begin_inset Caption
12001
12002 \begin_layout Plain Layout
12003 \begin_inset CommandInset label
12004 LatexCommand label
12005 name "tab:Tableau-multicolonne-imparfait"
12006
12007 \end_inset
12008
12009 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12010  de la largeur de la cellule multicolonne.
12011 \begin_inset OptArg
12012 status open
12013
12014 \begin_layout Plain Layout
12015 Tableau avec multicolonne pas parfaite
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \end_inset
12024
12025
12026 \end_layout
12027
12028 \begin_layout Plain Layout
12029 \align center
12030 \begin_inset Tabular
12031 <lyxtabular version="3" rows="3" columns="3">
12032 <features>
12033 <column alignment="center" valignment="top" width="1.25cm">
12034 <column alignment="center" valignment="top" width="0">
12035 <column alignment="center" valignment="top" width="0">
12036 <row>
12037 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 multicolonne sur plusieurs lignes
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 c
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 </row>
12065 <row>
12066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 d
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 e
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 f
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 <row>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 g
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 h
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 i
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 </row>
12123 </lyxtabular>
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \begin_layout Standard
12136 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12137  de la cellule multicolonne, elle est un peu plus large.
12138  La raison est que la taille que l'on donne à une cellule, 
12139 \begin_inset Formula $W_{g}$
12140 \end_inset
12141
12142  n'est pas sa taille totale, 
12143 \begin_inset Formula $W_{\mathrm{tot}}$
12144 \end_inset
12145
12146  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12147  lui donne.
12148  L'appendice
12149 \begin_inset space ~
12150 \end_inset
12151
12152
12153 \begin_inset CommandInset ref
12154 LatexCommand eqref
12155 reference "cha:Explication-de-l'Equation"
12156
12157 \end_inset
12158
12159  explique pourquoi en détail.
12160 \end_layout
12161
12162 \begin_layout Standard
12163 La largeur nécessaire 
12164 \begin_inset Formula $W_{g\, n}$
12165 \end_inset
12166
12167  quand 
12168 \emph on
12169 n
12170 \emph default
12171  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12172  ait une largeur totale de 
12173 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12174 \end_inset
12175
12176 :
12177 \begin_inset Formula \begin{equation}
12178 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \begin_layout Standard
12186 Dans notre cas nous avons 
12187 \begin_inset Formula $n=2$
12188 \end_inset
12189
12190
12191 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12192 \end_inset
12193
12194 cm et les valeurs par défaut pour les autres longueurs, l'équation
12195 \begin_inset space ~
12196 \end_inset
12197
12198
12199 \begin_inset CommandInset ref
12200 LatexCommand ref
12201 reference "eq:Wgn"
12202
12203 \end_inset
12204
12205  devient
12206 \begin_inset Formula \begin{equation}
12207 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12216  
12217 \series bold
12218 calc
12219 \series default
12220  avec la ligne suivante dans le préambule du document
12221 \begin_inset Index
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225 Paquetages LaTeX ! calc
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234
12235 \series bold
12236
12237 \backslash
12238 usepackage{calc}
12239 \end_layout
12240
12241 \begin_layout Standard
12242 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12243  de dialogue.
12244  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12245  la fenêtre de dialogue.
12246  Voici un aperçu de ces paramètres :
12247 \end_layout
12248
12249 \begin_layout Itemize
12250
12251 \series bold
12252 p{largeur}
12253 \series default
12254  crée une cellule de taille donnée, le texte est aligné verticalement en
12255  haut.
12256 \end_layout
12257
12258 \begin_layout Itemize
12259
12260 \series bold
12261 m{largeur}
12262 \series default
12263  crée une cellule de taille donnée, le texte est aligné verticalement au
12264  centre
12265 \end_layout
12266
12267 \begin_layout Itemize
12268
12269 \series bold
12270 b{largeur}
12271 \series default
12272  crée une cellule de taille donnée, le texte est aligné verticalement en
12273  bas
12274 \end_layout
12275
12276 \begin_layout Standard
12277 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12278  la fenêtre de dialogue sont ignorés.
12279 \end_layout
12280
12281 \begin_layout Standard
12282 \begin_inset Note Greyedout
12283 status open
12284
12285 \begin_layout Plain Layout
12286
12287 \series bold
12288 Note:
12289 \series default
12290  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12291  en compte.
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300 Comme le texte doit être centré horizontalement, on ajoute la commande 
12301 \series bold
12302
12303 \backslash
12304 centering
12305 \series default
12306 .
12307  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12308  des colonnes recouvertes :
12309 \end_layout
12310
12311 \begin_layout Standard
12312
12313 \series bold
12314 >{
12315 \backslash
12316 centering}m{1.25cm-6.2pt}
12317 \end_layout
12318
12319 \begin_layout Standard
12320 La commande 
12321 \series bold
12322 >{ }
12323 \series default
12324  signifie que les commandes qui se trouvent entre les accolades doivent
12325  être appliquées avant que la cellule ne soit créée.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12330  multicolonne, il est toujours aligné à gauche.
12331  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12332  isolées.
12333  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12334 \end_layout
12335
12336 \begin_layout Standard
12337
12338 \series bold
12339 >{
12340 \backslash
12341 centering}m{2.5cm}
12342 \end_layout
12343
12344 \begin_layout Subsection
12345 Multi-lignes
12346 \begin_inset Index
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350 Multi-lignes
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \begin_inset Index
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360 Tableau ! Multi-ligne
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \begin_inset Index
12367 status collapsed
12368
12369 \begin_layout Plain Layout
12370 Paquetages LaTeX ! multirow
12371 \end_layout
12372
12373 \end_inset
12374
12375
12376 \end_layout
12377
12378 \begin_layout Standard
12379 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12380  par LyX, il faut donc utiliser un peu de code TeX.
12381  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12382 \series bold
12383 multirow 
12384 \series default
12385 dans le préambule de votre document avec la commande 
12386 \end_layout
12387
12388 \begin_layout Standard
12389
12390 \series bold
12391
12392 \backslash
12393 usepackage{multirow}
12394 \end_layout
12395
12396 \begin_layout Standard
12397 Les cellules multilignes sont créées avec la commande
12398 \end_layout
12399
12400 \begin_layout Standard
12401
12402 \series bold
12403
12404 \backslash
12405 multirow{number of rows}{cell width}{cell entry}
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Pour créer le tableau suivant :
12410 \end_layout
12411
12412 \begin_layout Standard
12413 \align center
12414 \begin_inset ERT
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418
12419
12420 \backslash
12421 renewcommand{
12422 \backslash
12423 multirowsetup}{
12424 \backslash
12425 centering}
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \begin_inset Tabular
12432 <lyxtabular version="3" rows="3" columns="3">
12433 <features>
12434 <column alignment="center" valignment="top" width="0">
12435 <column alignment="center" valignment="top" width="0">
12436 <column alignment="center" valignment="top" width="0">
12437 <row>
12438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12439 \begin_inset Text
12440
12441 \begin_layout Plain Layout
12442 a
12443 \end_layout
12444
12445 \end_inset
12446 </cell>
12447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 b
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 c
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 </row>
12466 <row>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 \begin_inset ERT
12472 status open
12473
12474 \begin_layout Plain Layout
12475
12476
12477 \backslash
12478 multirow{2}{2.5cm}{
12479 \end_layout
12480
12481 \end_inset
12482
12483 cellule multi-lignes
12484 \begin_inset ERT
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488
12489 }
12490 \end_layout
12491
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 e
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 f
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 </row>
12518 <row>
12519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 h
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 i
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 </lyxtabular>
12548
12549 \end_inset
12550
12551
12552 \begin_inset ERT
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556
12557
12558 \backslash
12559 renewcommand{
12560 \backslash
12561 multirowsetup}{
12562 \backslash
12563 raggedright}
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \end_layout
12570
12571 \begin_layout Standard
12572 créez un tableau 3×3.
12573  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12574  première colonne, la cellule est marquée comme étant une multicolonne et
12575  la bordure supérieure est désactivée.
12576  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12577  première colonne en y insérant la commande
12578 \end_layout
12579
12580 \begin_layout Standard
12581
12582 \series bold
12583
12584 \backslash
12585 multirow{2}{2.5cm}{
12586 \end_layout
12587
12588 \begin_layout Standard
12589 comme du code TeX.
12590  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12591  deux lignes et a une largeur de 2.5
12592 \begin_inset space \thinspace{}
12593 \end_inset
12594
12595 cm.
12596  Le contenu de la cellule suit le code TeX et on termine la commande en
12597  ajoutant l'accolade fermante 
12598 \series bold
12599 }
12600 \series default
12601  dans une nouvelle boîte de code TeX, juste après le texte.
12602 \end_layout
12603
12604 \begin_layout Standard
12605
12606 \series bold
12607
12608 \backslash
12609 multirow
12610 \series default
12611  aligne par défaut son contenu à gauche.
12612  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12613  
12614 \series bold
12615
12616 \backslash
12617 multirowsetup
12618 \series default
12619  avec la commande
12620 \end_layout
12621
12622 \begin_layout Standard
12623
12624 \series bold
12625
12626 \backslash
12627 renewcommand{
12628 \backslash
12629 multirowsetup}{
12630 \backslash
12631 centering}
12632 \end_layout
12633
12634 \begin_layout Standard
12635 dans le préambule du document.
12636  Après ça, tous les contenus de cellules multi-lignes du document seront
12637  centrés.
12638  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12639  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12640  juste avant le tableau concerné, plutôt que dans le préambule.
12641  Si le texte doit être aligné à droite, remplacez 
12642 \series bold
12643
12644 \backslash
12645 centering
12646 \series default
12647  par 
12648 \series bold
12649
12650 \backslash
12651 raggedleft
12652 \series default
12653 .
12654  Pour revenir à l'alignement à gauche utilisez 
12655 \series bold
12656
12657 \backslash
12658 raggedright
12659 \series default
12660 .
12661 \end_layout
12662
12663 \begin_layout Section
12664 Les Tableaux Formels
12665 \begin_inset CommandInset label
12666 LatexCommand label
12667 name "sec:Tableaux-Formels"
12668
12669 \end_inset
12670
12671
12672 \begin_inset Index
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676 Tableau ! Formel
12677 \end_layout
12678
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \begin_layout Standard
12685 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12686  à celle du tableau
12687 \begin_inset space ~
12688 \end_inset
12689
12690
12691 \begin_inset CommandInset ref
12692 LatexCommand ref
12693 reference "tab:Exemple-tableau-booktabs"
12694
12695 \end_inset
12696
12697 .
12698  Ce genre de tableau est appelé 
12699 \begin_inset Quotes eld
12700 \end_inset
12701
12702
12703 \emph on
12704 formel
12705 \emph default
12706
12707 \begin_inset Quotes erd
12708 \end_inset
12709
12710 .
12711  Pour transformer un tableau en tableau formel, utilisez l'option 
12712 \family sans
12713 Formel
12714 \family default
12715  de l'onglet 
12716 \family sans
12717 Bordures
12718 \family default
12719  de la fenêtre de dialogue 
12720 \family sans
12721 Paramètres
12722 \begin_inset space ~
12723 \end_inset
12724
12725 du
12726 \begin_inset space ~
12727 \end_inset
12728
12729 tableau
12730 \family default
12731 .
12732 \end_layout
12733
12734 \begin_layout Standard
12735 \begin_inset Float table
12736 placement h
12737 wide false
12738 sideways false
12739 status open
12740
12741 \begin_layout Plain Layout
12742 \begin_inset Caption
12743
12744 \begin_layout Plain Layout
12745 \begin_inset CommandInset label
12746 LatexCommand label
12747 name "tab:Exemple-tableau-booktabs"
12748
12749 \end_inset
12750
12751 Exemple de tableau formel
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Plain Layout
12760 \align center
12761 \begin_inset Tabular
12762 <lyxtabular version="3" rows="8" columns="4">
12763 <features booktabs="true">
12764 <column alignment="center" valignment="top" width="0">
12765 <column alignment="center" valignment="top" width="0">
12766 <column alignment="center" valignment="top" width="0">
12767 <column alignment="center" valignment="top" width="0">
12768 <row>
12769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 Système
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 Medipix
12783 \begin_inset Formula $\,$
12784 \end_inset
12785
12786 1
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 Medipix
12796 \begin_inset Formula $\,$
12797 \end_inset
12798
12799 2
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 \begin_inset ERT
12820 status collapsed
12821
12822 \begin_layout Plain Layout
12823
12824
12825 \backslash
12826 cmidrule(r){2-2}
12827 \end_layout
12828
12829 \end_inset
12830
12831
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837
12838 \backslash
12839 cmidrule(l){3-4}
12840 \end_layout
12841
12842 \end_inset
12843
12844 Épaisseur du capteur [µm]
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 300
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 300
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 700
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 </row>
12877 <row>
12878 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 Angle du biseau [°]
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 3.55
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 2.71
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 7.99
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 <row topspace="default">
12916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 Résolution spatiale [µm]
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 4.26
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 10.17
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 10.56
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 </row>
12953 <row topspace="default">
12954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 MTF à 
12959 \begin_inset Formula $f_{\mathrm{max}}$
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 0.53
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 <cell alignment="center" valignment="top" usebox="none">
12977 \begin_inset Text
12978
12979 \begin_layout Plain Layout
12980 0.37
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 0.39
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row topspace="default">
12996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 cmidrule(l{10pt}){1-1}
13008 \end_layout
13009
13010 \end_inset
13011
13012 résolution spatiale LSF
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row>
13046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 en µm
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 <cell alignment="center" valignment="top" usebox="none">
13056 \begin_inset Text
13057
13058 \begin_layout Plain Layout
13059 129.7
13060 \end_layout
13061
13062 \end_inset
13063 </cell>
13064 <cell alignment="center" valignment="top" usebox="none">
13065 \begin_inset Text
13066
13067 \begin_layout Plain Layout
13068 52.75
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 50.78
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 </row>
13083 <row>
13084 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 en % de la taille des pixels
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 76.3
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 95.9
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 92.3
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 </lyxtabular>
13122
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \begin_layout Standard
13134 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13135  
13136 \family sans
13137 Bordures
13138 \family default
13139  de la fenêtre de dialogue 
13140 \family sans
13141 Paramètres
13142 \begin_inset space ~
13143 \end_inset
13144
13145 du
13146 \begin_inset space ~
13147 \end_inset
13148
13149 tableau
13150 \family default
13151  comme c'est décrit dans la section
13152 \begin_inset space ~
13153 \end_inset
13154
13155
13156 \begin_inset CommandInset ref
13157 LatexCommand ref
13158 reference "sub:Espacement-lignes"
13159
13160 \end_inset
13161
13162 .
13163 \end_layout
13164
13165 \begin_layout Standard
13166 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13167  verticales.
13168  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13169  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13170  sortie imprimée :
13171 \begin_inset Newline newline
13172 \end_inset
13173
13174 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13175 \begin_inset space \thinspace{}
13176 \end_inset
13177
13178 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13179 \begin_inset space \thinspace{}
13180 \end_inset
13181
13182 em.
13183 \end_layout
13184
13185 \begin_layout Standard
13186 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13187  lignes de préambule suivantes :
13188 \end_layout
13189
13190 \begin_layout Standard
13191
13192 \series bold
13193
13194 \backslash
13195 let
13196 \backslash
13197 mytoprule
13198 \backslash
13199 toprule
13200 \begin_inset Newline newline
13201 \end_inset
13202
13203
13204 \backslash
13205 renewcommand{
13206 \backslash
13207 toprule}{
13208 \backslash
13209 mytoprule[width]}
13210 \end_layout
13211
13212 \begin_layout Standard
13213 Cet exemple concerne la première ligne, appelée 
13214 \series bold
13215 toprule
13216 \series default
13217 .
13218  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13219 \series bold
13220 toprule
13221 \series default
13222  par 
13223 \series bold
13224 bottomrule
13225 \series default
13226 .
13227  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13228  
13229 \series bold
13230 toprule
13231 \series default
13232  par 
13233 \series bold
13234 midrule
13235 \series default
13236 .
13237  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13238 \begin_inset space ~
13239 \end_inset
13240
13241
13242 \begin_inset CommandInset ref
13243 LatexCommand ref
13244 reference "cha:Unités-de-longueur"
13245
13246 \end_inset
13247
13248  pour préciser l'épaisseur voulue.
13249 \end_layout
13250
13251 \begin_layout Standard
13252 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13253  en mettant une ligne pour une cellule multi colonne.
13254  LyX va utiliser en interne la commande 
13255 \series bold
13256
13257 \backslash
13258 cmidrule
13259 \series default
13260  pour créer cette ligne.
13261  Sa syntaxe complète est :
13262 \end_layout
13263
13264 \begin_layout Standard
13265
13266 \series bold
13267
13268 \backslash
13269 cmidrule[largeur](rognage){colDépart-colFin}
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Les options de la commande 
13274 \series bold
13275
13276 \backslash
13277 cmidrule
13278 \series default
13279  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13280  TeX pour pouvoir les utiliser.
13281  On peut créer manuellement des lignes 
13282 \series bold
13283
13284 \backslash
13285 mitrales
13286 \series default
13287  en insérant la commande en code TeX comme le premier élément de la première
13288  cellule de la ligne.
13289  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13290  en question.
13291 \end_layout
13292
13293 \begin_layout Standard
13294 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13295 \begin_inset space \thinspace{}
13296 \end_inset
13297
13298 em.
13299  
13300 \series bold
13301 colDépart
13302 \series default
13303  est le numéro de la colonne dans laquelle la ligne commence et 
13304 \series bold
13305 colFin
13306 \series default
13307  est le numéro de la colonne dans laquelle elle se termine.
13308  La valeur de 
13309 \series bold
13310 colFin
13311 \series default
13312  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13313  Le paramètre optionnel 
13314 \series bold
13315 rognage
13316 \series default
13317  peut être soit 
13318 \emph on
13319 l{largeurRognage}
13320 \emph default
13321 , ou 
13322 \emph on
13323 r{largeurRognage}
13324 \emph default
13325  où les valeurs de
13326 \emph on
13327  largeurRognage
13328 \emph default
13329  sont aussi optionnelles.
13330  En utilisant par exemple la valeur 
13331 \emph on
13332 l{2pt}
13333 \emph default
13334  pour ce paramètre, la ligne va être rognée de 2
13335 \begin_inset space \thinspace{}
13336 \end_inset
13337
13338 pt à son extrémité gauche.
13339  Si vous ne spécifiez pas de valeur pour 
13340 \emph on
13341 largeurRognage
13342 \emph default
13343  les lignes sont par défaut rognées de 0.5
13344 \begin_inset space \thinspace{}
13345 \end_inset
13346
13347 em.
13348 \end_layout
13349
13350 \begin_layout Standard
13351 \begin_inset VSpace bigskip
13352 \end_inset
13353
13354 Le tableau
13355 \begin_inset space ~
13356 \end_inset
13357
13358
13359 \begin_inset CommandInset ref
13360 LatexCommand ref
13361 reference "tab:Exemple-tableau-booktabs"
13362
13363 \end_inset
13364
13365  a été créé en utilisant les commandes
13366 \end_layout
13367
13368 \begin_layout Standard
13369
13370 \series bold
13371
13372 \backslash
13373 cmidrule(r){2-2}
13374 \backslash
13375 cmidrule(l){3-4}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 au début de la deuxième ligne et
13380 \end_layout
13381
13382 \begin_layout Standard
13383
13384 \series bold
13385
13386 \backslash
13387 cmidrule(l{10pt}){1-1}
13388 \end_layout
13389
13390 \begin_layout Standard
13391 au début de la sixième ligne.
13392 \end_layout
13393
13394 \begin_layout Standard
13395 \begin_inset VSpace bigskip
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402 Vous pouvez vouloir des commandes 
13403 \series bold
13404
13405 \backslash
13406 cmidrule
13407 \series default
13408 s qui se recouvrent comme pour le tableau
13409 \begin_inset space ~
13410 \end_inset
13411
13412
13413 \begin_inset CommandInset ref
13414 LatexCommand ref
13415 reference "tab:Tableau-booktabs-special"
13416
13417 \end_inset
13418
13419 .
13420  On obtient ce résultat en utilisant la commande suivante en code TeX
13421 \end_layout
13422
13423 \begin_layout Standard
13424
13425 \series bold
13426
13427 \backslash
13428 morecmidrules
13429 \end_layout
13430
13431 \begin_layout Standard
13432 La commande qui a été utilisée pour la deuxième ligne du tableau
13433 \begin_inset space ~
13434 \end_inset
13435
13436
13437 \begin_inset CommandInset ref
13438 LatexCommand ref
13439 reference "tab:Tableau-booktabs-special"
13440
13441 \end_inset
13442
13443  est
13444 \end_layout
13445
13446 \begin_layout Standard
13447
13448 \series bold
13449
13450 \backslash
13451 cmidrule(r){2-2}
13452 \backslash
13453 cmidrule(l){3-4}
13454 \backslash
13455 morecmidrules
13456 \backslash
13457 cmidrule{2-4}
13458 \end_layout
13459
13460 \begin_layout Standard
13461 La commande pour la sixième ligne est
13462 \end_layout
13463
13464 \begin_layout Standard
13465
13466 \series bold
13467
13468 \backslash
13469 midrule
13470 \backslash
13471 morecmidrules
13472 \backslash
13473 cmidrule{3-4}
13474 \end_layout
13475
13476 \begin_layout Standard
13477 \begin_inset VSpace bigskip
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \begin_layout Standard
13484 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13485 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13486  font toute la largeur du tableau :
13487 \end_layout
13488
13489 \begin_layout Standard
13490
13491 \series bold
13492
13493 \backslash
13494 specialrule{largeur}{espace au dessus}{espace en dessous}
13495 \end_layout
13496
13497 \begin_layout Standard
13498 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13499  du paquetage LaTeX 
13500 \series bold
13501 booktabs
13502 \series default
13503  
13504 \begin_inset CommandInset citation
13505 LatexCommand cite
13506 key "booktabs"
13507
13508 \end_inset
13509
13510 .
13511 \begin_inset Index
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515 Paquetages LaTeX ! booktabs
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524 \begin_inset Float table
13525 placement h
13526 wide false
13527 sideways false
13528 status open
13529
13530 \begin_layout Plain Layout
13531 \begin_inset Caption
13532
13533 \begin_layout Plain Layout
13534 \begin_inset CommandInset label
13535 LatexCommand label
13536 name "tab:Tableau-booktabs-special"
13537
13538 \end_inset
13539
13540 Tableau formel spécial
13541 \end_layout
13542
13543 \end_inset
13544
13545
13546 \end_layout
13547
13548 \begin_layout Plain Layout
13549 \align center
13550 \begin_inset Tabular
13551 <lyxtabular version="3" rows="8" columns="4">
13552 <features booktabs="true">
13553 <column alignment="center" valignment="top" width="0">
13554 <column alignment="center" valignment="top" width="0">
13555 <column alignment="center" valignment="top" width="0">
13556 <column alignment="center" valignment="top" width="0">
13557 <row>
13558 <cell alignment="center" valignment="top" topline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 Système
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 Medipix
13572 \begin_inset space \thinspace{}
13573 \end_inset
13574
13575 1
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 Medipix
13585 \begin_inset space \thinspace{}
13586 \end_inset
13587
13588 2
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 </row>
13603 <row>
13604 <cell alignment="center" valignment="top" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613
13614 \backslash
13615 cmidrule(r){2-2}
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \begin_inset ERT
13622 status collapsed
13623
13624 \begin_layout Plain Layout
13625
13626
13627 \backslash
13628 cmidrule(l){3-4}
13629 \end_layout
13630
13631 \end_inset
13632
13633
13634 \begin_inset ERT
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638
13639
13640 \backslash
13641 morecmidrules 
13642 \end_layout
13643
13644 \end_inset
13645
13646
13647 \begin_inset ERT
13648 status collapsed
13649
13650 \begin_layout Plain Layout
13651
13652
13653 \backslash
13654 cmidrule{2-4}
13655 \end_layout
13656
13657 \end_inset
13658
13659 Epaisseur du capteur [µm]
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 300
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 300
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 700
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 </row>
13692 <row>
13693 <cell alignment="center" valignment="top" topline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 Angle biseau [°]
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" topline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 3.55
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 2.71
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 <cell alignment="center" valignment="top" topline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 7.99
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 </row>
13730 <row topspace="default">
13731 <cell alignment="center" valignment="top" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 Résolution spatiale [µm]
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 4.26
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 10.17
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 10.56
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row topspace="default">
13769 <cell alignment="center" valignment="top" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 MTF à 
13774 \begin_inset Formula $f_{\mathrm{max}}$
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 0.53
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 0.37
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 0.39
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 </row>
13810 <row>
13811 <cell alignment="center" valignment="top" topline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820
13821 \backslash
13822 morecmidrules 
13823 \end_layout
13824
13825 \end_inset
13826
13827
13828 \begin_inset ERT
13829 status collapsed
13830
13831 \begin_layout Plain Layout
13832
13833
13834 \backslash
13835 cmidrule{3-4}
13836 \end_layout
13837
13838 \end_inset
13839
13840 résolution spatiale LSF
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 <row>
13874 <cell alignment="center" valignment="top" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 en µm
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 129.7
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 52.75
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 50.78
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 <row>
13912 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 en % de la taille des pixels
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 76.3
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 95.9
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 92.3
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 </row>
13949 </lyxtabular>
13950
13951 \end_inset
13952
13953
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \begin_layout Section
13962 Alignement Vertical des Tableaux
13963 \begin_inset Index
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967 Tableau ! Alignement
13968 \end_layout
13969
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \begin_layout Standard
13976 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13977  doit être à l'intérieur d'une boîte.
13978  La boîte peut alors être alignée comme c'est décrit dans la 
13979 \begin_inset space ~
13980 \end_inset
13981
13982
13983 \begin_inset CommandInset ref
13984 LatexCommand ref
13985 reference "sec:Boîte-Dialogue"
13986
13987 \end_inset
13988
13989 .
13990 \end_layout
13991
13992 \begin_layout Standard
13993 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13994  minipage
13995 \begin_inset Foot
13996 status open
13997
13998 \begin_layout Plain Layout
13999 Les minipages son décrites dans la section
14000 \begin_inset space ~
14001 \end_inset
14002
14003
14004 \begin_inset CommandInset ref
14005 LatexCommand ref
14006 reference "sec:Minipages"
14007
14008 \end_inset
14009
14010 .
14011 \end_layout
14012
14013 \end_inset
14014
14015  dont la largeur est de 15
14016 \begin_inset space \thinspace{}
14017 \end_inset
14018
14019 col% :
14020 \end_layout
14021
14022 \begin_layout Itemize
14023 test 
14024 \begin_inset Box Frameless
14025 position "t"
14026 hor_pos "c"
14027 has_inner_box 1
14028 inner_pos "c"
14029 use_parbox 0
14030 width "15col%"
14031 special "none"
14032 height "1in"
14033 height_special "totalheight"
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 \begin_inset Tabular
14038 <lyxtabular version="3" rows="3" columns="3">
14039 <features>
14040 <column alignment="center" valignment="top" width="0">
14041 <column alignment="center" valignment="top" width="0">
14042 <column alignment="center" valignment="top" width="0">
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 a
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 d
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 g
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 b
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 e
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 h
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 <row>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 c
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 f
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 i
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 </row>
14130 </lyxtabular>
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \end_inset
14138
14139  test 
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145
14146 \backslash
14147 raisebox{0.85
14148 \backslash
14149 baselineskip}{
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \begin_inset Box Frameless
14156 position "t"
14157 hor_pos "c"
14158 has_inner_box 1
14159 inner_pos "c"
14160 use_parbox 0
14161 width "15col%"
14162 special "none"
14163 height "1in"
14164 height_special "totalheight"
14165 status collapsed
14166
14167 \begin_layout Plain Layout
14168 \begin_inset Tabular
14169 <lyxtabular version="3" rows="3" columns="3">
14170 <features>
14171 <column alignment="center" valignment="top" width="0">
14172 <column alignment="center" valignment="top" width="0">
14173 <column alignment="center" valignment="top" width="0">
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 a
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 d
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 g
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 b
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 e
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 h
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 <row>
14233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 c
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 f
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 i
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 </lyxtabular>
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \end_inset
14269
14270
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276 }
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Itemize
14285 test 
14286 \begin_inset Box Frameless
14287 position "c"
14288 hor_pos "c"
14289 has_inner_box 1
14290 inner_pos "c"
14291 use_parbox 0
14292 width "15col%"
14293 special "none"
14294 height "1in"
14295 height_special "totalheight"
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299 \begin_inset Tabular
14300 <lyxtabular version="3" rows="3" columns="3">
14301 <features>
14302 <column alignment="center" valignment="top" width="0">
14303 <column alignment="center" valignment="top" width="0">
14304 <column alignment="center" valignment="top" width="0">
14305 <row>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 a
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 d
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 g
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 <row>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 b
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 e
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 h
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 </row>
14363 <row>
14364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368 c
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 f
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 i
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 </lyxtabular>
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Itemize
14405 test 
14406 \begin_inset Box Frameless
14407 position "b"
14408 hor_pos "c"
14409 has_inner_box 1
14410 inner_pos "c"
14411 use_parbox 0
14412 width "15col%"
14413 special "none"
14414 height "1in"
14415 height_special "totalheight"
14416 status collapsed
14417
14418 \begin_layout Plain Layout
14419 \begin_inset Tabular
14420 <lyxtabular version="3" rows="3" columns="3">
14421 <features>
14422 <column alignment="center" valignment="top" width="0">
14423 <column alignment="center" valignment="top" width="0">
14424 <column alignment="center" valignment="top" width="0">
14425 <row>
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 a
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 d
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 g
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 <row>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 b
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 e
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 h
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 </row>
14483 <row>
14484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 c
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 f
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506 i
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 </row>
14512 </lyxtabular>
14513
14514 \end_inset
14515
14516
14517 \end_layout
14518
14519 \end_inset
14520
14521  test 
14522 \begin_inset ERT
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526
14527
14528 \backslash
14529 raisebox{-0.32
14530 \backslash
14531 baselineskip}{
14532 \end_layout
14533
14534 \end_inset
14535
14536
14537 \begin_inset Box Frameless
14538 position "b"
14539 hor_pos "c"
14540 has_inner_box 1
14541 inner_pos "c"
14542 use_parbox 0
14543 width "15col%"
14544 special "none"
14545 height "1in"
14546 height_special "totalheight"
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550 \begin_inset Tabular
14551 <lyxtabular version="3" rows="3" columns="3">
14552 <features>
14553 <column alignment="center" valignment="top" width="0">
14554 <column alignment="center" valignment="top" width="0">
14555 <column alignment="center" valignment="top" width="0">
14556 <row>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 a
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 d
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 g
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 </row>
14585 <row>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 b
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 e
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 h
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 c
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 f
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637 i
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 </row>
14643 </lyxtabular>
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651
14652
14653 \begin_inset ERT
14654 status collapsed
14655
14656 \begin_layout Plain Layout
14657
14658 }
14659 \end_layout
14660
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \begin_layout Standard
14667 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14668  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14669  la ligne dans laquelle le tableau est inséré.
14670  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14671  boîte élévatrice (raisebox)
14672 \begin_inset Foot
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14677 \begin_inset space ~
14678 \end_inset
14679
14680
14681 \begin_inset CommandInset ref
14682 LatexCommand ref
14683 reference "sub:Alignement-Vertical"
14684
14685 \end_inset
14686
14687 .
14688 \end_layout
14689
14690 \end_inset
14691
14692 .
14693  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14694  aligné en utilisant la commande en code TeX suivante 
14695 \end_layout
14696
14697 \begin_layout Standard
14698
14699 \series bold
14700
14701 \backslash
14702 raisebox{0.85
14703 \backslash
14704 baselineskip}{
14705 \end_layout
14706
14707 \begin_layout Standard
14708 placée juste avant la boîte minipage.
14709  Après la boîte on insère l'accolade fermante en code TeX.
14710  Pour le deuxième tableau de la dernière ligne, la commande 
14711 \end_layout
14712
14713 \begin_layout Standard
14714
14715 \series bold
14716
14717 \backslash
14718 raisebox{-0.32
14719 \backslash
14720 baselineskip}{
14721 \end_layout
14722
14723 \begin_layout Standard
14724 est utilisée.
14725 \end_layout
14726
14727 \begin_layout Standard
14728 \begin_inset Note Greyedout
14729 status open
14730
14731 \begin_layout Plain Layout
14732
14733 \series bold
14734 Note:
14735 \series default
14736  L'alignement entre le contenu de la ligne du tableau et le texte de la
14737  ligne qui l'entoure ne peut pas être parfait.
14738  Le facteur utilisé dans la commande 
14739 \series bold
14740
14741 \backslash
14742 raisebox
14743 \series default
14744  pour obtenir cet alignement dépend de la police de caractères du document,
14745  de la taille de la police et de l'épaisseur des lignes du tableau.
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \begin_layout Section
14754 Tableaux Colorés
14755 \begin_inset CommandInset label
14756 LatexCommand label
14757 name "sec:Tableaux-Colorés"
14758
14759 \end_inset
14760
14761
14762 \begin_inset Index
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766 Tableau ! Coloré
14767 \end_layout
14768
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \begin_layout Subsection
14775 Cellules Colorées
14776 \begin_inset Index
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780 Couleur des tableaux ! Pour les cellules
14781 \end_layout
14782
14783 \end_inset
14784
14785
14786 \begin_inset Index
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790 Couleur ! Pour les cellules de tableau
14791 \end_layout
14792
14793 \end_inset
14794
14795
14796 \end_layout
14797
14798 \begin_layout Standard
14799 \begin_inset Float table
14800 placement h
14801 wide false
14802 sideways false
14803 status open
14804
14805 \begin_layout Plain Layout
14806 \begin_inset Caption
14807
14808 \begin_layout Plain Layout
14809 \begin_inset CommandInset label
14810 LatexCommand label
14811 name "tab:Tableau-coloré-sans-colortbl"
14812
14813 \end_inset
14814
14815 Tableau coloré sans utiliser le paquetage  
14816 \series bold
14817 colortbl
14818 \series default
14819
14820 \begin_inset OptArg
14821 status open
14822
14823 \begin_layout Plain Layout
14824 Tableau sans colortbl
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \begin_layout Plain Layout
14838 \align center
14839 \begin_inset Tabular
14840 <lyxtabular version="3" rows="3" columns="3">
14841 <features>
14842 <column alignment="center" valignment="top" width="0">
14843 <column alignment="center" valignment="top" width="0">
14844 <column alignment="center" valignment="top" width="0">
14845 <row>
14846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850
14851 \color green
14852 a
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \color red
14863 b
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872
14873 \color red
14874 c
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 </row>
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885
14886 \color green
14887 d
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \color blue
14898 e
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \color blue
14909 f
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 </row>
14915 <row>
14916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920
14921 \color green
14922 g
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \color blue
14933 h
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \color blue
14944 i
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 </lyxtabular>
14951
14952 \end_inset
14953
14954
14955 \end_layout
14956
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14964  et choisissez une couleur dans le menu 
14965 \family sans
14966 Éditer\SpecialChar \menuseparator
14967 Style
14968 \begin_inset space ~
14969 \end_inset
14970
14971 de
14972 \begin_inset space ~
14973 \end_inset
14974
14975 Texte
14976 \family default
14977 .
14978  C'est ce qui a été utilisé pour créer le tableau
14979 \begin_inset space ~
14980 \end_inset
14981
14982
14983 \begin_inset CommandInset ref
14984 LatexCommand ref
14985 reference "tab:Tableau-coloré-sans-colortbl"
14986
14987 \end_inset
14988
14989 .
14990  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14991 \series bold
14992 colortbl
14993 \series default
14994 .
14995 \begin_inset Index
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999 Paquetages LaTeX ! colortbl
15000 \end_layout
15001
15002 \end_inset
15003
15004
15005 \end_layout
15006
15007 \begin_layout Standard
15008 \begin_inset ERT
15009 status collapsed
15010
15011 \begin_layout Plain Layout
15012
15013
15014 \backslash
15015 ifcolortbl
15016 \end_layout
15017
15018 \end_inset
15019
15020
15021 \begin_inset Note Note
15022 status open
15023
15024 \begin_layout Plain Layout
15025 La section qui suit ne sera affichée que si vous avez installé le paquetage
15026  LaTeX 
15027 \series bold
15028 colortbl
15029 \series default
15030 .
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \begin_layout Standard
15039 Pour créer des tableaux colorés, vous devez charger le paquetage
15040 \series bold
15041  colortbl
15042 \series default
15043  dans le préambule avec la ligne
15044 \end_layout
15045
15046 \begin_layout Standard
15047
15048 \series bold
15049
15050 \backslash
15051 usepackage{colortbl}
15052 \end_layout
15053
15054 \begin_layout Standard
15055 On choisit la couleur d'une colonne avec la commande 
15056 \end_layout
15057
15058 \begin_layout Standard
15059
15060 \series bold
15061
15062 \backslash
15063 columncolor{nom de couleur}
15064 \end_layout
15065
15066 \begin_layout Standard
15067 à l'intérieur d'une commande 
15068 \series bold
15069 >{ }
15070 \series default
15071 .
15072  Vous trouverez plus d'information sur la commande 
15073 \series bold
15074 >{}
15075 \series default
15076  dans la section
15077 \begin_inset space ~
15078 \end_inset
15079
15080
15081 \begin_inset CommandInset ref
15082 LatexCommand ref
15083 reference "sub:Calculs-multicolonnes"
15084
15085 \end_inset
15086
15087 .
15088 \end_layout
15089
15090 \begin_layout Standard
15091 Les noms de couleurs suivants sont prédéfinis :
15092 \end_layout
15093
15094 \begin_layout Standard
15095
15096 \family sans
15097 red
15098 \family default
15099  (rouge), 
15100 \family sans
15101 green
15102 \family default
15103  (vert), 
15104 \family sans
15105 yellow
15106 \family default
15107  (jaune), 
15108 \family sans
15109 blue
15110 \family default
15111  (bleu), 
15112 \family sans
15113 cyan
15114 \family default
15115
15116 \family sans
15117 magenta
15118 \family default
15119
15120 \family sans
15121 black 
15122 \family default
15123 (noir) et 
15124 \family sans
15125 white 
15126 \family default
15127 (blanc).
15128 \end_layout
15129
15130 \begin_layout Standard
15131 \begin_inset VSpace medskip
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 Vous pouvez aussi définir votre propre couleur avec la commande
15139 \end_layout
15140
15141 \begin_layout Standard
15142
15143 \series bold
15144
15145 \backslash
15146 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15147 \end_layout
15148
15149 \begin_layout Standard
15150 Le modèle de couleur peut être
15151 \end_layout
15152
15153 \begin_layout Labeling
15154 \labelwidthstring 00.00.0000
15155 cmyk: cyan, magenta, jaune (yellow), noir (black)
15156 \end_layout
15157
15158 \begin_layout Labeling
15159 \labelwidthstring 00.00.0000
15160 rgb: red, vert (green), bleu (blue)
15161 \end_layout
15162
15163 \begin_layout Labeling
15164 \labelwidthstring 00.00.0000
15165 gray dégradé de gris (gray)
15166 \end_layout
15167
15168 \begin_layout Standard
15169 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15170  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15171 \end_layout
15172
15173 \begin_layout Standard
15174 Vous pouvez par exemple définir la couleur 
15175 \begin_inset Quotes eld
15176 \end_inset
15177
15178
15179 \emph on
15180 vertfonce
15181 \begin_inset Quotes erd
15182 \end_inset
15183
15184  dans le préambule avec la ligne
15185 \end_layout
15186
15187 \begin_layout Standard
15188
15189 \series bold
15190
15191 \backslash
15192 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15193 \end_layout
15194
15195 \begin_layout Standard
15196 et la couleur "
15197 \emph on
15198 grisclair
15199 \emph default
15200 " avec
15201 \end_layout
15202
15203 \begin_layout Standard
15204
15205 \series bold
15206
15207 \backslash
15208 definecolor{grisclair}{gray}{0.8}
15209 \end_layout
15210
15211 \begin_layout Standard
15212 \begin_inset VSpace medskip
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \begin_layout Standard
15219 Les lignes sont colorées avec la commande
15220 \end_layout
15221
15222 \begin_layout Standard
15223
15224 \series bold
15225
15226 \backslash
15227 rowcolor{nom de la couleur}
15228 \end_layout
15229
15230 \begin_layout Standard
15231 et les cellules sont colorées avec la commande
15232 \end_layout
15233
15234 \begin_layout Standard
15235
15236 \series bold
15237
15238 \backslash
15239 cellcolor{nom de la couleur}
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15244 \end_layout
15245
15246 \begin_layout Standard
15247 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15248  choisissez une couleur dans le menu 
15249 \family sans
15250 Éditer\SpecialChar \menuseparator
15251 Style
15252 \begin_inset space ~
15253 \end_inset
15254
15255 de
15256 \begin_inset space ~
15257 \end_inset
15258
15259 Texte
15260 \family default
15261 .
15262  Si une cellule contient du code TeX, faites bien attention à ne colorer
15263  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15264 \end_layout
15265
15266 \begin_layout Standard
15267 \begin_inset Note Greyedout
15268 status open
15269
15270 \begin_layout Plain Layout
15271
15272 \series bold
15273 Note:
15274 \series default
15275  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15276  définies par l'utilisateur.
15277 \end_layout
15278
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \begin_layout Standard
15285 \begin_inset VSpace bigskip
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \begin_layout Standard
15292 Pour créer le tableau
15293 \begin_inset space ~
15294 \end_inset
15295
15296
15297 \begin_inset CommandInset ref
15298 LatexCommand ref
15299 reference "tab:Tableau-coloré-avec-colortbl"
15300
15301 \end_inset
15302
15303  faites ce qui suit : La couleur de la première colonne doit être 
15304 \emph on
15305 vertfonce
15306 \emph default
15307 .
15308  On insère donc la commande
15309 \end_layout
15310
15311 \begin_layout Standard
15312
15313 \series bold
15314 >{
15315 \backslash
15316 columncolor{vertfonce}
15317 \backslash
15318 centering}c
15319 \end_layout
15320
15321 \begin_layout Standard
15322 en code TeX pour cette colonne.
15323  La première ligne doit être bleue
15324 \begin_inset Note Note
15325 status open
15326
15327 \begin_layout Plain Layout
15328 cyan ? (NdT)
15329 \end_layout
15330
15331 \end_inset
15332
15333 , d'où la commande en code TeX
15334 \end_layout
15335
15336 \begin_layout Standard
15337
15338 \series bold
15339
15340 \backslash
15341 rowcolow{cyan}
15342 \end_layout
15343
15344 \begin_layout Standard
15345 qui est insérée dans la première cellule de cette ligne.
15346  Notez que cela annule la couleur de colonne pour la première cellule.
15347  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15348  en code TeX la commande
15349 \end_layout
15350
15351 \begin_layout Standard
15352
15353 \series bold
15354
15355 \backslash
15356 cellcolor{magenta}
15357 \end_layout
15358
15359 \begin_layout Standard
15360 Les caractères peuvent maintenant être colorés en utilisant le menu 
15361 \family sans
15362 Éditer\SpecialChar \menuseparator
15363 Style
15364 \begin_inset space ~
15365 \end_inset
15366
15367 de
15368 \begin_inset space ~
15369 \end_inset
15370
15371 Texte
15372 \family default
15373 .
15374 \end_layout
15375
15376 \begin_layout Standard
15377 \begin_inset Float table
15378 placement h
15379 wide false
15380 sideways false
15381 status open
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Caption
15385
15386 \begin_layout Plain Layout
15387 \begin_inset CommandInset label
15388 LatexCommand label
15389 name "tab:Tableau-coloré-avec-colortbl"
15390
15391 \end_inset
15392
15393 Tableau coloré en utilisant le paquetage 
15394 \series bold
15395 colortbl
15396 \series default
15397
15398 \begin_inset OptArg
15399 status collapsed
15400
15401 \begin_layout Plain Layout
15402 Tableau avec colortbl
15403 \end_layout
15404
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Plain Layout
15416 \align center
15417 \begin_inset Tabular
15418 <lyxtabular version="3" rows="3" columns="3">
15419 <features>
15420 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15421 <column alignment="center" valignment="top" width="0">
15422 <column alignment="center" valignment="top" width="0">
15423 <row>
15424 <cell alignment="center" valignment="top" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 \begin_inset ERT
15429 status collapsed
15430
15431 \begin_layout Plain Layout
15432
15433
15434 \backslash
15435 rowcolor{cyan}
15436 \end_layout
15437
15438 \end_inset
15439
15440
15441 \color magenta
15442 a
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 <cell alignment="center" valignment="top" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451
15452 \color red
15453 b
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 <cell alignment="center" valignment="top" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \color red
15464 c
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \color yellow
15477 d
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \color blue
15488 e
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \color blue
15499 f
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \color yellow
15512 g
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \color blue
15523 h
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532 \begin_inset ERT
15533 status collapsed
15534
15535 \begin_layout Plain Layout
15536
15537
15538 \backslash
15539 cellcolor{magenta}
15540 \end_layout
15541
15542 \end_inset
15543
15544
15545 \color green
15546 i
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 </lyxtabular>
15553
15554 \end_inset
15555
15556
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \end_layout
15563
15564 \begin_layout Standard
15565 \begin_inset ERT
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569
15570
15571 \backslash
15572 else
15573 \end_layout
15574
15575 \end_inset
15576
15577
15578 \begin_inset Note Note
15579 status open
15580
15581 \begin_layout Plain Layout
15582 Ce qui suit sera affiché si le paquetage 
15583 \series bold
15584 colortbl
15585 \series default
15586  n'est pas installé :
15587 \end_layout
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \begin_layout Standard
15595 Vous devez installer le paquetage 
15596 \series bold
15597 colortbl
15598 \series default
15599  pour voir le contenu des cette section dans la sortie imprimée.
15600 \end_layout
15601
15602 \begin_layout Standard
15603 \begin_inset ERT
15604 status collapsed
15605
15606 \begin_layout Plain Layout
15607
15608
15609 \backslash
15610 fi
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Subsection
15619 Les filets colorées
15620 \begin_inset Index
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624 Tableau Coloré ! Pour les filets
15625 \end_layout
15626
15627 \end_inset
15628
15629
15630 \begin_inset Index
15631 status collapsed
15632
15633 \begin_layout Plain Layout
15634 Couleur ! Pour les filets des tableaux
15635 \end_layout
15636
15637 \end_inset
15638
15639
15640 \begin_inset Note Note
15641 status collapsed
15642
15643 \begin_layout Plain Layout
15644 on parle de filets plutôt que de lignes pour les tableaux
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Standard
15653 Comme c'est décrit dans la section
15654 \begin_inset space ~
15655 \end_inset
15656
15657
15658 \begin_inset CommandInset ref
15659 LatexCommand ref
15660 reference "sub:Epaisseur-filets"
15661
15662 \end_inset
15663
15664 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15665  variable 
15666 \series bold
15667
15668 \backslash
15669 arrayrulewidth
15670 \series default
15671 .
15672  Elle est mise à 1.5
15673 \begin_inset space \thinspace{}
15674 \end_inset
15675
15676 pt pour tous les tableaux de cette section.
15677 \begin_inset ERT
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681
15682
15683 \backslash
15684 setlength{
15685 \backslash
15686 arrayrulewidth}{1.5pt}
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \begin_layout Standard
15695 Pour colorer les filets verticaux, par exemple en vert, créez le format
15696  de colonne suivant dans le préambule du document, en suivant la description
15697  de la section
15698 \begin_inset space ~
15699 \end_inset
15700
15701
15702 \begin_inset CommandInset ref
15703 LatexCommand ref
15704 reference "sub:Formats-personnalisés"
15705
15706 \end_inset
15707
15708 :
15709 \end_layout
15710
15711 \begin_layout Standard
15712
15713 \series bold
15714
15715 \backslash
15716 newcolumntype{W}{!{
15717 \backslash
15718 color{green}
15719 \backslash
15720 vline}}
15721 \end_layout
15722
15723 \begin_layout Standard
15724 Pour le tableau
15725 \begin_inset space ~
15726 \end_inset
15727
15728
15729 \begin_inset CommandInset ref
15730 LatexCommand ref
15731 reference "tab:Tableau-filets-verticaux-colorés"
15732
15733 \end_inset
15734
15735  le paramètre LaTeX
15736 \series bold
15737  WcW
15738 \series default
15739  a été utilisé pour la dernière colonne et
15740 \series bold
15741  Wc
15742 \series default
15743  pour les autres colonnes.
15744 \end_layout
15745
15746 \begin_layout Standard
15747 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15748 \end_layout
15749
15750 \begin_layout Standard
15751 \begin_inset Float table
15752 placement h
15753 wide false
15754 sideways false
15755 status open
15756
15757 \begin_layout Plain Layout
15758 \begin_inset Caption
15759
15760 \begin_layout Plain Layout
15761 \begin_inset CommandInset label
15762 LatexCommand label
15763 name "tab:Tableau-filets-verticaux-colorés"
15764
15765 \end_inset
15766
15767 Tableau avec filets verticaux colorés
15768 \end_layout
15769
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \begin_layout Plain Layout
15776 \align center
15777 \begin_inset Tabular
15778 <lyxtabular version="3" rows="3" columns="3">
15779 <features>
15780 <column alignment="center" valignment="top" width="0" special="Wc">
15781 <column alignment="center" valignment="top" width="0" special="Wc">
15782 <column alignment="center" valignment="top" width="0" special="WcW">
15783 <row>
15784 <cell alignment="center" valignment="top" topline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 sd
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row>
15813 <cell alignment="center" valignment="top" topline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 sd
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 <row>
15842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 sd
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 </lyxtabular>
15871
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \begin_layout Standard
15883 \begin_inset VSpace bigskip
15884 \end_inset
15885
15886 Pour colorer les filets horizontaux en rouge comme pour le tableau
15887 \begin_inset space ~
15888 \end_inset
15889
15890
15891 \begin_inset CommandInset ref
15892 LatexCommand ref
15893 reference "tab:Tableau-filet-horizontaux-colorés"
15894
15895 \end_inset
15896
15897 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15898  le flottant de tableau :
15899 \end_layout
15900
15901 \begin_layout Standard
15902
15903 \series bold
15904
15905 \backslash
15906 let
15907 \backslash
15908 myHlineC
15909 \backslash
15910 hline
15911 \begin_inset Newline newline
15912 \end_inset
15913
15914
15915 \backslash
15916 renewcommand{
15917 \backslash
15918 hline}
15919 \begin_inset Newline newline
15920 \end_inset
15921
15922
15923 \begin_inset ERT
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927
15928
15929 \backslash
15930 hphantom{ }
15931 \end_layout
15932
15933 \end_inset
15934
15935 {
15936 \backslash
15937 arrayrulecolor{red}
15938 \backslash
15939 myHlineC
15940 \backslash
15941 arrayrulecolor{black}}
15942 \end_layout
15943
15944 \begin_layout Standard
15945 \begin_inset ERT
15946 status collapsed
15947
15948 \begin_layout Plain Layout
15949
15950
15951 \backslash
15952 let
15953 \backslash
15954 myHlineC
15955 \backslash
15956 hline
15957 \end_layout
15958
15959 \begin_layout Plain Layout
15960
15961
15962 \backslash
15963 renewcommand{
15964 \backslash
15965 hline}
15966 \end_layout
15967
15968 \begin_layout Plain Layout
15969
15970  {
15971 \backslash
15972 arrayrulecolor{red}
15973 \backslash
15974 myHlineC
15975 \backslash
15976 arrayrulecolor{black}}
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \begin_inset Float table
15983 placement h
15984 wide false
15985 sideways false
15986 status open
15987
15988 \begin_layout Plain Layout
15989 \begin_inset Caption
15990
15991 \begin_layout Plain Layout
15992 \begin_inset CommandInset label
15993 LatexCommand label
15994 name "tab:Tableau-filet-horizontaux-colorés"
15995
15996 \end_inset
15997
15998 Tableau avec filets horizontaux colorés
15999 \end_layout
16000
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \begin_layout Plain Layout
16007 \align center
16008 \begin_inset Tabular
16009 <lyxtabular version="3" rows="3" columns="3">
16010 <features>
16011 <column alignment="center" valignment="top" width="0">
16012 <column alignment="center" valignment="top" width="0">
16013 <column alignment="center" valignment="top" width="0">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 sd
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 sd
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 <row>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 sd
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 </lyxtabular>
16102
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \begin_layout Standard
16114 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16115  en code TeX, juste après le tableau ou le flottant de tableau :
16116 \end_layout
16117
16118 \begin_layout Standard
16119
16120 \series bold
16121
16122 \backslash
16123 renewcommand{
16124 \backslash
16125 hline}{
16126 \backslash
16127 myHlineC}
16128 \end_layout
16129
16130 \begin_layout Standard
16131 Le tableau
16132 \begin_inset space ~
16133 \end_inset
16134
16135
16136 \begin_inset CommandInset ref
16137 LatexCommand ref
16138 reference "tab:Tableau-avec-filets-colorés"
16139
16140 \end_inset
16141
16142  est un exemple avec des filets horizontaux et verticaux colorés.
16143 \end_layout
16144
16145 \begin_layout Standard
16146 \begin_inset Float table
16147 placement h
16148 wide false
16149 sideways false
16150 status open
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Caption
16154
16155 \begin_layout Plain Layout
16156 \begin_inset CommandInset label
16157 LatexCommand label
16158 name "tab:Tableau-avec-filets-colorés"
16159
16160 \end_inset
16161
16162 Tableau avec filets horizontaux et verticaux colorés
16163 \end_layout
16164
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Plain Layout
16171 \align center
16172 \begin_inset Tabular
16173 <lyxtabular version="3" rows="3" columns="3">
16174 <features>
16175 <column alignment="center" valignment="top" width="0" special="Wc">
16176 <column alignment="center" valignment="top" width="0" special="Wc">
16177 <column alignment="center" valignment="top" width="0" special="WcW">
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 sd
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 sd
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 <row topspace="default">
16237 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 sd
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 </lyxtabular>
16266
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \begin_layout Standard
16278 \begin_inset ERT
16279 status collapsed
16280
16281 \begin_layout Plain Layout
16282
16283
16284 \backslash
16285 renewcommand{
16286 \backslash
16287 hline}{
16288 \backslash
16289 myHlineC}
16290 \end_layout
16291
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Standard
16298 \begin_inset ERT
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302
16303
16304 \backslash
16305 setlength{
16306 \backslash
16307 arrayrulewidth}{0.4pt}
16308 \end_layout
16309
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \begin_layout Section
16316 Personnalisation des Tableaux
16317 \begin_inset Index
16318 status collapsed
16319
16320 \begin_layout Plain Layout
16321 Tableau ! Personnalisation
16322 \end_layout
16323
16324 \end_inset
16325
16326
16327 \begin_inset Index
16328 status collapsed
16329
16330 \begin_layout Plain Layout
16331 Personnalisation des tableaux
16332 \end_layout
16333
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \begin_layout Subsection
16340 Espacement des lignes
16341 \begin_inset CommandInset label
16342 LatexCommand label
16343 name "sub:Espacement-lignes"
16344
16345 \end_inset
16346
16347
16348 \begin_inset Index
16349 status collapsed
16350
16351 \begin_layout Plain Layout
16352 Personnalisation des tableaux ! Espacement des lignes
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Standard
16361 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16362  l'onglet 
16363 \family sans
16364 Bordures
16365 \family default
16366  de la fenêtre de dialogue 
16367 \family sans
16368 Paramètres
16369 \begin_inset space ~
16370 \end_inset
16371
16372 du
16373 \begin_inset space ~
16374 \end_inset
16375
16376 tableau
16377 \family default
16378 .
16379  Vous y trouverez trois possibilités :
16380 \end_layout
16381
16382 \begin_layout Description
16383 Haut
16384 \begin_inset space ~
16385 \end_inset
16386
16387 de
16388 \begin_inset space ~
16389 \end_inset
16390
16391 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16392  Si le tableau est un tableau formel
16393 \begin_inset Foot
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397 Les tableaux formels sont décrits dans la section
16398 \begin_inset space ~
16399 \end_inset
16400
16401
16402 \begin_inset CommandInset ref
16403 LatexCommand ref
16404 reference "sec:Tableaux-Formels"
16405
16406 \end_inset
16407
16408 .
16409 \end_layout
16410
16411 \end_inset
16412
16413  LyX va insérer par défaut un espace de 0.5
16414 \begin_inset space \thinspace{}
16415 \end_inset
16416
16417 em.
16418  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16419  les filets verticaux comme dans le tableau suivant :
16420 \begin_inset VSpace medskip
16421 \end_inset
16422
16423
16424 \begin_inset Newline newline
16425 \end_inset
16426
16427
16428 \begin_inset space \hspace*{}
16429 \length 0pt
16430 \end_inset
16431
16432
16433 \begin_inset space \hfill{}
16434 \end_inset
16435
16436
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="3" columns="1">
16439 <features>
16440 <column alignment="center" valignment="top" width="0">
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 A
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 <row topspace="3mm">
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 espace de 3
16458 \begin_inset space \thinspace{}
16459 \end_inset
16460
16461 mm en haut de la ligne
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 C
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 </lyxtabular>
16479
16480 \end_inset
16481
16482
16483 \begin_inset space \hfill{}
16484 \end_inset
16485
16486
16487 \begin_inset space \hspace*{}
16488 \length 0pt
16489 \end_inset
16490
16491
16492 \begin_inset VSpace medskip
16493 \end_inset
16494
16495
16496 \begin_inset Newline newline
16497 \end_inset
16498
16499 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16500  pas de filets verticaux.
16501 \end_layout
16502
16503 \begin_layout Description
16504 Bas
16505 \begin_inset space ~
16506 \end_inset
16507
16508 de
16509 \begin_inset space ~
16510 \end_inset
16511
16512 ligne va ajouter de l'espace sous les caractères de la ligne.
16513  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16514  de 0.5
16515 \begin_inset space \thinspace{}
16516 \end_inset
16517
16518 em, pour les tableaux normaux, l'espace par défaut est de 2
16519 \begin_inset space \thinspace{}
16520 \end_inset
16521
16522 pt.
16523 \end_layout
16524
16525 \begin_layout Description
16526 Entre
16527 \begin_inset space ~
16528 \end_inset
16529
16530 les
16531 \begin_inset space ~
16532 \end_inset
16533
16534 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16535  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16536  de 0.5
16537 \begin_inset space \thinspace{}
16538 \end_inset
16539
16540 em.
16541  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16542  les filets verticaux comme dans le tableau suivant :
16543 \begin_inset VSpace medskip
16544 \end_inset
16545
16546
16547 \begin_inset Newline newline
16548 \end_inset
16549
16550
16551 \begin_inset space \hspace*{}
16552 \length 0pt
16553 \end_inset
16554
16555
16556 \begin_inset space \hfill{}
16557 \end_inset
16558
16559
16560 \begin_inset Tabular
16561 <lyxtabular version="3" rows="3" columns="1">
16562 <features>
16563 <column alignment="center" valignment="top" width="0">
16564 <row>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 A
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row interlinespace="3mm">
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 \begin_inset Formula $\downarrow$
16581 \end_inset
16582
16583  espace de 3
16584 \begin_inset space \thinspace{}
16585 \end_inset
16586
16587 mm entre les lignes 
16588 \begin_inset Formula $\downarrow$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $\uparrow$
16603 \end_inset
16604
16605  espace de 3
16606 \begin_inset space \thinspace{}
16607 \end_inset
16608
16609 mm entre les lignes 
16610 \begin_inset Formula $\uparrow$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 </row>
16619 </lyxtabular>
16620
16621 \end_inset
16622
16623
16624 \begin_inset space \hfill{}
16625 \end_inset
16626
16627
16628 \begin_inset space \hspace*{}
16629 \length 0pt
16630 \end_inset
16631
16632
16633 \begin_inset VSpace medskip
16634 \end_inset
16635
16636
16637 \begin_inset Newline newline
16638 \end_inset
16639
16640 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16641  pas de filets verticaux.
16642 \end_layout
16643
16644 \begin_layout Standard
16645 \begin_inset VSpace bigskip
16646 \end_inset
16647
16648 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16649  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16650  dans le préambule :
16651 \end_layout
16652
16653 \begin_layout Standard
16654
16655 \series bold
16656
16657 \backslash
16658 @ifundefined{extrarowheight}
16659 \begin_inset Newline newline
16660 \end_inset
16661
16662
16663 \begin_inset ERT
16664 status collapsed
16665
16666 \begin_layout Plain Layout
16667
16668
16669 \backslash
16670 hphantom{ }
16671 \end_layout
16672
16673 \end_inset
16674
16675 {
16676 \backslash
16677 usepackage{array}}{}
16678 \begin_inset Newline newline
16679 \end_inset
16680
16681
16682 \backslash
16683 setlength{
16684 \backslash
16685 extrarowheight}{height}
16686 \end_layout
16687
16688 \begin_layout Standard
16689 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16690  plus exactement centré verticalement.
16691  (le paquetage 
16692 \series bold
16693 array 
16694 \series default
16695 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16696  auto-définis.
16697  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16698  
16699 \series bold
16700
16701 \backslash
16702 @ifundefined
16703 \series default
16704  dans la commande précédente.)
16705 \end_layout
16706
16707 \begin_layout Subsection
16708 Alignements de cellules spéciaux
16709 \begin_inset Index
16710 status collapsed
16711
16712 \begin_layout Plain Layout
16713 Personnalisation des tableaux ! Alignement de cellules spéciaux
16714 \end_layout
16715
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \begin_layout Standard
16722 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16723  cellules sur un caractère donné, par exemple le séparateur décimal comme
16724  dans le tableau
16725 \begin_inset space ~
16726 \end_inset
16727
16728
16729 \begin_inset CommandInset ref
16730 LatexCommand ref
16731 reference "tab:Tableau-centré-sur-séparateur"
16732
16733 \end_inset
16734
16735 .
16736 \end_layout
16737
16738 \begin_layout Standard
16739 \begin_inset Float table
16740 placement h
16741 wide false
16742 sideways false
16743 status open
16744
16745 \begin_layout Plain Layout
16746 \begin_inset Caption
16747
16748 \begin_layout Plain Layout
16749 \begin_inset CommandInset label
16750 LatexCommand label
16751 name "tab:Tableau-centré-sur-séparateur"
16752
16753 \end_inset
16754
16755 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16756 \end_layout
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \begin_layout Plain Layout
16764 \align center
16765 \begin_inset Tabular
16766 <lyxtabular version="3" rows="4" columns="2">
16767 <features>
16768 <column alignment="right" valignment="top" width="0">
16769 <column alignment="left" valignment="top" width="0" special="@{}l">
16770 <row>
16771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 en-tête
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 12,
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 6
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 0,
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 68
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row>
16831 <cell alignment="center" valignment="top" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 -123,
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 0
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 </lyxtabular>
16851
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \begin_layout Standard
16863 Ce tableau a été créé comme un tableau 4×2.
16864  L'en-tête est une cellule multicolonne centrée.
16865  La première colonne est alignée à droite et contient les chiffres qui se
16866  trouvent avant la virgule ainsi que la virgule elle-même.
16867  La deuxième colonne est alignée à gauche et contient les chiffres situés
16868  après la virgule.
16869  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16870  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16871 \end_layout
16872
16873 \begin_layout Standard
16874
16875 \series bold
16876 @{}l
16877 \end_layout
16878
16879 \begin_layout Standard
16880 Le tableau
16881 \begin_inset space ~
16882 \end_inset
16883
16884
16885 \begin_inset CommandInset ref
16886 LatexCommand ref
16887 reference "tab:Plusieurs-exemples-alignements"
16888
16889 \end_inset
16890
16891  montre quelques exemples d'alignements.
16892  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16893  plus petit espace mathématique au début de la dernière colonne pour obtenir
16894  l'espacement correct autour du signe de relation.
16895 \end_layout
16896
16897 \begin_layout Standard
16898 \begin_inset Float table
16899 wide false
16900 sideways false
16901 status open
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Caption
16905
16906 \begin_layout Plain Layout
16907 \begin_inset CommandInset label
16908 LatexCommand label
16909 name "tab:Plusieurs-exemples-alignements"
16910
16911 \end_inset
16912
16913 Plusieurs exemples d'alignement de cellules
16914 \lang english
16915 .
16916 \end_layout
16917
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \begin_layout Plain Layout
16924 \align center
16925 \begin_inset Tabular
16926 <lyxtabular version="3" rows="4" columns="6">
16927 <features>
16928 <column alignment="right" valignment="top" width="0">
16929 <column alignment="left" valignment="top" width="0" special="@{}l">
16930 <column alignment="right" valignment="top" width="0">
16931 <column alignment="left" valignment="top" width="0" special="@{}l">
16932 <column alignment="right" valignment="top" width="0">
16933 <column alignment="left" valignment="top" width="0" special="@{}l">
16934 <row>
16935 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 unités
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 exposants
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 relations
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 12×
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 24
17005 \begin_inset space \thinspace{}
17006 \end_inset
17007
17008 bouteilles
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $10\cdot$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $10^{\mbox{-}17}$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\Gamma(t)\propto$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\:\Upsilon(t)$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 1024×
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 768
17077 \begin_inset space \thinspace{}
17078 \end_inset
17079
17080 Pixels
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $5.78\cdot$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 \begin_inset Formula $10^{7}$
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $A\ne$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\: B_{\mathrm{red}}$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139 32×
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 6
17149 \begin_inset space \thinspace{}
17150 \end_inset
17151
17152 cm
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 -
17162 \begin_inset Formula $33.5\cdot$
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $10^{4}$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\sin(\alpha)\ge$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\:\sin(\beta)$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 </lyxtabular>
17208
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \begin_layout Standard
17220 \begin_inset VSpace bigskip
17221 \end_inset
17222
17223 Il y a aussi le paquetage LaTeX 
17224 \series bold
17225 dcolumn
17226 \series default
17227
17228 \begin_inset Index
17229 status collapsed
17230
17231 \begin_layout Plain Layout
17232 Paquetages LaTeX ! dcolumn
17233 \end_layout
17234
17235 \end_inset
17236
17237  qui fournit des alignements pour les cellules de tableaux.
17238  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17239  et ne permet pas de formules dans les cellules du tableau : Avec 
17240 \series bold
17241 dcolumn
17242 \series default
17243  la première colonne du tableau
17244 \begin_inset space ~
17245 \end_inset
17246
17247
17248 \begin_inset CommandInset ref
17249 LatexCommand ref
17250 reference "tab:Plusieurs-exemples-alignements"
17251
17252 \end_inset
17253
17254  ressemblera à la première colonne du tableau
17255 \begin_inset space ~
17256 \end_inset
17257
17258
17259 \begin_inset CommandInset ref
17260 LatexCommand ref
17261 reference "tab:Alignements-avec-dcolumn"
17262
17263 \end_inset
17264
17265
17266 \lang english
17267  and only with some tricks like the expected.
17268  
17269 \lang french
17270 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17271 \begin_inset space ~
17272 \end_inset
17273
17274
17275 \begin_inset CommandInset ref
17276 LatexCommand ref
17277 reference "tab:Plusieurs-exemples-alignements"
17278
17279 \end_inset
17280
17281  avec 
17282 \series bold
17283 dcolumn
17284 \series default
17285 .
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset Float table
17290 placement h
17291 wide false
17292 sideways false
17293 status open
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Caption
17297
17298 \begin_layout Plain Layout
17299 \begin_inset CommandInset label
17300 LatexCommand label
17301 name "tab:Alignements-avec-dcolumn"
17302
17303 \end_inset
17304
17305 Alignements quand on utilise le paquetage LaTeX dcolumn.
17306  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17307  pour obtenir la sortie.
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Plain Layout
17316 \align center
17317 \begin_inset Tabular
17318 <lyxtabular version="3" rows="4" columns="3">
17319 <features>
17320 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17321 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17322 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17323 <row>
17324 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 unités
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 unités
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 unités
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 12x24
17358 \begin_inset space \thinspace{}
17359 \end_inset
17360
17361 bouteilles
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 12x24
17371 \begin_inset space \thinspace{}
17372 \end_inset
17373
17374
17375 \begin_inset Formula $\mbox{bouteilles}$
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 12
17388 \begin_inset ERT
17389 status collapsed
17390
17391 \begin_layout Plain Layout
17392
17393
17394 \backslash
17395 times 
17396 \end_layout
17397
17398 \end_inset
17399
17400 24~
17401 \begin_inset Formula $\mbox{bouteilles}$
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 1024x768
17416 \begin_inset space \thinspace{}
17417 \end_inset
17418
17419 Pixels
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 1024x768
17429 \begin_inset space \thinspace{}
17430 \end_inset
17431
17432
17433 \begin_inset Formula $\mbox{Pixels}$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 1024
17446 \begin_inset ERT
17447 status collapsed
17448
17449 \begin_layout Plain Layout
17450
17451
17452 \backslash
17453 times 
17454 \end_layout
17455
17456 \end_inset
17457
17458 768~
17459 \begin_inset Formula $\mbox{Pixels}$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 32x6
17474 \begin_inset space \thinspace{}
17475 \end_inset
17476
17477 cm
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 32x6
17487 \begin_inset space \thinspace{}
17488 \end_inset
17489
17490
17491 \begin_inset Formula $\mbox{cm}$
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 32
17504 \begin_inset ERT
17505 status collapsed
17506
17507 \begin_layout Plain Layout
17508
17509
17510 \backslash
17511 times 
17512 \end_layout
17513
17514 \end_inset
17515
17516 6~
17517 \begin_inset Formula $\mbox{cm}$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 </lyxtabular>
17527
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \begin_layout Subsection
17539 Formats de cellule et de colonne personnalisés
17540 \begin_inset CommandInset label
17541 LatexCommand label
17542 name "sub:Formats-personnalisés"
17543
17544 \end_inset
17545
17546
17547 \begin_inset Index
17548 status collapsed
17549
17550 \begin_layout Plain Layout
17551 Personnalisation des tableaux !  Format de cellule/colonne
17552 \end_layout
17553
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \begin_layout Standard
17560 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17561  multicolonne comme dans la section
17562 \begin_inset space ~
17563 \end_inset
17564
17565
17566 \begin_inset CommandInset ref
17567 LatexCommand ref
17568 reference "sub:Calculs-multicolonnes"
17569
17570 \end_inset
17571
17572  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17573  multicolonnes.
17574  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17575  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17576  du document.
17577  Le format est défini avec la commande
17578 \end_layout
17579
17580 \begin_layout Standard
17581
17582 \series bold
17583
17584 \backslash
17585 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17586 \end_layout
17587
17588 \begin_layout Standard
17589 Le nom du format peut n'avoir qu'une lettre.
17590  Les lettres 
17591 \emph on
17592 b
17593 \emph default
17594
17595 \emph on
17596 c
17597 \emph default
17598
17599 \emph on
17600 l
17601 \emph default
17602
17603 \emph on
17604 m
17605 \emph default
17606
17607 \emph on
17608 p
17609 \emph default
17610  et 
17611 \emph on
17612 r
17613 \emph default
17614  sont prédéfinies et donc ne peuvent être utilisées.
17615  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17616 \end_layout
17617
17618 \begin_layout Standard
17619 \begin_inset VSpace medskip
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \begin_layout Standard
17626 Pour de cellules multicolonnes centrées verticalement et horizontalement
17627  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17628  :
17629 \end_layout
17630
17631 \begin_layout Standard
17632
17633 \series bold
17634
17635 \backslash
17636 newcolumntype{M}[1]{>{
17637 \backslash
17638 centering
17639 \backslash
17640 hspace{0pt}}m{#1}}
17641 \end_layout
17642
17643 \begin_layout Standard
17644 Où le 
17645 \series bold
17646
17647 \backslash
17648 hspace{0pt}
17649 \series default
17650  évite le problème de césure du premier mot, comme c'est décrit en section
17651 \begin_inset space ~
17652 \end_inset
17653
17654
17655 \begin_inset CommandInset ref
17656 LatexCommand ref
17657 reference "sub:Lignes-multiple-dans-cellule"
17658
17659 \end_inset
17660
17661 .
17662  Ensuite, vous pouvez entrer
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668 M{width}
17669 \end_layout
17670
17671 \begin_layout Standard
17672 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17673  une multicolonne.
17674 \end_layout
17675
17676 \begin_layout Standard
17677 \begin_inset VSpace bigskip
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \begin_layout Standard
17684 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17685  définir le format
17686 \end_layout
17687
17688 \begin_layout Standard
17689
17690 \series bold
17691
17692 \backslash
17693 newcolumntype{S}[2]{>{
17694 \backslash
17695 centering
17696 \backslash
17697 hspace{0pt}}
17698 \begin_inset Newline newline
17699 \end_inset
17700
17701
17702 \begin_inset ERT
17703 status collapsed
17704
17705 \begin_layout Plain Layout
17706
17707
17708 \backslash
17709 phantom{
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \backslash
17716 newcolumntype{S}[2]
17717 \begin_inset ERT
17718 status collapsed
17719
17720 \begin_layout Plain Layout
17721
17722 }
17723 \end_layout
17724
17725 \end_inset
17726
17727 m{(#1+(2
17728 \backslash
17729 tabcolsep+
17730 \backslash
17731 arrayrulewidth)*(1-#2))/#2}}
17732 \end_layout
17733
17734 \begin_layout Standard
17735 Ce format utilise l'équation
17736 \begin_inset space ~
17737 \end_inset
17738
17739
17740 \begin_inset CommandInset ref
17741 LatexCommand eqref
17742 reference "eq:Wgn"
17743
17744 \end_inset
17745
17746  pour calculer la largeur que doit avoir chacune des cellules couverte par
17747  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17748 \end_layout
17749
17750 \begin_layout Standard
17751 Ensuite, vous pouvez entrer
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17758 \end_layout
17759
17760 \begin_layout Standard
17761 comme paramètre LaTeX de la colonne.
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset VSpace bigskip
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Pour des colonnes colorées, vous pouvez définir
17773 \end_layout
17774
17775 \begin_layout Standard
17776
17777 \series bold
17778
17779 \backslash
17780 newcolumntype{K}[1]{>{
17781 \backslash
17782 columncolor{#1}
17783 \backslash
17784 hspace{0pt}}c}
17785 \end_layout
17786
17787 \begin_layout Standard
17788 Le 
17789 \begin_inset Quotes eld
17790 \end_inset
17791
17792 c
17793 \begin_inset Quotes erd
17794 \end_inset
17795
17796  à la fin crée une colonne de largeur variable dont le texte est centré
17797  horizontalement.
17798  Vous pouvez maintenant entrer
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \series bold
17804 K{nom de couleur}
17805 \end_layout
17806
17807 \begin_layout Standard
17808 comme paramètre LaTeX.
17809 \end_layout
17810
17811 \begin_layout Standard
17812 \begin_inset VSpace bigskip
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Standard
17819 Pour créer le tableau
17820 \begin_inset space ~
17821 \end_inset
17822
17823
17824 \begin_inset CommandInset ref
17825 LatexCommand ref
17826 reference "tab:Tableau-formats-personnalisés"
17827
17828 \end_inset
17829
17830  utilisez les paramètres LaTeX
17831 \end_layout
17832
17833 \begin_layout Standard
17834
17835 \series bold
17836 M{2.5cm}
17837 \end_layout
17838
17839 \begin_layout Standard
17840 pour la première colonne et la multicolonne,
17841 \end_layout
17842
17843 \begin_layout Standard
17844
17845 \series bold
17846 K{red}
17847 \end_layout
17848
17849 \begin_layout Standard
17850 pour la dernière colonne, et
17851 \end_layout
17852
17853 \begin_layout Standard
17854
17855 \series bold
17856 S{2.5cm}{2}
17857 \end_layout
17858
17859 \begin_layout Standard
17860 pour les cellules de la deuxième colonne.
17861 \end_layout
17862
17863 \begin_layout Standard
17864 \begin_inset Float table
17865 placement h
17866 wide false
17867 sideways false
17868 status open
17869
17870 \begin_layout Plain Layout
17871 \begin_inset Caption
17872
17873 \begin_layout Plain Layout
17874 \begin_inset CommandInset label
17875 LatexCommand label
17876 name "tab:Tableau-formats-personnalisés"
17877
17878 \end_inset
17879
17880 Tableau utilisant des formats personnalisés
17881 \end_layout
17882
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \begin_layout Plain Layout
17889 \align center
17890 \begin_inset Tabular
17891 <lyxtabular version="3" rows="3" columns="4">
17892 <features>
17893 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17894 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17895 <column alignment="center" valignment="middle" width="0">
17896 <column alignment="center" valignment="middle" width="0" special="K{red}">
17897 <row>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 motTrèsLongDansUneCellule
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 multicolonne avec multiligne
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 c
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 d
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 e
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 f
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 g
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 </row>
17973 <row>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 h
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 i
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996 j
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 k
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 </row>
18011 </lyxtabular>
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Subsection
18024 Épaisseur des filets
18025 \begin_inset CommandInset label
18026 LatexCommand label
18027 name "sub:Epaisseur-filets"
18028
18029 \end_inset
18030
18031
18032 \begin_inset Index
18033 status collapsed
18034
18035 \begin_layout Plain Layout
18036 Personnalisation des tableaux ! Épaisseur filets
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \end_layout
18043
18044 \begin_layout Standard
18045 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18046  
18047 \series bold
18048
18049 \backslash
18050 arrayrulewidth
18051 \series default
18052 .
18053  Pour mettre, par exemple, une épaisseur de filet de 1.5
18054 \begin_inset space \thinspace{}
18055 \end_inset
18056
18057 pt, comme pour le tableau
18058 \begin_inset space ~
18059 \end_inset
18060
18061
18062 \begin_inset CommandInset ref
18063 LatexCommand ref
18064 reference "tab:Tableau-filets-1.5pt"
18065
18066 \end_inset
18067
18068 , insérez la commande
18069 \end_layout
18070
18071 \begin_layout Standard
18072
18073 \series bold
18074
18075 \backslash
18076 setlength{
18077 \backslash
18078 arrayrulewidth}{1.5pt}
18079 \end_layout
18080
18081 \begin_layout Standard
18082 en code TeX avant le tableau ou le flottant de tableau.
18083  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18084  suivent.
18085  pour revenir aux valeurs par défaut, mettez 
18086 \series bold
18087
18088 \backslash
18089 arrayrulewidth
18090 \series default
18091  à 0.4
18092 \begin_inset space \thinspace{}
18093 \end_inset
18094
18095 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18096 \end_layout
18097
18098 \begin_layout Standard
18099 \begin_inset ERT
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103
18104
18105 \backslash
18106 setlength{
18107 \backslash
18108 arrayrulewidth}{1.5pt}
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \begin_inset Float table
18115 wide false
18116 sideways false
18117 status open
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Caption
18121
18122 \begin_layout Plain Layout
18123 \begin_inset CommandInset label
18124 LatexCommand label
18125 name "tab:Tableau-filets-1.5pt"
18126
18127 \end_inset
18128
18129 Tableau avec des filets de 1.5
18130 \begin_inset space \thinspace{}
18131 \end_inset
18132
18133 pt
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Plain Layout
18142 \align center
18143 \begin_inset Tabular
18144 <lyxtabular version="3" rows="3" columns="3">
18145 <features>
18146 <column alignment="center" valignment="top" width="0">
18147 <column alignment="center" valignment="top" width="0">
18148 <column alignment="center" valignment="top" width="0">
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 sd
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 sd
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 sd
18231 \end_layout
18232
18233 \end_inset
18234 </cell>
18235 </row>
18236 </lyxtabular>
18237
18238 \end_inset
18239
18240
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \begin_inset ERT
18247 status collapsed
18248
18249 \begin_layout Plain Layout
18250
18251
18252 \backslash
18253 setlength{
18254 \backslash
18255 arrayrulewidth}{0.4pt}
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset VSpace bigskip
18265 \end_inset
18266
18267 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18268 \begin_inset space \thinspace{}
18269 \end_inset
18270
18271 pt, comme dans le tableau
18272 \begin_inset space ~
18273 \end_inset
18274
18275
18276 \begin_inset CommandInset ref
18277 LatexCommand ref
18278 reference "tab:Tableau-filets-horizontaux-1.5pt"
18279
18280 \end_inset
18281
18282 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18283  de tableau :
18284 \end_layout
18285
18286 \begin_layout Standard
18287
18288 \series bold
18289
18290 \backslash
18291 let
18292 \backslash
18293 myHline
18294 \backslash
18295 hline
18296 \begin_inset Newline newline
18297 \end_inset
18298
18299
18300 \backslash
18301 renewcommand{
18302 \backslash
18303 hline}
18304 \begin_inset Newline newline
18305 \end_inset
18306
18307  {
18308 \backslash
18309 noalign{
18310 \backslash
18311 global
18312 \backslash
18313 arrayrulewidth 1.5pt}
18314 \begin_inset Newline newline
18315 \end_inset
18316
18317  
18318 \backslash
18319 myHline
18320 \backslash
18321 noalign{
18322 \backslash
18323 global
18324 \backslash
18325 arrayrulewidth 0.4pt}}
18326 \end_layout
18327
18328 \begin_layout Standard
18329 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18330  en code TeX après le tableau ou le flottant de tableau :
18331 \end_layout
18332
18333 \begin_layout Standard
18334
18335 \series bold
18336
18337 \backslash
18338 renewcommand{
18339 \backslash
18340 hline}{
18341 \backslash
18342 myHline}
18343 \end_layout
18344
18345 \begin_layout Standard
18346 \begin_inset ERT
18347 status collapsed
18348
18349 \begin_layout Plain Layout
18350
18351
18352 \backslash
18353 let
18354 \backslash
18355 myHline
18356 \backslash
18357 hline
18358 \end_layout
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 renewcommand{
18365 \backslash
18366 hline}
18367 \end_layout
18368
18369 \begin_layout Plain Layout
18370
18371  {
18372 \backslash
18373 noalign{
18374 \backslash
18375 global
18376 \backslash
18377 arrayrulewidth 1.5pt}
18378 \end_layout
18379
18380 \begin_layout Plain Layout
18381
18382   
18383 \backslash
18384 myHline
18385 \backslash
18386 noalign{
18387 \backslash
18388 global
18389 \backslash
18390 arrayrulewidth 0.4pt}}
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \begin_inset Float table
18397 wide false
18398 sideways false
18399 status open
18400
18401 \begin_layout Plain Layout
18402 \begin_inset Caption
18403
18404 \begin_layout Plain Layout
18405 \begin_inset CommandInset label
18406 LatexCommand label
18407 name "tab:Tableau-filets-horizontaux-1.5pt"
18408
18409 \end_inset
18410
18411 Tableau avec des filets horizontaux de 1.5
18412 \begin_inset space \thinspace{}
18413 \end_inset
18414
18415 pt
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \begin_layout Plain Layout
18424 \align center
18425 \begin_inset Tabular
18426 <lyxtabular version="3" rows="3" columns="3">
18427 <features>
18428 <column alignment="center" valignment="top" width="0">
18429 <column alignment="center" valignment="top" width="0">
18430 <column alignment="center" valignment="top" width="0">
18431 <row>
18432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 sd
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 </row>
18460 <row>
18461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 sd
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 <row>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 sd
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 </lyxtabular>
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \end_inset
18526
18527
18528 \begin_inset ERT
18529 status collapsed
18530
18531 \begin_layout Plain Layout
18532
18533
18534 \backslash
18535 renewcommand{
18536 \backslash
18537 hline}{
18538 \backslash
18539 myHline}
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Standard
18548 \begin_inset VSpace bigskip
18549 \end_inset
18550
18551 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18552 \begin_inset space \thinspace{}
18553 \end_inset
18554
18555 pt, créez le format de colonne suivant dans le préambule, en suivant la
18556  description de la section
18557 \begin_inset space ~
18558 \end_inset
18559
18560
18561 \begin_inset CommandInset ref
18562 LatexCommand ref
18563 reference "sub:Formats-personnalisés"
18564
18565 \end_inset
18566
18567 :
18568 \end_layout
18569
18570 \begin_layout Standard
18571
18572 \series bold
18573
18574 \backslash
18575 newcolumntype{V}{!{
18576 \backslash
18577 vrule width 1.5pt}}
18578 \end_layout
18579
18580 \begin_layout Standard
18581 Pour le tableau
18582 \begin_inset space ~
18583 \end_inset
18584
18585
18586 \begin_inset CommandInset ref
18587 LatexCommand ref
18588 reference "tab:Tableau-filets-verticaux-1.5pt"
18589
18590 \end_inset
18591
18592  le paramètre LaTeX 
18593 \end_layout
18594
18595 \begin_layout Standard
18596
18597 \series bold
18598 VcV
18599 \end_layout
18600
18601 \begin_layout Standard
18602 a été utilisé pour la dernière colonne et
18603 \end_layout
18604
18605 \begin_layout Standard
18606
18607 \series bold
18608 Vc
18609 \end_layout
18610
18611 \begin_layout Standard
18612 pour les autres colonnes.
18613 \end_layout
18614
18615 \begin_layout Standard
18616 \begin_inset Float table
18617 wide false
18618 sideways false
18619 status open
18620
18621 \begin_layout Plain Layout
18622 \begin_inset Caption
18623
18624 \begin_layout Plain Layout
18625 \begin_inset CommandInset label
18626 LatexCommand label
18627 name "tab:Tableau-filets-verticaux-1.5pt"
18628
18629 \end_inset
18630
18631 Tableau avec des filets verticaux de 1.5
18632 \begin_inset space \thinspace{}
18633 \end_inset
18634
18635 pt 
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Plain Layout
18644 \align center
18645 \begin_inset Tabular
18646 <lyxtabular version="3" rows="3" columns="3">
18647 <features>
18648 <column alignment="center" valignment="top" width="0" special="Vc">
18649 <column alignment="center" valignment="top" width="0" special="Vc">
18650 <column alignment="center" valignment="top" width="0" special="VcV">
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 sd
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" topline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 <row>
18681 <cell alignment="center" valignment="top" topline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 sd
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 <row>
18710 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732 sd
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 </lyxtabular>
18739
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Subsection
18751 Filets à traits interrompus
18752 \begin_inset Index
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756 Personnalisation des tableaux ! Filets à traits interrompus
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 \begin_inset ERT
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769
18770
18771 \backslash
18772 ifarydshln
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \begin_inset Note Note
18779 status open
18780
18781 \begin_layout Plain Layout
18782 La section suivante ne s'affichera que si vous avez installé le paquetage
18783  LaTeX 
18784 \series bold
18785 arydshln
18786 \series default
18787 .
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 \begin_inset Float table
18797 placement H
18798 wide false
18799 sideways false
18800 status open
18801
18802 \begin_layout Plain Layout
18803 \begin_inset Caption
18804
18805 \begin_layout Plain Layout
18806 \begin_inset CommandInset label
18807 LatexCommand label
18808 name "tab:Tableau-filets-tirets"
18809
18810 \end_inset
18811
18812 Tableau avec des filets à traits interrompus
18813 \end_layout
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Plain Layout
18821 \align center
18822 \begin_inset Tabular
18823 <lyxtabular version="3" rows="5" columns="5">
18824 <features>
18825 <column alignment="center" valignment="top" width="0">
18826 <column alignment="center" valignment="top" width="0">
18827 <column alignment="center" valignment="top" width="0" special=":c">
18828 <column alignment="center" valignment="top" width="0">
18829 <column alignment="center" valignment="top" width="0">
18830 <row>
18831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835 a
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 b
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 c
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 d
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 e
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 f
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 g
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 h
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909 i
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 j
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 \begin_inset ERT
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 hdashline 
18937 \end_layout
18938
18939 \end_inset
18940
18941 k
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950 l
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 m
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 n
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 o
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 <row>
18984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 \begin_inset ERT
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992
18993
18994 \backslash
18995 cdashline{4-5}
18996 \end_layout
18997
18998 \end_inset
18999
19000 p
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 q
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 r
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 s
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 </row>
19042 <row>
19043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 t
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 u
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 v
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 w
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 x
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 </row>
19089 </lyxtabular>
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19103  donc employer du code TeX.
19104  Mais avant il faut charger le paquetage LaTeX 
19105 \series bold
19106 arydshln
19107 \series default
19108
19109 \begin_inset Index
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113 Paquetages LaTeX ! arydshln
19114 \end_layout
19115
19116 \end_inset
19117
19118  dans le préambule du document avec la commande 
19119 \end_layout
19120
19121 \begin_layout Standard
19122
19123 \series bold
19124
19125 \backslash
19126 usepackage{arydshln}
19127 \end_layout
19128
19129 \begin_layout Standard
19130 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19131  
19132 \begin_inset Quotes eld
19133 \end_inset
19134
19135 :
19136 \begin_inset Quotes erd
19137 \end_inset
19138
19139  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19140  dans la fenêtre de dialogue de paramètre du tableau.
19141 \end_layout
19142
19143 \begin_layout Standard
19144 Pour un trait horizontal interrompu, ajoutez la commande
19145 \end_layout
19146
19147 \begin_layout Standard
19148
19149 \series bold
19150
19151 \backslash
19152 hdashline
19153 \end_layout
19154
19155 \begin_layout Standard
19156 en code TeX comme premier élément de la première cellule de la ligne de
19157  tableau.
19158 \end_layout
19159
19160 \begin_layout Standard
19161 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19162  commande 
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \series bold
19168
19169 \backslash
19170 cdashline{
19171 \series default
19172 numéros de colonnes}
19173 \end_layout
19174
19175 \begin_layout Standard
19176 en code TeX comme premier élément de la première cellule de la ligne.
19177  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19178  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19179 \end_layout
19180
19181 \begin_layout Standard
19182
19183 \series bold
19184
19185 \backslash
19186 cdashline{2-4}
19187 \end_layout
19188
19189 \begin_layout Standard
19190 comme premier élément de la première cellule de la ligne contenant la multicolon
19191 ne.
19192 \end_layout
19193
19194 \begin_layout Standard
19195 \begin_inset VSpace bigskip
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Standard
19202 Le tableau
19203 \begin_inset space ~
19204 \end_inset
19205
19206
19207 \begin_inset CommandInset ref
19208 LatexCommand ref
19209 reference "tab:Tableau-filets-tirets"
19210
19211 \end_inset
19212
19213  a été créé en utilisant 
19214 \begin_inset Quotes eld
19215 \end_inset
19216
19217
19218 \series bold
19219 :c
19220 \series default
19221
19222 \begin_inset Quotes erd
19223 \end_inset
19224
19225  comme paramètre LaTeX pour la troisième colonne.
19226  La commande en code TeX 
19227 \series bold
19228
19229 \backslash
19230 hdashline
19231 \series default
19232  a été insérée dans la première cellule de la troisième ligne et la commande
19233  en code TeX 
19234 \series bold
19235
19236 \backslash
19237 cdashline{4-5}
19238 \series default
19239  a été insérée dans la première cellule de la quatrième ligne.
19240 \end_layout
19241
19242 \begin_layout Standard
19243 \begin_inset Note Greyedout
19244 status open
19245
19246 \begin_layout Plain Layout
19247
19248 \series bold
19249 Note:
19250 \series default
19251  Le paquetage LaTeX 
19252 \series bold
19253 arydshln
19254 \series default
19255  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19256  
19257 \series bold
19258 colortbl
19259 \series default
19260
19261 \begin_inset Index
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265 Paquetages LaTeX ! colortbl
19266 \end_layout
19267
19268 \end_inset
19269
19270  qui est utilisé pour avoir des tableaux colorés dans la section
19271 \begin_inset space ~
19272 \end_inset
19273
19274
19275 \begin_inset CommandInset ref
19276 LatexCommand ref
19277 reference "sec:Tableaux-Colorés"
19278
19279 \end_inset
19280
19281 .
19282  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19283  traits interrompus.
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \begin_layout Standard
19292 \begin_inset ERT
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296
19297
19298 \backslash
19299 else
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \begin_inset Note Note
19306 status open
19307
19308 \begin_layout Plain Layout
19309 Ce qui suit sera affiché si le paquetage LaTeX 
19310 \series bold
19311 arydshln
19312 \series default
19313  n'est pas installé :
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \begin_layout Standard
19322 Vous devez installer le paquetage LaTeX 
19323 \series bold
19324 arydshln
19325 \series default
19326  pour voir le contenu des cette section dans la sortie imprimée.
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset ERT
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334
19335
19336 \backslash
19337 fi
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Chapter
19346 Flottants
19347 \begin_inset Index
19348 status collapsed
19349
19350 \begin_layout Plain Layout
19351 Flottants
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \begin_inset CommandInset label
19358 LatexCommand label
19359 name "cha:Flottants"
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Section
19367 Introduction
19368 \begin_inset CommandInset label
19369 LatexCommand label
19370 name "sec:Flottants-Introduction"
19371
19372 \end_inset
19373
19374
19375 \begin_inset Index
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379 Flottants ! Introduction
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Standard
19388 Un flottant est une portion de document, qui peut être associé à une étiquette
19389  et dont la position n'est pas fixée.
19390  Il peut 
19391 \begin_inset Quotes eld
19392 \end_inset
19393
19394 flotter
19395 \begin_inset Quotes erd
19396 \end_inset
19397
19398  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19399  plus approprié.
19400  Les 
19401 \family sans
19402 Notes
19403 \begin_inset space ~
19404 \end_inset
19405
19406 en
19407 \begin_inset space ~
19408 \end_inset
19409
19410 Bas
19411 \begin_inset space ~
19412 \end_inset
19413
19414 de
19415 \begin_inset space ~
19416 \end_inset
19417
19418 Page
19419 \family default
19420  et le 
19421 \family sans
19422 Notes
19423 \begin_inset space ~
19424 \end_inset
19425
19426 en
19427 \begin_inset space ~
19428 \end_inset
19429
19430 Marge
19431 \family default
19432  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19433  sur la page suivante quand il y a trop de notes sur la page courante.
19434 \end_layout
19435
19436 \begin_layout Standard
19437 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19438  très grande qualité.
19439  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19440  éviter des lignes blanches ou des pages sans texte.
19441  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19442  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19443  le texte.
19444  Les flottants sont donc numérotés.
19445  Les références croisées sont décrites dans la section
19446 \begin_inset space ~
19447 \end_inset
19448
19449
19450 \begin_inset CommandInset ref
19451 LatexCommand ref
19452 reference "sec:Referencer-les-Flottants"
19453
19454 \end_inset
19455
19456 .
19457 \end_layout
19458
19459 \begin_layout Standard
19460 Pour insérer un flottant, on utilise un des sous menus du menu 
19461 \family sans
19462 Insérer\SpecialChar \menuseparator
19463 Flottant.
19464
19465 \family default
19466  Une boîte va être insérée dans votre document avec par exemple une étiquette
19467  du genre 
19468 \begin_inset Quotes eld
19469 \end_inset
19470
19471 Figure
19472 \begin_inset space ~
19473 \end_inset
19474
19475 #:
19476 \begin_inset Quotes erd
19477 \end_inset
19478
19479  (où # est un numéro).
19480  L'étiquette est automatiquement traduite dans la langue du document dans
19481  la sortie finale.
19482  Après l'étiquette vous pouvez insérer du texte comme légende.
19483  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19484  séparé, à l'intérieur du flottant.
19485  Vous trouverez plus de détails sur le positionnement des légendes dans
19486  la section
19487 \begin_inset space ~
19488 \end_inset
19489
19490
19491 \begin_inset CommandInset ref
19492 LatexCommand ref
19493 reference "sec:Placement-légende"
19494
19495 \end_inset
19496
19497 .
19498  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19499  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19500  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19501  Une boîte de flottant fermée ressemble à ceci : 
19502 \begin_inset Graphics
19503         filename clipart/floatQt4.png
19504         scale 60
19505
19506 \end_inset
19507
19508  -- une case grise avec un texte rouge.
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19513  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19514  est formaté de façon particulière.
19515 \end_layout
19516
19517 \begin_layout Section
19518 Les Types de Flottants
19519 \end_layout
19520
19521 \begin_layout Standard
19522 En plus des flottants de figures et de tableau qui sont décrits respectivement
19523  dans les sections 
19524 \begin_inset space ~
19525 \end_inset
19526
19527
19528 \begin_inset CommandInset ref
19529 LatexCommand ref
19530 reference "sec:Figure-Floats"
19531
19532 \end_inset
19533
19534  et 
19535 \begin_inset CommandInset ref
19536 LatexCommand ref
19537 reference "sec:Table-Floats"
19538
19539 \end_inset
19540
19541 , LyX offre aussi les types 
19542 \series bold
19543 Algorithme
19544 \series default
19545  et 
19546 \series bold
19547 Flottant
19548 \begin_inset space ~
19549 \end_inset
19550
19551 d'enrobage
19552 \begin_inset Note Note
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556
19557 \series bold
19558 \lang english
19559 je préfèrerai 
19560 \begin_inset Quotes eld
19561 \end_inset
19562
19563 d'habillage
19564 \begin_inset Quotes erd
19565 \end_inset
19566
19567  (NdT)
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \series default
19574 .
19575 \end_layout
19576
19577 \begin_layout Subsection
19578 Flottant d'algorithme 
19579 \begin_inset Index
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583 Flottants ! Algorithmes
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \begin_inset CommandInset label
19590 LatexCommand label
19591 name "sub:Flottant-d'Algorithme"
19592
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \begin_layout Standard
19599 \begin_inset Float algorithm
19600 placement h
19601 wide false
19602 sideways false
19603 status open
19604
19605 \begin_layout Plain Layout
19606 \begin_inset Caption
19607
19608 \begin_layout Plain Layout
19609 \begin_inset CommandInset label
19610 LatexCommand label
19611 name "alg:Exemple-Flottant-Algorithme"
19612
19613 \end_inset
19614
19615 Exemple de flottant d'algorithme
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout LyX-Code
19624 for I in 1..N loop
19625 \begin_inset Newline newline
19626 \end_inset
19627
19628  Sum:= Sum + A(I); /*comment*/
19629 \begin_inset Newline newline
19630 \end_inset
19631
19632 end loop
19633 \begin_inset VSpace -4mm
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \begin_layout Standard
19645 Ce type de flottant est inséré à l'aide du menu 
19646 \family sans
19647 Insérer\SpecialChar \menuseparator
19648 Flottant\SpecialChar \menuseparator
19649 Algorithme
19650 \family default
19651 .
19652  Il peut être utilisé pour des morceaux de code source ou des descriptions
19653  d'algorithmes.
19654  Vous pouvez par exemple utiliser l'environnement Code
19655 \begin_inset space ~
19656 \end_inset
19657
19658 LyX qui est décrit dans le 
19659 \emph on
19660 Guide
19661 \emph default
19662
19663 \begin_inset space ~
19664 \end_inset
19665
19666
19667 \emph on
19668 de
19669 \begin_inset space ~
19670 \end_inset
19671
19672 l'Utilisateur
19673 \emph default
19674  de LyX.
19675  l'algorithme
19676 \begin_inset space ~
19677 \end_inset
19678
19679
19680 \begin_inset CommandInset ref
19681 LatexCommand ref
19682 reference "alg:Exemple-Flottant-Algorithme"
19683
19684 \end_inset
19685
19686  est un exemple de flottant d'algorithme où un espace vertical de -4
19687 \begin_inset space \thinspace{}
19688 \end_inset
19689
19690 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19691  soit placée exactement sous le texte de la dernière ligne.
19692 \end_layout
19693
19694 \begin_layout Standard
19695 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19696  du document.
19697  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19698 ent en ajoutant la ligne suivante dans le préambule de votre document :
19699 \end_layout
19700
19701 \begin_layout Standard
19702
19703 \series bold
19704
19705 \backslash
19706 floatname{algorithm}{votre
19707 \begin_inset space ~
19708 \end_inset
19709
19710 nom}
19711 \end_layout
19712
19713 \begin_layout Standard
19714
19715 \lang english
19716 where
19717 \family sans
19718 \lang french
19719  votre
19720 \begin_inset space ~
19721 \end_inset
19722
19723 nom
19724 \family default
19725  est le mot 
19726 \begin_inset Quotes eld
19727 \end_inset
19728
19729
19730 \emph on
19731 algorithme
19732 \emph default
19733
19734 \begin_inset Quotes erd
19735 \end_inset
19736
19737  dans votre langue.
19738 \end_layout
19739
19740 \begin_layout Standard
19741
19742 \lang english
19743 To insert the list of algorithms you can in this case not use the menu 
19744 \family sans
19745 Insert\SpecialChar \menuseparator
19746 List
19747 \begin_inset space \thinspace{}
19748 \end_inset
19749
19750 /
19751 \begin_inset space \thinspace{}
19752 \end_inset
19753
19754 TOC\SpecialChar \menuseparator
19755 List of Algorithms
19756 \family default
19757  when your document is an English one.
19758  For non-English documents, use this command in TeX-Code instead:
19759 \end_layout
19760
19761 \begin_layout Standard
19762
19763 \series bold
19764 \lang english
19765
19766 \backslash
19767 listof{algorithm}{your
19768 \begin_inset space ~
19769 \end_inset
19770
19771 name}
19772 \end_layout
19773
19774 \begin_layout Standard
19775
19776 \lang english
19777 where 
19778 \family sans
19779 your
19780 \begin_inset space ~
19781 \end_inset
19782
19783 name
19784 \family default
19785  is the word 
19786 \begin_inset Quotes eld
19787 \end_inset
19788
19789
19790 \emph on
19791 List of Algorithm
19792 \emph default
19793 s
19794 \begin_inset Quotes erd
19795 \end_inset
19796
19797  in your language.
19798 \end_layout
19799
19800 \begin_layout Standard
19801 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19802  schéma 
19803 \begin_inset Quotes eld
19804 \end_inset
19805
19806 chapitre.algorithme
19807 \begin_inset Quotes erd
19808 \end_inset
19809
19810  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19811  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19812  commande dans le préambule de votre document :
19813 \end_layout
19814
19815 \begin_layout Standard
19816
19817 \series bold
19818
19819 \backslash
19820 numberwithin{algorithm}{chapter}
19821 \end_layout
19822
19823 \begin_layout Standard
19824 Pour pouvoir utiliser la commande 
19825 \series bold
19826
19827 \backslash
19828 numberwithin
19829 \series default
19830 , activez l'option 
19831 \family sans
19832 Utiliser
19833 \begin_inset space ~
19834 \end_inset
19835
19836 le
19837 \begin_inset space ~
19838 \end_inset
19839
19840 paquetage
19841 \begin_inset space ~
19842 \end_inset
19843
19844 AMS
19845 \begin_inset space ~
19846 \end_inset
19847
19848 math
19849 \family default
19850  dans la rubrique 
19851 \family sans
19852 Options
19853 \begin_inset space ~
19854 \end_inset
19855
19856 des
19857 \begin_inset space ~
19858 \end_inset
19859
19860 Maths
19861 \family default
19862  de la fenêtre de dialogue 
19863 \family sans
19864 Paramètres
19865 \begin_inset space ~
19866 \end_inset
19867
19868 du
19869 \begin_inset space ~
19870 \end_inset
19871
19872 Document
19873 \family default
19874 .
19875 \end_layout
19876
19877 \begin_layout Subsection
19878 Flottant d'enrobage
19879 \begin_inset Index
19880 status collapsed
19881
19882 \begin_layout Plain Layout
19883 Flottants ! Flottants d'enrobage
19884 \end_layout
19885
19886 \end_inset
19887
19888
19889 \begin_inset CommandInset label
19890 LatexCommand label
19891 name "sub:flottants-d'enrobage"
19892
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \begin_layout Standard
19899 \begin_inset Wrap figure
19900 lines 0
19901 placement l
19902 overhang 0col%
19903 width "40col%"
19904 status open
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Graphics
19908         filename ../clipart/mobius.eps
19909         width 40col%
19910         scaleBeforeRotation
19911         rotateOrigin center
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Plain Layout
19919 \begin_inset Caption
19920
19921 \begin_layout Plain Layout
19922 \begin_inset CommandInset label
19923 LatexCommand label
19924 name "fig:Figure-enrobée"
19925
19926 \end_inset
19927
19928 Ceci est une figure habillée et vous lisez la superbe légende qui la décrit.
19929 \begin_inset VSpace medskip
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941
19942 Ce type de flottant est utilisé quand on veut que le texte habille la figure
19943  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19944  Vous pouvez en insérer un en utilisant le menu 
19945 \family sans
19946 Insérer\SpecialChar \menuseparator
19947 Flottant\SpecialChar \menuseparator
19948 Flottant
19949 \begin_inset space ~
19950 \end_inset
19951
19952 d'enrobage
19953 \family default
19954 \lang english
19955  
19956 \lang french
19957 à la condition que le paquetage LaTeX 
19958 \series bold
19959 wrapfig
19960 \series default
19961
19962 \begin_inset Index
19963 status collapsed
19964
19965 \begin_layout Plain Layout
19966 Paquetages LaTeX ! wrapfig
19967 \begin_inset ERT
19968 status collapsed
19969
19970 \begin_layout Plain Layout
19971
19972
19973 \backslash
19974
19975 \begin_inset ERT
19976 status collapsed
19977
19978 \begin_layout Plain Layout
19979
19980 {
19981 \end_layout
19982
19983 \end_inset
19984
19985
19986 \begin_inset ERT
19987 status collapsed
19988
19989 \begin_layout Plain Layout
19990
19991 }
19992 \end_layout
19993
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000
20001 vspace
20002 \begin_inset ERT
20003 status collapsed
20004
20005 \begin_layout Plain Layout
20006
20007 {
20008 \end_layout
20009
20010 \end_inset
20011
20012 4mm
20013 \begin_inset ERT
20014 status collapsed
20015
20016 \begin_layout Plain Layout
20017
20018 }
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027
20028  soit installé.
20029 \begin_inset Foot
20030 status collapsed
20031
20032 \begin_layout Plain Layout
20033 Voyez dans la manuel 
20034 \emph on
20035 Configuration
20036 \begin_inset space ~
20037 \end_inset
20038
20039 LaTeX 
20040 \emph default
20041 comment installer des paquetages LaTeX.
20042 \end_layout
20043
20044 \end_inset
20045
20046  La largeur et la position du flottant peut être modifiée en faisant un
20047  clic droit sur la boîte du flottant.
20048  La figure
20049 \begin_inset space ~
20050 \end_inset
20051
20052
20053 \begin_inset CommandInset ref
20054 LatexCommand ref
20055 reference "fig:Figure-enrobée"
20056
20057 \end_inset
20058
20059  est un exemple de flottant d'enrobage avec une largeur de 40
20060 \begin_inset space \thinspace{}
20061 \end_inset
20062
20063 col%.
20064 \begin_inset Foot
20065 status collapsed
20066
20067 \begin_layout Plain Layout
20068 Les unités disponibles sont expliquées dans l'appendice
20069 \begin_inset space ~
20070 \end_inset
20071
20072
20073 \begin_inset CommandInset ref
20074 LatexCommand ref
20075 reference "cha:Unités-de-longueur"
20076
20077 \end_inset
20078
20079 .
20080 \end_layout
20081
20082 \end_inset
20083
20084  Un peu d'espace a été ajouté sous la légende pour mieux la séparer du texte
20085  qui l'entoure.
20086 \end_layout
20087
20088 \begin_layout Standard
20089 \begin_inset Note Greyedout
20090 status open
20091
20092 \begin_layout Plain Layout
20093
20094 \series bold
20095 Note:
20096 \series default
20097  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20098  figure trop près du bas de page peut tout chambouler et faire que le flottant
20099  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20100  de texte.
20101 \end_layout
20102
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \begin_layout Standard
20109 En général:
20110 \end_layout
20111
20112 \begin_layout Itemize
20113 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20114  qui risquent de passer à la page suivante.
20115  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20116  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20117  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20118  de page.
20119 \end_layout
20120
20121 \begin_layout Itemize
20122 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20123  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20124 e.
20125 \end_layout
20126
20127 \begin_layout Itemize
20128 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20129  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20130  texte entre les deux, comme séparateur.
20131 \end_layout
20132
20133 \begin_layout Itemize
20134 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20135  ou les tableaux.
20136 \end_layout
20137
20138 \begin_layout Section
20139 Numérotation des flottants
20140 \begin_inset CommandInset label
20141 LatexCommand label
20142 name "sec:Numérotatio-Flottants"
20143
20144 \end_inset
20145
20146
20147 \begin_inset Index
20148 status collapsed
20149
20150 \begin_layout Plain Layout
20151 Flottants ! Numérotation
20152 \end_layout
20153
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \begin_layout Standard
20160 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20161  ils se trouvent, soit en utilisant un format du genre 
20162 \begin_inset Quotes eld
20163 \end_inset
20164
20165 chapitre.numéro
20166 \begin_inset Quotes erd
20167 \end_inset
20168
20169  ou 
20170 \begin_inset Quotes eld
20171 \end_inset
20172
20173 section.numéro
20174 \begin_inset Quotes erd
20175 \end_inset
20176
20177 .
20178  Cela dépend de la classe de document utilisée.
20179 \end_layout
20180
20181 \begin_layout Standard
20182 Pour changer le format de la numérotation qui ne dépend pas de la section
20183  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20184  le préambule du document :
20185 \end_layout
20186
20187 \begin_layout Standard
20188
20189 \series bold
20190
20191 \backslash
20192 renewcommand{
20193 \backslash
20194 thetable}{
20195 \backslash
20196 roman{table}}
20197 \end_layout
20198
20199 \begin_layout Standard
20200
20201 \series bold
20202
20203 \backslash
20204 thetable
20205 \series default
20206  est la commande qui imprime le numéro du tableau, pour les figures, la
20207  commande serait 
20208 \series bold
20209
20210 \backslash
20211 thefigure
20212 \series default
20213 .
20214  La commande 
20215 \series bold
20216
20217 \backslash
20218 roman
20219 \series default
20220  utilisée dans la commande précédente, imprime le numéro du tableau sous
20221  forme de petits chiffres romains.
20222 \end_layout
20223
20224 \begin_layout Standard
20225 Pour changer le type de numérotation pour par exemple 
20226 \begin_inset Quotes eld
20227 \end_inset
20228
20229 sous-section.numéro
20230 \begin_inset Quotes erd
20231 \end_inset
20232
20233 , utilisez la commande suivante dans le préambule du document :
20234 \end_layout
20235
20236 \begin_layout Standard
20237
20238 \series bold
20239
20240 \backslash
20241 numberwithin{table}{subsection}
20242 \end_layout
20243
20244 \begin_layout Standard
20245 Pour pouvoir utiliser la commande 
20246 \series bold
20247
20248 \backslash
20249 numberwithin
20250 \series default
20251 , vous devez activer l'option 
20252 \family sans
20253 Utiliser
20254 \begin_inset space ~
20255 \end_inset
20256
20257 le
20258 \begin_inset space ~
20259 \end_inset
20260
20261 paquetage
20262 \begin_inset space ~
20263 \end_inset
20264
20265 maths
20266 \begin_inset space ~
20267 \end_inset
20268
20269 AMS
20270 \family default
20271  dans la rubrique 
20272 \family sans
20273 Options
20274 \begin_inset space ~
20275 \end_inset
20276
20277 des
20278 \begin_inset space ~
20279 \end_inset
20280
20281 Maths
20282 \family default
20283  de la fenêtre de dialogue 
20284 \family sans
20285 Paramètres
20286 \family default
20287  du document.
20288 \end_layout
20289
20290 \begin_layout Standard
20291 Veuillez aussi jeter un coup d'œil à la section
20292 \begin_inset space ~
20293 \end_inset
20294
20295
20296 \begin_inset CommandInset ref
20297 LatexCommand ref
20298 reference "sub:Numerotation-notes-bas-de-page"
20299
20300 \end_inset
20301
20302  pour plus de détails et des notes importantes sur les commandes de numérotation.
20303 \end_layout
20304
20305 \begin_layout Section
20306 Faire Référence à des Flottants
20307 \begin_inset CommandInset label
20308 LatexCommand label
20309 name "sec:Referencer-les-Flottants"
20310
20311 \end_inset
20312
20313
20314 \begin_inset Index
20315 status collapsed
20316
20317 \begin_layout Plain Layout
20318 Flottants ! Références
20319 \end_layout
20320
20321 \end_inset
20322
20323
20324 \begin_inset Index
20325 status collapsed
20326
20327 \begin_layout Plain Layout
20328 Références
20329 \end_layout
20330
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \begin_layout Standard
20337 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20338  en utilisant le menu 
20339 \family sans
20340 Insérer\SpecialChar \menuseparator
20341 Étiquette
20342 \family default
20343  ou le bouton 
20344 \begin_inset Graphics
20345         filename ../../images/label-insert.png
20346         scale 85
20347         scaleBeforeRotation
20348
20349 \end_inset
20350
20351  de la barre d'outils.
20352  Une boîte grise de ce genre : 
20353 \begin_inset Graphics
20354         filename clipart/labelQt4.png
20355         scale 85
20356         scaleBeforeRotation
20357
20358 \end_inset
20359
20360  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20361  de saisir le texte de l'étiquette.
20362  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20363  précédés d'un préfixe.
20364  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20365  préfixe sera "
20366 \family sans
20367 fig:
20368 \family default
20369 ".
20370 \end_layout
20371
20372 \begin_layout Standard
20373 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20374  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20375 \family sans
20376 Insérer\SpecialChar \menuseparator
20377 Référence
20378 \begin_inset space ~
20379 \end_inset
20380
20381 Croisée
20382 \family default
20383  ou le bouton 
20384 \begin_inset Graphics
20385         filename ../../images/dialog-show-new-inset_ref.png
20386         scale 85
20387         scaleBeforeRotation
20388
20389 \end_inset
20390
20391  de la barre d'outils.
20392  Une boîte grise de référence croisée comme celle-ci : 
20393 \begin_inset Graphics
20394         filename ../clipart/referenceQt4.png
20395         scale 85
20396         scaleBeforeRotation
20397
20398 \end_inset
20399
20400  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20401  toutes les étiquettes définies dans votre document.
20402  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20403  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20404  de la fenêtre de dialogue.
20405  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20406  une.
20407  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20408  de la référence croisée.
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20413  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20414  les deux.
20415  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20416  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20417  du numéro de la référence.
20418 \end_layout
20419
20420 \begin_layout Standard
20421 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20422  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20423  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20424  pas à vous en préoccuper.
20425 \end_layout
20426
20427 \begin_layout Standard
20428 Le bouton 
20429 \family sans
20430 Aller
20431 \begin_inset space ~
20432 \end_inset
20433
20434 à
20435 \begin_inset space ~
20436 \end_inset
20437
20438 l'étiquette
20439 \family default
20440  dans la fenêtre de référence croisée va positionner le curseur juste devant
20441  l'étiquette à laquelle on fait référence.
20442  Le nom du bouton bouton 
20443 \family sans
20444 Revenir
20445 \family default
20446  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20447  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20448  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20449  à votre point de départ.
20450 \end_layout
20451
20452 \begin_layout Subsection
20453 Formats de Références Croisées
20454 \begin_inset CommandInset label
20455 LatexCommand label
20456 name "sub:Formats-Références-Croisées"
20457
20458 \end_inset
20459
20460
20461 \begin_inset Index
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 Références ! Formats
20466 \end_layout
20467
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \begin_layout Standard
20474 Il y a six types de références croisées :
20475 \end_layout
20476
20477 \begin_layout Description
20478 <référence>
20479 \begin_inset space ~
20480 \end_inset
20481
20482 : affiche le numéro de l'élément, c'est le choix par défaut : 
20483 \begin_inset CommandInset ref
20484 LatexCommand ref
20485 reference "fig:Deux-images-déformées"
20486
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \begin_layout Description
20493 (<référence>)
20494 \begin_inset space ~
20495 \end_inset
20496
20497 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20498  normalement pour faire référence à des formules mathématiques, en particulier
20499  quand le mot 
20500 \begin_inset Quotes eld
20501 \end_inset
20502
20503 Équation
20504 \begin_inset Quotes erd
20505 \end_inset
20506
20507  est omis : 
20508 \begin_inset CommandInset ref
20509 LatexCommand eqref
20510 reference "eq:Wgn"
20511
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Description
20518 <page>
20519 \begin_inset space ~
20520 \end_inset
20521
20522 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20523 \begin_inset space ~
20524 \end_inset
20525
20526
20527 \begin_inset CommandInset ref
20528 LatexCommand pageref
20529 reference "fig:Deux-images-déformées"
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \begin_layout Description
20537 page
20538 \begin_inset space ~
20539 \end_inset
20540
20541 <page>
20542 \begin_inset space ~
20543 \end_inset
20544
20545 : affiche le mot 
20546 \begin_inset Quotes eld
20547 \end_inset
20548
20549 page
20550 \begin_inset Quotes erd
20551 \end_inset
20552
20553  suivi du numéro de la page sur laquelle se trouve l'élément : 
20554 \begin_inset CommandInset ref
20555 LatexCommand vpageref
20556 reference "fig:Deux-images-déformées"
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Description
20564 <référence>
20565 \begin_inset space ~
20566 \end_inset
20567
20568 page
20569 \begin_inset space ~
20570 \end_inset
20571
20572 <page>
20573 \begin_inset space ~
20574 \end_inset
20575
20576 : affiche le numéro de l'élément, le mot 
20577 \begin_inset Quotes eld
20578 \end_inset
20579
20580 page
20581 \begin_inset Quotes erd
20582 \end_inset
20583
20584  et le numéro de la page : 
20585 \begin_inset CommandInset ref
20586 LatexCommand vref
20587 reference "fig:Deux-images-déformées"
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Description
20595 Référence
20596 \begin_inset space ~
20597 \end_inset
20598
20599 mise
20600 \begin_inset space ~
20601 \end_inset
20602
20603 en
20604 \begin_inset space ~
20605 \end_inset
20606
20607 forme
20608 \begin_inset space ~
20609 \end_inset
20610
20611 : affiche une référence croisée qui définit son propre format.
20612
20613 \lang english
20614  
20615 \lang french
20616
20617 \begin_inset Note Greyedout
20618 status open
20619
20620 \begin_layout Plain Layout
20621
20622 \series bold
20623 Note:
20624 \series default
20625  Ce type de référence croisée n'est disponible que si vous avez installé
20626  le paquetage LaTeX 
20627 \series bold
20628 prettyref.
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \begin_layout Standard
20637 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20638  se trouve sur la page précédente, la même page ou la page suivante.
20639  Vous verrez par exemple un texte du genre 
20640 \begin_inset Quotes eld
20641 \end_inset
20642
20643 sur cette page
20644 \begin_inset Quotes erd
20645 \end_inset
20646
20647  à la place.
20648 \end_layout
20649
20650 \begin_layout Standard
20651 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20652  se trouve sont calculés automatiquement par LaTeX.
20653  Vous choisissez une des six variétés de références dans le champ Format
20654  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20655  boîte de la référence croisée.
20656 \end_layout
20657
20658 \begin_layout Subsection
20659 Nommage automatique des références croisées
20660 \begin_inset Index
20661 status collapsed
20662
20663 \begin_layout Plain Layout
20664 Références ! Nommage automatique
20665 \end_layout
20666
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \begin_layout Standard
20673 Le paquetage LaTeX 
20674 \series bold
20675 hyperref
20676 \series default
20677  fournit une fonction très utile pour automatiser la création des références
20678  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20679  une section).
20680  Par exemple pour vous éviter de devoir écrire le mot 
20681 \begin_inset Quotes eld
20682 \end_inset
20683
20684 Figure
20685 \begin_inset Quotes erd
20686 \end_inset
20687
20688  devant chaque boîte de référence.
20689  Pour profiter de ce nommage automatique des références croisées, vous devez
20690  charger le paquetage LaTeX 
20691 \series bold
20692 hyperref
20693 \series default
20694
20695 \begin_inset Index
20696 status collapsed
20697
20698 \begin_layout Plain Layout
20699 Paquetages LaTeX ! hyperref
20700 \end_layout
20701
20702 \end_inset
20703
20704  dans le préambule du document avec
20705 \end_layout
20706
20707 \begin_layout Standard
20708
20709 \series bold
20710
20711 \backslash
20712 usepackage[pdfborder={0 0 0}]{hyperref}
20713 \begin_inset Newline newline
20714 \end_inset
20715
20716
20717 \backslash
20718 AtBeginDocument{
20719 \backslash
20720 renewcommand{
20721 \backslash
20722 ref}[1]{
20723 \backslash
20724 mbox{
20725 \backslash
20726 autoref{#1}}}}
20727 \end_layout
20728
20729 \begin_layout Standard
20730
20731 \series bold
20732 hyperref
20733 \series default
20734  est utilisé pour lier les références croisées dans les sorties DVI et PDF,
20735  ce qui signifie que le lecteur de votre document pourra cliquer sur un
20736  élément de la table de matières (TdM) ou sur une référence et qu'il sera
20737  transporté sur la portion de document référencée.
20738  
20739 \series bold
20740 hyperref
20741 \series default
20742  peut aussi créer des signets PDF pour chaque section pour rendre plus facile
20743  la navigation à l'intérieur du document.
20744  C'est aussi utilisé dans ce document, mais vous devrez jeter un coup d'œil
20745  dans le préambule de ce document pour voir toutes les options qui ont été
20746  utilisées dans la commande de chargement d'
20747 \series bold
20748 hyperref
20749 \series default
20750 .
20751  Pour en apprendre plus au sujet du paquetage 
20752 \series bold
20753 hyperref
20754 \series default
20755 , nous vous renvoyons à sa documentation 
20756 \begin_inset CommandInset citation
20757 LatexCommand cite
20758 key "hyperref"
20759
20760 \end_inset
20761
20762 .
20763 \end_layout
20764
20765 \begin_layout Standard
20766 \begin_inset Note Greyedout
20767 status open
20768
20769 \begin_layout Plain Layout
20770
20771 \series bold
20772 Note:
20773 \series default
20774  Le nommage automatique de références ne peut être utilisé si vous avez
20775  choisi le style de référence 
20776 \family sans
20777 Référence
20778 \begin_inset space ~
20779 \end_inset
20780
20781 mise
20782 \begin_inset space ~
20783 \end_inset
20784
20785 en
20786 \begin_inset space ~
20787 \end_inset
20788
20789 forme
20790 \family default
20791  décrit dans la section
20792 \begin_inset space ~
20793 \end_inset
20794
20795
20796 \begin_inset CommandInset ref
20797 LatexCommand ref
20798 reference "sub:Formats-Références-Croisées"
20799
20800 \end_inset
20801
20802 .
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \begin_layout Subsection
20811 Positionnement des Références 
20812 \begin_inset CommandInset label
20813 LatexCommand label
20814 name "sub:Reference-Position"
20815
20816 \end_inset
20817
20818
20819 \begin_inset Index
20820 status collapsed
20821
20822 \begin_layout Plain Layout
20823 Références ! Positionnement
20824 \end_layout
20825
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \begin_layout Standard
20832 Si vous utilisez le paquetage 
20833 \series bold
20834 hyperref
20835 \series default
20836
20837 \begin_inset Index
20838 status collapsed
20839
20840 \begin_layout Plain Layout
20841 Paquetages LaTeX ! hyperref
20842 \end_layout
20843
20844 \end_inset
20845
20846  pour lier vos références croisées dans la sortie finale, vous verrez que
20847  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20848  l'image.
20849  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20850  pourrez voir l'image sans faire défiler le texte.
20851  Ce problème vient du fait que le point d'ancrage de la référence se situe
20852  à l'endroit de l'étiquette.
20853  En utilisant le paquetage LaTeX 
20854 \series bold
20855 hypcap
20856 \series default
20857
20858 \begin_inset Index
20859 status collapsed
20860
20861 \begin_layout Plain Layout
20862 Paquetages LaTeX ! hypcap
20863 \end_layout
20864
20865 \end_inset
20866
20867 , qui fait partie du paquetage LaTeX 
20868 \series bold
20869 oberdiek
20870 \series default
20871
20872 \begin_inset Index
20873 status collapsed
20874
20875 \begin_layout Plain Layout
20876 Paquetages LaTeX ! oberdiek
20877 \end_layout
20878
20879 \end_inset
20880
20881 , le point d'ancrage d'un lien est place en haut du flottant.
20882  Pour utiliser cette fonction avec les flottants de figure, chargez 
20883 \series bold
20884 hypcap
20885 \series default
20886  dans l'entête du document avec la ligne
20887 \end_layout
20888
20889 \begin_layout Standard
20890
20891 \series bold
20892
20893 \backslash
20894 usepackage[figure]{hypcap}
20895 \end_layout
20896
20897 \begin_layout Standard
20898 Vous pouvez aussi utiliser 
20899 \series bold
20900 hypcap
20901 \series default
20902  pour tous les flottants, mais ce n'est pas recommandé pour des raisons
20903  de stabilité.
20904  Pour plus d'information, jetez un coup d'œil au manuel d' 
20905 \series bold
20906 hypcap
20907 \series default
20908  
20909 \begin_inset CommandInset citation
20910 LatexCommand cite
20911 key "hypcap"
20912
20913 \end_inset
20914
20915 .
20916 \end_layout
20917
20918 \begin_layout Standard
20919 \begin_inset Note Greyedout
20920 status open
20921
20922 \begin_layout Plain Layout
20923
20924 \series bold
20925 Note:
20926 \series default
20927  
20928 \series bold
20929 hypcap
20930 \series default
20931  doit être chargé après 
20932 \series bold
20933 hyperref
20934 \series default
20935  dans le préambule du document.
20936 \end_layout
20937
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \begin_layout Standard
20944 \begin_inset Note Greyedout
20945 status open
20946
20947 \begin_layout Plain Layout
20948
20949 \series bold
20950 Note:
20951 \series default
20952  
20953 \series bold
20954 hypcap
20955 \series default
20956  n'a aucun effet pour les références à des sous-figures.
20957 \end_layout
20958
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \begin_layout Section
20965 Placement des Flottants
20966 \begin_inset CommandInset label
20967 LatexCommand label
20968 name "sec:Placement-flottants"
20969
20970 \end_inset
20971
20972
20973 \begin_inset Index
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977 Flottants ! Placement
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Standard
20986 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
20987  de dialogue 
20988 \family sans
20989 Paramètre
20990 \begin_inset space ~
20991 \end_inset
20992
20993 de
20994 \begin_inset space ~
20995 \end_inset
20996
20997 Flottant
20998 \family default
20999  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21000  utilise pour déterminer où placer le flottant.
21001 \begin_inset Newline newline
21002 \end_inset
21003
21004 L'option 
21005 \family sans
21006 Plusieurs
21007 \begin_inset space ~
21008 \end_inset
21009
21010 colonnes
21011 \family default
21012  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21013  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21014  confiné sur une seule colonne.
21015 \begin_inset Newline newline
21016 \end_inset
21017
21018 L'option 
21019 \family sans
21020 Rotation
21021 \begin_inset space ~
21022 \end_inset
21023
21024 90°
21025 \family default
21026  est utilisée pour faire tourner les flottants, voyez la section
21027 \begin_inset space ~
21028 \end_inset
21029
21030
21031 \begin_inset CommandInset ref
21032 LatexCommand ref
21033 reference "sec:Flottants-renversés"
21034
21035 \end_inset
21036
21037 .
21038 \end_layout
21039
21040 \begin_layout Standard
21041 En désactivant l'option 
21042 \family sans
21043 Utilise
21044 \begin_inset space ~
21045 \end_inset
21046
21047 le
21048 \begin_inset space ~
21049 \end_inset
21050
21051 placement
21052 \begin_inset space ~
21053 \end_inset
21054
21055 par
21056 \begin_inset space ~
21057 \end_inset
21058
21059 défaut
21060 \family default
21061  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21062  le placement du flottant:
21063 \end_layout
21064
21065 \begin_layout Description
21066 Ici,
21067 \begin_inset space ~
21068 \end_inset
21069
21070 si
21071 \begin_inset space ~
21072 \end_inset
21073
21074 possible: essaie de placer le flottant à la position où il a été inséré
21075  dans LyX
21076 \end_layout
21077
21078 \begin_layout Description
21079 Haut
21080 \begin_inset space ~
21081 \end_inset
21082
21083 de
21084 \begin_inset space ~
21085 \end_inset
21086
21087 la
21088 \begin_inset space ~
21089 \end_inset
21090
21091 page: essaie de placer le flottant en haut de la page courante
21092 \end_layout
21093
21094 \begin_layout Description
21095 Bas
21096 \begin_inset space ~
21097 \end_inset
21098
21099 de
21100 \begin_inset space ~
21101 \end_inset
21102
21103 la
21104 \begin_inset space ~
21105 \end_inset
21106
21107 page: essaie de placer le flottant en bas de la page courante
21108 \end_layout
21109
21110 \begin_layout Description
21111 Page
21112 \begin_inset space ~
21113 \end_inset
21114
21115 de
21116 \begin_inset space ~
21117 \end_inset
21118
21119 flottants: essaie de placer le flottant sur une page à part, éventuellement
21120  avec d'autres flottants 
21121 \end_layout
21122
21123 \begin_layout Standard
21124 LaTeX utilise
21125 \emph on
21126  toujours 
21127 \emph default
21128 les options dans l'ordre donné ci-dessus.
21129  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21130  d'abord essayer 
21131 \family sans
21132 Ici
21133 \begin_inset space ~
21134 \end_inset
21135
21136 si
21137 \begin_inset space ~
21138 \end_inset
21139
21140 possible
21141 \family default
21142 , ensuite 
21143 \family sans
21144 Haut
21145 \begin_inset space ~
21146 \end_inset
21147
21148 de
21149 \begin_inset space ~
21150 \end_inset
21151
21152 la
21153 \begin_inset space ~
21154 \end_inset
21155
21156 page
21157 \family default
21158 , et ainsi de suite.
21159  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21160  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21161  Si aucune des quatre options de placement n'est possible, la procédure
21162  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21163 \end_layout
21164
21165 \begin_layout Standard
21166 Par défaut, chaque option a ses propres règles d'application:
21167 \end_layout
21168
21169 \begin_layout Standard
21170
21171 \family sans
21172 Haut
21173 \begin_inset space ~
21174 \end_inset
21175
21176 de
21177 \begin_inset space ~
21178 \end_inset
21179
21180 la
21181 \begin_inset space ~
21182 \end_inset
21183
21184 page
21185 \family default
21186  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21187  en haut de page (
21188 \series bold
21189
21190 \backslash
21191 topfraction
21192 \series default
21193 ).
21194 \end_layout
21195
21196 \begin_layout Standard
21197
21198 \family sans
21199 Bas
21200 \begin_inset space ~
21201 \end_inset
21202
21203 de
21204 \begin_inset space ~
21205 \end_inset
21206
21207 la
21208 \begin_inset space ~
21209 \end_inset
21210
21211 page
21212 \family default
21213  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21214  en bas de page (
21215 \series bold
21216
21217 \backslash
21218 bottomfraction
21219 \series default
21220 ).
21221 \end_layout
21222
21223 \begin_layout Standard
21224
21225 \family sans
21226 Page
21227 \begin_inset space ~
21228 \end_inset
21229
21230 de
21231 \begin_inset space ~
21232 \end_inset
21233
21234 flottants
21235 \family default
21236  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21237  si ils occupent plus de 50% de celle-ci (
21238 \series bold
21239
21240 \backslash
21241 floatpagefraction
21242 \series default
21243 ).
21244 \end_layout
21245
21246 \begin_layout Standard
21247 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21248  supplémentaire 
21249 \family sans
21250 Ignorer
21251 \begin_inset space ~
21252 \end_inset
21253
21254 les
21255 \begin_inset space ~
21256 \end_inset
21257
21258 règles
21259 \begin_inset space ~
21260 \end_inset
21261
21262 LaTeX
21263 \family default
21264 \lang english
21265 .
21266 \begin_inset Newline newline
21267 \end_inset
21268
21269
21270 \lang french
21271 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21272  données entre parenthèses après les descriptions des règles données ci-dessus.
21273  Par exemple, pour augmenter à 50
21274 \begin_inset space \thinspace{}
21275 \end_inset
21276
21277 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21278  trop petite, ajoutez cette ligne au préambule de votre document :
21279 \end_layout
21280
21281 \begin_layout Standard
21282
21283 \series bold
21284
21285 \backslash
21286 renewcommand{
21287 \backslash
21288 bottomfraction}{0.5}
21289 \end_layout
21290
21291 \begin_layout Standard
21292 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21293  exactement à l'endroit où vous l'avez inséré.
21294  dans ce cas utilisez l'option 
21295 \family sans
21296 Ici
21297 \begin_inset space ~
21298 \end_inset
21299
21300 à
21301 \begin_inset space ~
21302 \end_inset
21303
21304 tout
21305 \begin_inset space ~
21306 \end_inset
21307
21308 Prix
21309 \family default
21310 .
21311  Utilisez cette option le moins souvent possible et seulement quand le document
21312  est presque prêt à être imprimé.
21313  En effet, le flottant n'est plus capable de 
21314 \begin_inset Quotes eld
21315 \end_inset
21316
21317 flotter
21318 \begin_inset Quotes erd
21319 \end_inset
21320
21321 , ce qui peut perturber toutes les mises en page.
21322 \end_layout
21323
21324 \begin_layout Standard
21325 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21326  sont toujours entourés par le texte d'un paragraphe donné.
21327 \begin_inset VSpace bigskip
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \begin_layout Standard
21334 On peut parfois se trouver dans la situation où un flottant est placé en
21335  haut d'une page alors que la section concernée ne commence qu'au milieu
21336  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21337  la section précédente.
21338  On peut utiliser la commande LaTeX 
21339 \series bold
21340
21341 \backslash
21342 suppressfloats
21343 \series default
21344  pour éviter ce cas.
21345  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21346  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21347  soit placé avant que la section commence.
21348  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21349  votre document :
21350 \end_layout
21351
21352 \begin_layout Standard
21353
21354 \series bold
21355
21356 \backslash
21357 let
21358 \backslash
21359 mySection
21360 \backslash
21361 section
21362 \begin_inset Newline newline
21363 \end_inset
21364
21365
21366 \backslash
21367 renewcommand{
21368 \backslash
21369 section}{
21370 \backslash
21371 suppressfloats[t]
21372 \backslash
21373 mySection}
21374 \end_layout
21375
21376 \begin_layout Standard
21377 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21378  comme les chapitres et les sous-sections.
21379  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21380  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21381  ensuite avoir du mal à trouver un positionnement correct.
21382 \end_layout
21383
21384 \begin_layout Standard
21385 \begin_inset VSpace bigskip
21386 \end_inset
21387
21388 Dans certains cas il est demandé de placer toutes les figures et tous les
21389  tableaux à la fin du document.
21390  C'est pour de telles situations que le paquetage LaTeX 
21391 \series bold
21392 endfloat
21393 \series default
21394
21395 \begin_inset Index
21396 status collapsed
21397
21398 \begin_layout Plain Layout
21399 Paquetages LaTeX ! endfloat
21400 \end_layout
21401
21402 \end_inset
21403
21404  a été développé.
21405  Il met en effet tous les flottants de figures et de tableaux à la fin du
21406  document dans leurs propres sections.
21407  À la position d'origine du flottant, une indication textuelle du genre
21408  
21409 \begin_inset Quotes eld
21410 \end_inset
21411
21412
21413 \family sans
21414 [Figure
21415 \begin_inset space ~
21416 \end_inset
21417
21418 3.2 
21419 \lang english
21420 about here.
21421 \lang french
21422 ]
21423 \family default
21424
21425 \begin_inset Quotes erd
21426 \end_inset
21427
21428  est insérée.
21429  Le paquetage 
21430 \series bold
21431 endfloat
21432 \series default
21433  est chargé dans le préambule avec la ligne suivante 
21434 \end_layout
21435
21436 \begin_layout Standard
21437
21438 \series bold
21439
21440 \backslash
21441 usepackage[options]{endfloat}
21442 \end_layout
21443
21444 \begin_layout Standard
21445 Il y a aussi de nombreuses options de paquetage pour modifier le format
21446  des sections de figures ou de tableau qui sont créées.
21447  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21448  
21449 \series bold
21450 endfloa
21451 \series default
21452
21453 \begin_inset CommandInset citation
21454 LatexCommand cite
21455 key "endfloat"
21456
21457 \end_inset
21458
21459 .
21460 \begin_inset Newline newline
21461 \end_inset
21462
21463
21464 \begin_inset Note Greyedout
21465 status open
21466
21467 \begin_layout Plain Layout
21468
21469 \series bold
21470 Note: endfloat
21471 \series default
21472  ne fournit pas de traduction automatique de l'indication textuelle, vous
21473  devez donc le faire manuellement, voyez la section
21474 \begin_inset space ~
21475 \end_inset
21476
21477 4 de 
21478 \begin_inset CommandInset citation
21479 LatexCommand cite
21480 key "endfloat"
21481
21482 \end_inset
21483
21484 .
21485 \end_layout
21486
21487 \end_inset
21488
21489
21490 \begin_inset Newline newline
21491 \end_inset
21492
21493
21494 \begin_inset Note Greyedout
21495 status open
21496
21497 \begin_layout Plain Layout
21498
21499 \series bold
21500 Note:
21501 \series default
21502  Il y a actuellement un bug dans le paquetage 
21503 \series bold
21504 endfloat
21505 \series default
21506  quand la légende contient un 
21507 \begin_inset Quotes eld
21508 \end_inset
21509
21510 ß
21511 \begin_inset Quotes erd
21512 \end_inset
21513
21514  allemand.
21515  Utilisez dans ce cas la commande 
21516 \begin_inset Quotes eld
21517 \end_inset
21518
21519
21520 \series bold
21521
21522 \backslash
21523 ss
21524 \series default
21525
21526 \begin_inset Quotes erd
21527 \end_inset
21528
21529  en code TeX à la place du 
21530 \begin_inset Quotes eld
21531 \end_inset
21532
21533 ß
21534 \begin_inset Quotes erd
21535 \end_inset
21536
21537 .
21538 \end_layout
21539
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \begin_layout Standard
21546 \begin_inset VSpace bigskip
21547 \end_inset
21548
21549 Pour plus d'information sur les manières de placer les flottants, jetez
21550  un coup d'œil aux livres sur LaTeX, 
21551 \begin_inset CommandInset citation
21552 LatexCommand cite
21553 key "latexcompanion,latexguide,latexbook"
21554
21555 \end_inset
21556
21557 .
21558 \end_layout
21559
21560 \begin_layout Section
21561 Flottants Renversés
21562 \begin_inset CommandInset label
21563 LatexCommand label
21564 name "sec:Flottants-renversés"
21565
21566 \end_inset
21567
21568
21569 \begin_inset Index
21570 status collapsed
21571
21572 \begin_layout Plain Layout
21573 Flottants ! Renversés
21574 \end_layout
21575
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \begin_layout Standard
21582 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21583  tableaux très larges.
21584  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21585  un clic droit sur la boîte du flottant et utilisez l'option 
21586 \family sans
21587 Rotation
21588 \begin_inset space ~
21589 \end_inset
21590
21591 90°
21592 \family default
21593 .
21594 \end_layout
21595
21596 \begin_layout Standard
21597 Les flottants renversés sont systématiquement placés sur leur propre page
21598  ( ou colonne, si vous avez un document sur deux colonnes ).
21599  Il sont pivotés de sorte que vous puissiez les lire en vous plaçant du
21600  côté de la marge externe.
21601  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21602  ajouter soit l'option 
21603 \series bold
21604 figuresleft
21605 \series default
21606  soit l'option 
21607 \series bold
21608 figuresright
21609 \series default
21610  aux options de la classe de document.
21611 \end_layout
21612
21613 \begin_layout Standard
21614 Faire référence à un flottant renversé se fait de la même manière que pour
21615  un flottant normal, la mise en forme de la légende est aussi identique
21616  : Le tableau
21617 \begin_inset space ~
21618 \end_inset
21619
21620
21621 \begin_inset CommandInset ref
21622 LatexCommand ref
21623 reference "tab:Tableau-pivoté"
21624
21625 \end_inset
21626
21627  est un exemple de flottant de tableau renversé.
21628 \end_layout
21629
21630 \begin_layout Standard
21631 \begin_inset Note Greyedout
21632 status open
21633
21634 \begin_layout Plain Layout
21635
21636 \series bold
21637 Note:
21638 \series default
21639  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21640  DVI.
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \begin_layout Standard
21649 \begin_inset Float table
21650 wide false
21651 sideways true
21652 status open
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Caption
21656
21657 \begin_layout Plain Layout
21658 \begin_inset CommandInset label
21659 LatexCommand label
21660 name "tab:Tableau-pivoté"
21661
21662 \end_inset
21663
21664  Tableau pivoté
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Plain Layout
21673 \align center
21674 \begin_inset Tabular
21675 <lyxtabular version="3" rows="1" columns="5">
21676 <features>
21677 <column alignment="center" valignment="top" width="0">
21678 <column alignment="center" valignment="top" width="0">
21679 <column alignment="center" valignment="top" width="0">
21680 <column alignment="center" valignment="top" width="0">
21681 <column alignment="center" valignment="top" width="0">
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 test
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 b
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 c
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 d
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 e
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 </lyxtabular>
21730
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \begin_layout Section
21742 Flottants côte-à-côte
21743 \begin_inset Index
21744 status collapsed
21745
21746 \begin_layout Plain Layout
21747 Flottants ! côte-à-côte
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \begin_layout Standard
21756 Pour placer des flottants côte-à-côte, comme pour la figure
21757 \begin_inset space ~
21758 \end_inset
21759
21760
21761 \begin_inset CommandInset ref
21762 LatexCommand ref
21763 reference "fig:Flottant-gauche"
21764
21765 \end_inset
21766
21767  et 
21768 \begin_inset CommandInset ref
21769 LatexCommand ref
21770 reference "fig:Flottant-droit"
21771
21772 \end_inset
21773
21774 , on n'utilise 
21775 \emph on
21776 qu'un seul 
21777 \emph default
21778 flottant.
21779  On y insère deux boîtes de minipages
21780 \begin_inset Foot
21781 status collapsed
21782
21783 \begin_layout Plain Layout
21784 Les minipages sont décrites dans la section
21785 \begin_inset space ~
21786 \end_inset
21787
21788
21789 \begin_inset CommandInset ref
21790 LatexCommand ref
21791 reference "sec:Minipages"
21792
21793 \end_inset
21794
21795 .
21796 \end_layout
21797
21798 \end_inset
21799
21800 .
21801  La largeur est mise à 45
21802 \begin_inset space \thinspace{}
21803 \end_inset
21804
21805 -50
21806 \begin_inset space \thinspace{}
21807 \end_inset
21808
21809 column% et l'alignement de la boîte à 
21810 \family sans
21811 Bas
21812 \family default
21813  pour chaque minipage.
21814  Les boîtes minipages contiennent l'image et la légende exactement comme
21815  avec un flottant.
21816  La seule différence est que l'unité de longueur 
21817 \family sans
21818 Largeur
21819 \begin_inset space ~
21820 \end_inset
21821
21822 colonne
21823 \begin_inset space ~
21824 \end_inset
21825
21826 %
21827 \family default
21828  utilisée pour l'image est maintenant définie par rapport à la largeur des
21829  boîtes minipages.
21830 \end_layout
21831
21832 \begin_layout Standard
21833 \begin_inset Float figure
21834 wide false
21835 sideways false
21836 status open
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Box Frameless
21840 position "b"
21841 hor_pos "c"
21842 has_inner_box 1
21843 inner_pos "t"
21844 use_parbox 0
21845 width "45col%"
21846 special "none"
21847 height "1in"
21848 height_special "totalheight"
21849 status open
21850
21851 \begin_layout Plain Layout
21852 \align center
21853 \begin_inset Graphics
21854         filename ../clipart/mobius.eps
21855         lyxscale 50
21856         width 100col%
21857         scaleBeforeRotation
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Caption
21866
21867 \begin_layout Plain Layout
21868 \begin_inset CommandInset label
21869 LatexCommand label
21870 name "fig:Flottant-gauche"
21871
21872 \end_inset
21873
21874 Flottant du côté gauche.
21875 \end_layout
21876
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883
21884
21885 \begin_inset space \hfill{}
21886 \end_inset
21887
21888
21889 \begin_inset Box Frameless
21890 position "b"
21891 hor_pos "c"
21892 has_inner_box 1
21893 inner_pos "t"
21894 use_parbox 0
21895 width "45col%"
21896 special "none"
21897 height "1in"
21898 height_special "totalheight"
21899 status open
21900
21901 \begin_layout Plain Layout
21902 \align center
21903 \begin_inset Graphics
21904         filename ../clipart/platypus.eps
21905         lyxscale 50
21906         width 100col%
21907         scaleBeforeRotation
21908
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Caption
21916
21917 \begin_layout Plain Layout
21918 \begin_inset CommandInset label
21919 LatexCommand label
21920 name "fig:Flottant-droit"
21921
21922 \end_inset
21923
21924 Flottant du côté droit.
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \begin_layout Section
21943 Mise en Forme de la Légende
21944 \begin_inset Index
21945 status collapsed
21946
21947 \begin_layout Plain Layout
21948 Légende ! Mise en forme
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \begin_inset Index
21955 status collapsed
21956
21957 \begin_layout Plain Layout
21958 Flottants ! Mise en forme de la Légende
21959 \end_layout
21960
21961 \end_inset
21962
21963
21964 \begin_inset Index
21965 status collapsed
21966
21967 \begin_layout Plain Layout
21968 Paquetages LaTeX ! caption
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \begin_inset CommandInset label
21975 LatexCommand label
21976 name "sec:Formatage-légende"
21977
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Standard
21984 L'environnement 
21985 \family sans
21986 Légende
21987 \family default
21988  est l'environnement de paragraphe par défaut pour les 
21989 \family sans
21990 flottants
21991 \family default
21992 .
21993  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
21994  par exemple 
21995 \begin_inset Quotes eld
21996 \end_inset
21997
21998
21999 \family sans
22000 Figure #:
22001 \family default
22002
22003 \begin_inset Quotes erd
22004 \end_inset
22005
22006  suivi par le texte de la légende.
22007  Le 
22008 \begin_inset Quotes eld
22009 \end_inset
22010
22011 #
22012 \begin_inset Quotes erd
22013 \end_inset
22014
22015  étant remplacé par le numéro de référence réel.
22016  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22017  que le texte de la légende et deux points suivent le numéro pour séparer
22018  l'étiquette du texte.
22019  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22020 \end_layout
22021
22022 \begin_layout Standard
22023 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22024  LaTeX 
22025 \series bold
22026 caption
22027 \series default
22028
22029 \begin_inset Index
22030 status collapsed
22031
22032 \begin_layout Plain Layout
22033 Paquetages LaTeX ! caption
22034 \end_layout
22035
22036 \end_inset
22037
22038  dans le préambule de votre document avec la ligne suivante :
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 usepackage[format definition]{caption}
22047 \end_layout
22048
22049 \begin_layout Standard
22050 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22051  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22052  dans ce document, utilisez les commandes suivantes :
22053 \end_layout
22054
22055 \begin_layout Standard
22056
22057 \series bold
22058
22059 \backslash
22060 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22061 \end_layout
22062
22063 \begin_layout Standard
22064 Vous pouvez aussi définir des formats de légendes différents pour les différents
22065  types de flottants.
22066  Dans ce cas chargez le paquetage 
22067 \series bold
22068 caption 
22069 \series default
22070 sans option de format spécifique et définissez les différents formats à
22071  l'aide de la commande 
22072 \end_layout
22073
22074 \begin_layout Standard
22075
22076 \series bold
22077
22078 \backslash
22079 captionsetup[type de flottant]{définition du format}
22080 \end_layout
22081
22082 \begin_layout Standard
22083 dans le préambule du document.
22084  Par exemple les formats de légende de la Figure
22085 \begin_inset space ~
22086 \end_inset
22087
22088
22089 \begin_inset CommandInset ref
22090 LatexCommand ref
22091 reference "fig:Legende-de-fig"
22092
22093 \end_inset
22094
22095  et du Tableau
22096 \begin_inset space ~
22097 \end_inset
22098
22099
22100 \begin_inset CommandInset ref
22101 LatexCommand ref
22102 reference "tab:Légende-de-tab"
22103
22104 \end_inset
22105
22106  peuvent être créés en utilisant les commandes suivantes dans le préambule
22107  :
22108 \end_layout
22109
22110 \begin_layout Standard
22111
22112 \series bold
22113
22114 \backslash
22115 usepackage[tableposition=top]{caption}
22116 \series default
22117
22118 \begin_inset Newline newline
22119 \end_inset
22120
22121
22122 \series bold
22123
22124 \backslash
22125 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22126 \begin_inset Newline newline
22127 \end_inset
22128
22129
22130 \begin_inset ERT
22131 status collapsed
22132
22133 \begin_layout Plain Layout
22134
22135
22136 \backslash
22137 hphantom{
22138 \backslash
22139
22140 \backslash
22141 captionsetup[figure]
22142 \backslash
22143 {}
22144 \end_layout
22145
22146 \end_inset
22147
22148  labelsep=period}
22149 \begin_inset Newline newline
22150 \end_inset
22151
22152
22153 \backslash
22154 captionsetup[table]{labelfont={bf,sf}}
22155 \end_layout
22156
22157 \begin_layout Standard
22158 \begin_inset Note Greyedout
22159 status open
22160
22161 \begin_layout Plain Layout
22162
22163 \series bold
22164 Note:
22165 \series default
22166  L'option 
22167 \series bold
22168 tableposition=top
22169 \series default
22170  n'a pas d'effet quand on utilise un document de classe 
22171 \series bold
22172 koma-script
22173 \series default
22174
22175 \begin_inset Index
22176 status collapsed
22177
22178 \begin_layout Plain Layout
22179 Paquetages LaTeX ! koma-script
22180 \end_layout
22181
22182 \end_inset
22183
22184 .
22185  Dans ce cas on doit utiliser l'option 
22186 \series bold
22187 tablecaptionabove
22188 \series default
22189  de la classe de document.
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 Pour plus d'information sur le paquetage 
22199 \series bold
22200 caption
22201 \series default
22202  nous vous renvoyons à sa documentation 
22203 \begin_inset CommandInset citation
22204 LatexCommand cite
22205 key "caption"
22206
22207 \end_inset
22208
22209 .
22210 \end_layout
22211
22212 \begin_layout Standard
22213 Pour changer le nom de l'étiquette, par exemple de 
22214 \begin_inset Quotes eld
22215 \end_inset
22216
22217 Figure
22218 \begin_inset Quotes erd
22219 \end_inset
22220
22221  à 
22222 \begin_inset Quotes eld
22223 \end_inset
22224
22225 Image
22226 \begin_inset Quotes erd
22227 \end_inset
22228
22229 , utilisez la commande suivante dans le préambule :
22230 \end_layout
22231
22232 \begin_layout Standard
22233
22234 \series bold
22235
22236 \backslash
22237 renewcommand{
22238 \backslash
22239 fnum@figure}{Image~
22240 \backslash
22241 thefigure}
22242 \end_layout
22243
22244 \begin_layout Standard
22245 où 
22246 \series bold
22247
22248 \backslash
22249 thefigure
22250 \series default
22251  insère le numéro de la figure et
22252 \series bold
22253  
22254 \begin_inset Quotes eld
22255 \end_inset
22256
22257 ~
22258 \series default
22259
22260 \begin_inset Quotes erd
22261 \end_inset
22262
22263  ajoute une espace insécable.
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset VSpace bigskip
22268 \end_inset
22269
22270 Si vous utilisez un document de classe 
22271 \series bold
22272 koma-script
22273 \series default
22274
22275 \begin_inset Index
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 Paquetages LaTeX ! koma-script
22280 \end_layout
22281
22282 \end_inset
22283
22284  (
22285 \family sans
22286 article (koma-script)
22287 \family default
22288
22289 \family sans
22290 book (koma-script)
22291 \family default
22292
22293 \family sans
22294 letter (koma-script)
22295 \family default
22296 , ou 
22297 \family sans
22298 report (koma-script)
22299 \family default
22300
22301 \begin_inset space \thinspace{}
22302 \end_inset
22303
22304 ), Vous pouvez utiliser la commande incorporée 
22305 \series bold
22306
22307 \backslash
22308 setkomafont 
22309 \series default
22310 du paquetage
22311 \series bold
22312  koma-script 
22313 \series default
22314 à la place du paquetage
22315 \series bold
22316  caption.
22317  
22318 \series default
22319 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22320  suivante au préambule de votre document :
22321 \end_layout
22322
22323 \begin_layout Standard
22324
22325 \series bold
22326
22327 \backslash
22328 setkomafont{captionlabel}{
22329 \backslash
22330 bfseries}
22331 \end_layout
22332
22333 \begin_layout Standard
22334 Pour plus d'information au sujet de 
22335 \series bold
22336
22337 \backslash
22338 setkomafont
22339 \series default
22340  nous vous renvoyons à la documentation du paquetage 
22341 \series bold
22342 koma-script
22343 \series default
22344  
22345 \begin_inset CommandInset citation
22346 LatexCommand cite
22347 key "koma-script"
22348
22349 \end_inset
22350
22351 .
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359
22360
22361 \backslash
22362 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22363 }
22364 \end_layout
22365
22366 \end_inset
22367
22368
22369 \begin_inset Note Note
22370 status open
22371
22372 \begin_layout Plain Layout
22373 Le format de la légende n'est modifié que pour cet exemple.
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \begin_layout Standard
22382 \begin_inset Float figure
22383 placement !p
22384 wide false
22385 sideways false
22386 status open
22387
22388 \begin_layout Plain Layout
22389 \align center
22390 \begin_inset Graphics
22391         filename ../clipart/mobius.eps
22392         lyxscale 50
22393         scale 50
22394         scaleBeforeRotation
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \begin_layout Plain Layout
22402 \begin_inset Caption
22403
22404 \begin_layout Plain Layout
22405 \begin_inset CommandInset label
22406 LatexCommand label
22407 name "fig:Legende-de-fig"
22408
22409 \end_inset
22410
22411 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22412  pour montrer les différents types de formats de légendes.
22413  Ici on a utilisé un format de légende personnalisé.
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Standard
22427 \begin_inset ERT
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431
22432
22433 \backslash
22434 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22435 on}
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Standard
22444 \begin_inset Float table
22445 placement !p
22446 wide false
22447 sideways false
22448 status open
22449
22450 \begin_layout Plain Layout
22451 \begin_inset Caption
22452
22453 \begin_layout Plain Layout
22454 \begin_inset CommandInset label
22455 LatexCommand label
22456 name "tab:Légende-de-tab"
22457
22458 \end_inset
22459
22460 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22461  pour montrer les différents types de formats de légendes.
22462  Ici on a utilisé le format de légende par défaut.
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Plain Layout
22471 \align center
22472 \begin_inset Tabular
22473 <lyxtabular version="3" rows="1" columns="5">
22474 <features>
22475 <column alignment="center" valignment="top" width="0">
22476 <column alignment="center" valignment="top" width="0">
22477 <column alignment="center" valignment="top" width="0">
22478 <column alignment="center" valignment="top" width="0">
22479 <column alignment="center" valignment="top" width="0">
22480 <row>
22481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 a
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 b
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 c
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 d
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 e
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 </lyxtabular>
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \begin_layout Section
22540 Positionnement de la Légende
22541 \begin_inset Index
22542 status collapsed
22543
22544 \begin_layout Plain Layout
22545 Légende ! Placement
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \begin_inset Index
22552 status collapsed
22553
22554 \begin_layout Plain Layout
22555 Flottants ! Placement de la légende
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \begin_inset CommandInset label
22562 LatexCommand label
22563 name "sec:Placement-légende"
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \begin_layout Standard
22571 La règle habituelle pour placer la légende est :
22572 \end_layout
22573
22574 \begin_layout Description
22575 Figure
22576 \begin_inset space ~
22577 \end_inset
22578
22579 : La légende est placée en dessous de la figure
22580 \end_layout
22581
22582 \begin_layout Description
22583 Tableau
22584 \begin_inset space ~
22585 \end_inset
22586
22587 : La légende est placée au dessus du tableau
22588 \end_layout
22589
22590 \begin_layout Standard
22591 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22592  au dessus des tableaux.
22593  Ce qui fait que si vous utilisez une des classes de document 
22594 \family sans
22595 article
22596 \family default
22597
22598 \family sans
22599 book
22600 \family default
22601
22602 \family sans
22603 letter
22604 \family default
22605 , ou 
22606 \family sans
22607 report
22608 \family default
22609  il n'y aura pas d'espace libre entre la légende et le tableau.
22610  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22611  de chargement du paquetage LaTeX 
22612 \series bold
22613 caption
22614 \series default
22615  dans le préambule de votre document
22616 \begin_inset Foot
22617 status open
22618
22619 \begin_layout Plain Layout
22620 Voir la section
22621 \begin_inset space ~
22622 \end_inset
22623
22624
22625 \begin_inset CommandInset ref
22626 LatexCommand ref
22627 reference "sec:Formatage-légende"
22628
22629 \end_inset
22630
22631  pour plus d'information sur le paquetage 
22632 \series bold
22633 caption
22634 \series default
22635 .
22636 \end_layout
22637
22638 \end_inset
22639
22640 :
22641 \end_layout
22642
22643 \begin_layout Standard
22644
22645 \series bold
22646 tableposition=top
22647 \end_layout
22648
22649 \begin_layout Standard
22650 Si vous utilisez une classe de document 
22651 \series bold
22652 koma-script
22653 \series default
22654
22655 \begin_inset Index
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659 Paquetages LaTeX ! koma-script
22660 \end_layout
22661
22662 \end_inset
22663
22664  (
22665 \family sans
22666 article (koma-script)
22667 \family default
22668
22669 \family sans
22670 book (koma-script)
22671 \family default
22672
22673 \family sans
22674 letter (koma-script)
22675 \family default
22676 , ou 
22677 \family sans
22678 report (koma-script)
22679 \family default
22680
22681 \begin_inset space \thinspace{}
22682 \end_inset
22683
22684 ), vous pouvez utiliser à la place du paquetage 
22685 \series bold
22686 caption
22687 \series default
22688  l'option 
22689 \series bold
22690 tablecaptionabove
22691 \series default
22692  de la classe de document.
22693 \end_layout
22694
22695 \begin_layout Standard
22696 \begin_inset VSpace bigskip
22697 \end_inset
22698
22699 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22700  Pour cela, vous devez charger le paquetage LaTeX 
22701 \series bold
22702 sidecap
22703 \series default
22704
22705 \begin_inset Index
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709 Paquetages LaTeX ! sidecap
22710 \end_layout
22711
22712 \end_inset
22713
22714  dans le préambule de votre document avec la ligne de commande suivante
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \series bold
22720
22721 \backslash
22722 usepackage[option]{sidecap}
22723 \end_layout
22724
22725 \begin_layout Standard
22726 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22727  extérieure -- à droite sur les pages impaires et à gauche sur les pages
22728  paires.
22729  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22730  
22731 \series bold
22732 innercaption
22733 \series default
22734 .
22735  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22736  
22737 \series bold
22738 rightcaption
22739 \series default
22740  ou 
22741 \series bold
22742 leftcaption
22743 \series default
22744 .
22745 \end_layout
22746
22747 \begin_layout Standard
22748 \begin_inset ERT
22749 status collapsed
22750
22751 \begin_layout Plain Layout
22752
22753
22754 \backslash
22755 ifsidecap
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \begin_inset Note Note
22762 status open
22763
22764 \begin_layout Plain Layout
22765 La section suivante ne sera affichée que si le paquetage LaTeX 
22766 \series bold
22767 sidecap
22768 \series default
22769  a été installé.
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \begin_layout Standard
22778 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22779  ajouter ces commandes dans le préambule de votre document :
22780 \end_layout
22781
22782 \begin_layout Standard
22783
22784 \lyxline
22785
22786 \end_layout
22787
22788 \begin_layout Standard
22789
22790 \series bold
22791
22792 \backslash
22793 newcommand{
22794 \backslash
22795 TabBesBeg}{%
22796 \begin_inset Newline newline
22797 \end_inset
22798
22799
22800 \begin_inset ERT
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804
22805
22806 \backslash
22807 hphantom{ }
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \backslash
22814 let
22815 \backslash
22816 MyTable
22817 \backslash
22818 table
22819 \begin_inset Newline newline
22820 \end_inset
22821
22822
22823 \begin_inset ERT
22824 status collapsed
22825
22826 \begin_layout Plain Layout
22827
22828
22829 \backslash
22830 hphantom{ }
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \backslash
22837 let
22838 \backslash
22839 MyEndtable
22840 \backslash
22841 endtable
22842 \begin_inset Newline newline
22843 \end_inset
22844
22845
22846 \begin_inset ERT
22847 status collapsed
22848
22849 \begin_layout Plain Layout
22850
22851
22852 \backslash
22853 hphantom{ }
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \backslash
22860 renewenvironment{table}{
22861 \backslash
22862 begin{SCtable}}{
22863 \backslash
22864 end{SCtable}}}
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 newcommand{
22873 \backslash
22874 TabBesEnd}{%
22875 \begin_inset Newline newline
22876 \end_inset
22877
22878
22879 \begin_inset ERT
22880 status collapsed
22881
22882 \begin_layout Plain Layout
22883
22884
22885 \backslash
22886 hphantom{ }
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \backslash
22893 let
22894 \backslash
22895 table
22896 \backslash
22897 MyTable
22898 \begin_inset Newline newline
22899 \end_inset
22900
22901
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 hphantom{ }
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \backslash
22916 let
22917 \backslash
22918 endtable
22919 \backslash
22920 MyEndtable
22921 \end_layout
22922
22923 \begin_layout Standard
22924
22925 \series bold
22926
22927 \backslash
22928 newcommand{
22929 \backslash
22930 FigBesBeg}{%
22931 \begin_inset Newline newline
22932 \end_inset
22933
22934
22935 \begin_inset ERT
22936 status collapsed
22937
22938 \begin_layout Plain Layout
22939
22940
22941 \backslash
22942 hphantom{ }
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \backslash
22949 let
22950 \backslash
22951 MyFigure
22952 \backslash
22953 figure
22954 \begin_inset Newline newline
22955 \end_inset
22956
22957
22958 \begin_inset ERT
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962
22963
22964 \backslash
22965 hphantom{ }
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \backslash
22972 let
22973 \backslash
22974 MyEndfigure
22975 \backslash
22976 endfigure
22977 \begin_inset Newline newline
22978 \end_inset
22979
22980
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 hphantom{ }
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \backslash
22995 renewenvironment{figure}{
22996 \backslash
22997 begin{SCfigure}}{
22998 \backslash
22999 end{SCfigure}}}
23000 \end_layout
23001
23002 \begin_layout Standard
23003
23004 \series bold
23005
23006 \backslash
23007 newcommand{
23008 \backslash
23009 FigBesEnd}{%
23010 \begin_inset Newline newline
23011 \end_inset
23012
23013
23014 \begin_inset ERT
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018
23019
23020 \backslash
23021 hphantom{ }
23022 \end_layout
23023
23024 \end_inset
23025
23026
23027 \backslash
23028 let
23029 \backslash
23030 figure
23031 \backslash
23032 MyFigure
23033 \begin_inset Newline newline
23034 \end_inset
23035
23036
23037 \begin_inset ERT
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041
23042
23043 \backslash
23044 hphantom{ }
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \backslash
23051 let
23052 \backslash
23053 endfigure
23054 \backslash
23055 MyEndfigure}
23056 \end_layout
23057
23058 \begin_layout Standard
23059
23060 \lyxline
23061
23062 \end_layout
23063
23064 \begin_layout Standard
23065 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23066  la légende se place sur le côté.
23067  Pour les flottants de figure, utilisez la commande
23068 \end_layout
23069
23070 \begin_layout Standard
23071
23072 \series bold
23073
23074 \backslash
23075 FigBesBeg
23076 \end_layout
23077
23078 \begin_layout Standard
23079 en code TeX avant le flottant.
23080  Après le flottant, insérez la commande
23081 \end_layout
23082
23083 \begin_layout Standard
23084
23085 \series bold
23086
23087 \backslash
23088 FigBesEnd
23089 \end_layout
23090
23091 \begin_layout Standard
23092 en code TeX pour revenir à la définition originale du flottant.
23093 \end_layout
23094
23095 \begin_layout Standard
23096 Pour les flottants de tableau, utilisez les commandes correspondantes
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \series bold
23102
23103 \backslash
23104 TabBesBeg
23105 \series default
23106  et 
23107 \series bold
23108
23109 \backslash
23110 TabBesEnd
23111 \end_layout
23112
23113 \begin_layout Standard
23114 La figure
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \begin_inset CommandInset ref
23120 LatexCommand ref
23121 reference "fig:legende-a-coté-fig"
23122
23123 \end_inset
23124
23125  et le tableau
23126 \begin_inset space ~
23127 \end_inset
23128
23129
23130 \begin_inset CommandInset ref
23131 LatexCommand ref
23132 reference "tab:legende-à-coté-tableau"
23133
23134 \end_inset
23135
23136  sont des exemples où la légende a été mises sur le coté.
23137 \end_layout
23138
23139 \begin_layout Standard
23140 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23141  pour les flottants de tableau et vers le bas pour les flottants de figure.
23142  Pour changer ce comportement, vous pouvez utiliser les commandes
23143 \end_layout
23144
23145 \begin_layout Standard
23146
23147 \series bold
23148
23149 \backslash
23150 sidecaptionvpos{type flottant}{placement}
23151 \end_layout
23152
23153 \begin_layout Standard
23154 dans le préambule du document ou en code TeX juste avant le flottant visé.
23155  Le type du flottant est soit 
23156 \family sans
23157 figure
23158 \family default
23159  soit 
23160 \family sans
23161 table
23162 \family default
23163 , le placement peut être 
23164 \begin_inset Quotes eld
23165 \end_inset
23166
23167
23168 \family sans
23169 t
23170 \family default
23171
23172 \begin_inset Quotes erd
23173 \end_inset
23174
23175  pour haut (top), 
23176 \begin_inset Quotes eld
23177 \end_inset
23178
23179
23180 \family sans
23181 c
23182 \family default
23183
23184 \begin_inset Quotes erd
23185 \end_inset
23186
23187  pour centre (center), ou 
23188 \begin_inset Quotes eld
23189 \end_inset
23190
23191
23192 \family sans
23193 b
23194 \family default
23195
23196 \begin_inset Quotes erd
23197 \end_inset
23198
23199  pour bas (bottom).
23200  Pour que, par exemple, les légendes des flottants de figure soient centrés
23201  verticalement, utilisez la commande
23202 \end_layout
23203
23204 \begin_layout Standard
23205
23206 \series bold
23207
23208 \backslash
23209 sidecaptionvpos{figure}{c}
23210 \end_layout
23211
23212 \begin_layout Standard
23213 C'est ce qui a été utilisé pour la figure
23214 \begin_inset space ~
23215 \end_inset
23216
23217
23218 \begin_inset CommandInset ref
23219 LatexCommand ref
23220 reference "fig:legende-à-coté-fig-2"
23221
23222 \end_inset
23223
23224 .
23225 \end_layout
23226
23227 \begin_layout Standard
23228 \begin_inset VSpace medskip
23229 \end_inset
23230
23231 Pour plus d'information sur le paquetage 
23232 \series bold
23233 sidecap
23234 \series default
23235  nous vous renvoyons à sa documentation 
23236 \begin_inset CommandInset citation
23237 LatexCommand cite
23238 key "sidecap"
23239
23240 \end_inset
23241
23242 .
23243 \end_layout
23244
23245 \begin_layout Standard
23246 \begin_inset Note Greyedout
23247 status open
23248
23249 \begin_layout Plain Layout
23250
23251 \series bold
23252 Note:
23253 \series default
23254  Le paquetage LaTeX 
23255 \series bold
23256 hypcap
23257 \series default
23258
23259 \begin_inset Index
23260 status collapsed
23261
23262 \begin_layout Plain Layout
23263 Paquetages LaTeX ! hypcap
23264 \end_layout
23265
23266 \end_inset
23267
23268 , qui est décrit dans la section
23269 \begin_inset space ~
23270 \end_inset
23271
23272
23273 \begin_inset CommandInset ref
23274 LatexCommand ref
23275 reference "sub:Reference-Position"
23276
23277 \end_inset
23278
23279 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 \begin_inset ERT
23289 status collapsed
23290
23291 \begin_layout Plain Layout
23292
23293
23294 \backslash
23295 FigBesBeg 
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Standard
23304 \begin_inset Float figure
23305 wide false
23306 sideways false
23307 status open
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Graphics
23311         filename ../clipart/escher-lsd.eps
23312         scale 75
23313         scaleBeforeRotation
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Caption
23322
23323 \begin_layout Plain Layout
23324 \begin_inset CommandInset label
23325 LatexCommand label
23326 name "fig:legende-a-coté-fig"
23327
23328 \end_inset
23329
23330 Une légende à côté d'une figure.
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \begin_layout Standard
23344 \begin_inset ERT
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348
23349
23350 \backslash
23351 TabBesBeg 
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \begin_layout Standard
23360 \begin_inset Float table
23361 wide false
23362 sideways false
23363 status open
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Caption
23367
23368 \begin_layout Plain Layout
23369 \begin_inset CommandInset label
23370 LatexCommand label
23371 name "tab:legende-à-coté-tableau"
23372
23373 \end_inset
23374
23375 Une légende à côté d'un tableau.
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Tabular
23385 <lyxtabular version="3" rows="4" columns="5">
23386 <features>
23387 <column alignment="center" valignment="top" width="0">
23388 <column alignment="center" valignment="top" width="0">
23389 <column alignment="center" valignment="top" width="0">
23390 <column alignment="center" valignment="top" width="0">
23391 <column alignment="center" valignment="top" width="0">
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 a
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 b
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 c
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 d
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 e
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 f
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 g
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 h
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 i
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 j
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 </lyxtabular>
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Standard
23593 \begin_inset ERT
23594 status collapsed
23595
23596 \begin_layout Plain Layout
23597
23598
23599 \backslash
23600 TabBesEnd
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \begin_layout Standard
23609 \begin_inset ERT
23610 status collapsed
23611
23612 \begin_layout Plain Layout
23613
23614
23615 \backslash
23616 sidecaptionvpos{figure}{c}
23617 \end_layout
23618
23619 \end_inset
23620
23621
23622 \begin_inset Float figure
23623 wide false
23624 sideways false
23625 status open
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Graphics
23629         filename ../clipart/escher-lsd.eps
23630         scale 75
23631         scaleBeforeRotation
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Caption
23640
23641 \begin_layout Plain Layout
23642 \begin_inset CommandInset label
23643 LatexCommand label
23644 name "fig:legende-à-coté-fig-2"
23645
23646 \end_inset
23647
23648 Une légende centrée verticalement à côté d'une figure.
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout Standard
23662 \begin_inset ERT
23663 status collapsed
23664
23665 \begin_layout Plain Layout
23666
23667
23668 \backslash
23669 FigBesEnd
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset ERT
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682
23683
23684 \backslash
23685 else
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \begin_inset Note Note
23692 status open
23693
23694 \begin_layout Plain Layout
23695 Ce qui suit sera affiché si le paquetage LaTeX 
23696 \series bold
23697 sidecap
23698 \series default
23699  n'est pas installé :
23700 \end_layout
23701
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \begin_layout Standard
23708 Vous devez installer le paquetage LaTeX 
23709 \series bold
23710 sidecap
23711 \series default
23712  pour voir la suite de cette section dans la sortie imprimée.
23713 \end_layout
23714
23715 \begin_layout Standard
23716 \begin_inset ERT
23717 status collapsed
23718
23719 \begin_layout Plain Layout
23720
23721
23722 \backslash
23723 fi
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \begin_layout Section
23732 Les Listes de Flottants
23733 \begin_inset CommandInset label
23734 LatexCommand label
23735 name "sec:Listes-de-flottants"
23736
23737 \end_inset
23738
23739
23740 \begin_inset Index
23741 status collapsed
23742
23743 \begin_layout Plain Layout
23744 Flottants ! Listes de Flottants
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \begin_layout Standard
23753 De la même façon que la table des matières fait la liste des sections du
23754  document, il y a des listes pour tous les types de flottants, comme par
23755  exemple pour les figures du document.
23756  Vous pouvez les insérer en utilisant le menu 
23757 \family sans
23758 Insérer\SpecialChar \menuseparator
23759 Listes
23760 \begin_inset space ~
23761 \end_inset
23762
23763 &
23764 \begin_inset space ~
23765 \end_inset
23766
23767 TdM
23768 \family default
23769 .
23770 \end_layout
23771
23772 \begin_layout Standard
23773 Les entrées de la liste sont la légende du flottant ou éventuellement le
23774  titre court, le numéro du flottant, et le numéro de la page où le flottant
23775  apparaît dans le document.
23776 \end_layout
23777
23778 \begin_layout Standard
23779 Vous trouverez à la fin de ce document une liste des figures et une liste
23780  des tableaux.
23781 \end_layout
23782
23783 \begin_layout Chapter
23784 Notes
23785 \end_layout
23786
23787 \begin_layout Section
23788 Les Notes de LyX
23789 \begin_inset CommandInset label
23790 LatexCommand label
23791 name "sec:LyX-Notes"
23792
23793 \end_inset
23794
23795
23796 \begin_inset Index
23797 status collapsed
23798
23799 \begin_layout Plain Layout
23800 Notes ! Notes LyX 
23801 \end_layout
23802
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \begin_layout Standard
23809 On peut insérer une note en utilisant le bouton 
23810 \begin_inset Graphics
23811         filename ../../images/note-insert.png
23812         scale 85
23813         scaleBeforeRotation
23814
23815 \end_inset
23816
23817  de la barre d'outils ou avec le menu 
23818 \family sans
23819 Insérer\SpecialChar \menuseparator
23820 Note
23821 \family default
23822 .
23823  Il y a cinq types de notes :
23824 \end_layout
23825
23826 \begin_layout Description
23827 Note
23828 \begin_inset space ~
23829 \end_inset
23830
23831 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23832  finale.
23833  La boîte de cette note ressemble à ceci :
23834 \begin_inset Newline newline
23835 \end_inset
23836
23837
23838 \begin_inset Newline newline
23839 \end_inset
23840
23841
23842 \begin_inset Graphics
23843         filename clipart/LyXNoteImageQt4.png
23844         scale 65
23845         scaleBeforeRotation
23846
23847 \end_inset
23848
23849  
23850 \begin_inset Note Note
23851 status open
23852
23853 \begin_layout Plain Layout
23854 Le texte de cette note n'apparaîtra pas à l'impression.
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \begin_layout Description
23863 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23864  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23865  vers un fichier au format LaTeX avec le menu 
23866 \family sans
23867 Fichier\SpecialChar \menuseparator
23868 Exporter\SpecialChar \menuseparator
23869 LaTeX (pdflatex) / (plain)
23870 \family default
23871 .
23872  La boîte de cette note ressemble à ceci :
23873 \begin_inset Newline newline
23874 \end_inset
23875
23876
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \begin_inset Graphics
23882         filename clipart/CommentNoteImageQt4.png
23883         scale 55
23884         scaleBeforeRotation
23885
23886 \end_inset
23887
23888
23889 \lang english
23890  
23891 \lang french
23892
23893 \begin_inset Note Comment
23894 status open
23895
23896 \begin_layout Plain Layout
23897 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23898  LaTeX.
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \begin_layout Description
23907 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23908  La boîte de cette note ressemble à ceci :
23909 \lang english
23910
23911 \begin_inset Newline newline
23912 \end_inset
23913
23914
23915 \lang french
23916
23917 \begin_inset Newline newline
23918 \end_inset
23919
23920
23921 \begin_inset Graphics
23922         filename clipart/GreyedOutNoteImageQt4.png
23923         scale 55
23924         scaleBeforeRotation
23925
23926 \end_inset
23927
23928
23929 \begin_inset Newline newline
23930 \end_inset
23931
23932
23933 \begin_inset ERT
23934 status collapsed
23935
23936 \begin_layout Plain Layout
23937
23938
23939 \backslash
23940 renewenvironment{lyxgreyedout}
23941 \end_layout
23942
23943 \begin_layout Plain Layout
23944
23945 {
23946 \backslash
23947 textcolor[gray]{0.8}
23948 \backslash
23949 bgroup}{
23950 \backslash
23951 egroup}
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \begin_inset Note Greyedout
23958 status open
23959
23960 \begin_layout Plain Layout
23961 Le texte
23962 \begin_inset Foot
23963 status open
23964
23965 \begin_layout Plain Layout
23966 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23967  grisé.
23968  
23969 \end_layout
23970
23971 \end_inset
23972
23973  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984
23985 \backslash
23986 renewenvironment{lyxgreyedout}
23987 \end_layout
23988
23989 \begin_layout Plain Layout
23990
23991 {
23992 \backslash
23993 textcolor{blue}
23994 \backslash
23995 bgroup}{
23996 \backslash
23997 egroup}
23998 \end_layout
23999
24000 \end_inset
24001
24002
24003 \begin_inset Note Note
24004 status open
24005
24006 \begin_layout Plain Layout
24007 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24008  originale qu'elle a dans LyX.
24009  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24010  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24011 \end_layout
24012
24013 \end_inset
24014
24015
24016 \begin_inset Newline newline
24017 \end_inset
24018
24019
24020 \begin_inset Newline newline
24021 \end_inset
24022
24023 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24024  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24025 \end_layout
24026
24027 \begin_layout Description
24028 Encadrée Ce type de note apparaîtra sur la sortie finale sous la forme d'un
24029  texte encadré.
24030  La boîte de cette note ressemble à ceci :
24031 \begin_inset Newline newline
24032 \end_inset
24033
24034
24035 \begin_inset Newline newline
24036 \end_inset
24037
24038
24039 \begin_inset Graphics
24040         filename clipart/FramedNoteImageQt4.png
24041         scale 65
24042         scaleBeforeRotation
24043
24044 \end_inset
24045
24046
24047 \lang english
24048  
24049 \lang french
24050
24051 \begin_inset Box Framed
24052 position "t"
24053 hor_pos "c"
24054 has_inner_box 0
24055 inner_pos "t"
24056 use_parbox 0
24057 width "100col%"
24058 special "none"
24059 height "1in"
24060 height_special "totalheight"
24061 status open
24062
24063 \begin_layout Plain Layout
24064 Le texte de cette note apparaîtra encadré à l'impression.
24065 \end_layout
24066
24067 \end_inset
24068
24069 Contrairement aux boîtes encadrées
24070 \begin_inset Foot
24071 status collapsed
24072
24073 \begin_layout Plain Layout
24074 Les boîtes encadrées sont traitées dans la section
24075 \begin_inset space ~
24076 \end_inset
24077
24078
24079 \begin_inset CommandInset ref
24080 LatexCommand ref
24081 reference "sec:Boîtes-encadrées"
24082
24083 \end_inset
24084
24085 .
24086 \end_layout
24087
24088 \end_inset
24089
24090 , le cadre de la note utilise toute la largeur du texte et constitue un
24091  paragraphe à lui tout seul.
24092 \end_layout
24093
24094 \begin_layout Description
24095 Colorée Ce type de note apparaîtra sur la sortie finale avec un arrière-plan
24096  coloré en rouge.
24097  La boîte de cette note ressemble à ceci :
24098 \begin_inset Newline newline
24099 \end_inset
24100
24101
24102 \begin_inset Newline newline
24103 \end_inset
24104
24105
24106 \begin_inset Graphics
24107         filename clipart/ShadedNoteImageQt4.png
24108         scale 65
24109         scaleBeforeRotation
24110
24111 \end_inset
24112
24113
24114 \begin_inset Box Shaded
24115 position "t"
24116 hor_pos "c"
24117 has_inner_box 0
24118 inner_pos "t"
24119 use_parbox 0
24120 width "100col%"
24121 special "none"
24122 height "1in"
24123 height_special "totalheight"
24124 status open
24125
24126 \begin_layout Plain Layout
24127 Le texte de cette note apparaîtra sur fond rouge à l'impression.
24128 \end_layout
24129
24130 \end_inset
24131
24132 Contrairement aux boîtes colorées
24133 \begin_inset Foot
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 Les boîtes colorées sont traitées dans la section
24138 \begin_inset space ~
24139 \end_inset
24140
24141
24142 \begin_inset CommandInset ref
24143 LatexCommand ref
24144 reference "sec:Boîtes-colorées"
24145
24146 \end_inset
24147
24148 .
24149 \end_layout
24150
24151 \end_inset
24152
24153  , la note utilise toute la largeur du texte et constitue un paragraphe
24154  à elle toute seule.
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \begin_inset VSpace bigskip
24159 \end_inset
24160
24161 Quand vous utilisez le bouton 
24162 \begin_inset Graphics
24163         filename ../../images/note-insert.png
24164         scale 85
24165         scaleBeforeRotation
24166
24167 \end_inset
24168
24169  de la barre d'outils, vous insérez une 
24170 \family sans
24171 Note
24172 \begin_inset space ~
24173 \end_inset
24174
24175 LyX
24176 \family default
24177 .
24178  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24179 la et cliquez sur le bouton d'insertion de note.
24180  Pour retransformer une note en texte, appuyez sur la touche 
24181 \family sans
24182 backspace
24183 \family default
24184  quand le curseur est au tout début de la note ou appuyez sur la touche
24185  
24186 \family sans
24187 Suppr.
24188
24189 \family default
24190  quand le curseur se trouve à la fin de la note.
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset VSpace bigskip
24195 \end_inset
24196
24197 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24198  commandes suivantes dans le préambule :
24199 \end_layout
24200
24201 \begin_layout Standard
24202
24203 \series bold
24204
24205 \backslash
24206 renewenvironment{lyxgreyedout}
24207 \begin_inset Newline newline
24208 \end_inset
24209
24210
24211 \begin_inset ERT
24212 status collapsed
24213
24214 \begin_layout Plain Layout
24215
24216
24217 \backslash
24218 hphantom{ }
24219 \end_layout
24220
24221 \end_inset
24222
24223 {
24224 \backslash
24225 textcolor{color}
24226 \backslash
24227 bgroup}{
24228 \backslash
24229 egroup}
24230 \end_layout
24231
24232 \begin_layout Standard
24233 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24234  sont expliqués dans la section
24235 \begin_inset space ~
24236 \end_inset
24237
24238
24239 \begin_inset CommandInset ref
24240 LatexCommand ref
24241 reference "sec:Tableaux-Colorés"
24242
24243 \end_inset
24244
24245 .
24246 \end_layout
24247
24248 \begin_layout Standard
24249 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24250  grisées avec leur texte en bleu.
24251 \end_layout
24252
24253 \begin_layout Standard
24254 \begin_inset VSpace bigskip
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 Le style du texte des notes 
24262 \family sans
24263 Encadrées
24264 \family default
24265  et 
24266 \family sans
24267 Grisées
24268 \family default
24269  peut être modifié avec la fenêtre de dialogue 
24270 \family sans
24271 Style
24272 \begin_inset space ~
24273 \end_inset
24274
24275 du
24276 \begin_inset space ~
24277 \end_inset
24278
24279 texte
24280 \family default
24281 .
24282
24283 \family sans
24284  
24285 \end_layout
24286
24287 \begin_layout Standard
24288 L'épaisseur du trait de bordure pour les notes 
24289 \family sans
24290 Encadrées
24291 \family default
24292  est par défaut de 0.4
24293 \begin_inset space \thinspace{}
24294 \end_inset
24295
24296 pt ; elle peut être modifiée en changeant la valeur de 
24297 \series bold
24298
24299 \backslash
24300 FrameRule
24301 \series default
24302 .
24303  L'espace entre le contenu de la note et le cadre est par défaut de 9
24304 \begin_inset space \thinspace{}
24305 \end_inset
24306
24307 pt ; cette valeur peut aussi être modifiée en changeant la valeur de 
24308 \series bold
24309
24310 \backslash
24311 FrameSep
24312 \series default
24313 .
24314  Par exemple l'aspect de cette note 
24315 \family sans
24316 Encadrée
24317 \family default
24318  est obtenue avec les commandes en code TeX suivantes :
24319 \end_layout
24320
24321 \begin_layout Standard
24322
24323 \series bold
24324
24325 \backslash
24326 FrameRule 5pt 
24327 \backslash
24328 FrameSep 0.5cm
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset ERT
24333 status collapsed
24334
24335 \begin_layout Plain Layout
24336
24337
24338 \backslash
24339 FrameRule 5pt 
24340 \backslash
24341 FrameSep 0.5cm
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \begin_inset Box Framed
24348 position "t"
24349 hor_pos "c"
24350 has_inner_box 0
24351 inner_pos "t"
24352 use_parbox 0
24353 width "100col%"
24354 special "none"
24355 height "1in"
24356 height_special "totalheight"
24357 status open
24358
24359 \begin_layout Plain Layout
24360 Ce texte est dans une note 
24361 \family sans
24362 Encadrée
24363 \family default
24364 .
24365 \end_layout
24366
24367 \end_inset
24368
24369
24370 \begin_inset ERT
24371 status collapsed
24372
24373 \begin_layout Plain Layout
24374
24375
24376 \backslash
24377 FrameRule 0.4pt 
24378 \backslash
24379 FrameSep 9pt
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Standard
24388 \begin_inset VSpace bigskip
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \begin_layout Standard
24395 Pour les notes 
24396 \family sans
24397 Grisées
24398 \family default
24399 , l'espace par défaut entre le texte de la note et le cadre est de 3
24400 \begin_inset space \thinspace{}
24401 \end_inset
24402
24403 pt ; ce qui peut être modifié en changeant la valeur de 
24404 \series bold
24405
24406 \backslash
24407 fboxsep
24408 \series default
24409 .
24410 \begin_inset Newline newline
24411 \end_inset
24412
24413 La couleur par défaut pour le fond est le rouge, ce qui peut être modifié
24414  en utilisant la commande 
24415 \series bold
24416
24417 \backslash
24418 definecolor{shadebox}
24419 \series default
24420 .
24421  Le fonctionnement de la commande 
24422 \series bold
24423
24424 \backslash
24425 definecolor
24426 \series default
24427  est expliqué dans la  section
24428 \begin_inset space ~
24429 \end_inset
24430
24431
24432 \begin_inset CommandInset ref
24433 LatexCommand ref
24434 reference "sec:Tableaux-Colorés"
24435
24436 \end_inset
24437
24438
24439 \begin_inset Foot
24440 status open
24441
24442 \begin_layout Plain Layout
24443 Notez qu'il faut charger le paquetage LaTeX 
24444 \series bold
24445 color
24446 \series default
24447  dans le préambule pour pouvoir utiliser la commande 
24448 \series bold
24449
24450 \backslash
24451 definecolor,
24452 \series default
24453  voir la section
24454 \begin_inset space ~
24455 \end_inset
24456
24457
24458 \begin_inset CommandInset ref
24459 LatexCommand ref
24460 reference "sec:Boîtes-colorées"
24461
24462 \end_inset
24463
24464 .
24465 \end_layout
24466
24467 \end_inset
24468
24469 .
24470 \end_layout
24471
24472 \begin_layout Standard
24473 Par exemple l'aspect de cette note 
24474 \family sans
24475 Grisée
24476 \family default
24477  est obtenue avec les commandes en code TeX suivantes :
24478 \end_layout
24479
24480 \begin_layout Standard
24481
24482 \series bold
24483
24484 \backslash
24485 fboxsep 0.5cm
24486 \series default
24487
24488 \begin_inset Newline newline
24489 \end_inset
24490
24491
24492 \series bold
24493
24494 \backslash
24495 def\SpecialChar \textcompwordmark{}
24496 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24497 \end_layout
24498
24499 \begin_layout Standard
24500 \begin_inset ERT
24501 status collapsed
24502
24503 \begin_layout Plain Layout
24504
24505
24506 \backslash
24507 fboxsep 0.5cm
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \begin_inset ERT
24514 status collapsed
24515
24516 \begin_layout Plain Layout
24517
24518
24519 \backslash
24520 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \begin_inset Box Shaded
24527 position "t"
24528 hor_pos "c"
24529 has_inner_box 0
24530 inner_pos "t"
24531 use_parbox 0
24532 width "100col%"
24533 special "none"
24534 height "1in"
24535 height_special "totalheight"
24536 status open
24537
24538 \begin_layout Plain Layout
24539
24540 \color yellow
24541 Ceci est un texte jaune dans une boîte grisée avec un fond vert foncé.
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \begin_inset ERT
24548 status collapsed
24549
24550 \begin_layout Plain Layout
24551
24552
24553 \backslash
24554 fboxsep 3pt
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \begin_inset ERT
24561 status collapsed
24562
24563 \begin_layout Plain Layout
24564
24565
24566 \backslash
24567 definecolor{shadecolor}{rgb}{1,0,0}
24568 \end_layout
24569
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \begin_layout Section
24576 Notes en Bas de Page
24577 \begin_inset CommandInset label
24578 LatexCommand label
24579 name "sec:Notes-bas-de-page"
24580
24581 \end_inset
24582
24583
24584 \begin_inset Index
24585 status collapsed
24586
24587 \begin_layout Plain Layout
24588 Notes ! Notes de bas de page
24589 \end_layout
24590
24591 \end_inset
24592
24593
24594 \begin_inset Index
24595 status collapsed
24596
24597 \begin_layout Plain Layout
24598 Notes de bas de page
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24608  
24609 \begin_inset Graphics
24610         filename ../../images/footnote-insert.png
24611         scale 85
24612         scaleBeforeRotation
24613
24614 \end_inset
24615
24616  de la barre d'outils, soit en utilisant le menu 
24617 \family sans
24618 Insérer\SpecialChar \menuseparator
24619 Note
24620 \begin_inset space ~
24621 \end_inset
24622
24623 en
24624 \begin_inset space ~
24625 \end_inset
24626
24627 Bas
24628 \begin_inset space ~
24629 \end_inset
24630
24631 de
24632 \begin_inset space ~
24633 \end_inset
24634
24635 Page
24636 \family default
24637 .
24638  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24639  rouge 
24640 \begin_inset Quotes fld
24641 \end_inset
24642
24643 bas
24644 \begin_inset Quotes frd
24645 \end_inset
24646
24647  qui ressemble à ceci : 
24648 \begin_inset Graphics
24649         filename clipart/footnoteQt4.png
24650         scale 80
24651         scaleBeforeRotation
24652
24653 \end_inset
24654
24655  Vous pouvez y entrer votre texte.
24656  Si vous voulez transformer du texte déjà existant en note en bas de page,
24657  sélectionnez-le et cliquez sur le bouton 
24658 \family sans
24659 Note
24660 \begin_inset space ~
24661 \end_inset
24662
24663 en
24664 \begin_inset space ~
24665 \end_inset
24666
24667 Bas
24668 \begin_inset space ~
24669 \end_inset
24670
24671 de
24672 \begin_inset space ~
24673 \end_inset
24674
24675 Page
24676 \family default
24677  de la barre d'outils.
24678  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24679  
24680 \family sans
24681 backspace
24682 \family default
24683  quand le curseur est au tout début de la note ou appuyez sur la touche
24684  
24685 \family sans
24686 Suppr.
24687
24688 \family default
24689  quand le curseur se trouve à la fin de la note.
24690 \end_layout
24691
24692 \begin_layout Standard
24693 Voici un exemple de note en bas de page:
24694 \begin_inset Foot
24695 status open
24696
24697 \begin_layout Plain Layout
24698 \begin_inset CommandInset label
24699 LatexCommand label
24700 name "fn:Note-en-bas"
24701
24702 \end_inset
24703
24704 Ceci est un exemple de note en bas de page.
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 newcounter{MyRepeatFoot}
24718 \end_layout
24719
24720 \begin_layout Plain Layout
24721
24722
24723 \backslash
24724 setcounter{MyRepeatFoot}{
24725 \backslash
24726 thefootnote}
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24736  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24737  de note.
24738  Le texte de la note est placé en bas de la page courante.
24739  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24740  Selon votre classe de document les numéros de notes pourront être réinitialisés
24741  à chaque nouveau chapitre.
24742 \end_layout
24743
24744 \begin_layout Standard
24745 On peut faire référence à une note en bas de page comme on le fait avec
24746  les flottants : Insérez une étiquette dans la note et faites une référence
24747  croisée vers cette étiquette comme c'est décrit dans la
24748 \begin_inset space ~
24749 \end_inset
24750
24751
24752 \begin_inset CommandInset ref
24753 LatexCommand ref
24754 reference "sec:Referencer-les-Flottants"
24755
24756 \end_inset
24757
24758 .
24759 \begin_inset Newline newline
24760 \end_inset
24761
24762 Voici une référence à une note de bas de page :
24763 \begin_inset space ~
24764 \end_inset
24765
24766
24767 \begin_inset CommandInset ref
24768 LatexCommand ref
24769 reference "fn:Note-en-bas"
24770
24771 \end_inset
24772
24773 .
24774 \end_layout
24775
24776 \begin_layout Standard
24777 \begin_inset VSpace defskip
24778 \end_inset
24779
24780 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24781  des minipages, voyez la section
24782 \begin_inset space ~
24783 \end_inset
24784
24785
24786 \begin_inset CommandInset ref
24787 LatexCommand ref
24788 reference "sec:Minipages"
24789
24790 \end_inset
24791
24792 .
24793  Les notes de bas de page dans des tableaux longs sont traitées dans la
24794  section
24795 \begin_inset space ~
24796 \end_inset
24797
24798
24799 \begin_inset CommandInset ref
24800 LatexCommand ref
24801 reference "sub:Notes-dans-tableau-long"
24802
24803 \end_inset
24804
24805 .
24806 \end_layout
24807
24808 \begin_layout Standard
24809 \begin_inset VSpace defskip
24810 \end_inset
24811
24812 Pour créer seulement la marque de note, utilisez la commande 
24813 \series bold
24814
24815 \backslash
24816 footnotemark[nombre]
24817 \series default
24818  en code TeX.
24819  On utilise cette possibilité quand on a plusieurs fois la même annotation
24820  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24821  bas de page à chaque fois.
24822 \begin_inset Newline newline
24823 \end_inset
24824
24825 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24826  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24827  part.
24828  Pour la marque de note qui suit, ces commandes ont été insérées en code
24829  TeX après la note
24830 \begin_inset space ~
24831 \end_inset
24832
24833
24834 \begin_inset CommandInset ref
24835 LatexCommand ref
24836 reference "fn:Note-en-bas"
24837
24838 \end_inset
24839
24840  pour enregistrer le numéro de note de bas de page :
24841 \end_layout
24842
24843 \begin_layout Standard
24844
24845 \series bold
24846
24847 \backslash
24848 newcounter{MyRepeatFoot}
24849 \begin_inset Newline newline
24850 \end_inset
24851
24852
24853 \backslash
24854 setcounter{MyRepeatFoot}{
24855 \backslash
24856 thefootnote}
24857 \end_layout
24858
24859 \begin_layout Standard
24860 La marque de note a été créée avec la commande suivante :
24861 \end_layout
24862
24863 \begin_layout Standard
24864
24865 \series bold
24866
24867 \backslash
24868 footnotemark[
24869 \backslash
24870 theMyRepeatFoot]
24871 \end_layout
24872
24873 \begin_layout Standard
24874 Voici un exemple de marque de note de bas de page : 
24875 \begin_inset ERT
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879
24880
24881 \backslash
24882 footnotemark[
24883 \backslash
24884 theMyRepeatFoot]
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Subsection
24893 Numérotation de Notes de Bas de Page
24894 \begin_inset CommandInset label
24895 LatexCommand label
24896 name "sub:Numerotation-notes-bas-de-page"
24897
24898 \end_inset
24899
24900
24901 \begin_inset Index
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905 Notes de bas de page ! Numérotation
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Standard
24914 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24915  ajoutez cette commande dans le préambule de votre document :
24916 \end_layout
24917
24918 \begin_layout Standard
24919
24920 \series bold
24921
24922 \backslash
24923 @addtoreset{footnote}{section}
24924 \end_layout
24925
24926 \begin_layout Standard
24927 \begin_inset VSpace bigskip
24928 \end_inset
24929
24930 La commande de préambule suivante change le style de numérotation des notes
24931  en petits chiffres romains :
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \series bold
24937
24938 \backslash
24939 renewcommand{
24940 \backslash
24941 thefootnote}{
24942 \backslash
24943 roman{footnote}}
24944 \end_layout
24945
24946 \begin_layout Standard
24947 \begin_inset ERT
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951
24952
24953 \backslash
24954 renewcommand{
24955 \backslash
24956 thefootnote}{
24957 \backslash
24958 roman{footnote}}
24959 \end_layout
24960
24961 \end_inset
24962
24963  Cette note de bas de page utilise une numérotation en chiffres romains
24964  :
24965 \begin_inset Foot
24966 status open
24967
24968 \begin_layout Plain Layout
24969 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24970  romains.
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24980  la commande précédente 
24981 \series bold
24982
24983 \backslash
24984 roman
24985 \series default
24986  par 
24987 \series bold
24988
24989 \backslash
24990 Roman
24991 \series default
24992 .
24993  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24994  utilisez respectivement soit 
24995 \series bold
24996
24997 \backslash
24998 Alph
24999 \series default
25000  soit 
25001 \series bold
25002
25003 \backslash
25004 alph
25005 \series default
25006 .
25007  Pour les 
25008 \begin_inset Quotes eld
25009 \end_inset
25010
25011 numéroter
25012 \begin_inset Quotes erd
25013 \end_inset
25014
25015  avec des symboles, utilisez 
25016 \series bold
25017
25018 \backslash
25019 fnsymbol
25020 \series default
25021 .
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \begin_inset Note Greyedout
25026 status open
25027
25028 \begin_layout Plain Layout
25029
25030 \series bold
25031 Note:
25032 \series default
25033  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
25034  puisque cette numérotation est limitée à des lettres seules.
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \begin_inset Newline newline
25041 \end_inset
25042
25043
25044 \begin_inset Note Greyedout
25045 status open
25046
25047 \begin_layout Plain Layout
25048
25049 \series bold
25050 Note:
25051 \series default
25052  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 Pour revenir au style de numérotation par défaut quand vous en avez changé,
25062  utilisez 
25063 \series bold
25064
25065 \backslash
25066 arabic
25067 \series default
25068  à la place de 
25069 \series bold
25070
25071 \backslash
25072 roman
25073 \series default
25074  dans la commande précédente.
25075 \begin_inset ERT
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079
25080
25081 \backslash
25082 renewcommand{
25083 \backslash
25084 thefootnote}{
25085 \backslash
25086 arabic{footnote}}
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \end_layout
25093
25094 \begin_layout Standard
25095 \begin_inset VSpace bigskip
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \begin_layout Standard
25102 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25103  le schéma 
25104 \begin_inset Quotes eld
25105 \end_inset
25106
25107 chapitre.note
25108 \begin_inset Quotes erd
25109 \end_inset
25110
25111 , ajoutez la commande suivante au préambule de votre document :
25112 \end_layout
25113
25114 \begin_layout Standard
25115
25116 \series bold
25117
25118 \backslash
25119 numberwithin{footnote}{chapter}
25120 \end_layout
25121
25122 \begin_layout Standard
25123 Pour pouvoir utiliser la commande 
25124 \series bold
25125
25126 \backslash
25127 numberwithin
25128 \series default
25129 , activez dans la rubrique 
25130 \family sans
25131 Options
25132 \begin_inset space ~
25133 \end_inset
25134
25135 des
25136 \begin_inset space ~
25137 \end_inset
25138
25139 Maths
25140 \family default
25141  dans les paramètres du document, l'option 
25142 \family sans
25143 Utiliser
25144 \begin_inset space ~
25145 \end_inset
25146
25147 le
25148 \begin_inset space ~
25149 \end_inset
25150
25151 paquetage
25152 \begin_inset space ~
25153 \end_inset
25154
25155 maths
25156 \begin_inset space ~
25157 \end_inset
25158
25159 AMS
25160 \family default
25161 .
25162 \end_layout
25163
25164 \begin_layout Standard
25165 \begin_inset ERT
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170
25171 \backslash
25172 numberwithin{footnote}{chapter}
25173 \end_layout
25174
25175 \end_inset
25176
25177 Ceci est un autre exemple de note de bas de page:
25178 \series bold
25179
25180 \begin_inset Foot
25181 status open
25182
25183 \begin_layout Plain Layout
25184 Cette note est numérotée en suivant le schéma 
25185 \begin_inset Quotes eld
25186 \end_inset
25187
25188 chapitre.note
25189 \begin_inset Quotes erd
25190 \end_inset
25191
25192 .
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \series default
25199
25200 \begin_inset ERT
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204
25205
25206 \backslash
25207 renewcommand{
25208 \backslash
25209 thefootnote}{
25210 \backslash
25211 arabic{footnote}}
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \end_layout
25218
25219 \begin_layout Standard
25220 \begin_inset Note Greyedout
25221 status open
25222
25223 \begin_layout Plain Layout
25224
25225 \series bold
25226 Note:
25227 \series default
25228  
25229 \series bold
25230
25231 \backslash
25232 numberwithin
25233 \series default
25234  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25235  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25236  prises en compte.
25237  
25238 \end_layout
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \begin_layout Standard
25246 Donc pour avoir par exemple le schéma 
25247 \begin_inset Quotes eld
25248 \end_inset
25249
25250 chapitre.
25251 \backslash
25252 Roman{note}
25253 \begin_inset Quotes erd
25254 \end_inset
25255
25256 , utilisez la commande suivante plutôt que 
25257 \series bold
25258
25259 \backslash
25260 numberwithin
25261 \series default
25262  :
25263 \end_layout
25264
25265 \begin_layout Standard
25266
25267 \series bold
25268
25269 \backslash
25270 renewcommand{
25271 \backslash
25272 thefootnote}{
25273 \backslash
25274 thechapter.
25275 \backslash
25276 Roman{footnote}}
25277 \end_layout
25278
25279 \begin_layout Subsection
25280 Positionnement de notes de bas de page
25281 \begin_inset Index
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285 Notes de bas de page ! Positionnement
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \begin_layout Standard
25294 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25295  vertical entre elles en bas de la page.
25296  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25297  de 1.5
25298 \begin_inset space \thinspace{}
25299 \end_inset
25300
25301 mm avec la commande suivante dans le préambule :
25302 \end_layout
25303
25304 \begin_layout Standard
25305
25306 \series bold
25307
25308 \backslash
25309 let
25310 \backslash
25311 myFoot
25312 \backslash
25313 footnote
25314 \begin_inset Newline newline
25315 \end_inset
25316
25317
25318 \backslash
25319 renewcommand{
25320 \backslash
25321 footnote}[1]{
25322 \backslash
25323 myFoot{#1
25324 \backslash
25325 vspace{1.5mm}}}
25326 \end_layout
25327
25328 \begin_layout Standard
25329 \begin_inset VSpace bigskip
25330 \end_inset
25331
25332 Dans un document à deux colonnes les notes de bas de page apparaissent en
25333  bas de chaque colonne, comme sur la Figure
25334 \begin_inset space ~
25335 \end_inset
25336
25337
25338 \begin_inset CommandInset ref
25339 LatexCommand ref
25340 reference "fig:Position-standard-note-bas-de-page"
25341
25342 \end_inset
25343
25344 .
25345  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25346  sur la Figure
25347 \begin_inset space ~
25348 \end_inset
25349
25350
25351 \begin_inset CommandInset ref
25352 LatexCommand ref
25353 reference "fig:Position-note-avec-ftnright"
25354
25355 \end_inset
25356
25357 , utilisez le paquetage LaTeX 
25358 \series bold
25359 ftnright
25360 \series default
25361
25362 \begin_inset Index
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366 Paquetages LaTeX ! ftnright
25367 \end_layout
25368
25369 \end_inset
25370
25371  avec cette commande dans le préambule du document:
25372 \end_layout
25373
25374 \begin_layout Standard
25375
25376 \series bold
25377
25378 \backslash
25379 usepackage{ftnright}
25380 \end_layout
25381
25382 \begin_layout Standard
25383 \begin_inset Float figure
25384 placement !h
25385 wide false
25386 sideways false
25387 status open
25388
25389 \begin_layout Plain Layout
25390 \begin_inset ERT
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394
25395
25396 \backslash
25397 framebox{
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \begin_inset Graphics
25404         filename ../clipart/without_fntright.pdf
25405         width 100col%
25406         scaleBeforeRotation
25407
25408 \end_inset
25409
25410
25411 \begin_inset ERT
25412 status collapsed
25413
25414 \begin_layout Plain Layout
25415
25416 }
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Plain Layout
25425 \begin_inset Caption
25426
25427 \begin_layout Plain Layout
25428 \begin_inset CommandInset label
25429 LatexCommand label
25430 name "fig:Position-standard-note-bas-de-page"
25431
25432 \end_inset
25433
25434 Positionnement standard des notes de bas de page dans un document à deux
25435  colonnes.
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \begin_layout Standard
25449 \begin_inset Float figure
25450 placement !h
25451 wide false
25452 sideways false
25453 status open
25454
25455 \begin_layout Plain Layout
25456 \begin_inset ERT
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460
25461
25462 \backslash
25463 framebox{
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \begin_inset Graphics
25470         filename ../clipart/with_fntright.pdf
25471         width 100col%
25472         scaleBeforeRotation
25473
25474 \end_inset
25475
25476
25477 \begin_inset ERT
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481
25482 }
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Plain Layout
25491 \begin_inset Caption
25492
25493 \begin_layout Plain Layout
25494 \begin_inset CommandInset label
25495 LatexCommand label
25496 name "fig:Position-note-avec-ftnright"
25497
25498 \end_inset
25499
25500 Positionnement de notes de bas de page dans un document à deux colonnes
25501  en utilisant le paquetage LaTeX 
25502 \series bold
25503 ftnright
25504 \series default
25505 .
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \begin_layout Standard
25519 \begin_inset VSpace bigskip
25520 \end_inset
25521
25522 Dans certaines publications scientifiques, il est courant de rassembler
25523  les notes de bas de page et de les imprimer dans un paragraphe particulier
25524  à la fin de la section, comme sur la Figure
25525 \begin_inset space ~
25526 \end_inset
25527
25528
25529 \begin_inset CommandInset ref
25530 LatexCommand ref
25531 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25532
25533 \end_inset
25534
25535 .
25536  On les appelle 
25537 \begin_inset Quotes eld
25538 \end_inset
25539
25540 notes de fin
25541 \begin_inset Quotes erd
25542 \end_inset
25543
25544 .
25545 \begin_inset Note Note
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 J'ai pas trouvé mieux pour endnotes (NdT)
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \begin_inset Index
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559 Notes de fin
25560 \end_layout
25561
25562 \end_inset
25563
25564  Pour utiliser des notes de fin à la place des notes de bas de page dans
25565  votre document, chargez le paquetage LaTeX 
25566 \series bold
25567 endnotes
25568 \series default
25569
25570 \begin_inset Index
25571 status collapsed
25572
25573 \begin_layout Plain Layout
25574 Paquetages LaTeX ! endnotes
25575 \end_layout
25576
25577 \end_inset
25578
25579  avec ces lignes dans le préambule du document
25580 \end_layout
25581
25582 \begin_layout Standard
25583
25584 \series bold
25585
25586 \backslash
25587 usepackage{endnotes}
25588 \begin_inset Newline newline
25589 \end_inset
25590
25591
25592 \backslash
25593 let
25594 \backslash
25595 footnote
25596 \backslash
25597 endnote
25598 \end_layout
25599
25600 \begin_layout Standard
25601 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25602 \end_layout
25603
25604 \begin_layout Standard
25605
25606 \series bold
25607
25608 \backslash
25609 theendnotes
25610 \end_layout
25611
25612 \begin_layout Standard
25613 en code TeX à la fin d'une section ou d'un chapitre.
25614 \end_layout
25615
25616 \begin_layout Standard
25617 \begin_inset Float figure
25618 wide false
25619 sideways false
25620 status open
25621
25622 \begin_layout Plain Layout
25623 \align center
25624 \begin_inset ERT
25625 status collapsed
25626
25627 \begin_layout Plain Layout
25628
25629
25630 \backslash
25631 framebox{
25632 \end_layout
25633
25634 \end_inset
25635
25636
25637 \begin_inset Graphics
25638         filename ../clipart/endnotes.pdf
25639         scaleBeforeRotation
25640
25641 \end_inset
25642
25643
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649 }
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Plain Layout
25658 \begin_inset Caption
25659
25660 \begin_layout Plain Layout
25661 \begin_inset CommandInset label
25662 LatexCommand label
25663 name "fig:Notes-de-fin---notes-de-bas-de-page"
25664
25665 \end_inset
25666
25667 Les notes de fin -- notes de bas de page sont imprimées dans un paragraphe
25668  séparé à la fin des sections ou des chapitres.
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \begin_layout Standard
25682 \begin_inset VSpace medskip
25683 \end_inset
25684
25685 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25686  dans la langue du document, cela doit être fait manuellement.
25687  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25688  
25689 \begin_inset Quotes eld
25690 \end_inset
25691
25692 Notes
25693 \begin_inset Quotes erd
25694 \end_inset
25695
25696  en sa traduction Allemande
25697 \begin_inset Foot
25698 status collapsed
25699
25700 \begin_layout Plain Layout
25701 En français, 
25702 \begin_inset Quotes eld
25703 \end_inset
25704
25705 Notes
25706 \begin_inset Quotes erd
25707 \end_inset
25708
25709  peut être conservé.
25710 \end_layout
25711
25712 \end_inset
25713
25714  
25715 \begin_inset Quotes eld
25716 \end_inset
25717
25718 Anmerkungen
25719 \begin_inset Quotes erd
25720 \end_inset
25721
25722  :
25723 \end_layout
25724
25725 \begin_layout Standard
25726
25727 \series bold
25728
25729 \backslash
25730 renewcommand{
25731 \backslash
25732 notesname}{Anmerkungen}
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \begin_inset VSpace medskip
25737 \end_inset
25738
25739 La numérotation des notes de fin peut être modifiée comme celle des notes
25740  de bas de page comme c'est décrit dans la section
25741 \begin_inset space ~
25742 \end_inset
25743
25744
25745 \begin_inset CommandInset ref
25746 LatexCommand ref
25747 reference "sub:Numerotation-notes-bas-de-page"
25748
25749 \end_inset
25750
25751  ; remplacez juste la commande 
25752 \series bold
25753
25754 \backslash
25755 thefootnote
25756 \series default
25757  par 
25758 \series bold
25759
25760 \backslash
25761 theendnote
25762 \series default
25763 .
25764  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25765 \series bold
25766
25767 \backslash
25768 @addtoreset
25769 \series default
25770  comme c'est décrit dans la section
25771 \begin_inset space ~
25772 \end_inset
25773
25774
25775 \begin_inset CommandInset ref
25776 LatexCommand ref
25777 reference "sub:Numerotation-notes-bas-de-page"
25778
25779 \end_inset
25780
25781  et remplacez le paramètre de commande 
25782 \series bold
25783 footnote
25784 \series default
25785  par 
25786 \series bold
25787 endnote
25788 \series default
25789 .
25790 \end_layout
25791
25792 \begin_layout Standard
25793 Pour seulement créer une marque de note de fin, utilisez la commande 
25794 \series bold
25795
25796 \backslash
25797 endnotemark[numéro]
25798 \series default
25799  qui est semblable à 
25800 \series bold
25801
25802 \backslash
25803 footnotemark
25804 \series default
25805 , décrite dans la section
25806 \begin_inset space ~
25807 \end_inset
25808
25809
25810 \begin_inset CommandInset ref
25811 LatexCommand ref
25812 reference "sec:Notes-bas-de-page"
25813
25814 \end_inset
25815
25816 .
25817 \end_layout
25818
25819 \begin_layout Standard
25820 \begin_inset VSpace bigskip
25821 \end_inset
25822
25823 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25824 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25825 \series bold
25826 footmisc
25827 \series default
25828
25829 \begin_inset Index
25830 status collapsed
25831
25832 \begin_layout Plain Layout
25833 Paquetages LaTeX ! footmisc
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \begin_inset CommandInset citation
25840 LatexCommand cite
25841 key "footmisc"
25842
25843 \end_inset
25844
25845  pour plus d'information à ce sujet.
25846 \end_layout
25847
25848 \begin_layout Standard
25849 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25850  voyez les livres sur LaTeX, 
25851 \begin_inset CommandInset citation
25852 LatexCommand cite
25853 key "latexcompanion,latexguide,latexbook"
25854
25855 \end_inset
25856
25857 .
25858 \end_layout
25859
25860 \begin_layout Section
25861 Notes en Marge
25862 \begin_inset Index
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 Notes ! Notes en Marge
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Standard
25875 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25876 t de la même façon.
25877  Quand vous insérez une note en marge avec 
25878 \family sans
25879 Insérer\SpecialChar \menuseparator
25880 Note
25881 \begin_inset space ~
25882 \end_inset
25883
25884 en
25885 \begin_inset space ~
25886 \end_inset
25887
25888 Marge
25889 \family default
25890  ou avec le bouton 
25891 \begin_inset Graphics
25892         filename ../../images/marginalnote-insert.png
25893         scale 85
25894         scaleBeforeRotation
25895
25896 \end_inset
25897
25898  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25899  grise avec une étiquette rouge 
25900 \begin_inset Quotes fld
25901 \end_inset
25902
25903 marge
25904 \begin_inset Quotes frd
25905 \end_inset
25906
25907 .
25908  
25909 \begin_inset Marginal
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 C'est une note en marge.
25914 \end_layout
25915
25916 \end_inset
25917
25918  Cette boîte est la représentation de votre note dans LyX.
25919  Vous pouvez y entrer votre texte.
25920 \end_layout
25921
25922 \begin_layout Standard
25923 Les notes en marge apparaissent dans la marge de droite dans les documents
25924  imprimées sur une seule face.
25925  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25926  
25927 \begin_inset Quotes eld
25928 \end_inset
25929
25930 extérieure
25931 \begin_inset Quotes erd
25932 \end_inset
25933
25934  -- la gauche sur les pages paires et la droite sur les pages impaires.
25935  Le texte de la note en marge est aligné à l'opposé de la marge externe
25936  -- aligné à droite quand la note apparaît dans la marge de gauche.
25937  La première ligne de la note apparaît à la hauteur de la ligne de texte
25938  où la note a été insérée dans le document.
25939 \end_layout
25940
25941 \begin_layout Standard
25942 \begin_inset VSpace bigskip
25943 \end_inset
25944
25945 Pour placer une note dans la marge interne, ajoutez la commande suivante
25946  :
25947 \end_layout
25948
25949 \begin_layout Standard
25950
25951 \series bold
25952
25953 \backslash
25954 reversemarginpar
25955 \end_layout
25956
25957 \begin_layout Standard
25958 sous forme de code TeX avant votre note de marge.
25959  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25960  qui suivent 
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 reversemarginpar 
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \begin_inset Marginal
25975 status open
25976
25977 \begin_layout Plain Layout
25978 Cette note en marge est dans la marge interne.
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \series bold
25985
25986 \begin_inset Newline newline
25987 \end_inset
25988
25989
25990 \series default
25991
25992 \begin_inset Note Greyedout
25993 status open
25994
25995 \begin_layout Plain Layout
25996
25997 \series bold
25998 Note:
25999 \series default
26000  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26001  les notes sont souvent mal mises en formes dans la sortie imprimée.
26002 \end_layout
26003
26004 \end_inset
26005
26006
26007 \end_layout
26008
26009 \begin_layout Standard
26010 Pour revenir au positionnement par défaut, ajoutez la commande :
26011 \end_layout
26012
26013 \begin_layout Standard
26014
26015 \series bold
26016
26017 \backslash
26018 normalmarginpar
26019 \end_layout
26020
26021 \begin_layout Standard
26022 sous forme de code TeX.
26023 \begin_inset ERT
26024 status collapsed
26025
26026 \begin_layout Plain Layout
26027
26028
26029 \backslash
26030 normalmarginpar 
26031 \end_layout
26032
26033 \end_inset
26034
26035  
26036 \begin_inset Note Greyedout
26037 status open
26038
26039 \begin_layout Plain Layout
26040
26041 \series bold
26042 Note:
26043 \series default
26044  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26045  
26046 \series bold
26047
26048 \backslash
26049 reversemarginpar
26050 \series default
26051  est aussi utilisée.
26052 \end_layout
26053
26054 \end_inset
26055
26056
26057 \end_layout
26058
26059 \begin_layout Standard
26060 \begin_inset VSpace bigskip
26061 \end_inset
26062
26063
26064 \begin_inset Marginal
26065 status open
26066
26067 \begin_layout Plain Layout
26068 UnTrèsLongMotEnMarge sans césure.
26069 \end_layout
26070
26071 \end_inset
26072
26073  Comme dans le cas décrit dans la section
26074 \begin_inset space ~
26075 \end_inset
26076
26077
26078 \begin_inset CommandInset ref
26079 LatexCommand ref
26080 reference "sub:Lignes-multiple-dans-cellule"
26081
26082 \end_inset
26083
26084 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26085  mot d'une note en marge.
26086  Pour éviter ce problème, insérez la commande suivante sous forme de code
26087  TeX, avant le mot en question: 
26088 \begin_inset Marginal
26089 status open
26090
26091 \begin_layout Plain Layout
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 hspace{0pt}
26100 \end_layout
26101
26102 \end_inset
26103
26104 UnMotTrèsLongEnMarge avec une césure.
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115
26116 \backslash
26117 hspace{0pt}
26118 \end_layout
26119
26120 \begin_layout Standard
26121 \begin_inset VSpace bigskip
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \begin_layout Standard
26128 \begin_inset Note Greyedout
26129 status open
26130
26131 \begin_layout Plain Layout
26132
26133 \series bold
26134 Note:
26135 \series default
26136  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26137  tableaux, des flottants et des notes de bas de page.
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Standard
26146 \begin_inset VSpace bigskip
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Standard
26153 \begin_inset ERT
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157
26158
26159 \backslash
26160 ifmarginnote
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \begin_inset Note Note
26167 status open
26168
26169 \begin_layout Plain Layout
26170 La section suivante ne sera affichée que si le paquetage LaTeX 
26171 \series bold
26172 marginnote
26173 \series default
26174  a été installé.
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \begin_layout Standard
26183 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26184 \series bold
26185 marginnote
26186 \series default
26187
26188 \begin_inset Index
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192 Paquetages LaTeX ! marginnote
26193 \end_layout
26194
26195 \end_inset
26196
26197 .
26198  En ajoutant les deux lignes suivantes au préambule de votre document, la
26199  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26200  la commande fournie par le paquetage 
26201 \series bold
26202 marginnote
26203 \series default
26204  :
26205 \end_layout
26206
26207 \begin_layout Standard
26208
26209 \series bold
26210
26211 \backslash
26212 usepackage{marginnote}
26213 \begin_inset Newline newline
26214 \end_inset
26215
26216
26217 \backslash
26218 let
26219 \backslash
26220 marginpar
26221 \backslash
26222 marginnote
26223 \end_layout
26224
26225 \begin_layout Standard
26226 Ce paquetage est aussi utilisé dans ce document parce que 
26227 \series bold
26228 marginnote
26229 \series default
26230  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26231  vertical pour une note.
26232  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26233  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26234  en page.
26235  Le décalage est inséré dans LyX sous forme de code TeX directement après
26236  la note sous la forme
26237 \end_layout
26238
26239 \begin_layout Standard
26240
26241 \series bold
26242 [offset]
26243 \end_layout
26244
26245 \begin_layout Standard
26246 où l'offset utilise l'une des unités listées dans le tableau
26247 \begin_inset space ~
26248 \end_inset
26249
26250
26251 \begin_inset CommandInset ref
26252 LatexCommand ref
26253 reference "cha:Unités-de-longueur"
26254
26255 \end_inset
26256
26257 .
26258  Une valeur négative déplace la note vers le haut, une valeur positive la
26259  déplace vers le bas.
26260  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26261  vers le haut de 1.5
26262 \begin_inset space \thinspace{}
26263 \end_inset
26264
26265 cm avec la commande en code TeX 
26266 \begin_inset Quotes eld
26267 \end_inset
26268
26269
26270 \series bold
26271 [-1.5cm]
26272 \series default
26273
26274 \begin_inset Quotes erd
26275 \end_inset
26276
26277
26278 \begin_inset Marginal
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282 Cette note en marge est décalée vers le haut de 1.5
26283 \begin_inset space \thinspace{}
26284 \end_inset
26285
26286 cm par rapport à sa position d'origine.
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \begin_inset ERT
26293 status collapsed
26294
26295 \begin_layout Plain Layout
26296
26297 [-1.5cm]
26298 \end_layout
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Standard
26306 \begin_inset VSpace medskip
26307 \end_inset
26308
26309 Avec le paquetage 
26310 \series bold
26311 marginnote
26312 \series default
26313  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26314  Par exemple les commandes 
26315 \end_layout
26316
26317 \begin_layout Standard
26318
26319 \series bold
26320
26321 \backslash
26322 renewcommand*{
26323 \backslash
26324 raggedleftmarginnote}{
26325 \backslash
26326 centering}
26327 \begin_inset Newline newline
26328 \end_inset
26329
26330
26331 \backslash
26332 renewcommand*{
26333 \backslash
26334 raggedrightmarginnote}{
26335 \backslash
26336 centering}
26337 \end_layout
26338
26339 \begin_layout Standard
26340 donnent un alignement centré.
26341  
26342 \series bold
26343
26344 \backslash
26345 raggedleftmarginnote
26346 \series default
26347  indique une note qui apparaît dans la marge de gauche.
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352
26353
26354 \backslash
26355 renewcommand*{
26356 \backslash
26357 raggedleftmarginnote}{
26358 \backslash
26359 centering}
26360 \end_layout
26361
26362 \begin_layout Plain Layout
26363
26364
26365 \backslash
26366 renewcommand*{
26367 \backslash
26368 raggedrightmarginnote}{
26369 \backslash
26370 centering}
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \begin_inset Marginal
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380 Le texte de cette note en marge est centré.
26381 \end_layout
26382
26383 \end_inset
26384
26385 .
26386  Le comportement par défaut est donné par
26387 \end_layout
26388
26389 \begin_layout Standard
26390
26391 \series bold
26392
26393 \backslash
26394 renewcommand*{
26395 \backslash
26396 raggedleftmarginnote}{
26397 \backslash
26398 raggedleft}
26399 \begin_inset Newline newline
26400 \end_inset
26401
26402
26403 \backslash
26404 renewcommand*{
26405 \backslash
26406 raggedrightmarginnote}{
26407 \backslash
26408 raggedright}
26409 \series default
26410
26411 \begin_inset ERT
26412 status collapsed
26413
26414 \begin_layout Plain Layout
26415
26416
26417 \backslash
26418 renewcommand*{
26419 \backslash
26420 raggedleftmarginnote}{
26421 \backslash
26422 raggedleft}
26423 \end_layout
26424
26425 \begin_layout Plain Layout
26426
26427
26428 \backslash
26429 renewcommand*{
26430 \backslash
26431 raggedrightmarginnote}{
26432 \backslash
26433 raggedright}
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Standard
26442 \begin_inset VSpace medskip
26443 \end_inset
26444
26445 Pour les autre fonctions du paquetage 
26446 \series bold
26447 marginnote
26448 \series default
26449  nous vous renvoyons à sa documentation 
26450 \begin_inset CommandInset citation
26451 LatexCommand cite
26452 key "marginnote"
26453
26454 \end_inset
26455
26456 .
26457 \end_layout
26458
26459 \begin_layout Standard
26460 \begin_inset VSpace bigskip
26461 \end_inset
26462
26463 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26464  définition.
26465  Pour créer par exemple une entête pour toutes les notes en marge avec le
26466  texte 
26467 \begin_inset Quotes eld
26468 \end_inset
26469
26470
26471 \family sans
26472 \series bold
26473 \bar under
26474 Attention!
26475 \family default
26476 \series default
26477 \bar default
26478
26479 \begin_inset Quotes erd
26480 \end_inset
26481
26482  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26483  de votre document :
26484 \end_layout
26485
26486 \begin_layout Standard
26487
26488 \series bold
26489
26490 \backslash
26491 let
26492 \backslash
26493 myMarginpar
26494 \backslash
26495 marginpar
26496 \begin_inset Newline newline
26497 \end_inset
26498
26499
26500 \backslash
26501 renewcommand{
26502 \backslash
26503 marginpar}[1]{
26504 \backslash
26505 myMarginpar{%
26506 \begin_inset Newline newline
26507 \end_inset
26508
26509
26510 \begin_inset ERT
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514
26515
26516 \backslash
26517 hphantom{ }
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \backslash
26524 hspace{0pt}
26525 \backslash
26526 textsf{
26527 \backslash
26528 textbf{
26529 \backslash
26530 underbar{Attention!}}}%
26531 \begin_inset Newline newline
26532 \end_inset
26533
26534
26535 \begin_inset ERT
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539
26540
26541 \backslash
26542 hphantom{ }
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \backslash
26549 vspace{1.5mm}
26550 \backslash
26551
26552 \backslash
26553 #1}}
26554 \end_layout
26555
26556 \begin_layout Standard
26557 \begin_inset ERT
26558 status collapsed
26559
26560 \begin_layout Plain Layout
26561
26562
26563 \backslash
26564 let
26565 \backslash
26566 myMarginpar
26567 \backslash
26568 marginpar
26569 \end_layout
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 renewcommand{
26576 \backslash
26577 marginpar}[1]{
26578 \backslash
26579 myMarginpar{%
26580 \end_layout
26581
26582 \begin_layout Plain Layout
26583
26584    
26585 \backslash
26586 textsf{
26587 \backslash
26588 textbf{
26589 \backslash
26590 underbar{Attention!}}}%
26591 \end_layout
26592
26593 \begin_layout Plain Layout
26594
26595    
26596 \backslash
26597 vspace{1.5mm}
26598 \backslash
26599
26600 \backslash
26601 #1}}
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \begin_inset Marginal
26608 status open
26609
26610 \begin_layout Plain Layout
26611 Ceci est une note en marge avec une en-tête prédéfinie.
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622 [-1.5cm]
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 renewcommand{
26636 \backslash
26637 marginpar}[1]{
26638 \backslash
26639 myMarginpar{#1}}
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \begin_inset Note Note
26646 status collapsed
26647
26648 \begin_layout Plain Layout
26649
26650 \lang english
26651 The margin note format is changed only for this example.
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Standard
26660 \begin_inset ERT
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664
26665
26666 \backslash
26667 else
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \begin_inset Note Note
26674 status open
26675
26676 \begin_layout Plain Layout
26677 Ce qui suit sera affiché si le paquetage LaTeX 
26678 \series bold
26679 marginnote
26680 \series default
26681  n'est pas installé :
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690 Vous devez installer le paquetage LaTeX 
26691 \series bold
26692 marginnote
26693 \series default
26694  pour voir la suite de cette section dans la sortie imprimée.
26695 \end_layout
26696
26697 \begin_layout Standard
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 fi
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \begin_layout Chapter
26714 Les Boîtes
26715 \end_layout
26716
26717 \begin_layout Section
26718 Introduction
26719 \begin_inset Index
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723 Boîtes ! Introduction
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Standard
26732 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26733  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26734  voir la section
26735 \begin_inset space ~
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset ref
26740 LatexCommand ref
26741 reference "sec:Minipages"
26742
26743 \end_inset
26744
26745 , pour encadrer des portions de texte, voir la section
26746 \begin_inset space ~
26747 \end_inset
26748
26749
26750 \begin_inset CommandInset ref
26751 LatexCommand ref
26752 reference "sec:Boîtes-encadrées"
26753
26754 \end_inset
26755
26756 , pour empêcher que des mots subissent une césure, voir la section
26757 \begin_inset space ~
26758 \end_inset
26759
26760
26761 \begin_inset CommandInset ref
26762 LatexCommand ref
26763 reference "sec:Empêcher-césure"
26764
26765 \end_inset
26766
26767 , pour aligner du texte, voir la section
26768 \begin_inset space ~
26769 \end_inset
26770
26771
26772 \begin_inset CommandInset ref
26773 LatexCommand ref
26774 reference "sub:Alignement-Vertical"
26775
26776 \end_inset
26777
26778 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26779 \begin_inset space ~
26780 \end_inset
26781
26782
26783 \begin_inset CommandInset ref
26784 LatexCommand ref
26785 reference "sec:Boîtes-colorées"
26786
26787 \end_inset
26788
26789 .
26790 \end_layout
26791
26792 \begin_layout Standard
26793 On peut insérer une boîte en utilisant le menu 
26794 \family sans
26795 Insérer\SpecialChar \menuseparator
26796 Boîte
26797 \family default
26798  ou avec le bouton 
26799 \begin_inset Graphics
26800         filename ../../images/box-insert.png
26801         scale 85
26802         scaleBeforeRotation
26803
26804 \end_inset
26805
26806  de la barre d'outils.
26807  Une boîte grise avec une étiquette 
26808 \family sans
26809 Boîte
26810 \begin_inset space ~
26811 \end_inset
26812
26813 (Minipage)
26814 \family default
26815
26816 \begin_inset Graphics
26817         filename clipart/BoxInsetDefaultQt4.png
26818         scale 65
26819         scaleBeforeRotation
26820
26821 \end_inset
26822
26823 , est alors insérée.
26824  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26825  La fenêtre de dialogue qui apparaît donne accès aux types de
26826 \family sans
26827  Boîte
26828 \begin_inset space ~
26829 \end_inset
26830
26831 Intérieure
26832 \family default
26833  
26834 \family sans
26835 Parbox
26836 \begin_inset Note Note
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840 En attendant un traduction plus correcte NdT
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \family default
26847  et 
26848 \family sans
26849 Minipage
26850 \family default
26851 .
26852  Le type 
26853 \family sans
26854 Minipage
26855 \family default
26856  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26857  dans la section
26858 \begin_inset space ~
26859 \end_inset
26860
26861
26862 \begin_inset CommandInset ref
26863 LatexCommand ref
26864 reference "sec:Minipages"
26865
26866 \end_inset
26867
26868 ; le type 
26869 \family sans
26870 Parbox
26871 \family default
26872  est décrit dans la section
26873 \begin_inset space ~
26874 \end_inset
26875
26876
26877 \begin_inset CommandInset ref
26878 LatexCommand ref
26879 reference "sec:Parboxes"
26880
26881 \end_inset
26882
26883 .
26884 \end_layout
26885
26886 \begin_layout Standard
26887 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26888  comme les flottants ou les notes de bas de page.
26889 \end_layout
26890
26891 \begin_layout Standard
26892 \begin_inset Note Greyedout
26893 status open
26894
26895 \begin_layout Plain Layout
26896
26897 \series bold
26898 Note:
26899 \series default
26900  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26901  de type 
26902 \family sans
26903 Liste
26904 \family default
26905  ou 
26906 \family sans
26907 Description
26908 \family default
26909 .
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Standard
26918 \begin_inset Note Greyedout
26919 status open
26920
26921 \begin_layout Plain Layout
26922
26923 \series bold
26924 Note:
26925 \series default
26926  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26927 \family sans
26928 Boîte
26929 \begin_inset space ~
26930 \end_inset
26931
26932 Intérieure
26933 \family default
26934  à 
26935 \family sans
26936 Aucune
26937 \family default
26938  que quand vous utilisez une boîte encadrée.
26939  Les boîtes sans 
26940 \family sans
26941 Boîte
26942 \begin_inset space ~
26943 \end_inset
26944
26945 Intérieure
26946 \family default
26947  et sans cadre sont expliquées dans la section
26948 \begin_inset space ~
26949 \end_inset
26950
26951
26952 \begin_inset CommandInset ref
26953 LatexCommand ref
26954 reference "sec:Empêcher-césure"
26955
26956 \end_inset
26957
26958 .
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \begin_layout Section
26967 La fenêtre de dialogue Boîte
26968 \begin_inset CommandInset label
26969 LatexCommand label
26970 name "sec:Boîte-Dialogue"
26971
26972 \end_inset
26973
26974
26975 \begin_inset Index
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979 Boîtes ! Fenêtre de dialogue Boîte
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Subsection
26988 Taille
26989 \begin_inset Index
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993 Boîtes ! Taille
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Standard
27002 Dans la fenêtre de dialogue 
27003 \family sans
27004 Paramètres
27005 \begin_inset space ~
27006 \end_inset
27007
27008 de
27009 \begin_inset space ~
27010 \end_inset
27011
27012 Boîte
27013 \family default
27014  vous pouvez modifier la géométrie de la boîte avec les champs 
27015 \family sans
27016 Largeur
27017 \family default
27018  et 
27019 \family sans
27020 Hauteur
27021 \family default
27022 .
27023  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27024  dans le tableau
27025 \begin_inset space ~
27026 \end_inset
27027
27028
27029 \begin_inset CommandInset ref
27030 LatexCommand ref
27031 reference "tab:Unités"
27032
27033 \end_inset
27034
27035 .
27036  Le champ 
27037 \family sans
27038 Hauteur
27039 \family default
27040  offre en plus les spécifications de taille suivantes :
27041 \end_layout
27042
27043 \begin_layout Description
27044 Profondeur C'est simplement la 
27045 \begin_inset Quotes eld
27046 \end_inset
27047
27048 hauteur
27049 \begin_inset Quotes erd
27050 \end_inset
27051
27052  du texte.
27053  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27054  lignes de texte dans la boîte.
27055 \begin_inset Newline newline
27056 \end_inset
27057
27058
27059 \begin_inset Newline newline
27060 \end_inset
27061
27062
27063 \begin_inset Newline newline
27064 \end_inset
27065
27066
27067 \begin_inset Box Boxed
27068 position "c"
27069 hor_pos "c"
27070 has_inner_box 1
27071 inner_pos "c"
27072 use_parbox 0
27073 width "12col%"
27074 special "none"
27075 height "1in"
27076 height_special "depth"
27077 status open
27078
27079 \begin_layout Plain Layout
27080 \align center
27081 Boîte dont la hauteur est égale à 1
27082 \begin_inset space \thinspace{}
27083 \end_inset
27084
27085 Profondeur
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \begin_inset Newline newline
27092 \end_inset
27093
27094
27095 \begin_inset Newline newline
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \begin_layout Description
27102 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27103  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27104  est deux fois plus haute que le texte : 
27105 \begin_inset Box Boxed
27106 position "c"
27107 hor_pos "c"
27108 has_inner_box 1
27109 inner_pos "c"
27110 use_parbox 0
27111 width "20col%"
27112 special "none"
27113 height "2in"
27114 height_special "height"
27115 status open
27116
27117 \begin_layout Plain Layout
27118 \align center
27119 Boîte dont la hauteur est 2
27120 \begin_inset space \thinspace{}
27121 \end_inset
27122
27123 Hauteur
27124 \end_layout
27125
27126 \end_inset
27127
27128
27129 \end_layout
27130
27131 \begin_layout Description
27132 Hauteur
27133 \begin_inset space ~
27134 \end_inset
27135
27136 Totale C'est égal à Hauteur
27137 \begin_inset space \thinspace{}
27138 \end_inset
27139
27140 +
27141 \begin_inset space \thinspace{}
27142 \end_inset
27143
27144 Profondeur : 
27145 \begin_inset Box Boxed
27146 position "c"
27147 hor_pos "c"
27148 has_inner_box 1
27149 inner_pos "c"
27150 use_parbox 0
27151 width "20col%"
27152 special "none"
27153 height "1in"
27154 height_special "totalheight"
27155 status open
27156
27157 \begin_layout Plain Layout
27158 \align center
27159 Boîte dont la hauteur est 1
27160 \begin_inset space \thinspace{}
27161 \end_inset
27162
27163 Hauteur
27164 \begin_inset space ~
27165 \end_inset
27166
27167 Totale
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \begin_layout Description
27176 Largeur On prend la largeur de la boîte comme hauteur : 
27177 \begin_inset Box Boxed
27178 position "c"
27179 hor_pos "c"
27180 has_inner_box 1
27181 inner_pos "c"
27182 use_parbox 0
27183 width "12col%"
27184 special "none"
27185 height "1in"
27186 height_special "width"
27187 status open
27188
27189 \begin_layout Plain Layout
27190 \align center
27191 Boîte dont la hauteur est 1
27192 \begin_inset space \thinspace{}
27193 \end_inset
27194
27195 Largeur
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \begin_layout Subsection
27204 Alignement
27205 \begin_inset Index
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Boîtes ! Alignement
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 Quand vous avez choisi une 
27219 \family sans
27220 Boîte
27221 \begin_inset space ~
27222 \end_inset
27223
27224 Intérieure
27225 \family default
27226 , l'alignement vertical de la boîte peut être :
27227 \end_layout
27228
27229 \begin_layout Description
27230 Haut Ceci est un exemple de texte.
27231  
27232 \begin_inset Box Boxed
27233 position "t"
27234 hor_pos "c"
27235 has_inner_box 1
27236 inner_pos "c"
27237 use_parbox 0
27238 width "12col%"
27239 special "none"
27240 height "1in"
27241 height_special "totalheight"
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245 \align center
27246 Cette boîte est alignée sur le haut.
27247 \end_layout
27248
27249 \end_inset
27250
27251  Ceci est un exemple de texte.
27252 \end_layout
27253
27254 \begin_layout Description
27255 Milieu Ceci est un exemple de texte.
27256  
27257 \begin_inset Box Boxed
27258 position "c"
27259 hor_pos "c"
27260 has_inner_box 1
27261 inner_pos "c"
27262 use_parbox 0
27263 width "12col%"
27264 special "none"
27265 height "1in"
27266 height_special "totalheight"
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270 \align center
27271 Cette boîte est alignée au centre.
27272 \end_layout
27273
27274 \end_inset
27275
27276  Ceci est un exemple de texte.
27277 \end_layout
27278
27279 \begin_layout Description
27280 Bas Ceci est un exemple de texte.
27281  
27282 \begin_inset Box Boxed
27283 position "b"
27284 hor_pos "c"
27285 has_inner_box 1
27286 inner_pos "c"
27287 use_parbox 0
27288 width "12col%"
27289 special "none"
27290 height "1in"
27291 height_special "totalheight"
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 \align center
27296 Cette boîte est alignée sur le bas.
27297 \end_layout
27298
27299 \end_inset
27300
27301  Ceci est un exemple de texte.
27302 \end_layout
27303
27304 \begin_layout Standard
27305 \begin_inset Note Greyedout
27306 status open
27307
27308 \begin_layout Plain Layout
27309
27310 \series bold
27311 Note:
27312 \series default
27313  
27314 \lang english
27315 The vertical box aligment can be lost in the output when you have two boxes
27316  in a line and one has e.
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 g.
27321 \begin_inset space ~
27322 \end_inset
27323
27324 a shadow and the other one not.
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Standard
27333 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27334  paragraphe grâce à la fenêtre de dialogue 
27335 \family sans
27336 Paramètres
27337 \begin_inset space ~
27338 \end_inset
27339
27340 de
27341 \begin_inset space ~
27342 \end_inset
27343
27344 Boîte
27345 \family default
27346 .
27347 \end_layout
27348
27349 \begin_layout Standard
27350 \begin_inset VSpace bigskip
27351 \end_inset
27352
27353 Quand vous avez choisi une 
27354 \family sans
27355 Boîte
27356 \begin_inset space ~
27357 \end_inset
27358
27359 Intérieure
27360 \family default
27361 , l'alignement vertical du contenu de la boîte peut être :
27362 \end_layout
27363
27364 \begin_layout Description
27365 haut Ceci est un exemple de texte.
27366 \begin_inset Box Boxed
27367 position "c"
27368 hor_pos "c"
27369 has_inner_box 1
27370 inner_pos "t"
27371 use_parbox 0
27372 width "12col%"
27373 special "none"
27374 height "1.5in"
27375 height_special "totalheight"
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379 \align center
27380 Le texte de cette boîte est aligné sur le haut.
27381 \end_layout
27382
27383 \end_inset
27384
27385  Ceci est un exemple de texte.
27386 \end_layout
27387
27388 \begin_layout Description
27389 milieu Ceci est un exemple de texte.
27390  
27391 \begin_inset Box Boxed
27392 position "c"
27393 hor_pos "c"
27394 has_inner_box 1
27395 inner_pos "c"
27396 use_parbox 0
27397 width "12col%"
27398 special "none"
27399 height "1.5in"
27400 height_special "totalheight"
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 Le texte de cette boîte est aligné au centre
27406 \end_layout
27407
27408 \end_inset
27409
27410  Ceci est un exemple de texte.
27411 \end_layout
27412
27413 \begin_layout Description
27414 bas Ceci est un exemple de texte.
27415  
27416 \begin_inset Box Boxed
27417 position "c"
27418 hor_pos "c"
27419 has_inner_box 1
27420 inner_pos "b"
27421 use_parbox 0
27422 width "12col%"
27423 special "none"
27424 height "1.5in"
27425 height_special "totalheight"
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 \align center
27430 Le texte de cette boîte est aligné en bas.
27431 \end_layout
27432
27433 \end_inset
27434
27435  Ceci est un exemple de texte.
27436 \end_layout
27437
27438 \begin_layout Description
27439 élongation Ceci est un exemple de texte.
27440  
27441 \begin_inset Box Boxed
27442 position "c"
27443 hor_pos "c"
27444 has_inner_box 1
27445 inner_pos "s"
27446 use_parbox 0
27447 width "12col%"
27448 special "none"
27449 height "1.5in"
27450 height_special "totalheight"
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 \align center
27455 Le texte 
27456 \end_layout
27457
27458 \begin_layout Plain Layout
27459 \align center
27460 de cette
27461 \end_layout
27462
27463 \begin_layout Plain Layout
27464 \align center
27465 boîte est
27466 \end_layout
27467
27468 \begin_layout Plain Layout
27469 \align center
27470 allongé.
27471 \end_layout
27472
27473 \end_inset
27474
27475  Ceci est un exemple de texte.
27476 \end_layout
27477
27478 \begin_layout Standard
27479 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27480  paragraphe.
27481  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset VSpace bigskip
27486 \end_inset
27487
27488 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27489  la fenêtre de dialogue 
27490 \family sans
27491 Paramètres
27492 \begin_inset space ~
27493 \end_inset
27494
27495 de
27496 \begin_inset space ~
27497 \end_inset
27498
27499 paragraphe
27500 \family default
27501  quand vous avez choisi une 
27502 \family sans
27503 Boîte
27504 \begin_inset space ~
27505 \end_inset
27506
27507 Intérieure
27508 \family default
27509 .
27510 \end_layout
27511
27512 \begin_layout Standard
27513 \align center
27514 \begin_inset Box Boxed
27515 position "c"
27516 hor_pos "c"
27517 has_inner_box 1
27518 inner_pos "s"
27519 use_parbox 0
27520 width "15col%"
27521 special "none"
27522 height "1.25in"
27523 height_special "totalheight"
27524 status open
27525
27526 \begin_layout Plain Layout
27527 \align left
27528 Le texte de 
27529 \end_layout
27530
27531 \begin_layout Plain Layout
27532 \align left
27533 cette boîte
27534 \end_layout
27535
27536 \begin_layout Plain Layout
27537 \align right
27538 est allongé.
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Standard
27547 Si vous n'avez pas choisi une 
27548 \family sans
27549 Boîte
27550 \begin_inset space ~
27551 \end_inset
27552
27553 Intérieure
27554 \family default
27555 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27556  de dialogue de boîte.
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \align center
27561 \begin_inset Box Boxed
27562 position "c"
27563 hor_pos "s"
27564 has_inner_box 0
27565 inner_pos "s"
27566 use_parbox 0
27567 width "90col%"
27568 special "none"
27569 height "1.25in"
27570 height_special "totalheight"
27571 status open
27572
27573 \begin_layout Plain Layout
27574 \align left
27575 Le texte de cette boîte est allongé horizontalement.
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Section
27584 Les Boîtes Encadrées
27585 \begin_inset CommandInset label
27586 LatexCommand label
27587 name "sec:Boîtes-encadrées"
27588
27589 \end_inset
27590
27591
27592 \begin_inset Index
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596 Boîtes ! Cadres
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \end_layout
27603
27604 \begin_layout Standard
27605 On peut spécifier le style du cadre de la boîte en utilisant la liste déroulante
27606  
27607 \family sans
27608 Décoration
27609 \family default
27610  dans la boîte de dialogue 
27611 \family sans
27612 Paramètres
27613 \begin_inset space ~
27614 \end_inset
27615
27616 de
27617 \begin_inset space ~
27618 \end_inset
27619
27620 Boîte
27621 \family default
27622 .
27623  Les possibilités sont les suivantes :
27624 \end_layout
27625
27626 \begin_layout Description
27627 Boîte
27628 \begin_inset space ~
27629 \end_inset
27630
27631 rectangulaire Ceci dessine un cadre rectangulaire autour de la boîte.
27632  L'épaisseur du trait de ce cadre est donnée par la variable  
27633 \series bold
27634
27635 \backslash
27636 fboxrule
27637 \series default
27638 .
27639  
27640 \begin_inset Box Boxed
27641 position "c"
27642 hor_pos "c"
27643 has_inner_box 1
27644 inner_pos "c"
27645 use_parbox 0
27646 width "20col%"
27647 special "none"
27648 height "1in"
27649 height_special "totalheight"
27650 status open
27651
27652 \begin_layout Plain Layout
27653 \align center
27654 Boîte rectangulaire
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Description
27663 Boîte
27664 \begin_inset space ~
27665 \end_inset
27666
27667 ovale,
27668 \begin_inset space ~
27669 \end_inset
27670
27671 fine Ceci dessine un cadre ovalisée autour de la boîte.
27672  L'épaisseur du trait de ce cadre est de  0.4
27673 \begin_inset space \thinspace{}
27674 \end_inset
27675
27676 pt.
27677  
27678 \begin_inset Box ovalbox
27679 position "c"
27680 hor_pos "c"
27681 has_inner_box 1
27682 inner_pos "c"
27683 use_parbox 0
27684 width "20col%"
27685 special "none"
27686 height "1in"
27687 height_special "totalheight"
27688 status open
27689
27690 \begin_layout Plain Layout
27691 \align center
27692 Boîte ovalisée, fine
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Description
27701 Boîte
27702 \begin_inset space ~
27703 \end_inset
27704
27705 ovale,
27706 \begin_inset space ~
27707 \end_inset
27708
27709 épaisse Ceci dessine un cadre ovalisée autour de la boîte.
27710  L'épaisseur du trait de ce cadre est de   0.8
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 pt.
27715  
27716 \begin_inset Box Ovalbox
27717 position "c"
27718 hor_pos "c"
27719 has_inner_box 1
27720 inner_pos "c"
27721 use_parbox 0
27722 width "20col%"
27723 special "none"
27724 height "1in"
27725 height_special "totalheight"
27726 status open
27727
27728 \begin_layout Plain Layout
27729 \align center
27730 Boîte ovalisée, épaisse
27731 \end_layout
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Description
27739 Boîte
27740 \begin_inset space ~
27741 \end_inset
27742
27743 ombrée Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27744  L'épaisseur du trait de ce cadre est donnée par la variable  
27745 \series bold
27746
27747 \backslash
27748 fboxrule
27749 \series default
27750 , l'ombre a une épaisseur de  4
27751 \begin_inset space \thinspace{}
27752 \end_inset
27753
27754 pt.
27755  
27756 \begin_inset Box Shadowbox
27757 position "c"
27758 hor_pos "c"
27759 has_inner_box 1
27760 inner_pos "c"
27761 use_parbox 0
27762 width "20col%"
27763 special "none"
27764 height "1in"
27765 height_special "totalheight"
27766 status open
27767
27768 \begin_layout Plain Layout
27769 \align center
27770 Boîte ombrée
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Description
27779 Boîte
27780 \begin_inset space ~
27781 \end_inset
27782
27783 double Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27784  L'épaisseur du trait du cadre interne est de 0.75
27785 \begin_inset space \thinspace{}
27786 \end_inset
27787
27788
27789 \series bold
27790
27791 \backslash
27792 fboxrule
27793 \series default
27794 , l'épaisseur du trait du cadre externe est de 1.5
27795 \begin_inset space \thinspace{}
27796 \end_inset
27797
27798
27799 \series bold
27800
27801 \backslash
27802 fboxrule
27803 \series default
27804 .
27805  La distance entre les deux cadres est de  1.5
27806 \begin_inset space \thinspace{}
27807 \end_inset
27808
27809
27810 \series bold
27811
27812 \backslash
27813 fboxrule
27814 \series default
27815
27816 \begin_inset space \thinspace{}
27817 \end_inset
27818
27819 +
27820 \begin_inset space \thinspace{}
27821 \end_inset
27822
27823 0.5
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 pt.
27828  
27829 \begin_inset Box Doublebox
27830 position "c"
27831 hor_pos "c"
27832 has_inner_box 1
27833 inner_pos "c"
27834 use_parbox 0
27835 width "20col%"
27836 special "none"
27837 height "1in"
27838 height_special "totalheight"
27839 status open
27840
27841 \begin_layout Plain Layout
27842 \align center
27843 Boîte double
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 \begin_inset VSpace bigskip
27853 \end_inset
27854
27855 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27856  style de boîte utilisé.
27857  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27858  le paquetage LaTeX 
27859 \series bold
27860 fancybox
27861 \series default
27862 .
27863 \end_layout
27864
27865 \begin_layout Standard
27866 \begin_inset VSpace bigskip
27867 \end_inset
27868
27869 La valeur par défaut pour la variable 
27870 \series bold
27871
27872 \backslash
27873 fboxrule
27874 \series default
27875  est 0.4
27876 \begin_inset space \thinspace{}
27877 \end_inset
27878
27879 pt.
27880  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27881  pour avoir 2
27882 \begin_inset space \thinspace{}
27883 \end_inset
27884
27885 pt :
27886 \end_layout
27887
27888 \begin_layout Standard
27889
27890 \series bold
27891
27892 \backslash
27893 setlength{
27894 \backslash
27895 fboxrule}{2pt}
27896 \end_layout
27897
27898 \begin_layout Standard
27899 \begin_inset ERT
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903
27904
27905 \backslash
27906 setlength{
27907 \backslash
27908 fboxrule}{2pt}
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \begin_inset Box Boxed
27915 position "c"
27916 hor_pos "c"
27917 has_inner_box 1
27918 inner_pos "c"
27919 use_parbox 0
27920 width "25col%"
27921 special "none"
27922 height "1in"
27923 height_special "totalheight"
27924 status open
27925
27926 \begin_layout Plain Layout
27927 \align center
27928 Boîte rectangulaire avec 
27929 \series bold
27930
27931 \backslash
27932 fboxrule
27933 \series default
27934
27935 \begin_inset space \thinspace{}
27936 \end_inset
27937
27938 =
27939 \begin_inset space \thinspace{}
27940 \end_inset
27941
27942 2
27943 \begin_inset space \thinspace{}
27944 \end_inset
27945
27946 pt
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \begin_inset ERT
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956
27957
27958 \backslash
27959 setlength{
27960 \backslash
27961 fboxrule}{0.4pt}
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Standard
27970 \begin_inset VSpace bigskip
27971 \end_inset
27972
27973 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27974  les types de cadres, par défaut il est de 3
27975 \begin_inset space \thinspace{}
27976 \end_inset
27977
27978 pt.
27979  Vous pouvez le modifier en donnant une autre valeur à la variable 
27980 \series bold
27981
27982 \backslash
27983 fboxsep
27984 \series default
27985 .
27986  Par exemple la commande
27987 \end_layout
27988
27989 \begin_layout Standard
27990
27991 \series bold
27992
27993 \backslash
27994 setlength{
27995 \backslash
27996 fboxsep}{10pt}
27997 \end_layout
27998
27999 \begin_layout Standard
28000 met une valeur de 10
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 pt, comme celle utilisée pour cette boîte :
28005 \end_layout
28006
28007 \begin_layout Standard
28008 \begin_inset ERT
28009 status collapsed
28010
28011 \begin_layout Plain Layout
28012
28013
28014 \backslash
28015 setlength{
28016 \backslash
28017 fboxsep}{10pt}
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \begin_inset Box Boxed
28024 position "c"
28025 hor_pos "c"
28026 has_inner_box 1
28027 inner_pos "c"
28028 use_parbox 0
28029 width "25col%"
28030 special "none"
28031 height "1in"
28032 height_special "totalheight"
28033 status open
28034
28035 \begin_layout Plain Layout
28036 \align center
28037 Boîte rectangulaire avec 
28038 \series bold
28039
28040 \backslash
28041 fboxsep
28042 \series default
28043
28044 \begin_inset space \thinspace{}
28045 \end_inset
28046
28047 =
28048 \begin_inset space \thinspace{}
28049 \end_inset
28050
28051 10
28052 \begin_inset space \thinspace{}
28053 \end_inset
28054
28055 pt
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \begin_inset ERT
28062 status collapsed
28063
28064 \begin_layout Plain Layout
28065
28066
28067 \backslash
28068 setlength{
28069 \backslash
28070 fboxsep}{3pt}
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \end_layout
28077
28078 \begin_layout Standard
28079 \begin_inset VSpace bigskip
28080 \end_inset
28081
28082 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
28083  la commande 
28084 \series bold
28085
28086 \backslash
28087 cornersize
28088 \series default
28089 .
28090  Par exemple, la commande
28091 \end_layout
28092
28093 \begin_layout Standard
28094
28095 \series bold
28096
28097 \backslash
28098 cornersize*{1cm}
28099 \end_layout
28100
28101 \begin_layout Standard
28102 donne un diamètre de 1
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106 cm.
28107  La commande
28108 \end_layout
28109
28110 \begin_layout Standard
28111
28112 \series bold
28113
28114 \backslash
28115 cornersize{num}
28116 \end_layout
28117
28118 \begin_layout Standard
28119 fixe le diamètre à 
28120 \family sans
28121 num
28122 \begin_inset space \thinspace{}
28123 \end_inset
28124
28125 ×
28126 \begin_inset space \thinspace{}
28127 \end_inset
28128
28129 minimum(largeur et hauteur de la boîte)
28130 \family default
28131 .
28132  La valeur par défaut est 
28133 \series bold
28134
28135 \backslash
28136 cornersize{0.5}
28137 \series default
28138 .
28139 \end_layout
28140
28141 \begin_layout Standard
28142 \begin_inset ERT
28143 status collapsed
28144
28145 \begin_layout Plain Layout
28146
28147
28148 \backslash
28149 cornersize*{1.5cm}
28150 \end_layout
28151
28152 \end_inset
28153
28154
28155 \begin_inset Box Ovalbox
28156 position "c"
28157 hor_pos "c"
28158 has_inner_box 1
28159 inner_pos "c"
28160 use_parbox 0
28161 width "25col%"
28162 special "none"
28163 height "1in"
28164 height_special "totalheight"
28165 status open
28166
28167 \begin_layout Plain Layout
28168 \align center
28169 Boîte ovale avec 
28170 \series bold
28171
28172 \backslash
28173 cornersize
28174 \series default
28175
28176 \begin_inset space \thinspace{}
28177 \end_inset
28178
28179 =
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 1.5
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 cm
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \begin_inset ERT
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197
28198
28199 \backslash
28200 cornersize{0.5}
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Standard
28209 \begin_inset VSpace bigskip
28210 \end_inset
28211
28212 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28213  
28214 \series bold
28215
28216 \backslash
28217 shadowsize
28218 \series default
28219 .
28220  Elle est fixée à 2
28221 \begin_inset space \thinspace{}
28222 \end_inset
28223
28224 pt pour la boîte suivante par la commande :
28225 \end_layout
28226
28227 \begin_layout Standard
28228
28229 \series bold
28230
28231 \backslash
28232 setlength{
28233 \backslash
28234 shadowsize}{2pt}
28235 \end_layout
28236
28237 \begin_layout Standard
28238 \begin_inset ERT
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 setlength{
28246 \backslash
28247 shadowsize}{2pt}
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \begin_inset Box Shadowbox
28254 position "c"
28255 hor_pos "c"
28256 has_inner_box 1
28257 inner_pos "c"
28258 use_parbox 0
28259 width "25col%"
28260 special "none"
28261 height "1in"
28262 height_special "totalheight"
28263 status open
28264
28265 \begin_layout Plain Layout
28266 \align center
28267 Boîte ombrée avec 
28268 \series bold
28269
28270 \backslash
28271 shadowsize
28272 \series default
28273
28274 \begin_inset space \thinspace{}
28275 \end_inset
28276
28277 =
28278 \begin_inset space \thinspace{}
28279 \end_inset
28280
28281 2
28282 \begin_inset space \thinspace{}
28283 \end_inset
28284
28285 pt
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \begin_inset ERT
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295
28296
28297 \backslash
28298 setlength{
28299 \backslash
28300 shadowsize}{4pt}
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 \begin_inset VSpace bigskip
28310 \end_inset
28311
28312 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28313  les boîtes qui suivent la commandes qui les a changées.
28314 \end_layout
28315
28316 \begin_layout Section
28317 Minipages
28318 \begin_inset CommandInset label
28319 LatexCommand label
28320 name "sec:Minipages"
28321
28322 \end_inset
28323
28324
28325 \begin_inset Index
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329 Boîtes ! Minipages
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \begin_layout Standard
28338 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28339 ur d'une page.
28340  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28341  règles d'indentation, de saut de ligne, etc.
28342  s'appliquent.
28343 \end_layout
28344
28345 \begin_layout Standard
28346 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28347  langues.
28348 \end_layout
28349
28350 \begin_layout Standard
28351 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28352  Leur largeur est fixée à 45
28353 \begin_inset space \thinspace{}
28354 \end_inset
28355
28356 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28357  via le menu 
28358 \family sans
28359 Insérer\SpecialChar \menuseparator
28360 Formats\SpecialChar \menuseparator
28361 Ressort
28362 \begin_inset space ~
28363 \end_inset
28364
28365 Horizontal
28366 \family default
28367 .
28368 \end_layout
28369
28370 \begin_layout Standard
28371
28372 \lang english
28373 \begin_inset Box Frameless
28374 position "t"
28375 hor_pos "c"
28376 has_inner_box 1
28377 inner_pos "c"
28378 use_parbox 0
28379 width "45col%"
28380 special "none"
28381 height "1in"
28382 height_special "totalheight"
28383 status open
28384
28385 \begin_layout Plain Layout
28386
28387 \lang german
28388 Dies ist ein deutscher Text.
28389  Dies ist ein deutscher Text.
28390  Dies ist ein deutscher Text.
28391  Dies ist ein deutscher Text.
28392  Dies ist ein deutscher Text.
28393  Dies ist ein deutscher Text.
28394  Dies ist ein deutscher Text.
28395  Dies ist ein deutscher Text.
28396  Dies ist ein deutscher Text.
28397  Dies ist ein deutscher Text.
28398  Dies ist ein deutscher Text.
28399  Dies ist ein deutscher Text.
28400  Dies ist ein deutscher Text
28401 \begin_inset Foot
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406 \lang german
28407 Dies ist eine deutsche Fußnote.
28408 \end_layout
28409
28410 \end_inset
28411
28412 .
28413  Dies ist ein deutscher Text.
28414  Dies ist ein deutscher Text.
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \begin_inset space \hfill{}
28421 \end_inset
28422
28423
28424 \begin_inset Box Frameless
28425 position "t"
28426 hor_pos "c"
28427 has_inner_box 1
28428 inner_pos "c"
28429 use_parbox 0
28430 width "45col%"
28431 special "none"
28432 height "1in"
28433 height_special "totalheight"
28434 status open
28435
28436 \begin_layout Plain Layout
28437
28438 \lang english
28439 This is an English Text.
28440  This is an English Text.
28441  This is an English Text.
28442  This is an English Text.
28443  This is an English Text.
28444  This is an English Text.
28445  This is an English Text.
28446  This is an English Text.
28447  This is an English Text.
28448  This is an English Text.
28449  This is an English Text.
28450  This is an English Text.
28451  This is an English Text.
28452  This is an English Text.
28453  This is an English Text.
28454  This is an English Text.
28455 \begin_inset Foot
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459
28460 \lang english
28461 This is an English footnote.
28462 \end_layout
28463
28464 \end_inset
28465
28466  This is an English Text.
28467  
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Standard
28476 \begin_inset VSpace bigskip
28477 \end_inset
28478
28479 Une autre application des minipages est l'ajout de notes de bas de page
28480  à l'intérieur d'un tableau.
28481  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28482  dans un tableau n'apparaissent pas en bas de la page courante.
28483  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28484  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28485  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28486  dehors des minipages.
28487 \end_layout
28488
28489 \begin_layout Standard
28490 Les notes de bas de page de ce tableau n'apparaissent pas : 
28491 \begin_inset Tabular
28492 <lyxtabular version="3" rows="3" columns="4">
28493 <features>
28494 <column alignment="center" valignment="top" width="0pt">
28495 <column alignment="center" valignment="top" width="0pt">
28496 <column alignment="center" valignment="top" width="0pt">
28497 <column alignment="center" valignment="top" width="0pt">
28498 <row>
28499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28500 \begin_inset Text
28501
28502 \begin_layout Plain Layout
28503 1
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Plain Layout
28512 2
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Plain Layout
28521 3
28522 \begin_inset Foot
28523 status open
28524
28525 \begin_layout Plain Layout
28526 Ceci est une note de bas de page à l'intérieur d'un tableau.
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \end_inset
28535 </cell>
28536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28537 \begin_inset Text
28538
28539 \begin_layout Plain Layout
28540 4
28541 \end_layout
28542
28543 \end_inset
28544 </cell>
28545 </row>
28546 <row>
28547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28548 \begin_inset Text
28549
28550 \begin_layout Plain Layout
28551 a
28552 \end_layout
28553
28554 \end_inset
28555 </cell>
28556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 b
28561 \end_layout
28562
28563 \end_inset
28564 </cell>
28565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Plain Layout
28569 c
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Plain Layout
28578 d
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 </row>
28584 <row>
28585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28586 \begin_inset Text
28587
28588 \begin_layout Plain Layout
28589 e
28590 \end_layout
28591
28592 \end_inset
28593 </cell>
28594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28595 \begin_inset Text
28596
28597 \begin_layout Plain Layout
28598 f
28599 \end_layout
28600
28601 \end_inset
28602 </cell>
28603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28604 \begin_inset Text
28605
28606 \begin_layout Plain Layout
28607 g
28608 \end_layout
28609
28610 \end_inset
28611 </cell>
28612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28613 \begin_inset Text
28614
28615 \begin_layout Plain Layout
28616 h
28617 \end_layout
28618
28619 \end_inset
28620 </cell>
28621 </row>
28622 </lyxtabular>
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \align center
28631 \begin_inset Box Frameless
28632 position "t"
28633 hor_pos "c"
28634 has_inner_box 1
28635 inner_pos "c"
28636 use_parbox 0
28637 width "30col%"
28638 special "none"
28639 height "1in"
28640 height_special "totalheight"
28641 status open
28642
28643 \begin_layout Plain Layout
28644 \align center
28645 \begin_inset Tabular
28646 <lyxtabular version="3" rows="3" columns="4">
28647 <features>
28648 <column alignment="center" valignment="top" width="0pt">
28649 <column alignment="center" valignment="top" width="0pt">
28650 <column alignment="center" valignment="top" width="0pt">
28651 <column alignment="center" valignment="top" width="0pt">
28652 <row>
28653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28654 \begin_inset Text
28655
28656 \begin_layout Plain Layout
28657 1
28658 \end_layout
28659
28660 \end_inset
28661 </cell>
28662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28663 \begin_inset Text
28664
28665 \begin_layout Plain Layout
28666 2
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28672 \begin_inset Text
28673
28674 \begin_layout Plain Layout
28675 3
28676 \begin_inset Foot
28677 status open
28678
28679 \begin_layout Plain Layout
28680 Ceci est une note de bas de page à l'intérieur d'un tableau.
28681 \end_layout
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \end_inset
28689 </cell>
28690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28691 \begin_inset Text
28692
28693 \begin_layout Plain Layout
28694 4
28695 \end_layout
28696
28697 \end_inset
28698 </cell>
28699 </row>
28700 <row>
28701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28702 \begin_inset Text
28703
28704 \begin_layout Plain Layout
28705 a
28706 \end_layout
28707
28708 \end_inset
28709 </cell>
28710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28711 \begin_inset Text
28712
28713 \begin_layout Plain Layout
28714 b
28715 \end_layout
28716
28717 \end_inset
28718 </cell>
28719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28720 \begin_inset Text
28721
28722 \begin_layout Plain Layout
28723 c
28724 \end_layout
28725
28726 \end_inset
28727 </cell>
28728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28729 \begin_inset Text
28730
28731 \begin_layout Plain Layout
28732 d
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 </row>
28738 <row>
28739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28740 \begin_inset Text
28741
28742 \begin_layout Plain Layout
28743 e
28744 \end_layout
28745
28746 \end_inset
28747 </cell>
28748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28749 \begin_inset Text
28750
28751 \begin_layout Plain Layout
28752 f
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Plain Layout
28761 g
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28767 \begin_inset Text
28768
28769 \begin_layout Plain Layout
28770 h
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 </row>
28776 </lyxtabular>
28777
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 \begin_inset VSpace bigskip
28790 \end_inset
28791
28792 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28793  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28794  minipages, même si vous les avez mis par exemple à 
28795 \family sans
28796 Moyen
28797 \family default
28798  dans les paramètres du document.
28799 \end_layout
28800
28801 \begin_layout Standard
28802 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28803  portion de texte, voyez la section
28804 \begin_inset space ~
28805 \end_inset
28806
28807
28808 \begin_inset CommandInset ref
28809 LatexCommand ref
28810 reference "sub:Couleur-pour-les-Paragraphes"
28811
28812 \end_inset
28813
28814 .
28815 \end_layout
28816
28817 \begin_layout Standard
28818 \begin_inset Note Greyedout
28819 status open
28820
28821 \begin_layout Plain Layout
28822
28823 \series bold
28824 Note:
28825 \series default
28826  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28827  mais les minipages peuvent être utilisées dans un tableau, un flottant
28828  ou une autre boîte.
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \end_layout
28835
28836 \begin_layout Section
28837 Les Parboxes
28838 \begin_inset CommandInset label
28839 LatexCommand label
28840 name "sec:Parboxes"
28841
28842 \end_inset
28843
28844
28845 \begin_inset Index
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 Boîtes ! Parboxes
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \begin_layout Standard
28858 \begin_inset Note Note
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862
28863 \lang english
28864 En attendant une traduction de parbox (NdT)
28865 \end_layout
28866
28867 \end_inset
28868
28869 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28870  ne peuvent avoir de note de bas de page.
28871  La principale différence avec les minipages, c'est que les minipages au
28872  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28873  LaTeX.
28874 \end_layout
28875
28876 \begin_layout Standard
28877 \align center
28878 \begin_inset Box Frameless
28879 position "t"
28880 hor_pos "c"
28881 has_inner_box 1
28882 inner_pos "t"
28883 use_parbox 1
28884 width "33col%"
28885 special "none"
28886 height "1in"
28887 height_special "totalheight"
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Ceci est un texte à l'intérieur d'une parbox.
28892  Ceci est un texte à l'intérieur d'une parbox.
28893 \end_layout
28894
28895 \begin_layout Plain Layout
28896 Cette note de bas de page ne devrait pas apparaître :
28897 \begin_inset Foot
28898 status open
28899
28900 \begin_layout Plain Layout
28901 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28902  pas.
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Section
28916 Des Boîtes pour les Mots et les Caractères
28917 \begin_inset Index
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921 Boîtes ! Pour les caractères
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Subsection
28930 Empêcher la Césure
28931 \begin_inset CommandInset label
28932 LatexCommand label
28933 name "sec:Empêcher-césure"
28934
28935 \end_inset
28936
28937
28938 \begin_inset Index
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 Boîtes ! Pour empêcher la césure
28943 \end_layout
28944
28945 \end_inset
28946
28947
28948 \end_layout
28949
28950 \begin_layout Standard
28951 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28952  un texte ne soit coupé par une césure.
28953 \begin_inset Newline newline
28954 \end_inset
28955
28956 Voici un exemple de texte :
28957 \end_layout
28958
28959 \begin_layout Standard
28960 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28961  césure dans un 
28962 \begin_inset Quotes eld
28963 \end_inset
28964
28965 motTrèsTrèsLong
28966 \begin_inset Quotes erd
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Pour empêcher que le mot 
28974 \begin_inset Quotes eld
28975 \end_inset
28976
28977 motTrèsTrèsLong
28978 \begin_inset Quotes erd
28979 \end_inset
28980
28981  soit coupé, ajoutez la commande
28982 \end_layout
28983
28984 \begin_layout Standard
28985
28986 \series bold
28987
28988 \backslash
28989 mbox{
28990 \end_layout
28991
28992 \begin_layout Standard
28993 en code TeX avant le mot.
28994  Après le mot, insérez l'accolade fermante 
28995 \begin_inset Quotes eld
28996 \end_inset
28997
28998
28999 \series bold
29000 }
29001 \series default
29002
29003 \begin_inset Quotes erd
29004 \end_inset
29005
29006  en code TeX.
29007 \end_layout
29008
29009 \begin_layout Standard
29010 Voici le résultat :
29011 \end_layout
29012
29013 \begin_layout Standard
29014 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29015  césure dans un
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 mbox{
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \begin_inset Quotes eld
29030 \end_inset
29031
29032 motTrèsTrèsLong
29033 \begin_inset Quotes erd
29034 \end_inset
29035
29036 .
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042 }
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \begin_layout Standard
29051 Une autre méthode consiste à mettre la commande 
29052 \begin_inset Quotes eld
29053 \end_inset
29054
29055
29056 \series bold
29057
29058 \backslash
29059 -
29060 \series default
29061
29062 \begin_inset Quotes grd
29063 \end_inset
29064
29065  en code TeX, juste avant le mot :
29066 \end_layout
29067
29068 \begin_layout Standard
29069 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29070  césure dans un 
29071 \begin_inset Quotes eld
29072 \end_inset
29073
29074
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 -
29083 \end_layout
29084
29085 \end_inset
29086
29087 motTrèsTrèsLong
29088 \begin_inset Quotes erd
29089 \end_inset
29090
29091 .
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29096  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29097 \family sans
29098 Insérer\SpecialChar \menuseparator
29099 Formats\SpecialChar \menuseparator
29100 Passage
29101 \begin_inset space ~
29102 \end_inset
29103
29104 à
29105 \begin_inset space ~
29106 \end_inset
29107
29108 la
29109 \begin_inset space ~
29110 \end_inset
29111
29112 Ligne
29113 \family default
29114  (raccourci 
29115 \series bold
29116 Ctrl-Entrée
29117 \series default
29118 ) :
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29123  césure dans un
29124 \begin_inset Newline newline
29125 \end_inset
29126
29127
29128 \begin_inset ERT
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132
29133
29134 \backslash
29135 mbox{
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \begin_inset Quotes eld
29142 \end_inset
29143
29144 motTrèsTrèsLong
29145 \begin_inset Quotes erd
29146 \end_inset
29147
29148 .
29149 \begin_inset ERT
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153
29154 }
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Subsection
29163 Alignement Vertical
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "sub:Alignement-Vertical"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Boîtes ! Pour l'alignement vertical
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \begin_inset Index
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Boîtes ! Boîtes élévatrices
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \begin_inset Index
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 Raisebox|see
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201 {
29202 \end_layout
29203
29204 \end_inset
29205
29206 Boîtes élévatrices
29207 \begin_inset ERT
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211
29212 }
29213 \end_layout
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Avec la commande 
29227 \series bold
29228
29229 \backslash
29230 raisebox
29231 \series default
29232  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29233  par rapport au texte qui l'entoure.
29234  La commande
29235 \series bold
29236  
29237 \backslash
29238 raisebox
29239 \series default
29240  s'utilise en suivant la syntaxe suivante :
29241 \end_layout
29242
29243 \begin_layout Standard
29244
29245 \series bold
29246
29247 \backslash
29248 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29249 \end_layout
29250
29251 \begin_layout Standard
29252 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29253  pour l'abaisser.
29254 \end_layout
29255
29256 \begin_layout Standard
29257 Pour aligner le mot 
29258 \begin_inset Quotes eld
29259 \end_inset
29260
29261 empêcher
29262 \begin_inset Quotes erd
29263 \end_inset
29264
29265  de façon à ce que le point le plus bas du caractère le plus 
29266 \begin_inset Quotes eld
29267 \end_inset
29268
29269 profond
29270 \begin_inset Quotes erd
29271 \end_inset
29272
29273 , le 
29274 \begin_inset Quotes eld
29275 \end_inset
29276
29277 p
29278 \begin_inset Quotes erd
29279 \end_inset
29280
29281 , soit au niveau de la ligne de base, insérez la commande 
29282 \end_layout
29283
29284 \begin_layout Standard
29285
29286 \series bold
29287
29288 \backslash
29289 raisebox{
29290 \backslash
29291 depth}{
29292 \end_layout
29293
29294 \begin_layout Standard
29295 en code TeX avant le mot.
29296  Insérez après le mot l'accolade fermante 
29297 \begin_inset Quotes eld
29298 \end_inset
29299
29300
29301 \series bold
29302 }
29303 \series default
29304
29305 \begin_inset Quotes erd
29306 \end_inset
29307
29308  en code TeX.
29309 \begin_inset Newline newline
29310 \end_inset
29311
29312 Voici le résultat :
29313 \end_layout
29314
29315 \begin_layout Standard
29316 Cette ligne de texte contient le mot 
29317 \begin_inset ERT
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321
29322
29323 \backslash
29324 raisebox{
29325 \backslash
29326 depth}{
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \begin_inset Quotes eld
29333 \end_inset
29334
29335 empêcher
29336 \begin_inset Quotes erd
29337 \end_inset
29338
29339
29340 \begin_inset ERT
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344
29345 }
29346 \end_layout
29347
29348 \end_inset
29349
29350  comme mot élevé.
29351 \end_layout
29352
29353 \begin_layout Standard
29354 \begin_inset VSpace bigskip
29355 \end_inset
29356
29357 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29358  entre les lignes va être agrandie :
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Cette ligne de texte contient le mot
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 raisebox{-
29371 \backslash
29372 depth}{
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \begin_inset Quotes eld
29379 \end_inset
29380
29381 empêcher
29382 \begin_inset Quotes erd
29383 \end_inset
29384
29385
29386 \begin_inset ERT
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390
29391 }
29392 \end_layout
29393
29394 \end_inset
29395
29396  comme mot abaissé.
29397 \begin_inset Newline newline
29398 \end_inset
29399
29400 Cette ligne de texte contient le mot 
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 raisebox{0.5cm}{
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \begin_inset Quotes eld
29415 \end_inset
29416
29417 tester
29418 \begin_inset Quotes erd
29419 \end_inset
29420
29421
29422 \begin_inset ERT
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426
29427 }
29428 \end_layout
29429
29430 \end_inset
29431
29432  comme mot élevé.
29433 \end_layout
29434
29435 \begin_layout Standard
29436 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29437  mettez la hauteur de la boîte à zéro.
29438  Par exemple utilisez
29439 \end_layout
29440
29441 \begin_layout Standard
29442
29443 \series bold
29444
29445 \backslash
29446 raisebox{-
29447 \backslash
29448 depth}[0pt]{
29449 \end_layout
29450
29451 \begin_layout Standard
29452 Cette ligne de texte contient le mot
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458
29459 \backslash
29460 raisebox{-
29461 \backslash
29462 depth}[0pt]{
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \begin_inset Quotes eld
29469 \end_inset
29470
29471 empêcher
29472 \begin_inset Quotes erd
29473 \end_inset
29474
29475
29476 \begin_inset ERT
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481 }
29482 \end_layout
29483
29484 \end_inset
29485
29486  comme mot abaissé.
29487 \begin_inset Newline newline
29488 \end_inset
29489
29490 Cette ligne de texte contient le mot 
29491 \begin_inset ERT
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495
29496
29497 \backslash
29498 raisebox{0.5cm}[0pt]{
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \begin_inset Quotes eld
29505 \end_inset
29506
29507 tester
29508 \begin_inset Quotes erd
29509 \end_inset
29510
29511
29512 \begin_inset ERT
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516
29517 }
29518 \end_layout
29519
29520 \end_inset
29521
29522  comme mot élevé.
29523 \end_layout
29524
29525 \begin_layout Section
29526 Boîtes Colorées
29527 \begin_inset CommandInset label
29528 LatexCommand label
29529 name "sec:Boîtes-colorées"
29530
29531 \end_inset
29532
29533
29534 \begin_inset Index
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 Boîtes ! Couleur
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \end_layout
29545
29546 \begin_layout Subsection
29547 De la couleur pour le texte
29548 \begin_inset Index
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Couleur ! Pour le texte
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29562  une boîte appelée 
29563 \begin_inset Quotes eld
29564 \end_inset
29565
29566 colorbox
29567 \begin_inset Quotes erd
29568 \end_inset
29569
29570 .
29571  Cela demande que le paquetage LaTeX 
29572 \series bold
29573 color
29574 \series default
29575
29576 \begin_inset Index
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 Paquetages LaTeX ! color
29581 \end_layout
29582
29583 \end_inset
29584
29585  soit chargé dans le préambule du document avec la commande
29586 \end_layout
29587
29588 \begin_layout Standard
29589
29590 \series bold
29591
29592 \backslash
29593 @ifundef\SpecialChar \textcompwordmark{}
29594 ined{textcolor}
29595 \begin_inset Newline newline
29596 \end_inset
29597
29598
29599 \begin_inset ERT
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603
29604
29605 \backslash
29606 hphantom{ }
29607 \end_layout
29608
29609 \end_inset
29610
29611 {
29612 \backslash
29613 usepackage{color}}{}
29614 \end_layout
29615
29616 \begin_layout Standard
29617 Le paquetage 
29618 \series bold
29619 color
29620 \series default
29621  sera chargé automatiquement par LyX dès que vous colorez du texte
29622 \begin_inset Foot
29623 status open
29624
29625 \begin_layout Plain Layout
29626 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29627  
29628 \series bold
29629
29630 \backslash
29631 @ifundef\SpecialChar \textcompwordmark{}
29632 ined
29633 \series default
29634 .
29635 \end_layout
29636
29637 \end_inset
29638
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset VSpace medskip
29644 \end_inset
29645
29646 Les boîtes colorées sont créées par la commande 
29647 \series bold
29648
29649 \backslash
29650 colorbox
29651 \series default
29652 .
29653  Elle est utilisée avec la syntaxe suivante :
29654 \end_layout
29655
29656 \begin_layout Standard
29657
29658 \series bold
29659
29660 \backslash
29661 colorbox{couleur}{contenu de la boîte}
29662 \end_layout
29663
29664 \begin_layout Standard
29665 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29666  peuvent être placées à l'intérieur d'autres boîtes.
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Les couleurs suivantes sont prédéfinies ::
29671 \begin_inset Newline newline
29672 \end_inset
29673
29674
29675 \family sans
29676 black
29677 \family default
29678  (noir), 
29679 \family sans
29680 blue
29681 \family default
29682  (bleu), 
29683 \family sans
29684 cyan
29685 \family default
29686 \series bold
29687 ,
29688 \series default
29689  
29690 \family sans
29691 green
29692 \family default
29693  (vert), 
29694 \family sans
29695 magenta
29696 \family default
29697
29698 \family sans
29699 red
29700 \family default
29701  (rouge), 
29702 \family sans
29703 white
29704 \family default
29705  (blanc), and 
29706 \family sans
29707 yellow
29708 \family default
29709  (jaune).
29710 \begin_inset Newline newline
29711 \end_inset
29712
29713 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29714  section
29715 \begin_inset space ~
29716 \end_inset
29717
29718
29719 \begin_inset CommandInset ref
29720 LatexCommand ref
29721 reference "sec:Tableaux-Colorés"
29722
29723 \end_inset
29724
29725 .
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29730 \end_layout
29731
29732 \begin_layout Standard
29733
29734 \series bold
29735
29736 \backslash
29737 colorbox{red}{
29738 \end_layout
29739
29740 \begin_layout Standard
29741 avant le mot en code TeX.
29742  Insérez l'accolade fermante 
29743 \begin_inset Quotes eld
29744 \end_inset
29745
29746 }
29747 \begin_inset Quotes erd
29748 \end_inset
29749
29750  après le mot, en code TeX.
29751 \begin_inset Newline newline
29752 \end_inset
29753
29754 Voici le résultat :
29755 \end_layout
29756
29757 \begin_layout Standard
29758 Cette ligne de texte contient le mot
29759 \begin_inset ERT
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763
29764
29765 \backslash
29766 colorbox{red}{
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \begin_inset Quotes eld
29773 \end_inset
29774
29775 Attention!
29776 \begin_inset Quotes erd
29777 \end_inset
29778
29779
29780 \begin_inset ERT
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784
29785 }
29786 \end_layout
29787
29788 \end_inset
29789
29790  sur fond rouge.
29791 \end_layout
29792
29793 \begin_layout Standard
29794 \begin_inset VSpace bigskip
29795 \end_inset
29796
29797 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29798  vous pouvez utiliser la commande 
29799 \series bold
29800
29801 \backslash
29802 fcolorbox
29803 \series default
29804  avec la syntaxe suivante :
29805 \end_layout
29806
29807 \begin_layout Standard
29808
29809 \series bold
29810
29811 \backslash
29812 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29813 \end_layout
29814
29815 \begin_layout Standard
29816
29817 \series bold
29818
29819 \backslash
29820 fcolorbox
29821 \series default
29822  est une extension de 
29823 \series bold
29824
29825 \backslash
29826 colorbox
29827 \series default
29828 .
29829  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29830  peuvent être modifiés avec les variables 
29831 \series bold
29832
29833 \backslash
29834 fboxrule
29835 \series default
29836  et 
29837 \series bold
29838
29839 \backslash
29840 fboxsep
29841 \series default
29842 , comme c'est décrit dans la section
29843 \begin_inset space ~
29844 \end_inset
29845
29846
29847 \begin_inset CommandInset ref
29848 LatexCommand ref
29849 reference "sec:Boîtes-encadrées"
29850
29851 \end_inset
29852
29853 .
29854 \end_layout
29855
29856 \begin_layout Standard
29857 Pour l'exemple suivant, on a utilisé la commande
29858 \end_layout
29859
29860 \begin_layout Standard
29861
29862 \series bold
29863
29864 \backslash
29865 fcolorbox{cyan}{magenta}{
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29870 \begin_inset space \thinspace{}
29871 \end_inset
29872
29873 mm:
29874 \begin_inset Newline newline
29875 \end_inset
29876
29877
29878 \begin_inset ERT
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882
29883
29884 \backslash
29885 fboxrule 1mm 
29886 \backslash
29887 fboxsep 1mm
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \begin_inset ERT
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897
29898
29899 \backslash
29900 fcolorbox{cyan}{magenta}{
29901 \end_layout
29902
29903 \end_inset
29904
29905 Ce texte est dans une boîte encadrée et colorée.
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910
29911 }
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset VSpace bigskip
29921 \end_inset
29922
29923 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29924  les yeux ! - NdT) :
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934
29935 \backslash
29936 fcolorbox{cyan}{magenta}{
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \color yellow
29943 Ce texte est coloré dans une boîte colorée et encadrée.
29944 \color inherit
29945
29946 \begin_inset ERT
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950
29951 }
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset ERT
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961
29962
29963 \backslash
29964 fboxrule 0.4pt 
29965 \backslash
29966 fboxsep 3pt
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Standard
29975
29976 \series bold
29977 \begin_inset VSpace medskip
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \begin_layout Standard
29984 \begin_inset Note Greyedout
29985 status open
29986
29987 \begin_layout Plain Layout
29988
29989 \series bold
29990 Note:
29991 \series default
29992  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
29993  de ligne.
29994  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
29995  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
29996 \end_layout
29997
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Subsection
30004 De la couleur pour les paragraphes
30005 \begin_inset CommandInset label
30006 LatexCommand label
30007 name "sub:Couleur-pour-les-Paragraphes"
30008
30009 \end_inset
30010
30011
30012 \begin_inset Index
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016 Couleur ! Pour les  paragraphes
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \end_layout
30023
30024 \begin_layout Standard
30025 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30026  texte dans une minipage.
30027  Avant la minipage, insérez la commande 
30028 \series bold
30029
30030 \backslash
30031 colorbox
30032 \series default
30033  
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 colorbox{color}{
30042 \end_layout
30043
30044 \begin_layout Standard
30045 en code TeX.
30046  Après la minipage, insérez l'accolade fermante 
30047 \begin_inset Quotes eld
30048 \end_inset
30049
30050 }
30051 \begin_inset Quotes erd
30052 \end_inset
30053
30054  en code TeX.
30055 \end_layout
30056
30057 \begin_layout Standard
30058 \begin_inset ERT
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062
30063
30064 \backslash
30065 colorbox{lightgrey}{
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \begin_inset Box Frameless
30072 position "t"
30073 hor_pos "c"
30074 has_inner_box 1
30075 inner_pos "t"
30076 use_parbox 0
30077 width "100col%"
30078 special "none"
30079 height "1in"
30080 height_special "totalheight"
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084 Ce texte a un fond coloré.
30085  Ce texte a un fond coloré.
30086 \end_layout
30087
30088 \begin_layout Plain Layout
30089 \begin_inset VSpace defskip
30090 \end_inset
30091
30092 Le texte peut avoir des notes de bas de page
30093 \begin_inset Foot
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097 Un autre exemple de note de bas de page
30098 \end_layout
30099
30100 \end_inset
30101
30102  et contenir des figures et des tableaux.
30103 \end_layout
30104
30105 \begin_layout Plain Layout
30106 \align center
30107 \begin_inset Tabular
30108 <lyxtabular version="3" rows="3" columns="3">
30109 <features>
30110 <column alignment="center" valignment="top" width="0">
30111 <column alignment="center" valignment="top" width="0">
30112 <column alignment="center" valignment="top" width="0">
30113 <row>
30114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30115 \begin_inset Text
30116
30117 \begin_layout Plain Layout
30118 a
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30124 \begin_inset Text
30125
30126 \begin_layout Plain Layout
30127 !
30128 \end_layout
30129
30130 \end_inset
30131 </cell>
30132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30133 \begin_inset Text
30134
30135 \begin_layout Plain Layout
30136 3
30137 \end_layout
30138
30139 \end_inset
30140 </cell>
30141 </row>
30142 <row>
30143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30144 \begin_inset Text
30145
30146 \begin_layout Plain Layout
30147 <
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30153 \begin_inset Text
30154
30155 \begin_layout Plain Layout
30156 b2
30157 \begin_inset Quotes erd
30158 \end_inset
30159
30160 |
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30166 \begin_inset Text
30167
30168 \begin_layout Plain Layout
30169 >
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 </row>
30175 <row>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180 1
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30186 \begin_inset Text
30187
30188 \begin_layout Plain Layout
30189 §
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 c
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 </row>
30204 </lyxtabular>
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \begin_inset ERT
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219 }
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Section
30228 Les boîtes pivotées et redimensionnées
30229 \end_layout
30230
30231 \begin_layout Standard
30232 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30233  charger le paquetage LaTeX 
30234 \series bold
30235 graphicx
30236 \series default
30237
30238 \begin_inset Index
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Paquetages LaTeX ! graphicx
30243 \end_layout
30244
30245 \end_inset
30246
30247  dans le préambule de votre document avec la commande
30248 \end_layout
30249
30250 \begin_layout Standard
30251
30252 \series bold
30253
30254 \backslash
30255 @ifundefined{rotatebox}
30256 \begin_inset Newline newline
30257 \end_inset
30258
30259
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 hphantom{ }
30268 \end_layout
30269
30270 \end_inset
30271
30272 {
30273 \backslash
30274 usepackage{graphicx}}{}
30275 \end_layout
30276
30277 \begin_layout Standard
30278 \begin_inset Note Greyedout
30279 status open
30280
30281 \begin_layout Plain Layout
30282
30283 \series bold
30284 Note:
30285 \series default
30286  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30287  redimensionnés.
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 \begin_inset Note Greyedout
30297 status open
30298
30299 \begin_layout Plain Layout
30300
30301 \series bold
30302 Note:
30303 \series default
30304  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30305  redimensionnée.
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Subsection
30314 Les Boîtes pivotées
30315 \begin_inset Index
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Boîtes ! pivotées
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \begin_inset Index
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329 Pivoter des objets
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \begin_inset Index
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339 Figures ! Pivotées
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \begin_inset Index
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349 Tableau ! Pivoter
30350 \end_layout
30351
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30359  (rotated).
30360  Une telle boîte est créée avec la commande 
30361 \series bold
30362
30363 \backslash
30364 rotatebox
30365 \series default
30366  en code TeX avec la syntaxe
30367 \end_layout
30368
30369 \begin_layout Standard
30370
30371 \series bold
30372
30373 \backslash
30374 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30375 \end_layout
30376
30377 \begin_layout Standard
30378 La position du pivot est donnée par l'origine de rotation spécifiée sous
30379  la forme 
30380 \series bold
30381 origin=position
30382 \series default
30383 .
30384  Les valeurs suivantes sont possibles pour la position: 
30385 \emph on
30386 c
30387 \emph default
30388  (centre), 
30389 \emph on
30390 l
30391 \emph default
30392  (gauche/
30393 \lang english
30394 left
30395 \lang french
30396 ), 
30397 \emph on
30398 r
30399 \emph default
30400  (droite/
30401 \lang english
30402 right
30403 \lang french
30404 ), 
30405 \emph on
30406 b
30407 \emph default
30408  (bas/
30409 \lang english
30410 bottom
30411 \lang french
30412 ), 
30413 \emph on
30414 t
30415 \emph default
30416  (haut/
30417 \lang english
30418 top
30419 \lang french
30420 ), et aussi des combinaisons des quatre positions de base.
30421  Par exemple 
30422 \emph on
30423 lt
30424 \emph default
30425  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30426  Quand on ne donne pas d'origine, la position 
30427 \emph on
30428 l
30429 \emph default
30430  est utilisée.
30431  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30432  ou négatif.
30433  Le sens positif de rotation est anti-horaire.
30434 \end_layout
30435
30436 \begin_layout Standard
30437 Dans l'exemple qui suit, la commande 
30438 \series bold
30439
30440 \backslash
30441 rotatebox[origin=c]{60}{
30442 \series default
30443  a été insérée en code TeX juste avant le texte 
30444 \begin_inset Quotes eld
30445 \end_inset
30446
30447 pivoté de 90°
30448 \begin_inset Quotes erd
30449 \end_inset
30450
30451  ; la boîte est refermée juste après le texte par une accolade fermante
30452  
30453 \begin_inset Quotes eld
30454 \end_inset
30455
30456 }
30457 \begin_inset Quotes erd
30458 \end_inset
30459
30460  en code TeX.
30461 \end_layout
30462
30463 \begin_layout Standard
30464 Voici une ligne avec du texte 
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 rotatebox[origin=c]{60}{
30473 \end_layout
30474
30475 \end_inset
30476
30477 pivoté de 60°
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 }
30484 \end_layout
30485
30486 \end_inset
30487
30488 .
30489 \end_layout
30490
30491 \begin_layout Standard
30492 La boîte peut contenir une autre boîte ou une formule en ligne :
30493 \end_layout
30494
30495 \begin_layout Standard
30496 Voici une ligne avec du texte 
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 rotatebox[origin=r]{-60}{
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Box Doublebox
30511 position "c"
30512 hor_pos "c"
30513 has_inner_box 0
30514 inner_pos "c"
30515 use_parbox 0
30516 width "1in"
30517 special "width"
30518 height "1in"
30519 height_special "totalheight"
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 pivoté de -60°
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534 }
30535 \end_layout
30536
30537 \end_inset
30538
30539  et encadré 
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 rotatebox[origin=lb]{60}{
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562 }
30563 \end_layout
30564
30565 \end_inset
30566
30567  et une formule.
30568 \end_layout
30569
30570 \begin_layout Standard
30571 ou encore une figure ou un tableau :
30572 \end_layout
30573
30574 \begin_layout Standard
30575 Voici une ligne
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581
30582 \backslash
30583 rotatebox[origin=lb]{90}{
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \begin_inset Graphics
30590         filename ../clipart/platypus.eps
30591         lyxscale 50
30592         width 25col%
30593
30594 \end_inset
30595
30596
30597 \begin_inset ERT
30598 status collapsed
30599
30600 \begin_layout Plain Layout
30601
30602 }
30603 \end_layout
30604
30605 \end_inset
30606
30607  avec une image pivotée de 90° 
30608 \begin_inset ERT
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612
30613
30614 \backslash
30615 rotatebox[origin=l]{-90}{
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \begin_inset Tabular
30622 <lyxtabular version="3" rows="2" columns="2">
30623 <features>
30624 <column alignment="center" valignment="top" width="0">
30625 <column alignment="center" valignment="top" width="0">
30626 <row>
30627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30628 \begin_inset Text
30629
30630 \begin_layout Plain Layout
30631 q
30632 \end_layout
30633
30634 \end_inset
30635 </cell>
30636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30637 \begin_inset Text
30638
30639 \begin_layout Plain Layout
30640 w
30641 \end_layout
30642
30643 \end_inset
30644 </cell>
30645 </row>
30646 <row>
30647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 e
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660 r
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 </row>
30666 </lyxtabular>
30667
30668 \end_inset
30669
30670
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676 }
30677 \end_layout
30678
30679 \end_inset
30680
30681  et un tableau.
30682 \end_layout
30683
30684 \begin_layout Subsection
30685 Les boîtes redimensionnées
30686 \begin_inset Index
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Boîtes ! Redimensionnées
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \begin_inset Index
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700 Redimensionner des objets
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \begin_inset Index
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Figures ! Redimensionnées
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \begin_inset Index
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720 Tableau ! Redimensionner
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Standard
30729 Pour redimensionner des objets on peut utiliser les commandes 
30730 \series bold
30731
30732 \backslash
30733 scalebox
30734 \series default
30735  et 
30736 \series bold
30737
30738 \backslash
30739 resizebox
30740 \series default
30741  insérées sous forme de code TeX.
30742 \end_layout
30743
30744 \begin_layout Standard
30745
30746 \series bold
30747
30748 \backslash
30749 scalebox
30750 \series default
30751  est utilisée avec la syntaxe suivante :
30752 \end_layout
30753
30754 \begin_layout Standard
30755
30756 \series bold
30757
30758 \backslash
30759 scalebox{horizontal}[vertical]{contenu de la boîte}
30760 \end_layout
30761
30762 \begin_layout Standard
30763 Horizontal et vertical sont les facteurs d'échelle correspondants.
30764  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30765  utilisé comme facteur vertical.
30766 \end_layout
30767
30768 \begin_layout Standard
30769 Par exemple, la commande 
30770 \series bold
30771
30772 \backslash
30773 scalebox{2}{Bonjour}
30774 \series default
30775  crée un 
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 scalebox{2}{
30784 \end_layout
30785
30786 \end_inset
30787
30788 Bonjour
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794 }
30795 \end_layout
30796
30797 \end_inset
30798
30799  de taille double par rapport à la taille du texte du document.
30800 \end_layout
30801
30802 \begin_layout Standard
30803
30804 \series bold
30805
30806 \backslash
30807 scalebox{2}[1]{Hello}
30808 \series default
30809  au contraire va déformer le 
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815
30816 \backslash
30817 scalebox{2}[1]{
30818 \end_layout
30819
30820 \end_inset
30821
30822 Bonjour
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828 }
30829 \end_layout
30830
30831 \end_inset
30832
30833 .
30834 \end_layout
30835
30836 \begin_layout Standard
30837 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30838  La commande 
30839 \series bold
30840
30841 \backslash
30842 scalebox{-1}[1]{Hello}
30843 \series default
30844  peut donc être utilisée pour créer du texte en miroir : 
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850
30851 \backslash
30852 scalebox{-1}[1]{
30853 \end_layout
30854
30855 \end_inset
30856
30857 Bonjour
30858 \begin_inset ERT
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862
30863 }
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \begin_layout Standard
30872
30873 \series bold
30874
30875 \backslash
30876 scalebox{1}[-1]{Bonjour}
30877 \series default
30878  effectue une réflexion du 
30879 \begin_inset ERT
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883
30884
30885 \backslash
30886 scalebox{1}[-1]{
30887 \end_layout
30888
30889 \end_inset
30890
30891 Bonjour
30892 \begin_inset ERT
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896
30897 }
30898 \end_layout
30899
30900 \end_inset
30901
30902  par rapport à la ligne de base.
30903 \end_layout
30904
30905 \begin_layout Standard
30906 La commande 
30907 \series bold
30908
30909 \backslash
30910 reflectbox{contenu de la boîte} 
30911 \series default
30912 existe aussi et est équivalente à
30913 \series bold
30914  
30915 \backslash
30916 scalebox{-1}[1]{contenu de la boîte}.
30917
30918 \series default
30919  
30920 \begin_inset Newline newline
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \begin_inset VSpace bigskip
30928 \end_inset
30929
30930 La commande 
30931 \series bold
30932
30933 \backslash
30934 resizebox
30935 \series default
30936  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30937  données.
30938  La syntaxe de la commande est :
30939 \end_layout
30940
30941 \begin_layout Standard
30942
30943 \series bold
30944
30945 \backslash
30946 resizebox{largeur}{hauteur}{contenu de la boîte}
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Si un des deux paramètres est remplacé par un point d'exclamation 
30951 \series bold
30952 !
30953 \series default
30954 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30955 \end_layout
30956
30957 \begin_layout Standard
30958 La commande 
30959 \series bold
30960
30961 \backslash
30962 resizebox{2cm}{1cm}{Bonjour}
30963 \series default
30964  produit : 
30965 \begin_inset ERT
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969
30970
30971 \backslash
30972 resizebox{2cm}{1cm}{
30973 \end_layout
30974
30975 \end_inset
30976
30977 Bonjour
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983 }
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Newline newline
30990 \end_inset
30991
30992 La commande 
30993 \series bold
30994
30995 \backslash
30996 resizebox{2cm}{!}{Bonjour}
30997 \series default
30998  produit : 
30999 \begin_inset ERT
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003
31004
31005 \backslash
31006 resizebox{2cm}{!}{
31007 \end_layout
31008
31009 \end_inset
31010
31011 Bonjour
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017 }
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \begin_inset VSpace bigskip
31027 \end_inset
31028
31029
31030 \end_layout
31031
31032 \begin_layout Standard
31033 \begin_inset Note Greyedout
31034 status open
31035
31036 \begin_layout Plain Layout
31037
31038 \series bold
31039 Note:
31040 \series default
31041  Quand les paramètres des commandes 
31042 \series bold
31043
31044 \backslash
31045 scalebox
31046 \series default
31047  ou 
31048 \series bold
31049
31050 \backslash
31051 resizebox
31052 \series default
31053  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31054  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31055  partiellement.
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064 \begin_inset VSpace bigskip
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Standard
31071 Les boîtes peuvent être combinée dans n'importe quel ordre.
31072  Par exemple, la commande 
31073 \begin_inset Newline newline
31074 \end_inset
31075
31076
31077 \series bold
31078
31079 \backslash
31080 rotatebox[origin=c]{-45}{
31081 \backslash
31082 resizebox{2cm}{!}{
31083 \backslash
31084 reflectbox{Bonjour}}}
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \series default
31090 produit :
31091 \end_layout
31092
31093 \begin_layout Standard
31094 \align center
31095 \begin_inset ERT
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099
31100
31101 \backslash
31102 rotatebox[origin=c]{-45}{
31103 \backslash
31104 resizebox{2cm}{!}{
31105 \backslash
31106 reflectbox{
31107 \end_layout
31108
31109 \end_inset
31110
31111 Bonjour
31112 \begin_inset ERT
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116
31117 }}}
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \noindent
31127 Les images, les tableaux et les formules sont autorisées comme contenu de
31128  boîte :
31129 \end_layout
31130
31131 \begin_layout Standard
31132 \align center
31133 \begin_inset ERT
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137
31138
31139 \backslash
31140 rotatebox[origin=c]{-30}{
31141 \backslash
31142 resizebox{2cm}{!}{
31143 \backslash
31144 reflectbox{
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \begin_inset Graphics
31151         filename ../clipart/platypus.eps
31152         lyxscale 50
31153         width 25col%
31154
31155 \end_inset
31156
31157
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163 }}}
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 rotatebox[origin=c]{-45}{
31177 \backslash
31178 resizebox{2cm}{!}{
31179 \backslash
31180 reflectbox{
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \begin_inset Tabular
31187 <lyxtabular version="3" rows="2" columns="2">
31188 <features>
31189 <column alignment="center" valignment="top" width="0">
31190 <column alignment="center" valignment="top" width="0">
31191 <row>
31192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31193 \begin_inset Text
31194
31195 \begin_layout Plain Layout
31196 q
31197 \end_layout
31198
31199 \end_inset
31200 </cell>
31201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31202 \begin_inset Text
31203
31204 \begin_layout Plain Layout
31205 w
31206 \end_layout
31207
31208 \end_inset
31209 </cell>
31210 </row>
31211 <row>
31212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31213 \begin_inset Text
31214
31215 \begin_layout Plain Layout
31216 e
31217 \end_layout
31218
31219 \end_inset
31220 </cell>
31221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31222 \begin_inset Text
31223
31224 \begin_layout Plain Layout
31225 r
31226 \end_layout
31227
31228 \end_inset
31229 </cell>
31230 </row>
31231 </lyxtabular>
31232
31233 \end_inset
31234
31235
31236 \begin_inset ERT
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240
31241 }}}
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252
31253 \backslash
31254 rotatebox[origin=c]{-45}{
31255 \backslash
31256 resizebox{2cm}{!}{
31257 \backslash
31258 reflectbox{
31259 \end_layout
31260
31261 \end_inset
31262
31263
31264 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31265 \end_inset
31266
31267
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273 }}}
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \end_layout
31280
31281 \begin_layout Standard
31282 Quand on utilise le style global de formule 
31283 \series bold
31284 fleqn
31285 \series default
31286  dans le document
31287 \begin_inset Foot
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291 Quand 
31292 \begin_inset Quotes eld
31293 \end_inset
31294
31295 fleqn
31296 \begin_inset Quotes erd
31297 \end_inset
31298
31299  est ajouté aux options de la classe de document.
31300 \end_layout
31301
31302 \end_inset
31303
31304 , les formules hors texte peuvent aussi être redimensionnées.
31305 \end_layout
31306
31307 \begin_layout Chapter
31308 Trucs Externes
31309 \begin_inset Index
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313 Trucs externes
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Standard
31322 Avec le menu 
31323 \family sans
31324 Insérer\SpecialChar \menuseparator
31325 Fichier
31326 \family default
31327  vous pouvez insérer un contenu externe à votre document.
31328  Ce contenu peut être :
31329 \end_layout
31330
31331 \begin_layout Description
31332 Document
31333 \begin_inset space ~
31334 \end_inset
31335
31336 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31337  document.
31338 \end_layout
31339
31340 \begin_layout Description
31341 Texte
31342 \begin_inset space ~
31343 \end_inset
31344
31345 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31346 e.
31347 \end_layout
31348
31349 \begin_layout Description
31350 Texte
31351 \begin_inset space ~
31352 \end_inset
31353
31354 Brut
31355 \begin_inset space ~
31356 \end_inset
31357
31358 par
31359 \begin_inset space ~
31360 \end_inset
31361
31362 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31363  Les lignes vides créent un nouveau paragraphe dans votre document.
31364 \end_layout
31365
31366 \begin_layout Description
31367 Objet
31368 \begin_inset space ~
31369 \end_inset
31370
31371 Externe Fichiers de formats variés.
31372 \end_layout
31373
31374 \begin_layout Description
31375 Sous-Document Documents LyX ou LaTeX.
31376 \end_layout
31377
31378 \begin_layout Section
31379 Objets Externes 
31380 \begin_inset Index
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384 Trucs externes ! Objets Externes
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \end_layout
31391
31392 \begin_layout Standard
31393 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31394  de fichiers dans votre document sans avoir à convertir ces derniers en
31395  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31396  qui va s'occuper des conversions.
31397  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31398  LyX des images dans des formats divers.
31399 \end_layout
31400
31401 \begin_layout Standard
31402 On insère des objets externes en utilisant la fenêtre de dialogue 
31403 \family sans
31404 Objet
31405 \begin_inset space ~
31406 \end_inset
31407
31408 Externe
31409 \family default
31410  qui est accessible via le menu 
31411 \family sans
31412 Insérer\SpecialChar \menuseparator
31413 Fichiers\SpecialChar \menuseparator
31414 Objet
31415 \begin_inset space ~
31416 \end_inset
31417
31418 Externe
31419 \family default
31420 .
31421  Actuellement les types de fichiers (
31422 \family sans
31423 Modèles
31424 \family default
31425 ) suivants sont autorisés :
31426 \end_layout
31427
31428 \begin_layout Description
31429 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31430  par le programme 
31431 \series bold
31432
31433 \begin_inset CommandInset href
31434 LatexCommand href
31435 name "XBoard"
31436 target "http://en.wikipedia.org/wiki/XBoard"
31437
31438 \end_inset
31439
31440
31441 \series default
31442 .
31443 \end_layout
31444
31445 \begin_layout Description
31446 Date Ce modèle insère la date sous la forme 
31447 \emph on
31448 Jour-Mois-Année
31449 \emph default
31450 .
31451  Voici un exemple de date insérée comme objet externe :: 
31452 \begin_inset External
31453         template Date
31454         filename .
31455
31456 \end_inset
31457
31458
31459 \lang english
31460
31461 \begin_inset space ~
31462 \end_inset
31463
31464
31465 \begin_inset Note Note
31466 status open
31467
31468 \begin_layout Plain Layout
31469
31470 \lang english
31471 Remove the protected space when bug 4398 is fixed!
31472 \end_layout
31473
31474 \end_inset
31475
31476
31477 \lang french
31478
31479 \begin_inset Newline newline
31480 \end_inset
31481
31482 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31483  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31484 \family sans
31485 Insérer\SpecialChar \menuseparator
31486 Date
31487 \family default
31488  et avec la commande LaTeX 
31489 \series bold
31490
31491 \backslash
31492 today
31493 \series default
31494  entrée comme code TeX.
31495  Ces différentes méthodes sont comparée dans le tableau
31496 \begin_inset space ~
31497 \end_inset
31498
31499
31500 \begin_inset CommandInset ref
31501 LatexCommand ref
31502 reference "tab:Comparaison-des-dates"
31503
31504 \end_inset
31505
31506 .
31507 \end_layout
31508
31509 \begin_layout Description
31510 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31511  par le programme 
31512 \series bold
31513
31514 \begin_inset CommandInset href
31515 LatexCommand href
31516 name "LilyPond"
31517 target "http://en.wikipedia.org/wiki/LilyPond"
31518
31519 \end_inset
31520
31521
31522 \series default
31523 .
31524 \end_layout
31525
31526 \begin_layout Description
31527 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31528  À peu près tous les formats d'images populaires sont acceptés.
31529  Les images peuvent être traitées dans la fenêtre de dialogue 
31530 \family sans
31531 Objet
31532 \begin_inset space ~
31533 \end_inset
31534
31535 Externe
31536 \family default
31537  comme les images qui sont habituellement incorporées en utilisant le menu
31538  
31539 \family sans
31540 Insérer\SpecialChar \menuseparator
31541 Graphique
31542 \family default
31543 , comme c'est décrit dans la section
31544 \begin_inset space ~
31545 \end_inset
31546
31547
31548 \begin_inset CommandInset ref
31549 LatexCommand ref
31550 reference "sec:Graphics-Dialog"
31551
31552 \end_inset
31553
31554 .
31555  La différence est que seules les images matricielles sont autorisées, ce
31556  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31557 \end_layout
31558
31559 \begin_layout Description
31560 XFig Ce modèle accepte les images créées avec le programme 
31561 \series bold
31562
31563 \begin_inset CommandInset href
31564 LatexCommand href
31565 name "Xfig"
31566 target "http://en.wikipedia.org/wiki/Xfig"
31567
31568 \end_inset
31569
31570
31571 \series default
31572 .
31573 \end_layout
31574
31575 \begin_layout Standard
31576 \begin_inset Float table
31577 placement h
31578 wide false
31579 sideways false
31580 status open
31581
31582 \begin_layout Plain Layout
31583 \begin_inset Caption
31584
31585 \begin_layout Plain Layout
31586 \begin_inset CommandInset label
31587 LatexCommand label
31588 name "tab:Comparaison-des-dates"
31589
31590 \end_inset
31591
31592 Comparaison des méthodes d'insertion de la date.
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \begin_layout Plain Layout
31601 \align center
31602 \begin_inset Tabular
31603 <lyxtabular version="3" rows="4" columns="4">
31604 <features>
31605 <column alignment="center" valignment="top" width="0">
31606 <column alignment="center" valignment="top" width="0">
31607 <column alignment="center" valignment="top" width="0">
31608 <column alignment="center" valignment="top" width="0">
31609 <row>
31610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614 Format du document
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623
31624 \family sans
31625 Objet
31626 \begin_inset space ~
31627 \end_inset
31628
31629 Externe\SpecialChar \menuseparator
31630 Date
31631 \end_layout
31632
31633 \end_inset
31634 </cell>
31635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31636 \begin_inset Text
31637
31638 \begin_layout Plain Layout
31639
31640 \family sans
31641 Insérer\SpecialChar \menuseparator
31642 Date
31643 \end_layout
31644
31645 \end_inset
31646 </cell>
31647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31648 \begin_inset Text
31649
31650 \begin_layout Plain Layout
31651 commande 
31652 \series bold
31653
31654 \backslash
31655 today
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 </row>
31661 <row>
31662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 LyX
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675 comme boîte d'insert
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 comme date
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31690 \begin_inset Text
31691
31692 \begin_layout Plain Layout
31693 comme boîte de code TeX
31694 \end_layout
31695
31696 \end_inset
31697 </cell>
31698 </row>
31699 <row>
31700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31701 \begin_inset Text
31702
31703 \begin_layout Plain Layout
31704 LaTeX
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713 comme date
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722 comme date
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 comme commande
31732 \end_layout
31733
31734 \end_inset
31735 </cell>
31736 </row>
31737 <row>
31738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 DVI, PDF, PS
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 comme date
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760 comme date
31761 \end_layout
31762
31763 \end_inset
31764 </cell>
31765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31766 \begin_inset Text
31767
31768 \begin_layout Plain Layout
31769 comme date date
31770 \end_layout
31771
31772 \end_inset
31773 </cell>
31774 </row>
31775 </lyxtabular>
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \begin_layout Standard
31788 Quand vous activez l'option 
31789 \family sans
31790 Brouillon
31791 \family default
31792  de l'onglet 
31793 \family sans
31794 Fichier
31795 \family default
31796  de la fenêtre de dialogue 
31797 \family sans
31798 Objet
31799 \begin_inset space ~
31800 \end_inset
31801
31802 Externe
31803 \family default
31804 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31805 \begin_inset Newline newline
31806 \end_inset
31807
31808 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31809  : 
31810 \begin_inset Graphics
31811         filename ../clipart/ExternalMaterialQt4.png
31812         scale 85
31813         scaleBeforeRotation
31814
31815 \end_inset
31816
31817  soit comme une image, selon que vous avez ou non activé l'option 
31818 \family sans
31819 Afficher
31820 \begin_inset space ~
31821 \end_inset
31822
31823 dans
31824 \begin_inset space ~
31825 \end_inset
31826
31827 LyX
31828 \family default
31829  de l'onglet 
31830 \family sans
31831 Vue
31832 \begin_inset space ~
31833 \end_inset
31834
31835 LyX
31836 \family default
31837  de la fenêtre de dialogue 
31838 \family sans
31839 Objet
31840 \begin_inset space ~
31841 \end_inset
31842
31843 Externe
31844 \family default
31845 .
31846 \end_layout
31847
31848 \begin_layout Standard
31849 Le manuel 
31850 \family sans
31851 \emph on
31852 Personnalisation
31853 \family default
31854 \emph default
31855  explique comment vous pouvez créer vos propres modèles.
31856 \end_layout
31857
31858 \begin_layout Section
31859 Sous-Documents
31860 \begin_inset CommandInset label
31861 LatexCommand label
31862 name "sec:Sous-Documents"
31863
31864 \end_inset
31865
31866
31867 \begin_inset Index
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871 Trucs externes ! Sous-Documents
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \begin_inset Index
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881 Fichiers ! Insérer
31882 \end_layout
31883
31884 \end_inset
31885
31886
31887 \end_layout
31888
31889 \begin_layout Standard
31890 Les sous-documents sont utilisés quand on a un document très long qui peut
31891  être décomposé en plusieurs parties ou sections plus petites.
31892  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31893  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31894  Les différents documents sont ce que l'on appelle les sous-documents et
31895  un document maître les relie pour imprimer le document complet ou seulement
31896  une partie de celui-ci.
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31901  comme celle-ci : 
31902 \begin_inset Graphics
31903         filename clipart/ChildDocumentQt4.png
31904         scale 60
31905         scaleBeforeRotation
31906
31907 \end_inset
31908
31909  Pour inclure des sous-documents dans un document maître , on utilise le
31910  menu 
31911 \family sans
31912 Insérer\SpecialChar \menuseparator
31913 Fichier\SpecialChar \menuseparator
31914 Sous-Document
31915 \family default
31916 .
31917  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31918  des quatre méthodes d'inclusion :
31919 \end_layout
31920
31921 \begin_layout Description
31922 Inclus
31923 \begin_inset space ~
31924 \end_inset
31925
31926 (include) Vous pouvez inclure des documents LyX et LaTeX.
31927  Quand vous cliquez sur le bouton 
31928 \family sans
31929 Charger
31930 \family default
31931  dans la fenêtre de dialogue 
31932 \family sans
31933 Sous-Document
31934 \family default
31935 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
31936  vous puissiez le modifier.
31937 \begin_inset Newline newline
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \begin_layout Standard
31944 Voici un sous-document inséré avec la méthode 
31945 \family sans
31946 Inclus
31947 \family default
31948  : 
31949 \begin_inset CommandInset include
31950 LatexCommand include
31951 filename "DocumentBidon1.lyx"
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 La numérotation des sections va prendre en compte les sections des fichiers
31960  incorporés dans l'ordre où ils sont insérés dans le document maître.
31961  Le document qui est inclus comme exemple possède une sous-section qui sera
31962  numérotée comme sous-section de la section actuelle.
31963  Les étiquettes présentes dans le fichier inclus peuvent être référencées
31964  : la sous-section
31965 \begin_inset space ~
31966 \end_inset
31967
31968
31969 \begin_inset CommandInset ref
31970 LatexCommand ref
31971 reference "sub:Sous-section-externe-1"
31972
31973 \end_inset
31974
31975  est dans le fichier inclus.
31976 \end_layout
31977
31978 \begin_layout Standard
31979 Le préambule du sous-document est tout simplement ignoré, seul le préambule
31980  du document maître est utilisé.
31981  Les documents inclus sont insérés en commençant une nouvelle page et sont
31982  suivis par un saut de page.
31983 \end_layout
31984
31985 \begin_layout Standard
31986 Avec la commande LaTeX 
31987 \series bold
31988
31989 \backslash
31990 includeonly 
31991 \series default
31992 vous pouvez préciser quels sous-documents seront traités pour générer la
31993  sortie imprimée.
31994  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
31995  important puisque cela vous fait économiser du temps de compilation.
31996  La commande 
31997 \series bold
31998
31999 \backslash
32000 includeonly
32001 \series default
32002  est insérée dans le préambule du document maître.
32003  Elle prend comme arguments une liste de noms de fichiers séparés par des
32004  virgules, par exemple :
32005 \end_layout
32006
32007 \begin_layout Standard
32008
32009 \series bold
32010
32011 \backslash
32012 includeonly{chapitre1,chapitre5}
32013 \end_layout
32014
32015 \begin_layout Standard
32016 fera que seuls les fichiers nommés 
32017 \begin_inset Quotes eld
32018 \end_inset
32019
32020 chapitre1.lyx
32021 \begin_inset Quotes erd
32022 \end_inset
32023
32024  (ou 
32025 \begin_inset Quotes eld
32026 \end_inset
32027
32028 chapitre1.tex
32029 \begin_inset Quotes erd
32030 \end_inset
32031
32032 ) et 
32033 \begin_inset Quotes eld
32034 \end_inset
32035
32036 chapitre5.lyx
32037 \begin_inset Quotes erd
32038 \end_inset
32039
32040  seront traités lors de la compilation.
32041 \end_layout
32042
32043 \begin_layout Standard
32044 \begin_inset Note Greyedout
32045 status open
32046
32047 \begin_layout Plain Layout
32048
32049 \series bold
32050 Note:
32051 \series default
32052  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32053  une classe de document différente de celle du document maître, vous recevez
32054  un avertissement quand vous tentez une visualisation ou une exportation,
32055  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Description
32064 Incorporé
32065 \begin_inset space ~
32066 \end_inset
32067
32068 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32069  sont :
32070 \end_layout
32071
32072 \begin_deeper
32073 \begin_layout Itemize
32074 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32075  par un saut de page.
32076 \end_layout
32077
32078 \begin_layout Itemize
32079 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32080  
32081 \family sans
32082 Aperçu
32083 \begin_inset space ~
32084 \end_inset
32085
32086 sur
32087 \begin_inset space ~
32088 \end_inset
32089
32090 le
32091 \begin_inset space ~
32092 \end_inset
32093
32094 vif
32095 \family default
32096  est activée dans les préférences dans la rubrique 
32097 \family sans
32098 Apparence\SpecialChar \menuseparator
32099 Graphique
32100 \family default
32101 .
32102 \end_layout
32103
32104 \begin_layout Itemize
32105 La commande LaTeX 
32106 \series bold
32107
32108 \backslash
32109 includeonly
32110 \series default
32111  ne peut pas être utilisée.
32112 \end_layout
32113
32114 \end_deeper
32115 \begin_layout Standard
32116 Voici un sous document inséré en utilisant la méthode 
32117 \family sans
32118 Incorporé
32119 \family default
32120  : 
32121 \begin_inset CommandInset include
32122 LatexCommand input
32123 preview true
32124 filename "DocumentBidon2.lyx"
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Description
32132 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32133  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32134  sous forme de code source et aucune des commandes éventuellement présentes
32135  ne sera exécutée.
32136  Vous pouvez utiliser l'option 
32137 \family sans
32138 Marquer
32139 \begin_inset space ~
32140 \end_inset
32141
32142 les
32143 \begin_inset space ~
32144 \end_inset
32145
32146 espaces
32147 \family default
32148  qui matérialise chaque espace présente dans le code source par un caractère
32149  
32150 \begin_inset Quotes eld
32151 \end_inset
32152
32153
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 textvisiblespace 
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \begin_inset Quotes erd
32168 \end_inset
32169
32170  .
32171  La différence avec la méthode qui consiste à utiliser le menu 
32172 \family sans
32173 Insérer\SpecialChar \menuseparator
32174 Fichier\SpecialChar \menuseparator
32175 Texte
32176 \begin_inset space ~
32177 \end_inset
32178
32179 brut
32180 \family default
32181  est que le contenu du document n'apparaît pas dans LyX.
32182 \end_layout
32183
32184 \begin_layout Standard
32185 Voici un sous-document inclus en utilisant la méthode 
32186 \family sans
32187 verbatim
32188 \family default
32189  : 
32190 \begin_inset CommandInset include
32191 LatexCommand verbatiminput
32192 filename "DocumentTexteBidon.txt"
32193
32194 \end_inset
32195
32196
32197 \begin_inset VSpace bigskip
32198 \end_inset
32199
32200 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32201  l'option 
32202 \family sans
32203 Marquer
32204 \begin_inset space ~
32205 \end_inset
32206
32207 les
32208 \begin_inset space ~
32209 \end_inset
32210
32211 espaces :
32212 \family default
32213  
32214 \begin_inset CommandInset include
32215 LatexCommand verbatiminput*
32216 filename "DocumentTexteBidon.txt"
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \begin_inset VSpace bigskip
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset Note Greyedout
32232 status open
32233
32234 \begin_layout Plain Layout
32235
32236 \series bold
32237 Note:
32238 \series default
32239  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32240  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Description
32249 Listings Ce type d'inclusion est décrit dans le chapitre
32250 \begin_inset space ~
32251 \end_inset
32252
32253
32254 \begin_inset CommandInset ref
32255 LatexCommand ref
32256 reference "cha:Program-Code-Listings"
32257
32258 \end_inset
32259
32260 .
32261 \end_layout
32262
32263 \begin_layout Standard
32264 \begin_inset Note Greyedout
32265 status open
32266
32267 \begin_layout Plain Layout
32268
32269 \series bold
32270 Note:
32271 \series default
32272  Inclure le même document deux fois dans un même document peut poser des
32273  problèmes avec LaTeX.
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Chapter
32282 Listings de Code Source
32283 \begin_inset CommandInset label
32284 LatexCommand label
32285 name "cha:Program-Code-Listings"
32286
32287 \end_inset
32288
32289
32290 \begin_inset Index
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294 Listings
32295 \end_layout
32296
32297 \end_inset
32298
32299
32300 \begin_inset Index
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304 Code Source
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset Index
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314 Flottants ! Listings
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \begin_layout Standard
32323 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32324  un insert 
32325 \family sans
32326 Listings
32327 \family default
32328  qui peut être créé grâce au menu 
32329 \family sans
32330 Insérer
32331 \family default
32332 \SpecialChar \menuseparator
32333
32334 \family sans
32335 Listing
32336 \begin_inset space ~
32337 \end_inset
32338
32339 de
32340 \begin_inset space ~
32341 \end_inset
32342
32343 Code
32344 \begin_inset space ~
32345 \end_inset
32346
32347 Source
32348 \family default
32349 .
32350  Le paquetage LaTeX 
32351 \series bold
32352 listings
32353 \series default
32354
32355 \begin_inset Index
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 Paquetages LaTeX ! listings
32360 \end_layout
32361
32362 \end_inset
32363
32364  fournit un moyen puissant et flexible d'insérer des listings de code source
32365  dans votre document.
32366  
32367 \end_layout
32368
32369 \begin_layout Standard
32370 Quand vous cliquez avec le bouton droit sur un insert de listings, une fenêtre
32371  de dialogue s'ouvre pour vous permettre de modifier le format du listing.
32372 \end_layout
32373
32374 \begin_layout Standard
32375 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32376  L'option d'emplacement 
32377 \family sans
32378 Listing
32379 \begin_inset space ~
32380 \end_inset
32381
32382 en
32383 \begin_inset space ~
32384 \end_inset
32385
32386 Ligne
32387 \family default
32388  imprime le listing dans la ligne comme ceci : 
32389 \begin_inset listings
32390 lstparams "language={C++}"
32391 inline true
32392 status open
32393
32394 \begin_layout Plain Layout
32395
32396 \lang english
32397 int a=5;
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \begin_inset Newline newline
32404 \end_inset
32405
32406 L'option 
32407 \family sans
32408 Flottant
32409 \family default
32410  crée un flottant de listing pour lequel vous pouvez préciser les options
32411  classiques d'emplacement : 
32412 \begin_inset Quotes eld
32413 \end_inset
32414
32415
32416 \family sans
32417 h
32418 \family default
32419
32420 \begin_inset Quotes erd
32421 \end_inset
32422
32423
32424 \begin_inset Quotes eld
32425 \end_inset
32426
32427
32428 \family sans
32429 t
32430 \family default
32431
32432 \begin_inset Quotes erd
32433 \end_inset
32434
32435
32436 \begin_inset Quotes eld
32437 \end_inset
32438
32439
32440 \family sans
32441 b
32442 \family default
32443
32444 \begin_inset Quotes erd
32445 \end_inset
32446
32447 , et 
32448 \begin_inset Quotes eld
32449 \end_inset
32450
32451
32452 \family sans
32453 p
32454 \family default
32455
32456 \begin_inset Quotes erd
32457 \end_inset
32458
32459  correspondant aux emplacement décrits dans la section
32460 \begin_inset space ~
32461 \end_inset
32462
32463
32464 \begin_inset CommandInset ref
32465 LatexCommand ref
32466 reference "sec:Placement-flottants"
32467
32468 \end_inset
32469
32470 .
32471  Les options de positionnement peuvent être mélangées et doivent être saisies
32472  sans séparation, par exemple, on peut taper 
32473 \begin_inset Quotes eld
32474 \end_inset
32475
32476
32477 \family sans
32478 htbp
32479 \family default
32480
32481 \begin_inset Quotes erd
32482 \end_inset
32483
32484 .
32485  L' option 
32486 \begin_inset Quotes eld
32487 \end_inset
32488
32489 h
32490 \begin_inset Quotes erd
32491 \end_inset
32492
32493  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32494  
32495 \family sans
32496 Flottant
32497 \family default
32498  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32499  légende et être référencés.
32500 \end_layout
32501
32502 \begin_layout Standard
32503 Vous pouvez ajouter une légende à un listing avec le menu 
32504 \family sans
32505 Insérer\SpecialChar \menuseparator
32506 Légende
32507 \family default
32508 .
32509  On peut référencer les listings de la même façon que les flottants :Voir
32510  le listing
32511 \begin_inset space ~
32512 \end_inset
32513
32514
32515 \begin_inset CommandInset ref
32516 LatexCommand ref
32517 reference "lst:Listing-exemple"
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \begin_inset listings
32526 lstparams "language=Python"
32527 inline false
32528 status open
32529
32530 \begin_layout Plain Layout
32531
32532 \lang english
32533 \begin_inset Caption
32534
32535 \begin_layout Plain Layout
32536 \begin_inset CommandInset label
32537 LatexCommand label
32538 name "lst:Listing-exemple"
32539
32540 \end_inset
32541
32542 Exemple de listing flottant
32543 \end_layout
32544
32545 \end_inset
32546
32547 # Exemple de listing flottant
32548 \end_layout
32549
32550 \begin_layout Plain Layout
32551
32552 \lang english
32553 def func(param):
32554 \end_layout
32555
32556 \begin_layout Plain Layout
32557
32558 \lang english
32559     'ceci est une fonction python'
32560 \end_layout
32561
32562 \begin_layout Plain Layout
32563
32564 \lang english
32565     pass
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \begin_layout Standard
32574 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32575  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32576  de manière particulière dans la sortie imprimée.
32577  Dans l'exemple de listing, le mot clé Python 
32578 \begin_inset Quotes eld
32579 \end_inset
32580
32581 def
32582 \begin_inset Quotes erd
32583 \end_inset
32584
32585  est reconnu et imprimé en caractères gras dans la sortie.
32586 \end_layout
32587
32588 \begin_layout Standard
32589 \begin_inset Note Greyedout
32590 status open
32591
32592 \begin_layout Plain Layout
32593
32594 \series bold
32595 Note:
32596 \series default
32597  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32598  une police de caractères à chasse fixe, c'est que votre police ne contient
32599  probablement pas de série grasse.
32600  Dans ce cas choisissez une police différente dans le menu 
32601 \family sans
32602 Document\SpecialChar \menuseparator
32603 Paramètres\SpecialChar \menuseparator
32604 Polices
32605 \family default
32606 .
32607  (Les polices 
32608 \emph on
32609 LuxiMono, BeraMono
32610 \emph default
32611  et 
32612 \emph on
32613 Courier
32614 \emph default
32615  contiennent une série grasse.)
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \end_layout
32622
32623 \begin_layout Standard
32624 Dans la rubrique 
32625 \family sans
32626 Numérotation
32627 \begin_inset space ~
32628 \end_inset
32629
32630 des
32631 \begin_inset space ~
32632 \end_inset
32633
32634 Lignes
32635 \family default
32636  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32637 n des lignes.
32638  Vous pouvez mettre un nombre dans le champ 
32639 \family sans
32640 Pas
32641 \family default
32642  pour désigner les lignes qui seront numérotées.
32643  Par exemple, si vous mettez 
32644 \begin_inset Quotes eld
32645 \end_inset
32646
32647 3
32648 \begin_inset Quotes erd
32649 \end_inset
32650
32651 , seule une ligne sur trois sera numérotée.
32652 \end_layout
32653
32654 \begin_layout Standard
32655 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32656  apparaîtront dans la sortie.
32657  Vous devez utiliser l'option 
32658 \family sans
32659 Table
32660 \begin_inset space ~
32661 \end_inset
32662
32663 de
32664 \begin_inset space ~
32665 \end_inset
32666
32667 Caractères
32668 \begin_inset space ~
32669 \end_inset
32670
32671 Étendue
32672 \family default
32673  quand vous employez des caractères spécifiques à une langue donnée comme
32674  les umlauts Allemands dans votre listing.
32675 \begin_inset Newline newline
32676 \end_inset
32677
32678 Voici un exemple de listing avec la numérotation des lignes à gauche par
32679  pas de 3, en langage Python, avec les options 
32680 \begin_inset Quotes eld
32681 \end_inset
32682
32683 Table
32684 \begin_inset space ~
32685 \end_inset
32686
32687 de
32688 \begin_inset space ~
32689 \end_inset
32690
32691 caractères
32692 \begin_inset space ~
32693 \end_inset
32694
32695 étendue
32696 \begin_inset Quotes erd
32697 \end_inset
32698
32699  et 
32700 \begin_inset Quotes eld
32701 \end_inset
32702
32703 Espace
32704 \begin_inset space ~
32705 \end_inset
32706
32707 représenté
32708 \begin_inset space ~
32709 \end_inset
32710
32711 par
32712 \begin_inset space ~
32713 \end_inset
32714
32715 un
32716 \begin_inset space ~
32717 \end_inset
32718
32719 symbole
32720 \begin_inset Quotes erd
32721 \end_inset
32722
32723 , l'intervalle de ligne étant 3
32724 \begin_inset space \thinspace{}
32725 \end_inset
32726
32727 -
32728 \begin_inset space \thinspace{}
32729 \end_inset
32730
32731 8:
32732 \end_layout
32733
32734 \begin_layout Standard
32735 \begin_inset listings
32736 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32737 inline false
32738 status open
32739
32740 \begin_layout Plain Layout
32741
32742 \lang english
32743 def func(param):
32744 \end_layout
32745
32746 \begin_layout Plain Layout
32747
32748 \lang english
32749     'ceci est une fonction Python'
32750 \end_layout
32751
32752 \begin_layout Plain Layout
32753
32754 \lang english
32755     pass
32756 \end_layout
32757
32758 \begin_layout Plain Layout
32759
32760 \lang english
32761 def func(param):
32762 \end_layout
32763
32764 \begin_layout Plain Layout
32765
32766 \lang english
32767 'Ça, c'est un mot Allemand : Tschüß'
32768 \end_layout
32769
32770 \begin_layout Plain Layout
32771
32772 \lang english
32773 pass
32774 \end_layout
32775
32776 \begin_layout Plain Layout
32777
32778 \lang english
32779 def func(param):
32780 \end_layout
32781
32782 \begin_layout Plain Layout
32783
32784 \lang english
32785 'ceci est une fonction Python'
32786 \end_layout
32787
32788 \begin_layout Plain Layout
32789
32790 \lang english
32791 pass
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \begin_inset Note Greyedout
32801 status open
32802
32803 \begin_layout Plain Layout
32804
32805 \series bold
32806 Note:
32807 \series default
32808  À cause d'un bug dans le paquetage 
32809 \series bold
32810 listings
32811 \series default
32812  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32813  listing.
32814  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32815  les lignes 3 et 6.
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset VSpace bigskip
32825 \end_inset
32826
32827
32828 \end_layout
32829
32830 \begin_layout Standard
32831 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32832  listing.
32833  Pour le faire, il suffit d'utiliser le menu 
32834 \family sans
32835 Insérer\SpecialChar \menuseparator
32836 Fichier\SpecialChar \menuseparator
32837 Sous-Document
32838 \family default
32839  et de choisir le type 
32840 \family sans
32841 Listing
32842 \family default
32843
32844 \begin_inset space ~
32845 \end_inset
32846
32847
32848 \family sans
32849 de
32850 \begin_inset space ~
32851 \end_inset
32852
32853 Code
32854 \begin_inset space ~
32855 \end_inset
32856
32857 source
32858 \family default
32859 .
32860 \begin_inset Foot
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864 Les autres types de sous-documents sont décrits dans la section
32865 \begin_inset space ~
32866 \end_inset
32867
32868
32869 \begin_inset CommandInset ref
32870 LatexCommand ref
32871 reference "sec:Sous-Documents"
32872
32873 \end_inset
32874
32875 .
32876 \end_layout
32877
32878 \end_inset
32879
32880  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32881  à utiliser pour le listing dans une zone de texte.
32882  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32883  
32884 \begin_inset Quotes eld
32885 \end_inset
32886
32887 ?
32888 \begin_inset Quotes erd
32889 \end_inset
32890
32891  dans la zone de texte.
32892 \end_layout
32893
32894 \begin_layout Standard
32895 Pour faire référence à un sous-document de type listing, tapez une étiquette
32896  dans le champ correspondant de la fenêtre de dialogue.
32897  On peut alors faire référence à cette étiquette en utilisant le menu 
32898 \family sans
32899 Insérer\SpecialChar \menuseparator
32900 Référence
32901 \begin_inset space ~
32902 \end_inset
32903
32904 Croisée
32905 \family default
32906 .
32907 \end_layout
32908
32909 \begin_layout Standard
32910 Le listing
32911 \begin_inset space ~
32912 \end_inset
32913
32914
32915 \begin_inset CommandInset ref
32916 LatexCommand ref
32917 reference "lst:listing-fichier"
32918
32919 \end_inset
32920
32921  est une exemple de listing issu d'un fichier ; ici les lignes 10
32922 \begin_inset space \thinspace{}
32923 \end_inset
32924
32925 -
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 15 de ce fichier LyX sont listées.
32930 \end_layout
32931
32932 \begin_layout Standard
32933 \begin_inset CommandInset include
32934 LatexCommand lstinputlisting
32935 filename "EmbeddedObjects.lyx"
32936 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 \begin_inset VSpace bigskip
32945 \end_inset
32946
32947
32948 \end_layout
32949
32950 \begin_layout Standard
32951 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
32952  de dialogue 
32953 \family sans
32954 Document\SpecialChar \menuseparator
32955 Paramètres\SpecialChar \menuseparator
32956 Format
32957 \begin_inset space ~
32958 \end_inset
32959
32960 du
32961 \begin_inset space ~
32962 \end_inset
32963
32964 Texte
32965 \family default
32966 .
32967  Pour avoir la liste des options disponibles, tapez un point d'interrogation
32968  
32969 \begin_inset Quotes eld
32970 \end_inset
32971
32972 ?
32973 \begin_inset Quotes erd
32974 \end_inset
32975
32976  dans le champ 
32977 \family sans
32978 Paramètres
32979 \begin_inset space ~
32980 \end_inset
32981
32982 du
32983 \begin_inset space ~
32984 \end_inset
32985
32986 Listing
32987 \family default
32988 .
32989 \end_layout
32990
32991 \begin_layout Standard
32992 Pour plus d'information sur le paquetage 
32993 \series bold
32994 listings
32995 \series default
32996 , nous vous renvoyons à sa documentation 
32997 \begin_inset CommandInset citation
32998 LatexCommand cite
32999 key "listings"
33000
33001 \end_inset
33002
33003 .
33004 \end_layout
33005
33006 \begin_layout Standard
33007 \begin_inset Newpage newpage
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Chapter
33014 \start_of_appendix
33015 Unités de longueur utilisables avec LyX
33016 \begin_inset OptArg
33017 status collapsed
33018
33019 \begin_layout Plain Layout
33020 Unités de longueur
33021 \end_layout
33022
33023 \end_inset
33024
33025
33026 \begin_inset Index
33027 status collapsed
33028
33029 \begin_layout Plain Layout
33030 Unités
33031 \end_layout
33032
33033 \end_inset
33034
33035
33036 \begin_inset CommandInset label
33037 LatexCommand label
33038 name "cha:Unités-de-longueur"
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \begin_layout Standard
33046 Pour comprendre les unités de longueur utilisées dans cette documentation,
33047  le tableau
33048 \begin_inset space ~
33049 \end_inset
33050
33051
33052 \begin_inset CommandInset ref
33053 LatexCommand ref
33054 reference "tab:Unités"
33055
33056 \end_inset
33057
33058 décrit les unités utilisées par LyX.
33059 \begin_inset Float table
33060 placement h
33061 wide false
33062 sideways false
33063 status open
33064
33065 \begin_layout Plain Layout
33066 \begin_inset Caption
33067
33068 \begin_layout Plain Layout
33069 \begin_inset CommandInset label
33070 LatexCommand label
33071 name "tab:Unités"
33072
33073 \end_inset
33074
33075 Unités de longueur
33076 \end_layout
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \begin_layout Plain Layout
33084 \begin_inset VSpace medskip
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \begin_layout Plain Layout
33091 \align center
33092 \begin_inset Tabular
33093 <lyxtabular version="3" rows="20" columns="2">
33094 <features>
33095 <column alignment="center" valignment="top" width="0">
33096 <column alignment="center" valignment="top" width="0">
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 unité
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 nom/description
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 </row>
33117 <row>
33118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122 mm
33123 \end_layout
33124
33125 \end_inset
33126 </cell>
33127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 millimètre
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 cm
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33148 \begin_inset Text
33149
33150 \begin_layout Plain Layout
33151 centimètre
33152 \end_layout
33153
33154 \end_inset
33155 </cell>
33156 </row>
33157 <row>
33158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 in
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 pouce (inch)
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 pt
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 point (72.27
33192 \begin_inset space \thinspace{}
33193 \end_inset
33194
33195 pt = 1
33196 \begin_inset space \thinspace{}
33197 \end_inset
33198
33199 in)
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 pc
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 pica (1
33220 \begin_inset space \thinspace{}
33221 \end_inset
33222
33223 pc = 12
33224 \begin_inset space \thinspace{}
33225 \end_inset
33226
33227 pt)
33228 \end_layout
33229
33230 \end_inset
33231 </cell>
33232 </row>
33233 <row>
33234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238 sp
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 scaled point (65536
33248 \begin_inset space \thinspace{}
33249 \end_inset
33250
33251 sp = 1
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 pt)
33256 \end_layout
33257
33258 \end_inset
33259 </cell>
33260 </row>
33261 <row>
33262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33263 \begin_inset Text
33264
33265 \begin_layout Plain Layout
33266 bp
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33272 \begin_inset Text
33273
33274 \begin_layout Plain Layout
33275 gros point (72
33276 \begin_inset space \thinspace{}
33277 \end_inset
33278
33279 bp = 1
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 in)
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 </row>
33289 <row>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 dd
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 didot (72
33304 \begin_inset space \thinspace{}
33305 \end_inset
33306
33307 dd 
33308 \begin_inset Formula $\approx$
33309 \end_inset
33310
33311  37.6
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 mm)
33316 \end_layout
33317
33318 \end_inset
33319 </cell>
33320 </row>
33321 <row>
33322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 cc
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33332 \begin_inset Text
33333
33334 \begin_layout Plain Layout
33335 cicero (1
33336 \begin_inset space \thinspace{}
33337 \end_inset
33338
33339 cc = 12
33340 \begin_inset space \thinspace{}
33341 \end_inset
33342
33343 dd)
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 </row>
33349 <row>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 Scale%
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363 % de la largeur originale de l'image
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 text%
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 % de la largeur du texte
33384 \end_layout
33385
33386 \end_inset
33387 </cell>
33388 </row>
33389 <row>
33390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33391 \begin_inset Text
33392
33393 \begin_layout Plain Layout
33394 col%
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 % de la largeur de la colonne
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 </row>
33409 <row>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 page%
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 % de la largeur du papier
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 </row>
33429 <row>
33430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434 line%
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 % de la largeur de la ligne
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 </row>
33449 <row>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 theight%
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 % la hauteur du texte
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 </row>
33469 <row>
33470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33471 \begin_inset Text
33472
33473 \begin_layout Plain Layout
33474 pheight%
33475 \end_layout
33476
33477 \end_inset
33478 </cell>
33479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 % hauteur du papier
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 </row>
33489 <row>
33490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494 ex
33495 \end_layout
33496
33497 \end_inset
33498 </cell>
33499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33500 \begin_inset Text
33501
33502 \begin_layout Plain Layout
33503 hauteur de la lettre 
33504 \emph on
33505 x
33506 \emph default
33507  dans la police courante
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 </row>
33513 <row>
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518 em
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527 largeur de la lettre
33528 \emph on
33529  M
33530 \emph default
33531  dans la police courante
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row>
33538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 mu
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 unité mathématique (1
33552 \begin_inset space \thinspace{}
33553 \end_inset
33554
33555 mu = 1/18
33556 \begin_inset space \thinspace{}
33557 \end_inset
33558
33559 em)
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 </lyxtabular>
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \end_inset
33573
33574
33575 \end_layout
33576
33577 \begin_layout Chapter
33578 Formats des fichiers de sortie graphiques
33579 \begin_inset CommandInset label
33580 LatexCommand label
33581 name "cha:Formats-fichiers-graphiques"
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Section
33589 DVI
33590 \begin_inset Index
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 Formats de Fichiers! DVI
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \begin_inset Index
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604 DVI|see
33605 \begin_inset ERT
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609
33610 {
33611 \end_layout
33612
33613 \end_inset
33614
33615 Formats de Fichiers
33616 \begin_inset ERT
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620
33621 }
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \begin_layout Standard
33635 Ce type de fichiers a l'extension 
33636 \begin_inset Quotes fld
33637 \end_inset
33638
33639
33640 \family typewriter
33641 .dvi
33642 \family default
33643
33644 \begin_inset Quotes frd
33645 \end_inset
33646
33647 .
33648  Il est appelé 
33649 \emph on
33650 indépendant de l'appareil
33651 \emph default
33652  ou 
33653 \begin_inset Quotes fld
33654 \end_inset
33655
33656 device independent (DVI)
33657 \begin_inset Quotes frd
33658 \end_inset
33659
33660 , car il est complètement portable ; vous pouvez les recopier d'une machine
33661  à l'autre sans avoir à faire de conversion.
33662  À l'époque où ce format a été développé, c'était loin d'être évident.
33663  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33664  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33665 \end_layout
33666
33667 \begin_layout Standard
33668 \begin_inset Note Greyedout
33669 status open
33670
33671 \begin_layout Plain Layout
33672
33673 \series bold
33674 Note:
33675 \series default
33676  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33677  au fichier.
33678  
33679 \end_layout
33680
33681 \end_inset
33682
33683  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33684  
33685 \family typewriter
33686 .dvi
33687 \family default
33688 .
33689  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33690 z le DVI puisque le programme de visualisation doit convertir les images
33691  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33692  document.
33693  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33694  avec de nombreuses images.
33695 \end_layout
33696
33697 \begin_layout Standard
33698 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33699  menu 
33700 \family sans
33701 Fichier\SpecialChar \menuseparator
33702 Exporter\SpecialChar \menuseparator
33703 DVI.
33704
33705 \family default
33706  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33707 \family sans
33708 Visualiser
33709 \family default
33710  ou en utilisant le bouton
33711 \begin_inset Graphics
33712         filename ../../images/buffer-view_dvi.png
33713         scale 85
33714         scaleBeforeRotation
33715
33716 \end_inset
33717
33718  de la barre d'outils.
33719 \end_layout
33720
33721 \begin_layout Section
33722 PostScript
33723 \begin_inset CommandInset label
33724 LatexCommand label
33725 name "sec:PostScript"
33726
33727 \end_inset
33728
33729
33730 \begin_inset Index
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 Formats de Fichiers ! PostScript
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \begin_inset Index
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744 PostScript|see
33745 \begin_inset ERT
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749
33750 {
33751 \end_layout
33752
33753 \end_inset
33754
33755 Formats de Fichiers
33756 \begin_inset ERT
33757 status collapsed
33758
33759 \begin_layout Plain Layout
33760
33761 }
33762 \end_layout
33763
33764 \end_inset
33765
33766
33767 \end_layout
33768
33769 \end_inset
33770
33771
33772 \end_layout
33773
33774 \begin_layout Standard
33775 Ce type de fichiers a l'extension 
33776 \begin_inset Quotes fld
33777 \end_inset
33778
33779
33780 \family typewriter
33781 .ps
33782 \family default
33783
33784 \begin_inset Quotes frd
33785 \end_inset
33786
33787 .
33788  PostScript a été développé par la société 
33789 \series bold
33790 Adobe
33791 \series default
33792  comme un langage pour les imprimantes.
33793  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33794  pour imprimer le document.
33795  PostScript peut être considéré comme un 
33796 \begin_inset Quotes fld
33797 \end_inset
33798
33799 langage de programmation
33800 \begin_inset Quotes frd
33801 \end_inset
33802
33803  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33804  images
33805 \begin_inset Foot
33806 status open
33807
33808 \begin_layout Plain Layout
33809 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33810  LaTeX 
33811 \series bold
33812 pstricks
33813 \series default
33814
33815 \begin_inset CommandInset citation
33816 LatexCommand cite
33817 key "pstricks"
33818
33819 \end_inset
33820
33821 .
33822 \end_layout
33823
33824 \end_inset
33825
33826 .
33827  En partie à cause de toutes ces possibilités un fichier PostScript est
33828  souvent plus gros qu'un PDF.
33829 \end_layout
33830
33831 \begin_layout Standard
33832 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33833  plus gros qu'un PDF.
33834 \end_layout
33835
33836 \begin_layout Standard
33837 PostScript ne peut contenir que des images au format 
33838 \begin_inset Quotes fld
33839 \end_inset
33840
33841 PostScript Encapsulé
33842 \begin_inset Quotes frd
33843 \end_inset
33844
33845  (encapsulated PostScript ou EPS, d'extension 
33846 \family typewriter
33847 .eps
33848 \family default
33849 ).
33850  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33851  il doit les convertir en interne en EPS.
33852  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33853  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33854  document.
33855  Cela risque de ralentir de façon importante votre rythme de travail.
33856  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33857  vos images directement en EPS pour éviter ce problème.
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33862  le menu 
33863 \family sans
33864 Fichier\SpecialChar \menuseparator
33865 Exporter\SpecialChar \menuseparator
33866 PostScript.
33867
33868 \family default
33869  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33870  
33871 \family sans
33872 Visualiser
33873 \family default
33874  ou en utilisant le bouton 
33875 \begin_inset Graphics
33876         filename ../../images/buffer-view_ps.png
33877         scale 85
33878         scaleBeforeRotation
33879
33880 \end_inset
33881
33882  de la barre d'outils.
33883 \end_layout
33884
33885 \begin_layout Section
33886 PDF
33887 \begin_inset CommandInset label
33888 LatexCommand label
33889 name "sec:PDF"
33890
33891 \end_inset
33892
33893
33894 \begin_inset Index
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898 Formats de Fichiers ! PDF
33899 \end_layout
33900
33901 \end_inset
33902
33903
33904 \begin_inset Index
33905 status collapsed
33906
33907 \begin_layout Plain Layout
33908 PDF
33909 \end_layout
33910
33911 \end_inset
33912
33913
33914 \end_layout
33915
33916 \begin_layout Standard
33917 Ce type de fichiers a l'extension 
33918 \begin_inset Quotes fld
33919 \end_inset
33920
33921
33922 \family typewriter
33923 .pdf
33924 \family default
33925
33926 \begin_inset Quotes frd
33927 \end_inset
33928
33929 .
33930  Ce 
33931 \begin_inset Quotes fld
33932 \end_inset
33933
33934 format de document portable
33935 \begin_inset Quotes frd
33936 \end_inset
33937
33938  (portable document format ou PDF) est développé par 
33939 \family typewriter
33940 Adobe
33941 \family default
33942  comme une évolution de PostScript.
33943  Il est plus comprimé et utilise moins de commandes que PostScript.
33944  Comme son nom l'indique, il est 
33945 \begin_inset Quotes fld
33946 \end_inset
33947
33948 portable
33949 \begin_inset Quotes frd
33950 \end_inset
33951
33952  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
33953  aura exactement le même aspect.
33954 \end_layout
33955
33956 \begin_layout Standard
33957 PDF peut contenir des images dans son propre format PDF et dans les formats
33958  JPG (format du 
33959 \begin_inset Quotes fld
33960 \end_inset
33961
33962 Joint Photographic Expert Group
33963 \begin_inset Quotes frd
33964 \end_inset
33965
33966  avec comme extension 
33967 \family typewriter
33968 .jpg
33969 \family default
33970  ou 
33971 \family typewriter
33972 .jpeg
33973 \family default
33974 ) et PNG (
33975 \begin_inset Quotes fld
33976 \end_inset
33977
33978 Portable Network Graphics
33979 \begin_inset Quotes frd
33980 \end_inset
33981
33982  avec l'extension 
33983 \family typewriter
33984 .png
33985 \family default
33986 ).
33987  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
33988  dans un de ces formats.
33989  Mais comme il est dit dans la section sur PostScript, les conversions d'images
33990  vont ralentir votre travail.
33991  Nous recommandons donc l'utilisation de l'un des trois formats cités.
33992 \end_layout
33993
33994 \begin_layout Standard
33995 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
33996  menu 
33997 \family sans
33998 Fichier\SpecialChar \menuseparator
33999 Exporter 
34000 \family default
34001 de trois façons différentes:
34002 \end_layout
34003
34004 \begin_layout Description
34005 PDF
34006 \begin_inset space ~
34007 \end_inset
34008
34009 (ps2pdf) Ceci utilise le programme 
34010 \family typewriter
34011 ps2pdf
34012 \family default
34013  qui créé un PDF à partir de la version PostScript de votre fichier.
34014  Cette dernière est produite par le programme 
34015 \family typewriter
34016 dvips
34017 \family default
34018  qui utilise une version DVI comme étape intermédiaire.
34019  Cette variante consiste donc en trois conversions.
34020 \end_layout
34021
34022 \begin_layout Description
34023 PDF
34024 \begin_inset space ~
34025 \end_inset
34026
34027 (dvipdfm) Ceci utilise le programme 
34028 \family typewriter
34029 dvipdfm
34030 \family default
34031  qui convertit votre fichier en DVI avant de le convertir en PDF.
34032 \end_layout
34033
34034 \begin_layout Description
34035 PDF
34036 \begin_inset space ~
34037 \end_inset
34038
34039 (pdflatex) Ceci utilise le programme 
34040 \family typewriter
34041 pdftex
34042 \family default
34043  qui convertit directement votre fichier en PDF.
34044 \end_layout
34045
34046 \begin_layout Standard
34047 Nous recommandons d'utiliser l'option 
34048 \family sans
34049 PDF
34050 \begin_inset space ~
34051 \end_inset
34052
34053 (pdflatex)
34054 \family default
34055  car 
34056 \family typewriter
34057 pdftex
34058 \family default
34059  accepte toutes les fonctionnalités des versions actuelles de PDF.
34060  Il est en plus rapide et stable.
34061  Le programme 
34062 \family typewriter
34063 dvipdfm
34064 \family default
34065  n'est plus développé est est donc un peu dépassé.
34066 \end_layout
34067
34068 \begin_layout Standard
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34074 \family sans
34075 Visualiser
34076 \family default
34077  ou en utilisant le bouton 
34078 \begin_inset Graphics
34079         filename ../../images/buffer-view_pdf2.png
34080         scale 85
34081         scaleBeforeRotation
34082
34083 \end_inset
34084
34085  de la barre d'outils
34086 \family sans
34087  (
34088 \family default
34089 qui utilise 
34090 \family sans
34091 PDF
34092 \begin_inset space ~
34093 \end_inset
34094
34095 (pdflatex)
34096 \family default
34097 ).
34098 \end_layout
34099
34100 \begin_layout Chapter
34101 Explication de l' Équation
34102 \begin_inset space ~
34103 \end_inset
34104
34105
34106 \begin_inset CommandInset ref
34107 LatexCommand eqref
34108 reference "eq:Wgn"
34109
34110 \end_inset
34111
34112
34113 \begin_inset CommandInset label
34114 LatexCommand label
34115 name "cha:Explication-de-l'Equation"
34116
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \begin_layout Standard
34123 La largeur totale de 
34124 \emph on
34125 n
34126 \emph default
34127  cellules de tableau 
34128 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34129 \end_inset
34130
34131  peut être calculée avec
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \begin_inset Formula \begin{equation}
34136 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}
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Standard
34144 Où 
34145 \begin_inset Formula $W_{g\, n}$
34146 \end_inset
34147
34148  est la largeur fixe de toutes les cellules.
34149  
34150 \series bold
34151
34152 \backslash
34153 tabcolsep
34154 \series default
34155  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34156  sa valeur par défaut est 6
34157 \begin_inset space \thinspace{}
34158 \end_inset
34159
34160 pt.
34161  
34162 \series bold
34163
34164 \backslash
34165 arrayrulewidth
34166 \series default
34167  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34168 \begin_inset space \thinspace{}
34169 \end_inset
34170
34171 pt.
34172 \end_layout
34173
34174 \begin_layout Standard
34175 D'après l'équation
34176 \begin_inset space ~
34177 \end_inset
34178
34179
34180 \begin_inset CommandInset ref
34181 LatexCommand eqref
34182 reference "eq:Wtot_n"
34183
34184 \end_inset
34185
34186 , la largeur totale d'une multicolonne, 
34187 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34188 \end_inset
34189
34190  est
34191 \end_layout
34192
34193 \begin_layout Standard
34194 \begin_inset Formula \begin{equation}
34195 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 En posant que les équations 
34204 \begin_inset space ~
34205 \end_inset
34206
34207
34208 \begin_inset CommandInset ref
34209 LatexCommand eqref
34210 reference "eq:Wtot_n"
34211
34212 \end_inset
34213
34214  et 
34215 \begin_inset CommandInset ref
34216 LatexCommand eqref
34217 reference "eq:Wtot_mult"
34218
34219 \end_inset
34220
34221  sont égales, on peut calculer la largeur nécessaire 
34222 \begin_inset Formula $W_{g\, n}$
34223 \end_inset
34224
34225  quand 
34226 \emph on
34227 n
34228 \emph default
34229  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34230  de 
34231 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34232 \end_inset
34233
34234 :
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \begin_inset Formula \begin{equation}
34239 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Bibliography
34247 \begin_inset CommandInset bibitem
34248 LatexCommand bibitem
34249 key "latexcompanion"
34250
34251 \end_inset
34252
34253 Frank Mittelbach and Michel Goossens: 
34254 \emph on
34255 The LaTeX Companion Second Edition.
34256
34257 \emph default
34258  Addison-Wesley, 2004
34259 \end_layout
34260
34261 \begin_layout Bibliography
34262 \begin_inset CommandInset bibitem
34263 LatexCommand bibitem
34264 key "latexguide"
34265
34266 \end_inset
34267
34268 Helmut Kopka and Patrick W.
34269  Daly: 
34270 \emph on
34271 A Guide to LaTeX Fourth Edition.
34272
34273 \emph default
34274  Addison-Wesley, 2003
34275 \end_layout
34276
34277 \begin_layout Bibliography
34278 \begin_inset CommandInset bibitem
34279 LatexCommand bibitem
34280 key "latexbook"
34281
34282 \end_inset
34283
34284 Leslie Lamport: 
34285 \emph on
34286 LaTeX: A Document Preparation System.
34287
34288 \emph default
34289  Addison-Wesley, second edition, 1994
34290 \end_layout
34291
34292 \begin_layout Bibliography
34293 \begin_inset CommandInset bibitem
34294 LatexCommand bibitem
34295 key "booktabs"
34296
34297 \end_inset
34298
34299 Documentation du paquetage LaTeX 
34300 \series bold
34301
34302 \begin_inset CommandInset href
34303 LatexCommand href
34304 name "booktabs"
34305 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34306
34307 \end_inset
34308
34309
34310 \series default
34311
34312 \begin_inset Index
34313 status collapsed
34314
34315 \begin_layout Plain Layout
34316 Paquetages LaTeX ! booktabs
34317 \end_layout
34318
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \begin_layout Bibliography
34325 \begin_inset CommandInset bibitem
34326 LatexCommand bibitem
34327 key "caption"
34328
34329 \end_inset
34330
34331 Documentation du paquetage LaTeX 
34332 \series bold
34333
34334 \begin_inset CommandInset href
34335 LatexCommand href
34336 name "caption"
34337 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34338
34339 \end_inset
34340
34341
34342 \series default
34343
34344 \begin_inset Index
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 Paquetages LaTeX ! caption
34349 \end_layout
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Bibliography
34357 \begin_inset CommandInset bibitem
34358 LatexCommand bibitem
34359 key "endfloat"
34360
34361 \end_inset
34362
34363 Documentation du paquetage LaTeX 
34364 \series bold
34365
34366 \begin_inset CommandInset href
34367 LatexCommand href
34368 name "endfloat"
34369 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34370
34371 \end_inset
34372
34373
34374 \series default
34375
34376 \begin_inset Index
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380 Paquetages LaTeX ! endfloat
34381 \end_layout
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \begin_layout Bibliography
34389 \begin_inset CommandInset bibitem
34390 LatexCommand bibitem
34391 key "wrapfig"
34392
34393 \end_inset
34394
34395 Documentation du paquetage LaTeX 
34396 \series bold
34397
34398 \begin_inset CommandInset href
34399 LatexCommand href
34400 name "wrapfig"
34401 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34402
34403 \end_inset
34404
34405
34406 \series default
34407
34408 \begin_inset Index
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Paquetages LaTeX ! wrapfig
34413 \begin_inset ERT
34414 status collapsed
34415
34416 \begin_layout Plain Layout
34417
34418
34419 \backslash
34420
34421 \begin_inset ERT
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425
34426 {
34427 \end_layout
34428
34429 \end_inset
34430
34431
34432 \begin_inset ERT
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436
34437 }
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \end_inset
34446
34447 vspace
34448 \begin_inset ERT
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452
34453 {
34454 \end_layout
34455
34456 \end_inset
34457
34458 4mm
34459 \begin_inset ERT
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463
34464 }
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \end_inset
34473
34474
34475 \end_layout
34476
34477 \begin_layout Bibliography
34478 \begin_inset CommandInset bibitem
34479 LatexCommand bibitem
34480 key "footmisc"
34481
34482 \end_inset
34483
34484 Documentation du paquetage LaTeX 
34485 \series bold
34486
34487 \begin_inset CommandInset href
34488 LatexCommand href
34489 name "footmisc"
34490 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34491
34492 \end_inset
34493
34494
34495 \series default
34496
34497 \begin_inset Index
34498 status collapsed
34499
34500 \begin_layout Plain Layout
34501 Paquetages LaTeX ! footmisc
34502 \end_layout
34503
34504 \end_inset
34505
34506
34507 \end_layout
34508
34509 \begin_layout Bibliography
34510 \begin_inset CommandInset bibitem
34511 LatexCommand bibitem
34512 key "hypcap"
34513
34514 \end_inset
34515
34516 Documentation du paquetage LaTeX 
34517 \series bold
34518
34519 \begin_inset CommandInset href
34520 LatexCommand href
34521 name "hypcap"
34522 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34523
34524 \end_inset
34525
34526
34527 \series default
34528
34529 \begin_inset Index
34530 status collapsed
34531
34532 \begin_layout Plain Layout
34533 Paquetages LaTeX ! hyperref
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Bibliography
34542 \begin_inset CommandInset bibitem
34543 LatexCommand bibitem
34544 key "hyperref"
34545
34546 \end_inset
34547
34548 Documentation du paquetage LaTeX 
34549 \series bold
34550
34551 \begin_inset CommandInset href
34552 LatexCommand href
34553 name "hyperref"
34554 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34555
34556 \end_inset
34557
34558
34559 \series default
34560
34561 \begin_inset Index
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565 Paquetages LaTeX ! hyperref
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \begin_layout Bibliography
34574 \begin_inset CommandInset bibitem
34575 LatexCommand bibitem
34576 key "koma-script"
34577
34578 \end_inset
34579
34580 Documentation du paquetage LaTeX 
34581 \series bold
34582
34583 \begin_inset CommandInset href
34584 LatexCommand href
34585 name "koma-script"
34586 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34587
34588 \end_inset
34589
34590
34591 \series default
34592
34593 \begin_inset Index
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Paquetages LaTeX ! koma-script
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Bibliography
34606 \begin_inset CommandInset bibitem
34607 LatexCommand bibitem
34608 key "listings"
34609
34610 \end_inset
34611
34612 Documentation du paquetage LaTeX 
34613 \series bold
34614
34615 \begin_inset CommandInset href
34616 LatexCommand href
34617 name "listings"
34618 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34619
34620 \end_inset
34621
34622
34623 \series default
34624
34625 \begin_inset Index
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629 Paquetages LaTeX ! listings
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Bibliography
34638 \begin_inset CommandInset bibitem
34639 LatexCommand bibitem
34640 key "marginnote"
34641
34642 \end_inset
34643
34644 Documentation du paquetage LaTeX 
34645 \series bold
34646
34647 \begin_inset CommandInset href
34648 LatexCommand href
34649 name "marginnote"
34650 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34651
34652 \end_inset
34653
34654
34655 \series default
34656
34657 \begin_inset Index
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661 Paquetages LaTeX ! marginnote
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Bibliography
34670 \begin_inset CommandInset bibitem
34671 LatexCommand bibitem
34672 key "pstricks"
34673
34674 \end_inset
34675
34676 Page Web du paquetage LaTeX 
34677 \series bold
34678
34679 \begin_inset CommandInset href
34680 LatexCommand href
34681 name "PSTricks"
34682 target "http://tug.org/PSTricks/"
34683
34684 \end_inset
34685
34686
34687 \series default
34688
34689 \begin_inset Index
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693 Paquetages LaTeX ! PSTricks
34694 \end_layout
34695
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Bibliography
34702 \begin_inset CommandInset bibitem
34703 LatexCommand bibitem
34704 key "sidecap"
34705
34706 \end_inset
34707
34708 Documentation du paquetage LaTeX 
34709 \series bold
34710
34711 \begin_inset CommandInset href
34712 LatexCommand href
34713 name "sidecap"
34714 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34715
34716 \end_inset
34717
34718
34719 \series default
34720
34721 \begin_inset Index
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 Paquetages LaTeX ! sidecap
34726 \end_layout
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \begin_layout Bibliography
34734 \begin_inset CommandInset bibitem
34735 LatexCommand bibitem
34736 key "NewInLyX16"
34737
34738 \end_inset
34739
34740
34741 \begin_inset CommandInset href
34742 LatexCommand href
34743 name "Page Wiki"
34744 target "http://wiki.lyx.org/LyX/NewInLyX16"
34745
34746 \end_inset
34747
34748  au sujet des nouveautés de 
34749 \family sans
34750 LyX 1.6.0
34751 \family default
34752 .
34753 \end_layout
34754
34755 \begin_layout Standard
34756 \begin_inset CommandInset index_print
34757 LatexCommand printindex
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset FloatList figure
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Standard
34773 \begin_inset FloatList table
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 \begin_inset ERT
34782 status open
34783
34784 \begin_layout Plain Layout
34785
34786
34787 \backslash
34788 listof{algorithm}{Liste des Algorithmes}
34789 \end_layout
34790
34791 \end_inset
34792
34793
34794 \begin_inset Note Note
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798 voir la section
34799 \begin_inset space ~
34800 \end_inset
34801
34802
34803 \begin_inset CommandInset ref
34804 LatexCommand ref
34805 reference "sub:Flottant-d'Algorithme"
34806
34807 \end_inset
34808
34809  pour une description
34810 \end_layout
34811
34812 \end_inset
34813
34814
34815 \end_layout
34816
34817 \end_body
34818 \end_document